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

Element index for package Gallery

Package indexes

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

_

$_callBack
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_callBack
    This variable contains the call back information and contains the following keys
$_currentElement
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_currentElement
    current element
$_currentSql
in file GalleryDatabaseImport.class, variable _GalleryRowTag::$_currentSql
    Holds the generated insert for this table
$_currentSql
in file GalleryDatabaseImport.class, variable _GalleryTableDefinitionTag::$_currentSql
    Holds the generated insert for this table
$_currentSql
in file GalleryDatabaseImport.class, variable _GalleryCreateSqlTag::$_currentSql
    Holds the generated insert for this table
$_errors
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_errors
    This is a place holder for a list of errors that have occurred.
$_fieldData
in file GalleryDatabaseImport.class, variable _GalleryFieldValueTag::$_fieldData
    Temporary storage for the field data
$_fieldDefinition
in file GalleryDatabaseImport.class, variable _GalleryFieldDefinitionTag::$_fieldDefinition
    Variable to hold the field definition
$_fieldIndex
in file GalleryDatabaseImport.class, variable _GalleryRowTag::$_fieldIndex
    Index to field array.
$_fields
in file GalleryDatabaseImport.class, variable _GalleryDataTag::$_fields
    Array of field names, in the order that the data was exported.
$_id
in file GalleryDatabaseImport.class, variable _GalleryPluginTag::$_id
    Variable to hold the module id
$_isFieldNull
in file GalleryDatabaseImport.class, variable _GalleryFieldValueTag::$_isFieldNull
    Temporary storage for the null field value indicator
$_memberData
in file GalleryDatabaseImport.class, variable _GalleryFieldValueTag::$_memberData
    Temporary storage for the null field value indicator
$_moduleId
in file GalleryDatabaseImport.class, variable _GalleryTableDefinitionTag::$_moduleId
    Variable to hold the defining module id
$_name
in file GalleryDatabaseImport.class, variable _GalleryTableDefinitionTag::$_name
    Variable to hold the table name
$_name
in file GalleryDatabaseImport.class, variable _GalleryTableTag::$_name
    Variable to hold the table name
$_parent
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_parent
    Parent GalleryImportElement
$_rowChunkSize
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_rowChunkSize
    Defines the number of rows to be read before letting the user know that we are still working.
$_rowCounter
in file GalleryDatabaseImport.class, variable _GalleryDataTag::$_rowCounter
    Row counter so we can provide feedback to the user.
$_rowData
in file GalleryDatabaseImport.class, variable _GalleryRowTag::$_rowData
    Contains the data for each field in a row
$_sequenceName
in file GalleryDatabaseImport.class, variable _GallerySequenceTag::$_sequenceName
    The name of this sequence.
$_startValue
in file GalleryDatabaseImport.class, variable _GallerySequenceTag::$_startValue
    The starting value.
$_storage
in file GalleryDatabaseImport.class, variable GalleryImportElement::$_storage
    Storage object.
$_tableInfo
in file GalleryDatabaseImport.class, variable _GalleryTableDefinitionTag::$_tableInfo
    Holds the table description information
$_tableInfo
in file GalleryDatabaseImport.class, variable _GalleryTableInfoTag::$_tableInfo
    Holds the table description information
$_tableName
in file GalleryDatabaseImport.class, variable _GalleryDataTag::$_tableName
    Variable to hold the table name.
$_tableType
in file GalleryDatabaseImport.class, variable _GalleryTableDefinitionTag::$_tableType
    Holds the table type
$_tableType
in file GalleryDatabaseImport.class, variable _GalleryTableInfoTag::$_tableType
    Holds the table type
$_translatedName
in file GalleryDatabaseImport.class, variable _GalleryFieldDefinitionTag::$_translatedName
    Name of the column
_decodeHtmlSpecialChars
in file GalleryDatabaseImport.class, method GalleryImportElement::_decodeHtmlSpecialChars()
    Undo the effects of calling GalleryDatabaseExport::_encodeHtmlspecialchars($value). If the exported field is contained in a CDATA block, then we need to do the decoding ourselves.
_GalleryCreateSqlTag
in file GalleryDatabaseImport.class, class _GalleryCreateSqlTag
    Process the <create-sql> tag from the input source.
_GalleryDataTag
in file GalleryDatabaseImport.class, class _GalleryDataTag
    Processes the <data> tag from the input source.
_GalleryDataTag
in file GalleryDatabaseImport.class, method _GalleryDataTag::_GalleryDataTag()
_GalleryExportTag
in file GalleryDatabaseImport.class, class _GalleryExportTag
    Represents the root element of a Gallery2 database export file.
_GalleryExportTag
in file GalleryDatabaseImport.class, method _GalleryExportTag::_GalleryExportTag()
_GalleryFieldDefinitionTag
in file GalleryDatabaseImport.class, class _GalleryFieldDefinitionTag
    Processes the <field> tag from the input source.
_GalleryFieldDefinitionTag
in file GalleryDatabaseImport.class, method _GalleryFieldDefinitionTag::_GalleryFieldDefinitionTag()
_GalleryFieldValueTag
in file GalleryDatabaseImport.class, method _GalleryFieldValueTag::_GalleryFieldValueTag()
_GalleryFieldValueTag
in file GalleryDatabaseImport.class, class _GalleryFieldValueTag
    Processes the <f> tag from the input source.
_GalleryMain
in file main.php, function _GalleryMain()
    Process our request.
_GalleryMain_doRedirect
in file main.php, function _GalleryMain_doRedirect()
_GalleryMain_errorHandler
in file main.php, function _GalleryMain_errorHandler()
    Handle an error condition that happened somewhere in our main request processing code. If the error cannot be handled, then add an error in the event log.
_GalleryPluginTag
in file GalleryDatabaseImport.class, method _GalleryPluginTag::_GalleryPluginTag()
_GalleryPluginTag
in file GalleryDatabaseImport.class, class _GalleryPluginTag
    Processes the <plugin> tag and its children.
_GalleryRowTag
in file GalleryDatabaseImport.class, method _GalleryRowTag::_GalleryRowTag()
_GalleryRowTag
in file GalleryDatabaseImport.class, class _GalleryRowTag
    Processes the <row> tag from the input source.
_GallerySequenceTag
in file GalleryDatabaseImport.class, class _GallerySequenceTag
    Processes the <sequence> tag an initializes a sequence.
