|
element_child |
drupal-6.x/includes/common.inc |
Check if the key is a child. |
1 |
1 |
|
element_children |
drupal-6.x/includes/common.inc |
Get keys of a structured array tree element that are not properties (i.e., do not begin with '#'). |
37 |
|
|
element_properties |
drupal-6.x/includes/common.inc |
Get properties of a structured array element. Properties begin with '#'. |
|
|
|
element_property |
drupal-6.x/includes/common.inc |
Check if the key is a property. |
|
1 |
|
element_sort |
drupal-6.x/includes/common.inc |
Function used by uasort to sort structured arrays by weight. |
|
2 |
|
example_form |
documentation-6.x/developer/example.profile |
Form API array definition for the example form. |
|
1 |
|
example_form_alter |
documentation-6.x/developer/example.profile |
Implementation of hook_form_alter(). |
|
|
|
example_form_submit |
documentation-6.x/developer/example.profile |
Form API submit for the example form. |
|
|
|
example_profile_details |
documentation-6.x/developer/example.profile |
Return a description of the profile for the initial installation screen. |
|
|
|
example_profile_modules |
documentation-6.x/developer/example.profile |
Return an array of the modules to be enabled when this profile is installed. |
|
|
|
example_profile_tasks |
documentation-6.x/developer/example.profile |
Perform any final installation tasks for this profile. |
|
|
|
example_profile_task_list |
documentation-6.x/developer/example.profile |
Return a list of tasks that this profile supports. |
|
|
|
expand_checkboxes |
drupal-6.x/includes/form.inc |
|
|
2 |
|
expand_date |
drupal-6.x/includes/form.inc |
Roll out a single date element. |
|
1 |
|
expand_password_confirm |
drupal-6.x/includes/form.inc |
Expand a password_confirm field into two text boxes. |
|
1 |
|
expand_radios |
drupal-6.x/includes/form.inc |
Roll out a single radios element to a list of radios,
using the options array as index. |
|
1 |
|
file_check_directory |
drupal-6.x/includes/file.inc |
Checks whether a directory exists and is writable. |
9 |
|
|
file_check_location |
drupal-6.x/includes/file.inc |
Check if a file is really located inside $directory. Should be used to make
sure a file specified is really located within the directory to prevent
exploits. |
1 |
|
|
file_check_path |
drupal-6.x/includes/file.inc |
Checks path to see if it is a directory, or a dir/file. |
2 |
|
|
file_copy |
drupal-6.x/includes/file.inc |
Copies a file to a new location. |
4 |
|
|
file_create_filename |
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. |
1 |
|
|
file_create_htaccess |
drupal-6.x/includes/file.inc |
Creates a .htaccess file in the given directory. |
3 |
|
|
file_create_path |
drupal-6.x/includes/file.inc |
Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
15 |
|
|
file_create_url |
drupal-6.x/includes/file.inc |
Create the download path to a file. |
5 |
|
|
file_delete |
drupal-6.x/includes/file.inc |
Delete a file. |
9 |
2 |
|
file_destination |
drupal-6.x/includes/file.inc |
Determines the destination path for a file depending on how replacement of
existing files should be handled. |
2 |
|
|
file_directory_path |
drupal-6.x/includes/file.inc |
Determine the default 'files' directory. |
15 |
3 |
|
file_directory_temp |
drupal-6.x/includes/file.inc |
Determine the default temporary directory. |
8 |
1 |
|
file_download |
drupal-6.x/includes/file.inc |
Call modules that implement hook_file_download() to find out if a file is
accessible and what headers it should be transferred with. If a module
returns -1 drupal_access_denied() will be returned. If one or more modules
returned headers the download… |
|
1 |
|
file_get_mimetype |
drupal-6.x/includes/file.inc |
Determine an Internet Media Type, or MIME type from a filename. |
1 |
|
|
file_htaccess_lines |
drupal-6.x/includes/file.inc |
Returns the standard .htaccess lines that Drupal writes to file directories. |
1 |
|
|
file_move |
drupal-6.x/includes/file.inc |
Moves a file to a new location. |
1 |
|
|
file_munge_filename |
drupal-6.x/includes/file.inc |
Modify a filename as needed for security purposes. |
1 |
|
|
file_save_data |
drupal-6.x/includes/file.inc |
Save a string to the specified destination. |
5 |
|
|
file_save_upload |
drupal-6.x/includes/file.inc |
Saves a file upload to a new location. |
5 |
|
|
file_scan_directory |
drupal-6.x/includes/file.inc |
Finds all files that match a given mask in a given directory. |
8 |
|
|
file_set_status |
drupal-6.x/includes/file.inc |
Set the status of a file. |
1 |
|
|
file_space_used |
drupal-6.x/includes/file.inc |
Determine total disk space used by a single user or the whole filesystem. |
2 |
|
|
file_transfer |
drupal-6.x/includes/file.inc |
Transfer file using http to client. Pipes a file through Drupal to the
client. |
1 |
|
|
file_unmunge_filename |
drupal-6.x/includes/file.inc |
Undo the effect of upload_munge_filename(). |
|
|
|
file_upload_max_size |
drupal-6.x/includes/file.inc |
Determine the maximum file upload size by querying the PHP settings. |
4 |
|
|
file_validate_extensions |
drupal-6.x/includes/file.inc |
Check that the filename ends with an allowed extension. This check is not
enforced for the user #1. |
|
1 |
|
file_validate_image_resolution |
drupal-6.x/includes/file.inc |
If the file is an image verify that its dimensions are within the specified
maximum and minimum dimensions. Non-image files will be ignored. |
|
2 |
|
file_validate_is_image |
drupal-6.x/includes/file.inc |
Check that the file is recognized by image_get_info() as an image. |
|
2 |
|
file_validate_name_length |
drupal-6.x/includes/file.inc |
Check for files with names longer than we can store in the database. |
|
1 |
|
file_validate_size |
drupal-6.x/includes/file.inc |
Check that the file's size is below certain limits. This check is not
enforced for the user #1. |
|
2 |
|
filter_access |
drupal-6.x/modules/filter/filter.module |
Returns TRUE if the user is allowed to access this format. |
6 |
|
|
filter_admin_configure |
drupal-6.x/modules/filter/filter.admin.inc |
Build a form to change the settings for a format's filters. |
|
1 |
|
filter_admin_configure_page |
drupal-6.x/modules/filter/filter.admin.inc |
Menu callback; display settings defined by a format's filters. |
|
1 |
|
filter_admin_configure_submit |
drupal-6.x/modules/filter/filter.admin.inc |
Clear the filter's cache when configuration settings are saved. |
|
1 |