|
_book_admin_table_tree |
drupal-6.x/modules/book/book.admin.inc |
Recursive helper to build the main table in the book administration page form. |
1 |
|
|
_book_flatten_menu |
drupal-6.x/modules/book/book.module |
Recursive helper function for book_get_flat_menu(). |
1 |
|
|
_book_install_type_create |
drupal-6.x/modules/book/book.install |
|
2 |
|
|
_book_link_defaults |
drupal-6.x/modules/book/book.module |
Return an array with default values for a book link. |
2 |
|
|
_book_outline_access |
drupal-6.x/modules/book/book.module |
Menu item access callback - determine if the outline tab is accessible. |
1 |
1 |
|
_book_outline_remove_access |
drupal-6.x/modules/book/book.module |
Menu item access callback - determine if the user can remove nodes from the outline. |
|
1 |
|
_book_parent_depth_limit |
drupal-6.x/modules/book/book.module |
Find the depth limit for items in the parent select. |
2 |
|
|
_book_parent_select |
drupal-6.x/modules/book/book.module |
Build the parent selection form element for the node form or outline tab |
2 |
|
|
_book_toc_recurse |
drupal-6.x/modules/book/book.module |
A recursive helper function for book_toc(). |
1 |
|
|
_book_update_outline |
drupal-6.x/modules/book/book.module |
Common helper function to handles additions and updates to the book outline. |
2 |
|
|
_color_blend |
drupal-6.x/modules/color/color.module |
Blend two hex colors and return the GD color. |
1 |
|
|
_color_gd |
drupal-6.x/modules/color/color.module |
Convert a hex triplet into a GD color. |
1 |
|
|
_color_hsl2rgb |
drupal-6.x/modules/color/color.module |
Convert a HSL triplet into RGB |
1 |
|
|
_color_hue2rgb |
drupal-6.x/modules/color/color.module |
Helper function for _color_hsl2rgb(). |
1 |
|
|
_color_pack |
drupal-6.x/modules/color/color.module |
Convert an RGB triplet to a hex color. |
1 |
|
|
_color_page_alter |
drupal-6.x/modules/color/color.module |
Callback for the theme to alter the resources used. |
1 |
|
|
_color_render_images |
drupal-6.x/modules/color/color.module |
Render images that match a given palette. |
1 |
|
|
_color_rewrite_stylesheet |
drupal-6.x/modules/color/color.module |
Rewrite the stylesheet to match the colors in the palette. |
1 |
|
|
_color_rgb2hsl |
drupal-6.x/modules/color/color.module |
Convert an RGB triplet to HSL. |
1 |
|
|
_color_save_stylesheet |
drupal-6.x/modules/color/color.module |
Save the rewritten stylesheet to disk. |
1 |
|
|
_color_shift |
drupal-6.x/modules/color/color.module |
Shift a given color, using a reference pair and a target blend color. |
1 |
|
|
_color_unpack |
drupal-6.x/modules/color/color.module |
Convert a hex color into an RGB triplet. |
3 |
|
|
_comment_delete_thread |
drupal-6.x/modules/comment/comment.admin.inc |
Perform the actual deletion of a comment and all its replies. |
2 |
|
|
_comment_form_submit |
drupal-6.x/modules/comment/comment.module |
Prepare a comment for submission. |
2 |
|
|
_comment_get_display_setting |
drupal-6.x/modules/comment/comment.module |
Return a current comment display setting |
3 |
|
|
_comment_get_modes |
drupal-6.x/modules/comment/comment.module |
Return an array of viewing modes for comment listings. |
2 |
|
|
_comment_get_orders |
drupal-6.x/modules/comment/comment.module |
Return an array of viewing orders for comment listings. |
2 |
|
|
_comment_load |
drupal-6.x/modules/comment/comment.module |
Load the entire comment by cid. |
4 |
|
|
_comment_per_page |
drupal-6.x/modules/comment/comment.module |
Return an array of "comments per page" settings from which the user
can choose. |
2 |
|
|
_comment_update_node_statistics |
drupal-6.x/modules/comment/comment.module |
Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
4 |
|
|
_contact_user_tab_access |
drupal-6.x/modules/contact/contact.module |
Menu access callback for a user's personal contact form. |
|
1 |
|
_dblog_format_message |
drupal-6.x/modules/dblog/dblog.admin.inc |
Formats a log message for display. |
3 |
|
|
_dblog_get_message_types |
drupal-6.x/modules/dblog/dblog.module |
|
1 |
|
|
_db_create_field_sql |
drupal-6.x/includes/database.pgsql.inc |
Create an SQL string for a field to be used in table creation or alteration. |
5 |
|
|
_db_create_field_sql |
drupal-6.x/includes/database.mysql-common.inc |
Create an SQL string for a field to be used in table creation or alteration. |
5 |
|
|
_db_create_index_sql |
drupal-6.x/includes/database.pgsql.inc |
|
2 |
|
|
_db_create_keys |
drupal-6.x/includes/database.pgsql.inc |
|
2 |
|
|
_db_create_keys_sql |
drupal-6.x/includes/database.mysql-common.inc |
|
3 |
|
|
_db_create_key_sql |
drupal-6.x/includes/database.pgsql.inc |
|
5 |
|
|
_db_create_key_sql |
drupal-6.x/includes/database.mysql-common.inc |
|
5 |
|
|
_db_error_page |
drupal-6.x/includes/database.inc |
Helper function to show fatal database errors. |
4 |
|
|
_db_process_field |
drupal-6.x/includes/database.pgsql.inc |
Set database-engine specific properties for a field. |
5 |
|
|
_db_process_field |
drupal-6.x/includes/database.mysql-common.inc |
Set database-engine specific properties for a field. |
5 |
|
|
_db_query |
drupal-6.x/includes/database.mysql.inc |
Helper function for db_query(). |
8 |
|
|
_db_query |
drupal-6.x/includes/database.pgsql.inc |
Helper function for db_query(). |
8 |
|
|
_db_query |
drupal-6.x/includes/database.mysqli.inc |
Helper function for db_query(). |
8 |
|
|
_db_query_callback |
drupal-6.x/includes/database.inc |
Helper function for db_query(). |
8 |
8 |
|
_db_rewrite_sql |
drupal-6.x/includes/database.inc |
Helper function for db_rewrite_sql. |
3 |
|
|
_decode_entities |
drupal-6.x/includes/unicode.inc |
Helper function for decode_entities |
|
|
|
_drupal_bootstrap |
drupal-6.x/includes/bootstrap.inc |
|
1 |
|