_GallerySequenceTag
in file GalleryDatabaseImport.class, method _GallerySequenceTag::_GallerySequenceTag()
_GalleryTableDefinitionTag
in file GalleryDatabaseImport.class, class _GalleryTableDefinitionTag
    Processes the <definition> tag from the input source.
_GalleryTableDefinitionTag
in file GalleryDatabaseImport.class, method _GalleryTableDefinitionTag::_GalleryTableDefinitionTag()
_GalleryTableInfoTag
in file GalleryDatabaseImport.class, method _GalleryTableInfoTag::_GalleryTableInfoTag()
_GalleryTableInfoTag
in file GalleryDatabaseImport.class, class _GalleryTableInfoTag
    Processes the <table-info> tag from the input source.
_GalleryTableTag
in file GalleryDatabaseImport.class, method _GalleryTableTag::_GalleryTableTag()
_GalleryTableTag
in file GalleryDatabaseImport.class, class _GalleryTableTag
    Processes the <table> tag and creates the table and loads the data.
_processCData
in file GalleryDatabaseImport.class, method _GalleryTableInfoTag::_processCData()
_processCData
in file GalleryDatabaseImport.class, method _GalleryFieldValueTag::_processCData()
_processCData
in file GalleryDatabaseImport.class, method _GalleryCreateSqlTag::_processCData()
_processCData
in file GalleryDatabaseImport.class, method GalleryXmlHandler::_processCData()
    XML Callback to process CDATA elements
_processChildElement
in file GalleryDatabaseImport.class, method GalleryXmlHandler::_processChildElement()
    This call back processes the child as it is pooped off the stack. Allows the parent element to aggregate data from the children elements.
_processChildElement
in file GalleryDatabaseImport.class, method _GalleryDataTag::_processChildElement()
_processChildElement
in file GalleryDatabaseImport.class, method _GalleryRowTag::_processChildElement()
_processChildElement
in file GalleryDatabaseImport.class, method _GalleryTableDefinitionTag::_processChildElement()
_processEndElement
in file GalleryDatabaseImport.class, method _GalleryRowTag::_processEndElement()
_processEndElement
in file GalleryDatabaseImport.class, method _GalleryTableDefinitionTag::_processEndElement()
_processEndElement
in file GalleryDatabaseImport.class, method _GalleryFieldValueTag::_processEndElement()
_processEndElement
in file GalleryDatabaseImport.class, method _GallerySequenceTag::_processEndElement()
_processEndElement
in file GalleryDatabaseImport.class, method GalleryXmlHandler::_processEndElement()
    XML Callback to process end elements
_processStartElement
in file GalleryDatabaseImport.class, method _GalleryTableTag::_processStartElement()
_processStartElement
in file GalleryDatabaseImport.class, method _GalleryExportTag::_processStartElement()
_processStartElement
in file GalleryDatabaseImport.class, method _GalleryDataTag::_processStartElement()
_processStartElement
in file GalleryDatabaseImport.class, method GalleryXmlHandler::_processStartElement()
    XML Callback to process start elements
_processStartElement
in file GalleryDatabaseImport.class, method _GalleryRowTag::_processStartElement()
_processStartElement
in file GalleryDatabaseImport.class, method _GalleryTableDefinitionTag::_processStartElement()
_processStartTag
in file GalleryDatabaseImport.class, method _GalleryPluginTag::_processStartTag()
_propagateSubscriptions
in file NotificationItemStateChangeHandler.class, method NotificationItemStateChangeHandler::_propagateSubscriptions()
    For the specified entityId, this method will retrieve all the events that have users subscribed to. If the user has permission to the new item, the subscription will be applied to the new item.
$_calls
in file ItemAddPluginTestCase.class, variable ItemAddPluginTestItemAddController::$_calls
$_cleanup
in file GalleryTestCase.class, variable GalleryTestCase::$_cleanup
$_controller
in file GalleryControllerTestCase.class, variable GalleryControllerTestCase::$_controller
    The controller instance
$_count
in file UnitTestStorage.class, variable UnitTestStorageSearchResults::$_count
$_data
in file UnitTestStorage.class, variable UnitTestStorageSearchResults::$_data
$_data
in file UnitTestTemplate.class, variable UnitTestTemplate::$_data
$_extras
in file UnitTestStorage.class, variable UnitTestStorage::$_extras
$_lockSystem
in file UnitTestStorage.class, variable UnitTestStorage::$_lockSystem
$_option
in file ItemEditOptionTestCase.class, variable ItemEditOptionTestCase::$_option
    The option instance
$_option
in file ItemAddOptionTestCase.class, variable ItemAddOptionTestCase::$_option
    The option instance
$_plugin
in file ItemAddPluginTestCase.class, variable ItemAddPluginTestCase::$_plugin
    The plugin instance
$_plugin
in file ItemEditPluginTestCase.class, variable ItemEditPluginTestCase::$_plugin
    The plugin instance
$_statusMonitor
in file ItemEditOptionTestCase.class, variable ItemEditOptionTestCase::$_statusMonitor
    immediate status view
$_template
in file GalleryViewTestCase.class, variable GalleryViewTestCase::$_template
    A template instance used as parameter to loadTemplate
$_view
in file GalleryImmediateViewTestCase.class, variable GalleryImmediateViewTestCase::$_view
    The view instance
$_view
in file GalleryViewTestCase.class, variable GalleryViewTestCase::$_view
    The view instance
_array_unshift_key_value
in file GalleryTestCase.class, method GalleryTestCase::_array_unshift_key_value()
    Utility method to array_unshift a single key => value pair.
_becomeGuestUser
in file GalleryTestCase.class, method GalleryTestCase::_becomeGuestUser()
_createDerivative
in file GalleryTestCase.class, method GalleryTestCase::_createDerivative()
_createLinkedItem
in file GalleryTestCase.class, method GalleryTestCase::_createLinkedItem()
    Create a random link item
_createRandomAlbum
in file GalleryTestCase.class, method GalleryTestCase::_createRandomAlbum()
    Create a random album
_createRandomDataItem
in file GalleryTestCase.class, method GalleryTestCase::_createRandomDataItem()
    Create a random data item
_createRandomGroup
in file GalleryTestCase.class, method GalleryTestCase::_createRandomGroup()
    Create a random group
_createRandomUser
in file GalleryTestCase.class, method GalleryTestCase::_createRandomUser()
    Create a random user
_createUser
in file GalleryTestCase.class, method GalleryTestCase::_createUser()
_deleteAndVerifyEntity
in file GalleryTestCase.class, method GalleryTestCase::_deleteAndVerifyEntity()
_disableUserName
in file GalleryTestCase.class, method GalleryTestCase::_disableUserName()
    Convenience method to mark a username as disabled.
