45 calls to node_load()

blogapi_blogger_edit_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Modifies the specified blog node.
blogapi_blogger_get_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Returns a specified blog node.
blogapi_mt_get_post_categories in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
blogapi_mt_publish_post in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Publishes the given node
blogapi_mt_set_post_categories in drupal-6.x/modules/blogapi/blogapi.module
Blogging API callback. Assigns taxonomy terms to a particular node.
blog_form in drupal-6.x/modules/blog/blog.module
Implementation of hook_form().
blog_page_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_edit_submit in drupal-6.x/modules/book/book.admin.inc
Handle submission of the book administrative page form.
book_export in drupal-6.x/modules/book/book.pages.inc
Menu callback; Generates various representation of a book page and its children.
book_export_html in drupal-6.x/modules/book/book.pages.inc
This function is called by book_export() to generate HTML for export.
book_export_traverse in drupal-6.x/modules/book/book.module
Traverse the book tree to build printable or exportable output.
book_form_node_delete_confirm_alter in drupal-6.x/modules/book/book.module
Form altering function for the confirm form for a single node deletion.
book_nodeapi in drupal-6.x/modules/book/book.module
Implementation of hook_nodeapi().
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_preview in drupal-6.x/modules/comment/comment.module
Form builder; Generate and validate a comment preview form.
comment_form_submit in drupal-6.x/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_links in drupal-6.x/modules/comment/comment.module
Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_validate in drupal-6.x/modules/comment/comment.module
Validate comment data.
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
hook_update_index in documentation-6.x/developer/hooks/core.php
Update Drupal's full-text index for this module.
node_access_rebuild in drupal-6.x/modules/node/node.module
Rebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_delete in drupal-6.x/modules/node/node.module
Delete a node.
node_feed in drupal-6.x/modules/node/node.module
A generic function for generating RSS feeds from a set of nodes.
node_help in drupal-6.x/modules/node/node.module
Implementation of hook_help().
node_page_default in drupal-6.x/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_search in drupal-6.x/modules/node/node.module
Implementation of hook_search().
poll_block in drupal-6.x/modules/poll/poll.module
Implementation of hook_block().
poll_cancel in drupal-6.x/modules/poll/poll.module
Submit callback for poll_cancel_form
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
statistics_node_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
system_message_action in drupal-6.x/modules/system/system.module
A configurable Drupal action. Sends a message to the current user's screen.
system_send_email_action in drupal-6.x/modules/system/system.module
Implementation of a configurable Drupal action. Sends an email.
taxonomy_render_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
translation_nodeapi in drupal-6.x/modules/translation/translation.module
Implementation of hook_nodeapi().
translation_node_overview in drupal-6.x/modules/translation/translation.pages.inc
Overview page for a node's translations.
translation_path_get_translations in drupal-6.x/modules/translation/translation.module
Return paths of all translations of a node, based on its Drupal path.
translation_translation_link_alter in drupal-6.x/modules/translation/translation.module
Implementation of hook_translation_link_alter().
upload_file_download in drupal-6.x/modules/upload/upload.module
Implementation of hook_file_download().
_node_access_rebuild_batch_operation in drupal-6.x/modules/node/node.module
Batch operation for node_access_rebuild_batch.
_node_index_node in drupal-6.x/modules/node/node.module
Index a single node.
_node_mass_update_helper in drupal-6.x/modules/node/node.admin.inc
Node Mass Update - helper function.
_node_revision_access in drupal-6.x/modules/node/node.module
_trigger_normalize_comment_context in drupal-6.x/modules/trigger/trigger.module
When an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the comment hook, the node object is not available since the…
_trigger_normalize_user_context in drupal-6.x/modules/trigger/trigger.module
When an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the user hook, the node object is not available since the user…