search_files_attachments_conditions_callback |
./search_files_attachments.module |
'conditions_callback': Name of a callback function that is invoked by
search_view() to get an array of additional search conditions to pass to
search_data(). For example, a search module may get additional keywords,
filters, or modifiers for… |
|
1 |
search_files_attachments_dashboard |
./search_files_attachments.module |
Generates the search_files_directories dashboard page. |
|
1 |
search_files_attachments_get_file_contents |
./search_files_attachments.module |
Get the file contents using the helpers. |
1 |
|
search_files_attachments_index_file |
./search_files_attachments.module |
Indexing file contents. |
1 |
|
search_files_attachments_menu |
./search_files_attachments.module |
Implements hook_menu(). |
|
|
search_files_attachments_node_delete |
./search_files_attachments.module |
|
|
|
search_files_attachments_search_access |
./search_files_attachments.module |
Implements hook_search_access(). |
|
|
search_files_attachments_search_admin |
./search_files_attachments.module |
Implements hook_search_admin(). |
|
|
search_files_attachments_search_execute |
./search_files_attachments.module |
Implements hook_search_execute(). |
|
|
search_files_attachments_search_info |
./search_files_attachments.module |
Implements hook_search_info(). |
|
|
search_files_attachments_search_reset |
./search_files_attachments.module |
Implementation of hook_search_reset(). |
|
|
search_files_attachments_settings_form |
./search_files_attachments.module |
generate the settings form for the search_files module using the
system_settings_form() function |
|
1 |
search_files_attachments_uninstall |
./search_files_attachments.install |
|
|
|
search_files_attachments_update_6200 |
./search_files_attachments.install |
|
|
|
search_files_attachments_update_6201 |
./search_files_attachments.install |
|
|
|
search_files_attachments_update_index |
./search_files_attachments.module |
Implements hook_update_index(). |
|
1 |
search_files_convert_to_utf8 |
./search_files.module |
Converts text to UTF8 using the system's character encoding. |
2 |
|
search_files_db_rename_column_ifexists |
./search_files.install |
|
2 |
|
search_files_db_rename_table_ifexists |
./search_files.install |
|
2 |
|
search_files_directories_conditions_callback |
./search_files_directories.module |
'conditions_callback': Name of a callback function that is invoked by search_view() to get an array of additional search conditions to pass to search_data(). For example, a search module may get additional keywords, filters, or modifiers for… |
|
1 |
search_files_directories_dashboard |
./search_files_directories.module |
Page callback: dashboard managing index. |
|
1 |
search_files_directories_delete_content_by_directory_id |
./search_files_directories.module |
|
1 |
|
search_files_directories_delete_content_by_file_id |
./search_files_directories.module |
|
2 |
|
search_files_directories_directory_add_form |
./search_files_directories.module |
generates the form to add a directory to search_files_directories table |
1 |
1 |
search_files_directories_directory_add_form_submit |
./search_files_directories.module |
adds a row to the search_files directories table with the
information provided by the search_files_directory_add_form |
|
|
search_files_directories_directory_add_form_validate |
./search_files_directories.module |
validates uniqueness of directory |
|
|
search_files_directories_directory_confirm_delete |
./search_files_directories.module |
check to make sure the directory the user wants to delete is a
valid directory id number, then call the function to generate
the confirmation form |
|
1 |
search_files_directories_directory_confirm_delete_form |
./search_files_directories.module |
get the confirmation form to confirm deletion of a directory
from the search_files_directories table |
|
1 |
search_files_directories_directory_confirm_delete_form_submit |
./search_files_directories.module |
deletes the directory from the search_files_directories_directories table after
confirmation from the user, also deletes the files from the
search_files_directories_files table and removes the data from the search_dataset
table |
|
|
search_files_directories_directory_edit |
./search_files_directories.module |
generates the directory edit form, it does this by grabbing the
directory add form and populates the #default_value fields for
the directory in question |
|
1 |
search_files_directories_directory_edit_submit |
./search_files_directories.module |
Updates the directory row in the serach_files_directories table from
data given by the search_files_directories_directory_edit form |
|
|
search_files_directories_directory_list |
./search_files_directories.module |
gets a list of directories to index from the search_files_directories_directories
table and themes the list in a table |
|
1 |
search_files_directories_install |
./search_files_directories.install |
|
|
|
search_files_directories_list_directory |
./search_files_directories.module |
search_files_directories_list_directory($basedir, $subdir, $id, $helpers) will be called recursively
to traverse the directory tree and list all the files in the given
directory, it will take the files it find and put them into… |
1 |
|
search_files_directories_menu |
./search_files_directories.module |
Implements hook_menu(). |
|
|
search_files_directories_schema |
./search_files_directories.install |
@file
Installation and update procedures for the search directories module. |
|
|
search_files_directories_search_access |
./search_files_directories.module |
Implements hook_search_access(). |
|
|
search_files_directories_search_admin |
./search_files_directories.module |
Implements hook_search_admin(). |
|
|
search_files_directories_search_execute |
./search_files_directories.module |
Implements hook_search_execute(). |
|
|
search_files_directories_search_info |
./search_files_directories.module |
Implements hook_search_info(). |
|
|
search_files_directories_search_reset |
./search_files_directories.module |
Implements hook_search_reset(). |
|
|
search_files_directories_settings_form |
./search_files_directories.module |
Form builder: the settings form for the search_files_directories. |
|
1 |
search_files_directories_uninstall |
./search_files_directories.install |
|
|
|
search_files_directories_update_1 |
./search_files_directories.install |
Update #1 - Migrate from search_files-1.x to search_files-2.x |
|
|
search_files_directories_update_6200 |
./search_files_directories.install |
|
|
|
search_files_directories_update_6201 |
./search_files_directories.install |
|
|
|
search_files_directories_update_6202 |
./search_files_directories.install |
|
|
|
search_files_directories_update_6203 |
./search_files_directories.install |
|
|
|
search_files_directories_update_6204 |
./search_files_directories.install |
|
|
|
search_files_directories_update_index |
./search_files_directories.module |
Implements hook_update_index(). |
|
1 |