_executeSql
in file UnitTestStorage.class, method UnitTestStorageExtras::_executeSql()
_getExtras
in file UnitTestStorage.class, method UnitTestStorage::_getExtras()
_getNextTokenIndex
in file CodeAuditTestCase.class, method CodeAuditTestCase::_getNextTokenIndex()
    Get the next PHP token omitting whitespace tokens.
_getRootId
in file GalleryTestCase.class, method GalleryTestCase::_getRootId()
_getUnusedId
in file GalleryTestCase.class, method GalleryTestCase::_getUnusedId()
    Get an id that is not used for anything.
_handleRequestAfterAdd
in file ItemAddOptionTestCase.class, method ItemAddOptionTestCase::_handleRequestAfterAdd()
_handleRequestAfterEdit
in file ItemEditOptionTestCase.class, method ItemEditOptionTestCase::_handleRequestAfterEdit()
_initEventListenersForTest
in file GalleryTestCase.class, method GalleryTestCase::_initEventListenersForTest()
    Disable all but some core event listeners by default.
_makeReply
in file MockObject.class, method MockObject::_makeReply()
_markEventListenersForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markEventListenersForCleanup()
    Create a backup of the registered event listeners which will be restored in tearDown.
_markFactoryForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markFactoryForCleanup()
    Create a backup of the factory data which will be restored in tearDown.
_markFactoryModuleForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markFactoryModuleForCleanup()
_markForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markForCleanup()
_markPluginParametersForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markPluginParametersForCleanup()
    Store plugin parameters to be restored in tearDown
_markToolkitForCleanup
in file GalleryTestCase.class, method GalleryTestCase::_markToolkitForCleanup()
_normalizeValue
in file UnitTestStorage.class, method UnitTestStorage::_normalizeValue()
_parametersMatch
in file MockObject.class, method MockObject::_parametersMatch()
_registerEventListener
in file GalleryTestCase.class, method GalleryTestCase::_registerEventListener()
    Register a The NullEventListener for a test
_registerFactoryImplementationForTest
in file GalleryTestCase.class, method GalleryTestCase::_registerFactoryImplementationForTest()
    Register a factory implementation temporarily for this test.
_registerTestEventListener
in file GalleryTestCase.class, method GalleryTestCase::_registerTestEventListener()
    Register and event name and associated listener (deprecated).
_renderImmediate
in file GalleryImmediateViewTestCase.class, method GalleryImmediateViewTestCase::_renderImmediate()
_scanDir
in file CodeAuditTestCase.class, method CodeAuditTestCase::_scanDir()
_scanNonXmlDir
in file CodeAuditTestCase.class, method CodeAuditTestCase::_scanNonXmlDir()
_scanXmlDir
in file CodeAuditTestCase.class, method CodeAuditTestCase::_scanXmlDir()
_setMarkupType
in file GalleryTestCase.class, method GalleryTestCase::_setMarkupType()
    Set core parameter for markup type.
_signUrl
in file GalleryTestCase.class, method GalleryTestCase::_signUrl()
    Adds an authToken to the given URL
_timeCheck
in file CodeAuditTestCase.class, method CodeAuditTestCase::_timeCheck()
    Keep this test running.
_translate
in file ItemAddOptionTestCase.class, method ItemAddOptionTestCase::_translate()
_translate
in file ItemAddPluginTestCase.class, method ItemAddPluginTestCase::_translate()
_translate
in file ItemEditOptionTestCase.class, method ItemEditOptionTestCase::_translate()
_translate
in file ItemEditPluginTestCase.class, method ItemEditPluginTestCase::_translate()
_translateColumnName
in file UnitTestStorage.class, method UnitTestStorage::_translateColumnName()
_translateTableName
in file UnitTestStorage.class, method UnitTestStorage::_translateTableName()
_unregisterFactoryImplementationForTest
in file GalleryTestCase.class, method GalleryTestCase::_unregisterFactoryImplementationForTest()
    Unregister a specific factory implementation or all implementations of a spefific type temporarily for this test.
_updateSchemaTableInfo
in file UnitTestStorage.class, method UnitTestStorageExtras::_updateSchemaTableInfo()
_verifyEntity
in file GalleryTestCase.class, method GalleryTestCase::_verifyEntity()
_verifyFields
in file GalleryTestCase.class, method GalleryTestCase::_verifyFields()
_verifyMissing
in file GalleryTestCase.class, method GalleryTestCase::_verifyMissing()
a

a

acquireReadLock
in file UnitTestStorage.class, method UnitTestStorage::acquireReadLock()
acquireWriteLock
in file UnitTestStorage.class, method UnitTestStorage::acquireWriteLock()
addMapEntry
in file UnitTestStorage.class, method UnitTestStorage::addMapEntry()
assert
in file GalleryTestCase.class, method GalleryTestCase::assert()
assertEquals
in file GalleryTestCase.class, method GalleryTestCase::assertEquals()
assertErrorEquals
in file GalleryTestCase.class, method GalleryTestCase::assertErrorEquals()
    Fail if the provided GalleryStatus object does not contain the given error code.
assertEventFired
in file GalleryTestCase.class, method GalleryTestCase::assertEventFired()
    Fail if the provided event name was not fired.
assertEventNotFired
in file GalleryTestCase.class, method GalleryTestCase::assertEventNotFired()
    Fail if the provided event name was fired
atomicWrite
in file UnitTestPlatform.class, method UnitTestPlatform::atomicWrite()
b

b

bootstrap.inc
procedural page bootstrap.inc
beginTransaction
in file UnitTestStorage.class, method UnitTestStorage::beginTransaction()
c

c

chdir
in file UnitTestPlatform.class, method UnitTestPlatform::chdir()
checkFile
in file CodeAuditTestCase.class, method CodeAuditTestCase::checkFile()
    Overload this method in subclasses to audit the file.
checkPoint
in file UnitTestStorage.class, method UnitTestStorage::checkPoint()
chmod
in file UnitTestPlatform.class, method UnitTestPlatform::chmod()
class_exists
in file UnitTestPhpVm.class, method UnitTestPhpVm::class_exists()
cleanStore
in file UnitTestStorage.class, method UnitTestStorage::cleanStore()
clearstatcache
in file UnitTestPlatform.class, method UnitTestPlatform::clearstatcache()
closedir
in file UnitTestPlatform.class, method UnitTestPlatform::closedir()
CodeAuditTestCase
in file CodeAuditTestCase.class, class CodeAuditTestCase
    A framework for scanning all of our source files for specific patterns. Subclasses must override the checkFile() method to implement their own checks.
