phpDocumentor Exif
[ class tree: Exif ] [ index: Exif ] [ all elements ]

Element index for package Exif

Package indexes

[ a ] [ c ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

_

_fetchRawExifData
in file ExifHelper.class, method ExifHelper::_fetchRawExifData()
    Retrieve the raw EXIF data as returned by lib/Exifer.
_parseDate
in file ExifHelper.class, method ExifHelper::_parseDate()
    Parse date string into unix timestamp.
$_save
in file ExifHelperTest.class, variable ExifHelperTest::$_save
$_save
in file AdminExifControllerTest.class, variable AdminExifControllerTest::$_save
_addDerivative
in file ExifExtractorTest.class, method ExifExtractorTest::_addDerivative()
_addPhoto
in file ExifExtractorTest.class, method ExifExtractorTest::_addPhoto()
_registerRotateToolkit
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::_registerRotateToolkit()
a

a

activate
in file module.inc, method ExifModule::activate()
addDefaultIptcProperties
in file ExifHelper.class, method ExifHelper::addDefaultIptcProperties()
    Add default IPTC properties for the given view mode to the end of current properties.
AdminExifControllerTest
in file AdminExifControllerTest.class, method AdminExifControllerTest::AdminExifControllerTest()
AdminExifControllerTest
in file AdminExifControllerTest.class, class AdminExifControllerTest
    AdminExif controller tests
AdminExifControllerTest.class
procedural page AdminExifControllerTest.class
AdminExifController
in file AdminExif.inc, class AdminExifController
    Settings for Exif
AdminExifView
in file AdminExif.inc, class AdminExifView
    Settings for Exif
AdminExif.inc
procedural page AdminExif.inc
c

c

callback
in file Callbacks.inc, method ExifCallbacks::callback()
Callbacks.inc
procedural page Callbacks.inc
e

e

ExifCallbacks
in file Callbacks.inc, class ExifCallbacks
ExifModule
in file module.inc, method ExifModule::ExifModule()
ExifModule
in file module.inc, class ExifModule
    Exif Module
ExifExtractor
in file ExifExtractor.class, class ExifExtractor
    Implementation of the ExifInterface for pulling EXIF data from a set of target items
ExifHelper
in file ExifHelper.class, class ExifHelper
    A helper class for the EXIF module.
ExifInterface_1_0
in file ExifInterface_1_0.class, class ExifInterface_1_0
    This is an interface for the exif module. Modules that wish to retrieve EXIF data for jpeg images can utilize an implementation of this interface.
ExifToolkit
in file ExifToolkit.class, class ExifToolkit
    A GalleryToolkit that uses the exifer library.
EXIF_DETAILED
in file ExifHelper.class, constant EXIF_DETAILED
    Detailed EXIF setting
EXIF_ITEM_DESCRIPTION
in file ExifHelper.class, constant EXIF_ITEM_DESCRIPTION
    Import EXIF description into item description
EXIF_ITEM_ROTATE
in file ExifHelper.class, constant EXIF_ITEM_ROTATE
    Rotate pictures based on exifData
EXIF_ITEM_ROTATE_PRESERVE
in file ExifHelper.class, constant EXIF_ITEM_ROTATE_PRESERVE
    Preserve original on rotating
EXIF_ITEM_SUMMARY
in file ExifHelper.class, constant EXIF_ITEM_SUMMARY
    Import EXIF description into item summary
EXIF_SUMMARY
in file ExifHelper.class, constant EXIF_SUMMARY
    Summary EXIF setting
ExifExtractor.class
procedural page ExifExtractor.class
ExifHelper.class
procedural page ExifHelper.class
ExifInterface_1_0.class
procedural page ExifInterface_1_0.class
ExifToolkit.class
procedural page ExifToolkit.class
ExifDescriptionOptionTest
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::ExifDescriptionOptionTest()
ExifDescriptionOptionTest
in file ExifDescriptionOptionTest.class, class ExifDescriptionOptionTest
    ExifDescriptionOption tests
ExifDescriptionOptionTestToolkit
in file ExifDescriptionOptionTest.class, class ExifDescriptionOptionTestToolkit
    Test toolkit
ExifExtractorTest
in file ExifExtractorTest.class, class ExifExtractorTest
    Test ExifExtractor functionality
ExifExtractorTest
in file ExifExtractorTest.class, method ExifExtractorTest::ExifExtractorTest()
ExifHelperTest
in file ExifHelperTest.class, method ExifHelperTest::ExifHelperTest()
ExifHelperTest
in file ExifHelperTest.class, class ExifHelperTest
    Test Exif Helper functionality
ExifToolkitTest
in file ExifToolkitTest.class, method ExifToolkitTest::ExifToolkitTest()
ExifToolkitTest
in file ExifToolkitTest.class, class ExifToolkitTest
    Test ExifToolkit functionality
ExifDescriptionOptionTest.class
procedural page ExifDescriptionOptionTest.class
ExifExtractorTest.class
procedural page ExifExtractorTest.class
ExifHelperTest.class
procedural page ExifHelperTest.class
ExifToolkitTest.class
procedural page ExifToolkitTest.class
ExifDescriptionOption
in file ExifDescriptionOption.inc, class ExifDescriptionOption
    This ItemAddOption uses the EXIF description value for the gallery item summary/description and the IPTC keywords for the gallery item keywords when the image is uploaded.
ExifDescriptionOption.inc
procedural page ExifDescriptionOption.inc
g

g

getSiteAdminViews
in file module.inc, method ExifModule::getSiteAdminViews()
getExifData
in file ExifHelper.class, method ExifHelper::getExifData()
    Return the wanted EXIF/IPTC data for one given file according to the given view mode.
getExifKeys
in file ExifHelper.class, method ExifHelper::getExifKeys()
    Return the EXIF/IPTC keys that we know about (from lib/Exifer and lib/JPEG).
getExifValue
in file ExifHelper.class, method ExifHelper::getExifValue()
    Retrieve a single EXIF value by path from a nested associative array.
getIptcObject
in file ExifHelper.class, method ExifHelper::getIptcObject()
    Return the raw IPTC data as a lib/JPEG object. This method call has the penalty to have to read in the lib/JPEG library (currently ~100KB) but nearly no penalties for the image: it isn't read here, that happens lazily when actually accessing IPTC values.
getIptcValue
in file ExifHelper.class, method ExifHelper::getIptcValue()
    Retrieve a single IPTC value out of the given JPEG object by key path.
getMetaData
in file ExifExtractor.class, method ExifExtractor::getMetaData()
getMetaData
in file ExifInterface_1_0.class, method ExifInterface_1_0::getMetaData()
    Get metadata for the given items
getOriginationTimestamp
in file ExifHelper.class, method ExifHelper::getOriginationTimestamp()
    Return the timestamp when the picture was taken, as recorded in exif
getProperties
in file ExifHelper.class, method ExifHelper::getProperties()
    Return the target properties for the given view mode
getProperty
in file ExifToolkit.class, method ExifToolkit::getProperty()
getProperty
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTestToolkit::getProperty()
h

h

handleRequest
in file AdminExif.inc, method AdminExifController::handleRequest()
handleRequest
in file SwitchDetailMode.inc, method SwitchDetailModeController::handleRequest()
handleRequestAfterAdd
in file ExifDescriptionOption.inc, method ExifDescriptionOption::handleRequestAfterAdd()
i

i

IPTC_ITEM_KEYWORDS
in file ExifHelper.class, constant IPTC_ITEM_KEYWORDS
    Import IPTC keywords into item keywords
IPTC_ITEM_TITLE
in file ExifHelper.class, constant IPTC_ITEM_TITLE
    Import IPTC Name into item title
isAllowedInEmbedOnly
in file SwitchDetailMode.inc, method SwitchDetailModeView::isAllowedInEmbedOnly()
isAppropriate
in file ExifDescriptionOption.inc, method ExifDescriptionOption::isAppropriate()
isImmediate
in file SwitchDetailMode.inc, method SwitchDetailModeView::isImmediate()
l

l

loadTemplate
in file AdminExif.inc, method AdminExifView::loadTemplate()
m

m

module.inc
procedural page module.inc
p

p

performFactoryRegistrations
in file module.inc, method ExifModule::performFactoryRegistrations()
postProcessValue
in file ExifHelper.class, method ExifHelper::postProcessValue()
    Sometimes the values that are returned aren't quite as we'd like to present them, so do a little post processing on the text
performOperation
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTestToolkit::performOperation()
r

r

renderImmediate
in file SwitchDetailMode.inc, method SwitchDetailModeView::renderImmediate()
s

s

setDefaultProperties
in file ExifHelper.class, method ExifHelper::setDefaultProperties()
    Reset the given view mode back to its default settings
setProperties
in file ExifHelper.class, method ExifHelper::setProperties()
    Set the target properties for the given view mode
SwitchDetailModeControllerTest.class
procedural page SwitchDetailModeControllerTest.class
setUp
in file ExifToolkitTest.class, method ExifToolkitTest::setUp()
setUp
in file AdminExifControllerTest.class, method AdminExifControllerTest::setUp()
setUp
in file ExifHelperTest.class, method ExifHelperTest::setUp()
setUp
in file ExifExtractorTest.class, method ExifExtractorTest::setUp()
    Create an album for testing
setUp
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::setUp()
SwitchDetailModeControllerTest
in file SwitchDetailModeControllerTest.class, method SwitchDetailModeControllerTest::SwitchDetailModeControllerTest()
SwitchDetailModeControllerTest
in file SwitchDetailModeControllerTest.class, class SwitchDetailModeControllerTest
    SwitchDetailMode controller tests
SwitchDetailMode.inc
procedural page SwitchDetailMode.inc
SwitchDetailModeController
in file SwitchDetailMode.inc, class SwitchDetailModeController
    Switch the detail mode in the session and return to the previous page.
SwitchDetailModeView
in file SwitchDetailMode.inc, class SwitchDetailModeView
    This view provides raw html for the exif block, used in ajax calls to switch mode.
t

t

tearDown
in file AdminExifControllerTest.class, method AdminExifControllerTest::tearDown()
tearDown
in file ExifHelperTest.class, method ExifHelperTest::tearDown()
testAddDefaultIptcPropertiesDetailed
in file ExifHelperTest.class, method ExifHelperTest::testAddDefaultIptcPropertiesDetailed()
    Test adding default detailed IPTC properties, as used on upgrade.
testAddDefaultIptcPropertiesSummary
in file ExifHelperTest.class, method ExifHelperTest::testAddDefaultIptcPropertiesSummary()
    Test adding default summary IPTC properties, as used on upgrade.
testCreateDescription
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testCreateDescription()
testCreateWithCheckDisabled
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testCreateWithCheckDisabled()
testGetExifData
in file ExifHelperTest.class, method ExifHelperTest::testGetExifData()
    Test getting EXIF data from a test file.
testGetExifDataWithEmbeddedScript
in file ExifHelperTest.class, method ExifHelperTest::testGetExifDataWithEmbeddedScript()
    Make sure that we sanitize EXIF data as if it were any other input data
testGetExifKeys
in file ExifHelperTest.class, method ExifHelperTest::testGetExifKeys()
    Test getting all the EXIF keys
testGetIptcDataWithEmbeddedScript
in file ExifHelperTest.class, method ExifHelperTest::testGetIptcDataWithEmbeddedScript()
    Make sure that we sanitize IPTC data as if it were any other input data
testGetProperties
in file ExifToolkitTest.class, method ExifToolkitTest::testGetProperties()
testGetRawIptcDataAdobe
in file ExifHelperTest.class, method ExifHelperTest::testGetRawIptcDataAdobe()
    Test getting IPTC data from an Adobe test file, actually having real IPTC data (as opposed to only XMP data, which is not distinguishable in current Adobe products).
testGetRawIptcDataExifer
in file ExifHelperTest.class, method ExifHelperTest::testGetRawIptcDataExifer()
    Test getting IPTC data from an Exifer for Windows test file, see (http://www.exifer.friedemann.info/) which does not know about XMP data. The author reports problems with some PHP software, so let's make sure, we are doing things right.
testGetRawIptcDataIrfanView
in file ExifHelperTest.class, method ExifHelperTest::testGetRawIptcDataIrfanView()
    Test getting IPTC data from an IrfanView test file, see (http://www.irfanview.com/) which does not know about XMP data.
testGetRawIptcDataISO_8859_1
in file ExifHelperTest.class, method ExifHelperTest::testGetRawIptcDataISO_8859_1()
    Test getting IPTC data from a test file with ISO-8859-1 german umlauts inside. These must be converted to UTF-8.
testLoadExifInfoCallback
in file SwitchDetailModeControllerTest.class, method SwitchDetailModeControllerTest::testLoadExifInfoCallback()
testMoveDownDetailed
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveDownDetailed()
testMoveDownDetailedMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveDownDetailedMissing()
testMoveDownSummary
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveDownSummary()
testMoveDownSummaryMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveDownSummaryMissing()
testMoveUpDetailed
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveUpDetailed()
testMoveUpDetailedMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveUpDetailedMissing()
testMoveUpSummary
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveUpSummary()
testMoveUpSummaryMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testMoveUpSummaryMissing()
testMultiItemAllData
in file ExifExtractorTest.class, method ExifExtractorTest::testMultiItemAllData()
testMultiItemMixedTypeAllData
in file ExifExtractorTest.class, method ExifExtractorTest::testMultiItemMixedTypeAllData()
testMultiItemSomeData
in file ExifExtractorTest.class, method ExifExtractorTest::testMultiItemSomeData()
testMultipleCreateDescription
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testMultipleCreateDescription()
testMultipleCreateWithCheckDisabled
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testMultipleCreateWithCheckDisabled()
testOneItemAllDataExif
in file ExifExtractorTest.class, method ExifExtractorTest::testOneItemAllDataExif()
testOneItemAllDataIptc
in file ExifExtractorTest.class, method ExifExtractorTest::testOneItemAllDataIptc()
testPostProcessKeys
in file ExifHelperTest.class, method ExifHelperTest::testPostProcessKeys()
    Check post processing code.
testPostProcessValueDoesSanitize
in file ExifHelperTest.class, method ExifHelperTest::testPostProcessValueDoesSanitize()
testRemoveFromDetailed
in file AdminExifControllerTest.class, method AdminExifControllerTest::testRemoveFromDetailed()
testRemoveFromDetailedMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testRemoveFromDetailedMissing()
testRemoveFromSummary
in file AdminExifControllerTest.class, method AdminExifControllerTest::testRemoveFromSummary()
testRemoveFromSummaryMissing
in file AdminExifControllerTest.class, method AdminExifControllerTest::testRemoveFromSummaryMissing()
testResetDetailed
in file AdminExifControllerTest.class, method AdminExifControllerTest::testResetDetailed()
testResetSummary
in file AdminExifControllerTest.class, method AdminExifControllerTest::testResetSummary()
testRotateNoExifDataOptionOn
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testRotateNoExifDataOptionOn()
testRotateOptionOff
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testRotateOptionOff()
testRotateOptionOnNoToolkit
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testRotateOptionOnNoToolkit()
testRotateOptionOnOverwriteOriginal
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testRotateOptionOnOverwriteOriginal()
testRotateOptionOnPreserveOriginal
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testRotateOptionOnPreserveOriginal()
testSaveAddOptionExif
in file AdminExifControllerTest.class, method AdminExifControllerTest::testSaveAddOptionExif()
testSaveAddOptionExifIptcAndRotate
in file AdminExifControllerTest.class, method AdminExifControllerTest::testSaveAddOptionExifIptcAndRotate()
testSaveAvailableToDetailed
in file AdminExifControllerTest.class, method AdminExifControllerTest::testSaveAvailableToDetailed()
testSaveAvailableToSummary
in file AdminExifControllerTest.class, method AdminExifControllerTest::testSaveAvailableToSummary()
testSwitchToBogus
in file SwitchDetailModeControllerTest.class, method SwitchDetailModeControllerTest::testSwitchToBogus()
testSwitchToDetailed
in file SwitchDetailModeControllerTest.class, method SwitchDetailModeControllerTest::testSwitchToDetailed()
testSwitchToSummary
in file SwitchDetailModeControllerTest.class, method SwitchDetailModeControllerTest::testSwitchToSummary()
testTitleKeywords
in file ExifDescriptionOptionTest.class, method ExifDescriptionOptionTest::testTitleKeywords()
u

u

upgrade
in file module.inc, method ExifModule::upgrade()

Documentation generated on Sat, 21 Nov 2009 04:20:42 -0800 by phpDocumentor 1.3.0RC6