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. |
2 |
|
search_files_directories_add |
./search_files.module |
generates the form to add a directory to search_files_directories table |
1 |
1 |
search_files_directories_add_submit |
./search_files.module |
adds a row to the search_files directories table with the
information provided by the search_files_directory_add_form. |
|
|
search_files_directories_list |
./search_files.module |
gets a list of directories to inde from the search_files_directories
table and themes the list in a table |
|
1 |
search_files_directory_confirm_delete |
./search_files.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_directory_confirm_delete_form |
./search_files.module |
get the confirmation form to confirm deletion of a directory
from the search_files_directories table |
|
1 |
search_files_directory_confirm_delete_form_submit |
./search_files.module |
deletes the directory from the search_files_directories table after
confirmation from the user, also deletes the files from the
search_files_files table and removes the data from the search_dataset
table |
|
|
search_files_directory_edit |
./search_files.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_directory_edit_submit |
./search_files.module |
Updates the directory row in the serach_files_directories table from
data given by the search_files_directory_edit form |
|
|
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 |
1 |
|
search_files_helpers_validate_add_edit |
./search_files.module |
validate the existence of the helper app supplied by the
helper_add or helper_edit form |
|
|
search_files_helper_add |
./search_files.module |
generate form to add a helper app to the system |
1 |
1 |
search_files_helper_add_submit |
./search_files.module |
insert a row in the search_files_helpers table for the helper
app given by the form |
|
|
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 |
search_files_helper_confirm_delete_form |
./search_files.module |
generate the deletion confirmation form for helper apps and return the form |
|
1 |
search_files_helper_confirm_delete_form_submit |
./search_files.module |
remove row for the helper app from the search_files_helpers table |
|
|
search_files_helper_edit |
./search_files.module |
fetch the helper add form, alter the form for use as an edit form,
populate the #default_values fields and return the form |
|
1 |
search_files_helper_edit_submit |
./search_files.module |
update the row in the table search_files_helpers for the given helper app |
|
|
search_files_helper_list |
./search_files.module |
display a themes table of the current helper apps set up in the system |
|
1 |
search_files_install |
./search_files.install |
Implementation of hook_install(). |
|
|
search_files_list_directory |
./search_files.module |
search_files_list_directory($directory, $id) 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 the
search_files_files table |
1 |
|
search_files_menu |
./search_files.module |
Implementation of hook_menu() |
|
|
search_files_perm |
./search_files.module |
Implementation of hook_perm() |
|
|
search_files_search |
./search_files.module |
implementation of hook_search() |
|
|
search_files_search_item_format |
./search_files.module |
format the result items before that are displayed |
1 |
|
search_files_search_page |
./search_files.module |
generate the results page |
|
|
search_files_settings |
./search_files.module |
generate the settings form for the search_files module using the
system_settings_form()funciton |
|
1 |
search_files_uninstall |
./search_files.install |
Implementation of hook_uninstall(). |
|
|
search_files_update_index |
./search_files.module |
Implementation of hook_update_index() |
|
1 |