CodeAuditTestCase
in file CodeAuditTestCase.class, method CodeAuditTestCase::CodeAuditTestCase()
commitTransaction
in file UnitTestStorage.class, method UnitTestStorage::commitTransaction()
comparePluginListEntries
in file UnitTestRepository.class, method UnitTestRepository::comparePluginListEntries()
compareRevisions
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::compareRevisions()
compareVersions
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::compareVersions()
completeProgressBar
in file MockTemplateAdapter.class, method MockTemplateAdapter::completeProgressBar()
configureStore
in file UnitTestStorage.class, method UnitTestStorage::configureStore()
configureStoreCleanup
in file UnitTestStorage.class, method UnitTestStorage::configureStoreCleanup()
convertBitsToInt
in file UnitTestStorage.class, method UnitTestStorage::convertBitsToInt()
convertIntToBits
in file UnitTestStorage.class, method UnitTestStorage::convertIntToBits()
copy
in file UnitTestPlatform.class, method UnitTestPlatform::copy()
crc32
in file UnitTestPhpVm.class, method UnitTestPhpVm::crc32()
createPluginsDirectory
in file UnitTestRepository.class, method UnitTestRepository::createPluginsDirectory()
createSequence
in file UnitTestStorage.class, method UnitTestStorageExtras::createSequence()
CodeAuditTestCase.class
procedural page CodeAuditTestCase.class
d

d

date
in file UnitTestPhpVm.class, method UnitTestPhpVm::date()
decodeBlob
in file UnitTestStorage.class, method UnitTestStorage::decodeBlob()
DeepCompare
in file GalleryTestCase.class, method GalleryTestCase::DeepCompare()
defined
in file UnitTestPhpVm.class, method UnitTestPhpVm::defined()
deleteEntity
in file UnitTestStorage.class, method UnitTestStorage::deleteEntity()
describeEntity
in file UnitTestStorage.class, method UnitTestStorage::describeEntity()
describeMap
in file UnitTestStorage.class, method UnitTestStorage::describeMap()
display
in file UnitTestTemplate.class, method UnitTestTemplate::display()
    Not implemented. Use a real GalleryTemplate to test compiled templates.
doLoadImmediateTemplate
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::doLoadImmediateTemplate()
downloadAggregatePackages
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::downloadAggregatePackages()
downloadAndUnpack
in file UnitTestRepository.class, method UnitTestRepository::downloadAndUnpack()
downloadAndUnpackPackages
in file UnitTestRepository.class, method UnitTestRepository::downloadAndUnpackPackages()
downloadFile
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::downloadFile()
downloadIndex
in file UnitTestRepository.class, method UnitTestRepository::downloadIndex()
downloadPackagesForPlugin
in file UnitTestRepository.class, method UnitTestRepository::downloadPackagesForPlugin()
dropSequence
in file UnitTestStorage.class, method UnitTestStorageExtras::dropSequence()
e

e

embed.php
procedural page embed.php
encodeBlob
in file UnitTestStorage.class, method UnitTestStorage::encodeBlob()
EntityCounterEventListener
in file GalleryTestCase.class, class EntityCounterEventListener
    Event listener that tracks how many entities were created and destroyed during the test.
EntityCounterEventListener
in file GalleryTestCase.class, method EntityCounterEventListener::EntityCounterEventListener()
errorProgressBar
in file MockTemplateAdapter.class, method MockTemplateAdapter::errorProgressBar()
exec
in file UnitTestPlatform.class, method UnitTestPlatform::exec()
execute
in file UnitTestStorage.class, method UnitTestStorage::execute()
exit_
in file UnitTestPhpVm.class, method UnitTestPhpVm::exit_()
extension_loaded
in file UnitTestPhpVm.class, method UnitTestPhpVm::extension_loaded()
extractClasses
in file UnitTestStorage.class, method UnitTestStorage::extractClasses()
extractRevision
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::extractRevision()
f

f

failWithStatus
in file GalleryTestCase.class, method GalleryTestCase::failWithStatus()
    This is deprecated in Gallery 2.3 -- now tests should just return $ret and let the framework generate the right failure message.
fclose
in file UnitTestPlatform.class, method UnitTestPlatform::fclose()
feof
in file UnitTestPlatform.class, method UnitTestPlatform::feof()
fetch
in file UnitTestTemplate.class, method UnitTestTemplate::fetch()
    Not implemented. Use a real GalleryTemplate to test compiled templates.
fflush
in file UnitTestPlatform.class, method UnitTestPlatform::fflush()
fgets
in file UnitTestPlatform.class, method UnitTestPlatform::fgets()
file
in file UnitTestPlatform.class, method UnitTestPlatform::file()
filesize
in file UnitTestPlatform.class, method UnitTestPlatform::filesize()
file_exists
in file UnitTestPlatform.class, method UnitTestPlatform::file_exists()
file_get_contents
in file UnitTestPlatform.class, method UnitTestPlatform::file_get_contents()
file_put_contents
in file UnitTestPlatform.class, method UnitTestPlatform::file_put_contents()
FILTER_MAX
in file index.php, constant FILTER_MAX
finishScan
in file CodeAuditTestCase.class, method CodeAuditTestCase::finishScan()
    Overload this method in subclasses to run any tasks after the scan is complete.
flock
in file UnitTestPlatform.class, method UnitTestPlatform::flock()
fopen
in file UnitTestPlatform.class, method UnitTestPlatform::fopen()
fread
in file UnitTestPlatform.class, method UnitTestPlatform::fread()
fseek
in file UnitTestPlatform.class, method UnitTestPlatform::fseek()
fsockopen
in file UnitTestPlatform.class, method UnitTestPlatform::fsockopen()
ftruncate
in file UnitTestPlatform.class, method UnitTestPlatform::ftruncate()
function_exists
in file UnitTestPhpVm.class, method UnitTestPhpVm::function_exists()
fwrite
in file UnitTestPlatform.class, method UnitTestPlatform::fwrite()
g

g

GalleryImportElement
in file GalleryDatabaseImport.class, method GalleryImportElement::GalleryImportElement()
    Constructor
GalleryImportElement
in file GalleryDatabaseImport.class, class GalleryImportElement
    This class provides basic methods for importing Gallery information from an exported Gallery file. It provides additional error handling and status reporting not provided by the GalleryXmlHandler.
