Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| _menu_router_build | function | includes/ |
Builds the router table based on the data from hook_menu(). |
| _menu_router_cache | function | includes/ |
Stores the menu router if we have it in memory. |
| _menu_router_save | function | includes/ |
Saves data from menu_router_build() to the router table. |
| _menu_set_expanded_menus | function | includes/ |
Updates a list of menus with expanded items. |
| _menu_site_is_offline | function | includes/ |
Checks whether the site is in maintenance mode. |
| _menu_translate | function | includes/ |
Handles dynamic path translation and menu access control. |
| _menu_tree_check_access | function | includes/ |
Sorts the menu tree and recursively checks access for each item. |
| _menu_tree_data | function | includes/ |
Builds the data representing a menu tree. |
| _menu_update_parental_status | function | includes/ |
Checks and updates the 'has_children' status for the parent of a link. |
| _mime_header_decode | function | includes/ |
Decodes encoded header data passed from mime_header_decode(). |
| _module_build_dependencies | function | includes/ |
Determines which modules require and are required by each module. |
| _node_access_rebuild_batch_finished | function | modules/ |
Implements callback_batch_finished(). |
| _node_access_rebuild_batch_operation | function | modules/ |
Implements callback_batch_operation(). |
| _node_access_test_node_write | function | modules/ |
Helper for node insert/update. |
| _node_add_access | function | modules/ |
Access callback: Checks whether the user has permission to add a node. |
| _node_characters | function | modules/ |
Helper function for teaser length choices. |
| _node_extract_type | function | modules/ |
Extracts the type name. |
| _node_index_node | function | modules/ |
Indexes a single node. |
| _node_mass_update_batch_finished | function | modules/ |
Implements callback_batch_finished(). |
| _node_mass_update_batch_process | function | modules/ |
Implements callback_batch_operation(). |
| _node_mass_update_helper | function | modules/ |
Updates individual nodes when fewer than 10 are queued. |
| _node_query_node_access_alter | function | modules/ |
Helper for node access functions. |
| _node_rankings | function | modules/ |
Gathers the rankings from the hook_ranking() implementations. |
| _node_revision_access | function | modules/ |
Access callback: Checks node revision access. |
| _node_save_revision | function | modules/ |
Helper function to save a revision with the uid of the current user. |
| _node_types_build | function | modules/ |
Builds and returns the list of available node types. |
| _openid_create_message | function | modules/ |
Create a serialized message packet as per spec: $key:$value\n . |
| _openid_dh_base64_to_long | function | modules/ |
|
| _openid_dh_binary_to_long | function | modules/ |
|
| _openid_dh_long_to_base64 | function | modules/ |
|
| _openid_dh_long_to_binary | function | modules/ |
|
| _openid_dh_rand | function | modules/ |
|
| _openid_dh_xorsecret | function | modules/ |
|
| _openid_encode_message | function | modules/ |
Encode a message from _openid_create_message for HTTP Post |
| _openid_get_bytes | function | modules/ |
|
| _openid_get_math_library | function | modules/ |
Determine the available math library GMP vs. BCMath, favouring GMP for performance. |
| _openid_get_params | function | modules/ |
|
| _openid_hmac | function | modules/ |
|
| _openid_invalid_openid_transition | function | modules/ |
Provides transition for accounts with possibly invalid OpenID identifiers in authmap. |
| _openid_is_xri | function | modules/ |
Determine if the given identifier is an XRI ID. |
| _openid_link_href | function | modules/ |
Pull the href attribute out of an html link element. |
| _openid_math_add | function | modules/ |
Calls the add function from the available math library for OpenID. |
| _openid_math_cmp | function | modules/ |
Calls the cmp function from the available math library for OpenID. |
| _openid_math_div | function | modules/ |
Calls the div function from the available math library for OpenID. |
| _openid_math_mod | function | modules/ |
Calls the mod function from the available math library for OpenID. |
| _openid_math_mul | function | modules/ |
Calls the mul function from the available math library for OpenID. |
| _openid_math_pow | function | modules/ |
Calls the pow function from the available math library for OpenID. |
| _openid_math_powmod | function | modules/ |
Calls the mul function from the available math library for OpenID. |
| _openid_meta_httpequiv | function | modules/ |
Pull the http-equiv attribute out of an html meta element |
| _openid_nonce | function | modules/ |
Return a nonce value - formatted per OpenID spec. |
Pagination
- Previous page
- Page 228
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.