search_files_attachments_dashboard |
./search_files_attachments.module |
generate the search_files_directories dashboard page |
|
1 |
search_files_attachments_get_file_contents |
./search_files_attachments.module |
get the file contents using the helpers configured in the search_files_module |
1 |
|
search_files_attachments_index_file |
./search_files_attachments.module |
get files to index |
1 |
|
search_files_attachments_menu |
./search_files_attachments.module |
Implementation of hook_menu(). |
|
|
search_files_attachments_nodeapi |
./search_files_attachments.module |
Implementation of hook_nodeapi(). |
|
|
search_files_attachments_search |
./search_files_attachments.module |
Implementation of hook_search(). |
|
|
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 |
Implementation of hook_update_index(). |
|
1 |
search_files_convert_to_utf8 |
./search_files.module |
Get the host system's character encoding and convert text from it to UTF-8,
Drupal's default HTTP and database character encoding. |
3 |
|
search_files_db_rename_column_ifexists |
./search_files.install |
|
2 |
|
search_files_db_rename_table_ifexists |
./search_files.install |
|
2 |
|
search_files_directories_dashboard |
./search_files_directories.module |
generate the search_files_directories dashboard page |
|
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 |
Implementation of hook_menu(). |
|
|
search_files_directories_schema |
./search_files_directories.install |
@file
Installation and update procedures for the search directories module. |
|
|
search_files_directories_search |
./search_files_directories.module |
Implementation of hook_search(). |
|
|
search_files_directories_settings_form |
./search_files_directories.module |
generate the settings form for the search_files module using the
system_settings_form()function |
|
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 |
Implementation of hook_update_index(). |
|
1 |
search_files_get_file_extensions |
./search_files.module |
returns an array of the file extensions with the extension as
the key and the name of the file type as the value, this data
is retrieved from the search_files_helpers table |
1 |
|
search_files_get_helpers |
./search_files.module |
get an array of helper programs |
2 |
|
search_files_help |
./search_files.module |
|
|
|
search_files_helpers_validate_add_edit |
./search_files.module |
validate the existance of the helper app supplied by the
helper_add or helper_edit form |
|
|
search_files_helper_add_form |
./search_files.module |
generate form to add a helper app to the system |
1 |
1 |
search_files_helper_add_form_submit |
./search_files.module |
insert a row in the search_files_helpers table for the helper
app given by the form |
|
|
search_files_helper_add_form_validate |
./search_files.module |
validates uniqueness of directory |
|
|
search_files_helper_autodetect |
./search_files.module |
generate form to autodetect helper apps |
|
1 |
search_files_helper_autodetect_submit |
./search_files.module |
autodetect helper apps |
|
|
search_files_helper_confirm_delete |
./search_files.module |
check to make sure the $helper_id is valid (a number greater
than zero) then it fetches the deletion confirmation form,
then returns it |
|
1 |