GalleryInitFirstPass
in file init.inc, function GalleryInitFirstPass()
GalleryInitSecondPass
in file init.inc, function GalleryInitSecondPass()
GalleryMain
in file main.php, function GalleryMain()
    Main handler for all Gallery pages/requests.
GalleryPhpErrorHandler
in file init.inc, function GalleryPhpErrorHandler()
    Interceptor for the standard PHP error handler. We log any errors in the database, then proceed with the regular error handler.
GalleryTableImport
in file GalleryDatabaseImport.class, method _GalleryCreateSqlTag::GalleryTableImport()
GalleryXmlHandler
in file GalleryDatabaseImport.class, class GalleryXmlHandler
    Base Import Element. This class provides the basic methods that content handlers need to implement. It can't just be an interface or flagged as abstract, because it is used as a place holder, the the content handler doesn't supply a new class on start element.
GALLERY_CONFIG_DIR
in file bootstrap.inc, constant GALLERY_CONFIG_DIR
GALLERY_FORM_VARIABLE_PREFIX
in file bootstrap.inc, constant GALLERY_FORM_VARIABLE_PREFIX
    The prefix for all HTTP GET/POST arguments. Define this as early as possible so that we can use it in the FastDownload code in main.php.
GallerySqlFragment.class
procedural page GallerySqlFragment.class
G2_SUPPORT_URL_FRAGMENT
in file index.php, constant G2_SUPPORT_URL_FRAGMENT
    Script for running unit tests
GalleryControllerTestCase
in file GalleryControllerTestCase.class, method GalleryControllerTestCase::GalleryControllerTestCase()
GalleryControllerTestCase
in file GalleryControllerTestCase.class, class GalleryControllerTestCase
    A controller specific version of GalleryTestCase
GalleryImmediateViewTestCase
in file GalleryImmediateViewTestCase.class, class GalleryImmediateViewTestCase
    Gallery specific version of PHPUnit's TestCase class for immediate GalleryViews.
GalleryImmediateViewTestCase
in file GalleryImmediateViewTestCase.class, method GalleryImmediateViewTestCase::GalleryImmediateViewTestCase()
GalleryTestCase
in file GalleryTestCase.class, class GalleryTestCase
    Gallery specific version of PHPUnit's TestCase class.
GalleryTestCase
in file GalleryTestCase.class, method GalleryTestCase::GalleryTestCase()
GalleryViewTestCase
in file GalleryViewTestCase.class, method GalleryViewTestCase::GalleryViewTestCase()
GalleryViewTestCase
in file GalleryViewTestCase.class, class GalleryViewTestCase
    A view specific version of GalleryTestCase
generateUrl
in file UnitTestUrlGenerator.class, method UnitTestUrlGenerator::generateUrl()
getAdoDbType
in file UnitTestStorage.class, method UnitTestStorage::getAdoDbType()
getAffectedRows
in file UnitTestStorage.class, method UnitTestStorage::getAffectedRows()
getAllHeaders
in file UnitTestPhpVm.class, method UnitTestPhpVm::getAllHeaders()
getAllUpgradeablePackages
in file UnitTestRepository.class, method UnitTestRepository::getAllUpgradeablePackages()
getCallback
in file MockTemplateAdapter.class, method MockTemplateAdapter::getCallback()
getCallbackCount
in file MockTemplateAdapter.class, method MockTemplateAdapter::getCallbackCount()
getCalled
in file MockObject.class, method MockObject::getCalled()
getCalls
in file ItemAddPluginTestCase.class, method ItemAddPluginTestItemAddController::getCalls()
getCompleteProgressBarDump
in file MockTemplateAdapter.class, method MockTemplateAdapter::getCompleteProgressBarDump()
getCount
in file GalleryTestCase.class, method EntityCounterEventListener::getCount()
getcwd
in file UnitTestPlatform.class, method UnitTestPlatform::getcwd()
getDirectorySeparator
in file UnitTestPlatform.class, method UnitTestPlatform::getDirectorySeparator()
getDownloadFileList
in file UnitTestRepository.class, method UnitTestRepository::getDownloadFileList()
getEntityCounter
in file GalleryTestCase.class, method GalleryTestCase::getEntityCounter()
    Get the entity counter listener which contains the types and number of elements deleted.
getFileRevision
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getFileRevision()
getFirstBytesFromFile
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getFirstBytesFromFile()
getFunctionCalls
in file CodeAuditTestCase.class, method CodeAuditTestCase::getFunctionCalls()
    Extract function calls from a php snippet.
getFunctionParameters
in file CodeAuditTestCase.class, method CodeAuditTestCase::getFunctionParameters()
    Parse a function call into parameters.
getFunctionSql
in file UnitTestStorage.class, method UnitTestStorage::getFunctionSql()
gethostbyname
in file UnitTestPhpVm.class, method UnitTestPhpVm::gethostbyname()
getimagesize
in file UnitTestPlatform.class, method UnitTestPlatform::getimagesize()
getIndexMetaData
in file UnitTestRepository.class, method UnitTestRepository::getIndexMetaData()
getLanguageBaseRevision
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getLanguageBaseRevision()
getLanguageDescription
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getLanguageDescription()
getLanguagePackageFiles
in file UnitTestRepository.class, method UnitTestRepository::getLanguagePackageFiles()
getLegalPathCharacters
in file UnitTestPlatform.class, method UnitTestPlatform::getLegalPathCharacters()
getLineEnding
in file UnitTestPlatform.class, method UnitTestPlatform::getLineEnding()
getMapEntry
in file UnitTestStorage.class, method UnitTestStorage::getMapEntry()
getPackageVersionAndBuild
in file UnitTestRepository.class, method UnitTestRepository::getPackageVersionAndBuild()
getPluginName
in file UnitTestRepository.class, method UnitTestRepository::getPluginName()
getPluginPackages
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getPluginPackages()
getPluginUpgradeInfo
in file UnitTestRepository.class, method UnitTestRepository::getPluginUpgradeInfo()
getPluginVersion
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getPluginVersion()
getProfilingHtml
in file UnitTestStorage.class, method UnitTestStorage::getProfilingHtml()
getProgressBarDump
in file MockTemplateAdapter.class, method MockTemplateAdapter::getProgressBarDump()
getProvidedApis
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::getProvidedApis()
getRecentEntityId
in file GalleryTestCase.class, method EntityCounterEventListener::getRecentEntityId()
getRemaining
in file UnitTestStorage.class, method UnitTestStorage::getRemaining()
getRemaining
in file MockObject.class, method MockObject::getRemaining()
getRepositoryPluginList
in file UnitTestRepository.class, method UnitTestRepository::getRepositoryPluginList()
getType
in file UnitTestStorage.class, method UnitTestStorage::getType()
getUniqueId
in file UnitTestStorage.class, method UnitTestStorage::getUniqueId()
getUpgradeableLanguagePackages
in file UnitTestRepository.class, method UnitTestRepository::getUpgradeableLanguagePackages()
getVariable
in file UnitTestTemplate.class, method UnitTestTemplate::getVariable()
getVariableByReference
in file UnitTestTemplate.class, method UnitTestTemplate::getVariableByReference()
get_magic_quotes_gpc
in file UnitTestPhpVm.class, method UnitTestPhpVm::get_magic_quotes_gpc()
glob
in file UnitTestPlatform.class, method UnitTestPlatform::glob()
gzencode
in file UnitTestPhpVm.class, method UnitTestPhpVm::gzencode()
gzinflate
in file UnitTestPhpVm.class, method UnitTestPhpVm::gzinflate()
GalleryControllerTestCase.class
procedural page GalleryControllerTestCase.class
GalleryImmediateViewTestCase.class
procedural page GalleryImmediateViewTestCase.class
GalleryTestCase.class
procedural page GalleryTestCase.class
GalleryViewTestCase.class
procedural page GalleryViewTestCase.class
h

