shrinktheweb_addRequestToDB |
./shrinktheweb.api.inc |
Adding request to debug log table |
1 |
|
shrinktheweb_admin_log |
./shrinktheweb.admin.inc |
|
|
1 |
shrinktheweb_admin_log_submit |
./shrinktheweb.admin.inc |
|
|
|
shrinktheweb_admin_log_validate |
./shrinktheweb.admin.inc |
|
|
|
shrinktheweb_admin_settings |
./shrinktheweb.admin.inc |
|
|
1 |
shrinktheweb_admin_settings_submit |
./shrinktheweb.admin.inc |
|
|
1 |
shrinktheweb_admin_settings_validate |
./shrinktheweb.admin.inc |
|
|
|
shrinktheweb_cacheFileExpired |
./shrinktheweb.api.inc |
Determine if specified file has expired from the cache |
1 |
|
shrinktheweb_checkLimitReached |
./shrinktheweb.api.inc |
Check if the limit reached image is existing, if so return true
return false if there is no image existing or the limit reached file is
older then 6 hours |
1 |
|
shrinktheweb_checkWebsiteThumbnailCaptured |
./shrinktheweb.api.inc |
Method that checks if the thumbnail for the specified website exists |
1 |
|
shrinktheweb_createCacheDirectory |
./shrinktheweb.api.inc |
Create cache directory if it doesnt exist |
2 |
|
shrinktheweb_deleteAllImages |
./shrinktheweb.api.inc |
Delete cached images |
1 |
|
shrinktheweb_deleteErrorImages |
./shrinktheweb.api.inc |
Delete error images |
1 |
|
shrinktheweb_deleteThumbnail |
./shrinktheweb.api.inc |
Delete thumbnail |
1 |
|
shrinktheweb_downloadRemoteImageToLocalPath |
./shrinktheweb.api.inc |
Method to get image at the specified remote Url and attempt to save it to the specifed local path |
2 |
|
shrinktheweb_fileGetContent |
./shrinktheweb.api.inc |
Gets file content by URL |
4 |
|
shrinktheweb_generateHash |
./shrinktheweb.api.inc |
Generate the hash for the thumbnail, this is used as filename also |
3 |
|
shrinktheweb_generateOptions |
./shrinktheweb.api.inc |
|
4 |
|
shrinktheweb_generateRequestArgs |
./shrinktheweb.api.inc |
generate the request arguments |
2 |
|
shrinktheweb_getAccountInfo |
./shrinktheweb.api.inc |
Get Account Info and return it as array |
1 |
|
shrinktheweb_getAccXMLResponse |
./shrinktheweb.api.inc |
store the Account XML response in an array |
1 |
|
shrinktheweb_getArrayValue |
./shrinktheweb.api.inc |
Safe method to get the value from an array using the specified key |
|
|
shrinktheweb_getCachedThumbnail |
./shrinktheweb.api.inc |
Get a thumbnail, caching it first if possible |
1 |
|
shrinktheweb_getLegacyResponse |
./shrinktheweb.api.inc |
|
2 |
|
shrinktheweb_getNoResponseImage |
./shrinktheweb.api.inc |
Gets the account problem image and returns the relative path to the cached image |
1 |
|
shrinktheweb_getThumbnail |
./shrinktheweb.api.inc |
Gets the thumbnail for the specified website, stores it in the cache, and then returns the
relative path to the cached image. |
1 |
|
shrinktheweb_getThumbnailAdvanced |
./shrinktheweb.api.inc |
|
1 |
|
shrinktheweb_getThumbnailStatus |
./shrinktheweb.api.inc |
|
1 |
|
shrinktheweb_getThumbnailURL |
./shrinktheweb.api.inc |
Gets the thumbnail for the specified website, stores it in the cache, and then returns the HTML for loading the image.
!!! SLIGTHLY CHANGED FOR DRUPAL !!! |
1 |
|
shrinktheweb_getXMLResponse |
./shrinktheweb.api.inc |
store the XML response in an array and generate status bits |
2 |
|
shrinktheweb_get_thumbnail |
./shrinktheweb.module |
Generates or returns the path/source of the thumbnail |
1 |
|
shrinktheweb_help |
./shrinktheweb.module |
Implementation of hook_help() |
|
|
shrinktheweb_menu |
./shrinktheweb.module |
Implementation of hook_menu(). |
|
|
shrinktheweb_perm |
./shrinktheweb.module |
Implementation of hook_permission(). |
|
|
shrinktheweb_refreshThumbnail |
./shrinktheweb.api.inc |
refresh a thumbnail for a url with specified options
first delete it and then do a new request and return the HTML for image loading
!!! SLIGTHLY CHANGED FOR DRUPAL !!! |
|
|
shrinktheweb_schema |
./shrinktheweb.install |
Implementation of hook_schema(). |
1 |
|
shrinktheweb_theme |
./shrinktheweb.module |
Implementation of hook_theme() |
|
|
shrinktheweb_uninstall |
./shrinktheweb.install |
Implementation of hook_uninstall(). |
|
|
shrinktheweb_update_6100 |
./shrinktheweb.install |
This will update the shrinktheweb_log table to its new format |
|
|
theme_shrinktheweb_image |
./shrinktheweb.module |
Displays the thumbnail. |
|
|