|
theme_table |
function |
drupal-6.x/includes/theme.inc |
Return a themed table. |
|
FILE_WRITABLE |
constant |
drupal-6.x/includes/install.inc |
|
|
tablesort.inc |
file |
drupal-6.x/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
|
tablesort_sql |
function |
drupal-6.x/includes/tablesort.inc |
Create an SQL sort clause. |
|
db_lock_table |
function |
drupal-6.x/includes/database.mysql.inc |
Lock a table. |
|
db_lock_table |
function |
drupal-6.x/includes/database.pgsql.inc |
Lock a table.
This function automatically starts a transaction. |
|
db_drop_table |
function |
drupal-6.x/includes/database.pgsql.inc |
Drop a table. |
|
db_drop_table |
function |
drupal-6.x/includes/database.mysql-common.inc |
Drop a table. |
|
db_lock_table |
function |
drupal-6.x/includes/database.mysqli.inc |
Lock a table. |
|
tablesort_init |
function |
drupal-6.x/includes/tablesort.inc |
Initialize the table sort context. |
|
tablesort_cell |
function |
drupal-6.x/includes/tablesort.inc |
Format a table cell. |
|
FILE_EXECUTABLE |
constant |
drupal-6.x/includes/install.inc |
|
|
db_escape_table |
function |
drupal-6.x/includes/database.inc |
Restrict a dynamic table, column or constraint name to safe characters. |
|
db_create_table |
function |
drupal-6.x/includes/database.inc |
Create a new table from a Drupal table definition. |
|
db_table_exists |
function |
drupal-6.x/includes/database.mysql.inc |
Check if a table exists. |
|
db_table_exists |
function |
drupal-6.x/includes/database.pgsql.inc |
Check if a table exists. |
|
db_rename_table |
function |
drupal-6.x/includes/database.pgsql.inc |
Rename a table. |
|
db_rename_table |
function |
drupal-6.x/includes/database.mysql-common.inc |
Rename a table. |
|
db_table_exists |
function |
drupal-6.x/includes/database.mysqli.inc |
Check if a table exists. |
|
db_prefix_tables |
function |
drupal-6.x/includes/database.inc |
Append a database prefix to all tables in a query. |
|
tablesort_header |
function |
drupal-6.x/includes/tablesort.inc |
Format a column header. |
|
db_unlock_tables |
function |
drupal-6.x/includes/database.mysql.inc |
Unlock all locked tables. |
|
db_unlock_tables |
function |
drupal-6.x/includes/database.pgsql.inc |
Unlock all locked tables.
This function automatically commits a transaction. |
|
db_unlock_tables |
function |
drupal-6.x/includes/database.mysqli.inc |
Unlock all locked tables. |
|
FILE_NOT_WRITABLE |
constant |
drupal-6.x/includes/install.inc |
|
|
_book_admin_table |
function |
drupal-6.x/modules/book/book.admin.inc |
Build the table portion of the form for the book administration page. |
|
_theme_table_cell |
function |
drupal-6.x/includes/theme.inc |
|
|
tablesort_get_sort |
function |
drupal-6.x/includes/tablesort.inc |
Determine the current sort direction. |
|
FILE_NOT_EXECUTABLE |
constant |
drupal-6.x/includes/install.inc |
|
|
tablesort_get_order |
function |
drupal-6.x/includes/tablesort.inc |
Determine the current sort criterion. |
|
db_create_table_sql |
function |
drupal-6.x/includes/database.pgsql.inc |
Generate SQL to create a new table from a Drupal schema definition. |
|
db_create_table_sql |
function |
drupal-6.x/includes/database.mysql-common.inc |
Generate SQL to create a new table from a Drupal schema definition. |
|
drupal_add_tabledrag |
function |
drupal-6.x/includes/common.inc |
Assist in adding the tableDrag JavaScript behavior to a themed table. |
|
_book_admin_table_tree |
function |
drupal-6.x/modules/book/book.admin.inc |
Recursive helper to build the main table in the book administration page form. |
|
theme_book_admin_table |
function |
drupal-6.x/modules/book/book.admin.inc |
Theme function for the book administration page form. |
|
tablesort_get_querystring |
function |
drupal-6.x/includes/tablesort.inc |
Compose a query string to append to table sorting requests. |
|
theme_tablesort_indicator |
function |
drupal-6.x/includes/theme.inc |
Return a themed sort icon. |
|
update_create_batch_table |
function |
drupal-6.x/update.php |
Create the batch table. |
|
theme_table_select_header_cell |
function |
drupal-6.x/includes/theme.inc |
Returns a header cell for tables that have a select all functionality. |