h

handleEvent
in file NotificationItemStateChangeHandler.class, method NotificationItemStateChangeHandler::handleEvent()
halt
in file CodeAuditTestCase.class, method CodeAuditTestCase::halt()
    Subclasses can call this to stop scanning.
handleEvent
in file GalleryTestCase.class, method EntityCounterEventListener::handleEvent()
handleEvent
in file GalleryTestCase.class, method NullEventListener::handleEvent()
handleRequest
in file ItemEditPluginTestCase.class, method ItemEditPluginTestCase::handleRequest()
handleRequest
in file ItemAddPluginTestCase.class, method ItemAddPluginTestCase::handleRequest()
handleRequest
in file GalleryControllerTestCase.class, method GalleryControllerTestCase::handleRequest()
hasVariable
in file UnitTestTemplate.class, method UnitTestTemplate::hasVariable()
header
in file UnitTestPhpVm.class, method UnitTestPhpVm::header()
headers_sent
in file UnitTestPhpVm.class, method UnitTestPhpVm::headers_sent()
i

i

importSequence
in file GalleryDatabaseImport.class, method _GallerySequenceTag::importSequence()
    Import a sequence
index.php
procedural page index.php
init.inc
procedural page init.inc
iconv
in file UnitTestPhpVm.class, method UnitTestPhpVm::iconv()
init
in file UnitTestRepository.class, method UnitTestRepository::init()
ini_get
in file UnitTestPhpVm.class, method UnitTestPhpVm::ini_get()
ini_set
in file UnitTestPhpVm.class, method UnitTestPhpVm::ini_set()
isComplete
in file UnitTestStorage.class, method UnitTestStorage::isComplete()
isComplete
in file MockObject.class, method MockObject::isComplete()
isCoreUpgradeAvailable
in file UnitTestRepository.class, method UnitTestRepository::isCoreUpgradeAvailable()
isInstalled
in file UnitTestStorage.class, method UnitTestStorage::isInstalled()
isLegalPathComponent
in file UnitTestPlatform.class, method UnitTestPlatform::isLegalPathComponent()
isPluginAvailable
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::isPluginAvailable()
isPluginCompatible
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::isPluginCompatible()
isRestrictedByOpenBaseDir
in file UnitTestPlatform.class, method UnitTestPlatform::isRestrictedByOpenBaseDir()
isSymlinkSupported
in file UnitTestPlatform.class, method UnitTestPlatform::isSymlinkSupported()
isTransactional
in file UnitTestStorage.class, method UnitTestStorage::isTransactional()
is_dir
in file UnitTestPlatform.class, method UnitTestPlatform::is_dir()
is_executable
in file UnitTestPlatform.class, method UnitTestPlatform::is_executable()
is_file
in file UnitTestPlatform.class, method UnitTestPlatform::is_file()
is_link
in file UnitTestPlatform.class, method UnitTestPlatform::is_link()
is_readable
in file UnitTestPlatform.class, method UnitTestPlatform::is_readable()
is_uploaded_file
in file UnitTestPlatform.class, method UnitTestPlatform::is_uploaded_file()
is_writeable
in file UnitTestPlatform.class, method UnitTestPlatform::is_writeable()
ItemAddOptionTestCase
in file ItemAddOptionTestCase.class, method ItemAddOptionTestCase::ItemAddOptionTestCase()
ItemAddOptionTestCase
in file ItemAddOptionTestCase.class, class ItemAddOptionTestCase
    An ItemAddPlugin specific version of GalleryTestCase
ItemAddPluginTestCase
in file ItemAddPluginTestCase.class, class ItemAddPluginTestCase
    An ItemAddPlugin specific version of GalleryTestCase
ItemAddPluginTestCase
in file ItemAddPluginTestCase.class, method ItemAddPluginTestCase::ItemAddPluginTestCase()
ItemAddPluginTestItemAddController
in file ItemAddPluginTestCase.class, class ItemAddPluginTestItemAddController
    Mock ItemAddController to observe post-processing calls.
ItemEditOptionTestCase
in file ItemEditOptionTestCase.class, method ItemEditOptionTestCase::ItemEditOptionTestCase()
ItemEditOptionTestCase
in file ItemEditOptionTestCase.class, class ItemEditOptionTestCase
    An ItemEditOption specific version of GalleryTestCase
ItemEditOptionTestImmediateStatusView
in file ItemEditOptionTestCase.class, class ItemEditOptionTestImmediateStatusView
    Test ImmediateStatusView implementation
ItemEditPluginTestCase
in file ItemEditPluginTestCase.class, class ItemEditPluginTestCase
    An ItemEditPlugin specific version of GalleryTestCase
ItemEditPluginTestCase
in file ItemEditPluginTestCase.class, method ItemEditPluginTestCase::ItemEditPluginTestCase()
index.php
procedural page index.php
ItemAddOptionTestCase.class
procedural page ItemAddOptionTestCase.class
ItemAddPluginTestCase.class
procedural page ItemAddPluginTestCase.class
ItemEditOptionTestCase.class
procedural page ItemEditOptionTestCase.class
ItemEditPluginTestCase.class
procedural page ItemEditPluginTestCase.class
l

