hook_search_file_attachments_exif_tagmarker_alter |
./search_file_attachments.api.php |
Change the IPTC tagmarker for information extraction from image files. |
|
|
search_file_attachments_check_java |
./search_file_attachments.inc |
Check if java is available and executable. |
3 |
|
search_file_attachments_exif_tagmarker |
./search_file_attachments.inc |
Defines the IPTC fields to be used for the search index. |
1 |
|
search_file_attachments_extensions_to_mimetypes |
./search_file_attachments.inc |
Get the mimetypes of the excluded file extensions. |
1 |
|
search_file_attachments_extract_exif |
./search_file_attachments.inc |
Extract IPTC metadata from image. |
1 |
|
search_file_attachments_extract_simple |
./search_file_attachments.inc |
Extract simple text. |
1 |
|
search_file_attachments_extract_tika |
./search_file_attachments.inc |
Extract file content with Apache Tika. |
1 |
|
search_file_attachments_file_delete |
./search_file_attachments.module |
Implements hook_file_delete(). |
|
|
search_file_attachments_get_files |
./search_file_attachments.inc |
Load the files to be indexed. |
1 |
|
search_file_attachments_get_file_content |
./search_file_attachments.inc |
Extract the content of the given file. |
1 |
|
search_file_attachments_install |
./search_file_attachments.install |
Implements hook_install(). |
|
|
search_file_attachments_java_path |
./search_file_attachments.inc |
Returns the path to the java binary. |
1 |
3 |
search_file_attachments_menu |
./search_file_attachments.module |
Implements hook_menu(). |
|
|
search_file_attachments_permission |
./search_file_attachments.module |
Implements hook_permission(). |
|
|
search_file_attachments_requirements |
./search_file_attachments.install |
Implements hook_requirements(). |
|
|
search_file_attachments_schema |
./search_file_attachments.install |
Implements hook_schema(). |
|
|
search_file_attachments_search_execute |
./search_file_attachments.module |
Implements hook_search_execute(). |
|
|
search_file_attachments_search_info |
./search_file_attachments.module |
Implements hook_search_info(). |
|
|
search_file_attachments_search_reset |
./search_file_attachments.module |
Implements hook_search_reset(). |
|
|
search_file_attachments_search_status |
./search_file_attachments.module |
Implements hook_search_status(). |
|
|
search_file_attachments_settings_form |
./search_file_attachments.admin.inc |
Page callback to show the settings for the attachments. |
|
1 |
search_file_attachments_settings_form_validate |
./search_file_attachments.admin.inc |
Validation handler for the settings form. |
|
|
search_file_attachments_shutdown |
./search_file_attachments.inc |
Shutdown function to make sure we remember the last element processed. |
|
1 |
search_file_attachments_uninstall |
./search_file_attachments.install |
Implements hook_uninstall(). |
|
|
search_file_attachments_update_7101 |
./search_file_attachments.install |
Remove the old variable 'search_file_attachments_exclude_formats'. |
|
|
search_file_attachments_update_index |
./search_file_attachments.module |
Implements hook_update_index(). |
|
|
search_file_extensions_included_extensions |
./search_file_attachments.inc |
Returns a string representing the current list of included file extensions. |
2 |
|