34 calls to arg()

aggregator_form_category_submit in drupal-6.x/modules/aggregator/aggregator.admin.inc
Process aggregator_form_category form submissions.
aggregator_form_feed_submit in drupal-6.x/modules/aggregator/aggregator.admin.inc
Process aggregator_form_feed form submissions.
aggregator_page_category in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items aggregated in a particular category.
aggregator_page_last in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays the most recent items gathered from any feed.
aggregator_page_rss in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_source in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items captured from a particular feed.
block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Generate main blocks administration form.
blog_link in drupal-6.x/modules/blog/blog.module
Implementation of hook_link().
color_form_alter in drupal-6.x/modules/color/color.module
Implementation of hook_form_alter().
color_scheme_form in drupal-6.x/modules/color/color.module
Form callback. Returns the configuration form.
comment_admin in drupal-6.x/modules/comment/comment.admin.inc
Menu callback; present an administrative comment listing.
comment_node_url in drupal-6.x/modules/comment/comment.module
A simple helper function.
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
dblog_init in drupal-6.x/modules/dblog/dblog.module
filter_admin_delete in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; confirm deletion of a format.
filter_tips_long in drupal-6.x/modules/filter/filter.pages.inc
Menu callback; show a page with long filter tips.
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().
menu_get_active_help in drupal-6.x/includes/menu.inc
Returns the help associated with the active menu item.
menu_get_item in drupal-6.x/includes/menu.inc
Get a router item.
menu_local_tasks in drupal-6.x/includes/menu.inc
Collects the local tasks (tabs) for a given level.
menu_set_active_trail in drupal-6.x/includes/menu.inc
Sets or gets the active trail (path to root menu root) of the current page.
openid_user_add_submit in drupal-6.x/modules/openid/openid.pages.inc
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
profile_field_form in drupal-6.x/modules/profile/profile.admin.inc
Menu callback: Generate a form to add/edit a user profile field.
statistics_exit in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_exit().
statistics_node_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
statistics_user_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
system_init in drupal-6.x/modules/system/system.module
Implementation of hook_init().
template_preprocess_page in drupal-6.x/includes/theme.inc
Process variables for page.tpl.php
template_preprocess_profile_wrapper in drupal-6.x/modules/profile/profile.module
Process variables for profile-wrapper.tpl.php.
update_help in drupal-6.x/modules/update/update.module
Implementation of hook_help().
user_admin_role in drupal-6.x/modules/user/user.admin.inc
Menu callback: administer roles.
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
_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…