l

legalizePathComponent
in file UnitTestPlatform.class, method UnitTestPlatform::legalizePathComponent()
loadEntities
in file UnitTestStorage.class, method UnitTestStorage::loadEntities()
loadTemplate
in file GalleryViewTestCase.class, method GalleryViewTestCase::loadTemplate()
loadTests
in file index.php, function loadTests()
localIndexExists
in file UnitTestRepository.class, method UnitTestRepository::localIndexExists()
m

m

main.php
procedural page main.php
MockObject.class
procedural page MockObject.class
MockTemplateAdapter.class
procedural page MockTemplateAdapter.class
mail
in file UnitTestPlatform.class, method UnitTestPlatform::mail()
mail
in file UnitTestPhpVm.class, method UnitTestPhpVm::mail()
mb_convert_encoding
in file UnitTestPhpVm.class, method UnitTestPhpVm::mb_convert_encoding()
md5
in file UnitTestPhpVm.class, method UnitTestPhpVm::md5()
mkdir
in file UnitTestPlatform.class, method UnitTestPlatform::mkdir()
MockObject
in file MockObject.class, method MockObject::MockObject()
MockObject
in file MockObject.class, class MockObject
    Base class for mock objects (UnitTestStorage, UnitTestPlatform and UnitTestPhpVm) that provides an easy way to specify the replies for a call sequence.
MockTemplateAdapter
in file MockTemplateAdapter.class, class MockTemplateAdapter
    Mock template adapter for tests
MockTemplateAdapter
in file MockTemplateAdapter.class, method MockTemplateAdapter::MockTemplateAdapter()
moveIdsBetweenLocks
in file UnitTestStorage.class, method UnitTestStorage::moveIdsBetweenLocks()
move_uploaded_file
in file UnitTestPlatform.class, method UnitTestPlatform::move_uploaded_file()
n

n

NotificationItemStateChangeHandler.class
procedural page NotificationItemStateChangeHandler.class
NotificationItemStateChangeHandler
in file NotificationItemStateChangeHandler.class, class NotificationItemStateChangeHandler
    Notification Item State Change Handler
newEntity
in file UnitTestStorage.class, method UnitTestStorage::newEntity()
newLockId
in file UnitTestStorage.class, method UnitTestStorage::newLockId()
nextResult
in file UnitTestStorage.class, method UnitTestStorageSearchResults::nextResult()
nl_langinfo
in file UnitTestPhpVm.class, method UnitTestPhpVm::nl_langinfo()
NullEventListener
in file GalleryTestCase.class, class NullEventListener
    Generalized Test Event Handler
o

o

opendir
in file UnitTestPlatform.class, method UnitTestPlatform::opendir()
optimize
in file UnitTestStorage.class, method UnitTestStorage::optimize()
p

p

PhpUnitGalleryMain
in file index.php, function PhpUnitGalleryMain()
PhpUnitOutputInterceptor
in file index.php, function PhpUnitOutputInterceptor()
    This is an output interceptor that allows us to save the HTML output from our test run in the g2data directory. We only save the output when there's a filter value set which indicates that there's an actual test run in progress.
pluginExistsInIndex
in file UnitTestRepository.class, method UnitTestRepository::pluginExistsInIndex()
postprocessItems
in file ItemAddPluginTestCase.class, method ItemAddPluginTestItemAddController::postprocessItems()
preVerifyPackage
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::preVerifyPackage()
preVerifyPackage
in file UnitTestRepository.class, method UnitTestRepository::preVerifyPackage()
r

r

rand
in file UnitTestPhpVm.class, method UnitTestPhpVm::rand()
readdir
in file UnitTestPlatform.class, method UnitTestPlatform::readdir()
readfile
in file UnitTestPlatform.class, method UnitTestPlatform::readfile()
realpath
in file UnitTestPlatform.class, method UnitTestPlatform::realpath()
recode_string
in file UnitTestPhpVm.class, method UnitTestPhpVm::recode_string()
recursiveChmod
in file UnitTestPlatform.class, method UnitTestPlatform::recursiveChmod()
recursiveFixDirPermissions
in file UnitTestPlatform.class, method UnitTestPlatform::recursiveFixDirPermissions()
recursiveRmdir
in file UnitTestPlatform.class, method UnitTestPlatform::recursiveRmdir()
refreshEntity
in file UnitTestStorage.class, method UnitTestStorage::refreshEntity()
refreshLocks
in file UnitTestStorage.class, method UnitTestStorage::refreshLocks()
registerTrailerCallback
in file MockTemplateAdapter.class, method MockTemplateAdapter::registerTrailerCallback()
releaseLocks
in file UnitTestStorage.class, method UnitTestStorage::releaseLocks()
removeAllMapEntries
in file UnitTestStorage.class, method UnitTestStorage::removeAllMapEntries()
removeIdsFromLock
in file UnitTestStorage.class, method UnitTestStorage::removeIdsFromLock()
removeMapEntry
in file UnitTestStorage.class, method UnitTestStorage::removeMapEntry()
removeObsoleteFiles
in file UnitTestRepository.class, method UnitTestRepository::removeObsoleteFiles()
rename
in file UnitTestPlatform.class, method UnitTestPlatform::rename()
renderFooter
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::renderFooter()
renderHeader
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::renderHeader()
renderRedirect
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::renderRedirect()
renderStatusMessage
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::renderStatusMessage()
resetProgressBarStats
in file MockTemplateAdapter.class, method MockTemplateAdapter::resetProgressBarStats()
resultCount
in file UnitTestStorage.class, method UnitTestStorageSearchResults::resultCount()
rmdir
in file UnitTestPlatform.class, method UnitTestPlatform::rmdir()
rollbackTransaction
in file UnitTestStorage.class, method UnitTestStorage::rollbackTransaction()
runCallbacks
in file MockTemplateAdapter.class, method MockTemplateAdapter::runCallbacks()
s

s

SiteAdminControllerMaliciousFile.php
procedural page SiteAdminControllerMaliciousFile.php
setError
in file GalleryDatabaseImport.class, method GalleryImportElement::setError()
    Stores an error message for later display. Follows the parent chain until a $_error variable is found.
