|
menu_get_names |
function |
drupal-6.x/includes/menu.inc |
Build a list of named menus. |
|
db_field_names |
function |
drupal-6.x/includes/database.inc |
Return an array of field names from an array of key/index column specifiers. |
|
book_menu_name |
function |
drupal-6.x/modules/book/book.module |
Generate the corresponding menu name from a book ID. |
|
theme_username |
function |
drupal-6.x/includes/theme.inc |
Format a username. |
|
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. |
|
FILE_EXISTS_RENAME |
constant |
drupal-6.x/includes/file.inc |
|
|
user_validate_name |
function |
drupal-6.x/modules/user/user.module |
Verify the syntax of the given name. |
|
file_munge_filename |
function |
drupal-6.x/includes/file.inc |
Modify a filename as needed for security purposes. |
|
USERNAME_MAX_LENGTH |
constant |
drupal-6.x/modules/user/user.module |
|
|
drupal_get_filename |
function |
drupal-6.x/includes/bootstrap.inc |
Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
|
file_create_filename |
function |
drupal-6.x/includes/file.inc |
Create a full file path from a directory and filename. If a file with the
specified name already exists, an alternative will be used. |
|
locale_language_name |
function |
drupal-6.x/modules/locale/locale.module |
Returns a language name |
|
file_unmunge_filename |
function |
drupal-6.x/includes/file.inc |
Undo the effect of upload_munge_filename(). |
|
_xrds_strip_namespace |
function |
drupal-6.x/modules/openid/xrds.inc |
|
|
update_get_project_name |
function |
drupal-6.x/modules/update/update.compare.inc |
Given a $file object (as returned by system_get_files_database()), figure
out what project it belongs to. |
|
user_login_name_validate |
function |
drupal-6.x/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked
or denied access. |
|
file_validate_name_length |
function |
drupal-6.x/includes/file.inc |
Check for files with names longer than we can store in the database. |
|
taxonomy_get_term_by_name |
function |
drupal-6.x/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
|
menu_set_active_menu_name |
function |
drupal-6.x/includes/menu.inc |
Set (or get) the active menu for the current page - determines the active trail. |
|
menu_get_active_menu_name |
function |
drupal-6.x/includes/menu.inc |
Get the active menu for the current page - determines the active trail. |
|
drupal_install_profile_name |
function |
drupal-6.x/includes/install.inc |
Loads the profile definition, extracting the profile's defined name. |
|
MENU_MAX_MENU_NAME_LENGTH_UI |
constant |
drupal-6.x/modules/menu/menu.module |
Maximum length of menu name as entered by the user. Database length is 32
and we add a menu- prefix. |
|
system_sort_modules_by_info_name |
function |
drupal-6.x/modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |