| book_node_export | modules/book/book.module | Generates printer-friendly HTML for a node. |
| book_node_insert | modules/book/book.module | Implements hook_node_insert(). |
| book_node_load | modules/book/book.module | Implements hook_node_load(). |
| book_node_prepare | modules/book/book.module | Implements hook_node_prepare(). |
| book_node_presave | modules/book/book.module | Implements hook_node_presave(). |
| book_node_type_update | modules/book/book.module | Implements hook_node_type_update(). |
| book_node_update | modules/book/book.module | Implements hook_node_update(). |
| book_node_view | modules/book/book.module | Implements hook_node_view(). |
| book_node_view_link | modules/book/book.module | Inject links into $node as needed. |
| book_outline | modules/book/book.pages.inc | Menu callback; show the outline form for a single node. |
| book_outline_form | modules/book/book.pages.inc | Build the form to handle all book outline operations via the outline tab. |
| book_outline_form_submit | modules/book/book.pages.inc | Handles book outline form submissions from the outline tab. |
| book_page_alter | modules/book/book.module | Implements hook_page_alter(). |
| book_permission | modules/book/book.module | Implements hook_permission(). |
| book_prev | modules/book/book.module | Fetches the menu link for the previous page of the book. |
| book_remove_button_submit | modules/book/book.pages.inc | Button submit function to redirect to removal confirm form. |
| book_remove_form | modules/book/book.pages.inc | Menu callback; builds a form to confirm removal of a node from the book. |
| book_remove_form_submit | modules/book/book.pages.inc | Confirm form submit function to remove a node from the book. |
| book_render | modules/book/book.pages.inc | Menu callback; prints a listing of all books. |
| book_schema | modules/book/book.install | Implements hook_schema(). |
| book_theme | modules/book/book.module | Implements hook_theme(). |
| book_toc | modules/book/book.module | Returns an array of book pages in table of contents order. |
| book_type_is_allowed | modules/book/book.module | Determine if a given node type is in the list of types allowed for books. |
| book_uninstall | modules/book/book.install | Implements hook_uninstall(). |
| book_update_bid | modules/book/book.module | Update the bid for a page and its children when it is moved to a new book. |
| bootstrap_hooks | includes/bootstrap.inc | Define the critical hooks that force modules to always be loaded. |
| bootstrap_invoke_all | includes/bootstrap.inc | Call all init or exit hooks without including all modules. |
| cache_clear_all | includes/cache.inc | Expire data from the cache. |
| cache_get | includes/cache.inc | Return data from the persistent cache |
| cache_get_multiple | includes/cache.inc | Return data from the persistent cache when given an array of cache IDs. |
| cache_is_empty | includes/cache.inc | Check if a cache bin is empty. |
| cache_set | includes/cache.inc | Store data in the persistent cache. |
| cck_devel_multiple | sites/all/modules/devel/devel_generate.fields.inc | A simple function to return multiple values for fields that use
custom multiple value widgets but don't need any other special multiple
values handling. This will call the field generation function
a random number of times and compile the results... |
| cck_generate_fields | sites/all/modules/devel/devel_generate.fields.inc | Enrich the $object that is about to be saved with arbitrary
information in each of its fields. |
| check_file | includes/common.inc | |
| check_markup | modules/filter/filter.module | Run all the enabled filters on a piece of text. |
| check_media_files | sites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php | |
| check_media_records | sites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php | |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| check_still_files | sites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php | |
| check_still_records | sites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php | |
| check_url | includes/common.inc | Prepare a URL for use in an HTML attribute. Strips harmful protocols. |
| coder_add_space | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Write a space in certain conditions. |
| coder_br | sites/all/modules/coder/scripts/coder_format/coder_format.inc | ') {
// Prepend a new line.
$result = rtrim($result);
if (!$after_initial_comment) {
coder_br($result);
}
else {
// This probably will get set below, but it's good to
// explicitly turn it off after the initial comment has
// influenced... |
| coder_display_required_module_message | sites/all/modules/coder/coder.module | |
| coder_exec_processors | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Execute special tasks on source code. |
| coder_format_file | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Reads, backups, processes and writes the source code from and to a file. |
| coder_format_recursive | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Recursively process .module and .inc files in directory with coder_format_file(). |
| coder_format_string | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Format the source code according to Drupal coding style guidelines. |
| coder_format_string_all | sites/all/modules/coder/scripts/coder_format/coder_format.inc | Formats source code according to Drupal conventions, also using
post and pre-processors. |