saveEntity
in file UnitTestStorage.class, method UnitTestStorage::saveEntity()
scanPlugin
in file UnitTestRepository.class, method UnitTestRepository::scanPlugin()
search
in file UnitTestStorage.class, method UnitTestStorage::search()
setCount
in file GalleryTestCase.class, method EntityCounterEventListener::setCount()
setDebug
in file UnitTestStorage.class, method UnitTestStorage::setDebug()
setExtrasReply
in file UnitTestStorage.class, method UnitTestStorage::setExtrasReply()
setlocale
in file UnitTestPhpVm.class, method UnitTestPhpVm::setlocale()
setMain
in file ItemEditOptionTestCase.class, method ItemEditOptionTestImmediateStatusView::setMain()
setReply
in file MockObject.class, method MockObject::setReply()
setReply
in file UnitTestStorage.class, method UnitTestStorage::setReply()
setUp
in file GalleryControllerTestCase.class, method GalleryControllerTestCase::setUp()
setUp
in file GalleryTestCase.class, method GalleryTestCase::setUp()
setVariable
in file UnitTestTemplate.class, method UnitTestTemplate::setVariable()
setVariableByReference
in file UnitTestTemplate.class, method UnitTestTemplate::setVariableByReference()
shouldCheckFile
in file CodeAuditTestCase.class, method CodeAuditTestCase::shouldCheckFile()
    Overload this method in subclasses. If this method returns true, we'll call checkFile on it.
splitAggregatePackage
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::splitAggregatePackage()
splitPath
in file UnitTestPlatform.class, method UnitTestPlatform::splitPath()
stat
in file UnitTestPlatform.class, method UnitTestPlatform::stat()
strftime
in file UnitTestPlatform.class, method UnitTestPlatform::strftime()
symlink
in file UnitTestPlatform.class, method UnitTestPlatform::symlink()
t

t

tearDown
in file GalleryTestCase.class, method GalleryTestCase::tearDown()
tempnam
in file UnitTestPlatform.class, method UnitTestPlatform::tempnam()
testCodeAudit
in file CodeAuditTestCase.class, method CodeAuditTestCase::testCodeAudit()
time
in file UnitTestPhpVm.class, method UnitTestPhpVm::time()
touch
in file UnitTestPlatform.class, method UnitTestPlatform::touch()
translateRepositoryName
in file UnitTestRepository.class, method UnitTestRepository::translateRepositoryName()
u

u

updateStatus
in file GalleryDatabaseImport.class, method GalleryImportElement::updateStatus()
    Walks the tag chain to find the parent that has the callback information and then does the callback.
UnitTestPhpVm.class
procedural page UnitTestPhpVm.class
UnitTestPlatform.class
procedural page UnitTestPlatform.class
UnitTestRepository.class
procedural page UnitTestRepository.class
UnitTestRepositoryUtilities.class
procedural page UnitTestRepositoryUtilities.class
UnitTestStorage.class
procedural page UnitTestStorage.class
UnitTestTemplate.class
procedural page UnitTestTemplate.class
UnitTestUrlGenerator.class
procedural page UnitTestUrlGenerator.class
unconfigureStore
in file UnitTestStorage.class, method UnitTestStorage::unconfigureStore()
UnitTestPhpVm
in file UnitTestPhpVm.class, class UnitTestPhpVm
    Unit test GalleryPhpVm. This is a mock GalleryPhpVm that the unit tests can use to simulate the exact conditions that they want from the php vm in order to exercise the code.
UnitTestPlatform
in file UnitTestPlatform.class, method UnitTestPlatform::UnitTestPlatform()
UnitTestPlatform
in file UnitTestPlatform.class, class UnitTestPlatform
    Unit test platform. This is a mock platform that the unit tests can use to simulate the exact conditions that they want from the platform in order to exercise the code.
UnitTestRepository
in file UnitTestRepository.class, class UnitTestRepository
    Unit test repository. This is a mock repository that the unit tests can use to simulate the exact conditions that they want from the repository in order to exercise the code.
UnitTestRepositoryUtilities
in file UnitTestRepositoryUtilities.class, class UnitTestRepositoryUtilities
    Unit test repository utilties. This is a mock RepositoryUtilties class that the unit tests can use to simulate the exact conditions that they want from the repository utilties in order to exercise the code.
UnitTestStorage
in file UnitTestStorage.class, class UnitTestStorage
    Unit test storage. This is a mock storage that the unit tests can use to simulate the exact conditions that they want from the storage in order to exercise the code.
UnitTestStorage
in file UnitTestStorage.class, method UnitTestStorage::UnitTestStorage()
UnitTestStorageExtras
in file UnitTestStorage.class, class UnitTestStorageExtras
UnitTestStorageSearchResults
in file UnitTestStorage.class, class UnitTestStorageSearchResults
UnitTestStorageSearchResults
in file UnitTestStorage.class, method UnitTestStorageSearchResults::UnitTestStorageSearchResults()
UnitTestTemplate
in file UnitTestTemplate.class, class UnitTestTemplate
    Unit test GalleryTemplate. This is a fake GalleryTemplate that just serves as a container for template data to be used in GalleryView tests, free of dependencies to Smarty.
UnitTestTemplate
in file UnitTestTemplate.class, method UnitTestTemplate::UnitTestTemplate()
UnitTestUrlGenerator
in file UnitTestUrlGenerator.class, class UnitTestUrlGenerator
    Unit test GalleryUrlGenerator. This is a fake GalleryUrlGenerator that just returns the parameters to generateUrl() in a normalized form for easy assertion.
unlink
in file UnitTestPlatform.class, method UnitTestPlatform::unlink()
unpackPackage
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::unpackPackage()
updateMapEntry
in file UnitTestStorage.class, method UnitTestStorage::updateMapEntry()
updatePackageMetaData
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::updatePackageMetaData()
updatePackageMetaData
in file UnitTestRepository.class, method UnitTestRepository::updatePackageMetaData()
updateProgressBar
in file MockTemplateAdapter.class, method MockTemplateAdapter::updateProgressBar()
v

v

validateConnection
in file UnitTestStorage.class, method UnitTestStorage::validateConnection()
verifyPackageIntegrity
in file UnitTestRepositoryUtilities.class, method UnitTestRepositoryUtilities::verifyPackageIntegrity()
verifyPackageIntegrity
in file UnitTestRepository.class, method UnitTestRepository::verifyPackageIntegrity()
w

w

writeVersions
in file GalleryDatabaseImport.class, method _GalleryExportTag::writeVersions()
    Write a new copy of the versions.dat file based on the versions contained in the import file.

Documentation generated on Fri, 08 Oct 2010 04:26:17 -0700 by phpDocumentor 1.3.0RC6