exif_admin_settings_form |
./exif.module |
Administration page callback. |
|
1 |
exif_admin_settings_form_submit |
./exif.module |
|
|
|
exif_get_default_settings |
./exif.module |
Return an array with all the valid tags, with some useful default settings. |
2 |
|
exif_get_enabled_tags |
./exif.module |
Return an array containing only the tags that were enabled. |
2 |
|
exif_get_valid_tags |
./exif.module |
Helper function to return all the valid tags (well, at least those this module cares about). |
1 |
|
exif_install |
./exif.install |
Implementation of hook_install(). |
|
|
exif_load_settings |
./exif.module |
Return an array with all the valid tags and their settings. |
1 |
|
exif_menu |
./exif.module |
Implementation of hook_menu(). |
|
|
exif_nodeapi |
./exif.module |
Implementation of hook_nodeapi(). |
|
|
exif_reset_settings |
./exif.module |
|
1 |
|
exif_save_settings |
./exif.module |
|
1 |
|
exif_uninstall |
./exif.install |
Implementation of hook_uninstall(). |
|
|
exif_update_1 |
./exif.install |
|
|
|
exif_update_2 |
./exif.install |
Add exif for existing images if they exist. |
|
|
theme_exif_admin_settings_form |
./exif.module |
|
|
|
theme_exif_table |
./exif.module |
|
|
|
_exif_bootstrap |
./exif.module |
|
3 |
|
_exif_compare_tags |
./exif.module |
|
|
2 |
_exif_get_exif |
./exif.module |
Fetch exif data. |
1 |
|
_exif_get_valid_ifd_tags |
./exif.module |
|
1 |
|
_exif_read_exif |
./exif.module |
Reads exif data from a file. |
1 |
|
_update_exif_data |
./exif.module |
Update exif data for a given file. |
2 |
|