- blogapi_blogger_edit_post in drupal/modules/blogapi/blogapi.module
- Blogging API callback. Modifies the specified blog node.
- blogapi_blogger_get_post in drupal/modules/blogapi/blogapi.module
- Blogging API callback. Returns a specified blog node.
- blogapi_mt_publish_post in drupal/modules/blogapi/blogapi.module
- Blogging API callback. Publishes the given node
- blogapi_mt_set_post_categories in drupal/modules/blogapi/blogapi.module
- Blogging API callback. Assigns taxonomy terms to a particular node.
- blog_form in drupal/modules/blog/blog.module
- Implementation of hook_form().
- blog_page_last in drupal/modules/blog/blog.module
- Displays a Drupal page containing recent blog entries of all users.
- blog_page_user in drupal/modules/blog/blog.module
- Displays a Drupal page containing recent blog entries of a given user.
- book_admin_edit in drupal/modules/book/book.module
- Display an administrative view of the hierarchy of a book.
- book_admin_edit_submit in drupal/modules/book/book.module
- book_admin_orphan in drupal/modules/book/book.module
- Menu callback; displays a listing of all orphaned book pages.
- book_export_html in drupal/modules/book/book.module
- This function is called by book_export() to generate HTML for export.
- book_outline in drupal/modules/book/book.module
- Implementation of function book_outline() Handles all book outline operations.
- book_outline_submit in drupal/modules/book/book.module
- Handles book outline form submissions.
- book_recurse in drupal/modules/book/book.module
- Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated…
- comment_form_add_preview in drupal/modules/comment/comment.module
- comment_menu in drupal/modules/comment/comment.module
- Implementation of hook_menu().
- comment_reply in drupal/modules/comment/comment.module
- This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- node_access_rebuild in drupal/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/modules/node/node.module
- Delete a node.
- node_feed in drupal/modules/node/node.module
- A generic function for generating RSS feeds from a set of nodes.
- node_menu in drupal/modules/node/node.module
- Implementation of hook_menu().
- node_page_default in drupal/modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_revisions in drupal/modules/node/node.module
- Menu callback for revisions related activities.
- node_revision_delete in drupal/modules/node/node.module
- Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
- node_revision_revert in drupal/modules/node/node.module
- Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
- node_save in drupal/modules/node/node.module
- Save a node object into the database.
- node_search in drupal/modules/node/node.module
- Implementation of hook_search().
- node_update_index in drupal/modules/node/node.module
- Implementation of hook_update_index().
- phptemplate_page in drupal/themes/engines/phptemplate/phptemplate.engine
- Prepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php…
- poll_block in drupal/modules/poll/poll.module
- Implementation of hook_block().
- poll_cancel in drupal/modules/poll/poll.module
- Callback for canceling a vote
- poll_menu in drupal/modules/poll/poll.module
- Implementation of hook_menu().
- poll_results in drupal/modules/poll/poll.module
- Callback for the 'results' tab for polls you can vote on
- poll_vote in drupal/modules/poll/poll.module
- Callback for processing a vote
- poll_votes in drupal/modules/poll/poll.module
- Callback for the 'votes' tab for polls you can see other votes on
- profile_block in drupal/modules/profile/profile.module
- Implementation of hook_block().
- statistics_node_tracker in drupal/modules/statistics/statistics.module
- taxonomy_render_nodes in drupal/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.
- upload_file_download in drupal/modules/upload/upload.module
- upload_js in drupal/modules/upload/upload.module
- Menu-callback for JavaScript-based uploads.
- _book_admin_table_tree in drupal/modules/book/book.module