PhpIndex
[ class tree: PhpIndex ] [ index: PhpIndex ] [ all elements ]

Element index for package PhpIndex

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

_

$_captcha
in file Captcha.php, variable PhpIndex_Captcha::$_captcha
    Captcha object
$_captchaCode
in file Image.php, variable PhpIndex_Captcha_Adapter_Image::$_captchaCode
    Captcha code
$_font
in file Render.php, variable PhpIndex_Captcha_Adapter_Image_Render::$_font
    Font path
$_headers
in file Email.php, variable PhpIndex_Email::$_headers
    Email headers
$_height
in file Image.php, variable PhpIndex_Captcha_Adapter_Image::$_height
    Captcha image height
$_height
in file Render.php, variable PhpIndex_Captcha_Adapter_Image_Render::$_height
    Image height
$_message
in file Email.php, variable PhpIndex_Email::$_message
    Email message
$_options
in file Captcha.php, variable PhpIndex_Captcha::$_options
    Options
$_registry
in file Registry.php, variable PhpIndex_Registry::$_registry
    Registry object provides storage for shared objects.
$_size
in file Render.php, variable PhpIndex_Captcha_Adapter_Image_Render::$_size
    Font size
$_subject
in file Email.php, variable PhpIndex_Email::$_subject
    Email subject
$_width
in file Render.php, variable PhpIndex_Captcha_Adapter_Image_Render::$_width
    Image width
$_width
in file Image.php, variable PhpIndex_Captcha_Adapter_Image::$_width
    Captcha image width
_formatHeaders
in file Email.php, method PhpIndex_Email::_formatHeaders()
    Format headers
_generateCaptcha
in file Image.php, method PhpIndex_Captcha_Adapter_Image::_generateCaptcha()
    Generate captcha code
_glueRecipients
in file Email.php, method PhpIndex_Email::_glueRecipients()
    Glue recipients
_init
in file Memory.php, method PhpIndex_Cache_Memory::_init()
    Initialize the default cache instance.
_init
in file Registry.php, method PhpIndex_Registry::_init()
    Initialize the default registry instance.
_setDimensions
in file Image.php, method PhpIndex_Captcha_Adapter_Image::_setDimensions()
    Set captcha dimensions
_setOptions
in file Captcha.php, method PhpIndex_Captcha::_setOptions()
    Set options
__construct
in file Captcha.php, method PhpIndex_Captcha::__construct()
    Constructor
__construct
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::__construct()
    Constructor
__construct
in file Email.php, method PhpIndex_Email::__construct()
    Constructor
__construct
in file Memory.php, method PhpIndex_Cache_Memory::__construct()
    Constructor
__construct
in file Registry.php, method PhpIndex_Registry::__construct()
    Constructs a parent ArrayObject with default ARRAY_AS_PROPS to allow acces as an object
__construct
in file Info.php, method PhpIndex_Action_Info::__construct()
    Constructor
__construct
in file AutoLoader.php, method PhpIndex_AutoLoader::__construct()
    Constructor
top

a

ActionController.php
procedural page ActionController.php
ADAPTER_IMAGE
in file Factory.php, class constant PhpIndex_Captcha_Factory::ADAPTER_IMAGE
    Adapter types
AutoLoader.php
procedural page AutoLoader.php
top

b

Bootstrap.php
procedural page Bootstrap.php
top

c

Captcha.php
procedural page Captcha.php
Captcha.php
procedural page Captcha.php
check
in file Image.php, method PhpIndex_Captcha_Adapter_Image::check()
    Check captcha code
top

d

Download.php
procedural page Download.php
DEFAULT_ALLOWED_CHARS
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_ALLOWED_CHARS
    Default value for allowed characters
DEFAULT_FONT
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_FONT
    Default value for font name
DEFAULT_FONT_PATH
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_FONT_PATH
    Default value for font path
DEFAULT_FONT_SIZE
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_FONT_SIZE
    Default value for font size
DEFAULT_HEIGHT
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_HEIGHT
    Default value for image height
DEFAULT_LENGTH
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_LENGTH
    Default value for captcha length
DEFAULT_WIDTH
in file Captcha.php, class constant PhpIndex_Captcha::DEFAULT_WIDTH
    Default value for image width
DirectoryBrowser.php
procedural page DirectoryBrowser.php
DirectoryPeek.php
procedural page DirectoryPeek.php
display
in file Statistics.php, method PhpIndex_Statistics::display()
    Display statistics
display404
in file DirectoryBrowser.php, method PhpIndex_DirectoryBrowser::display404()
    Display 404 - page not found error
displayFooter
in file View.php, method PhpIndex_View::displayFooter()
    Display page footer
displayGoBack
in file DirectoryBrowser.php, method PhpIndex_DirectoryBrowser::displayGoBack()
    Display 'go back' link
displayHeader
in file View.php, method PhpIndex_View::displayHeader()
    Display page header
download
in file Download.php, method PhpIndex_Action_Download::download()
    Download a given file
Download.php
procedural page Download.php
top

e

Email.php
procedural page Email.php
top

f

File.php
procedural page File.php
Factory.php
procedural page Factory.php
friendlyFileSize
in file Info.php, method PhpIndex_Action_Info::friendlyFileSize()
    Display file size in friendly format
FrontController.php
procedural page FrontController.php
top

g

generate
in file Interface.php, method PhpIndex_Captcha_Adapter_Interface::generate()
    Generate captcha
generate
in file Image.php, method PhpIndex_Captcha_Adapter_Image::generate()
    Generate captcha
get
in file Factory.php, method PhpIndex_Captcha_Factory::get()
    Get method
get
in file Memory.php, method PhpIndex_Cache_Memory::get()
    Get an object from cache
get
in file Metadata.php, method PhpIndex_Metadata::get()
    Get metadata information
get
in file Registry.php, method PhpIndex_Registry::get()
    getter method, basically same as offsetGet().
get
in file File.php, method PhpIndex_Cache_File::get()
    Get the value of a cached key
get
in file Captcha.php, method PhpIndex_Captcha::get()
    Get captcha
getCode
in file Image.php, method PhpIndex_Captcha_Adapter_Image::getCode()
    Get captcha code
getDownloadCounter
in file Download.php, method PhpIndex_Action_Download::getDownloadCounter()
    Get the download counter value
getHeight
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::getHeight()
    Get image height
getIconFilePath
in file Info.php, method PhpIndex_Action_Info::getIconFilePath()
    Get icon file path
getInfo
in file Info.php, method PhpIndex_Action_Info::getInfo()
    Get file/directory info
getInstance
in file Memory.php, method PhpIndex_Cache_Memory::getInstance()
    Retrieves the default cache instance.
getInstance
in file File.php, method PhpIndex_Cache_File::getInstance()
    Returns an instance of this class.
getInstance
in file Registry.php, method PhpIndex_Registry::getInstance()
    Retrieves the default registry instance.
getMicrotime
in file Statistics.php, method PhpIndex_Statistics::getMicrotime()
    Get current microtime
getWidth
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::getWidth()
    Get image width
top

i

Info.php
procedural page Info.php
Image.php
procedural page Image.php
Interface.php
procedural page Interface.php
isRegistered
in file Registry.php, method PhpIndex_Registry::isRegistered()
    Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
top

l

load
in file AutoLoader.php, method PhpIndex_AutoLoader::load()
    Autoload callback for loading class files.
log
in file Search.php, method PhpIndex_Log_Search::log()
    Log a file download
log
in file Leech.php, method PhpIndex_Log_Leech::log()
    Log a file download
log
in file Upload.php, method PhpIndex_Log_Upload::log()
    Log a file upload
log
in file Download.php, method PhpIndex_Log_Download::log()
    Log a file download
Leech.php
procedural page Leech.php
top

m

Memory.php
procedural page Memory.php
Metadata.php
procedural page Metadata.php
METADATA_FILE
in file Metadata.php, class constant PhpIndex_Metadata::METADATA_FILE
    Metadata file name
top

o

offsetExists
in file Registry.php, method PhpIndex_Registry::offsetExists()
    Check if an offset exists
offsetExists
in file Memory.php, method PhpIndex_Cache_Memory::offsetExists()
    Check if an offset exists
OPTION_ALLOWED_CHARS
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_ALLOWED_CHARS
    Allowed characters
OPTION_FONT
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_FONT
    Captcha font name
OPTION_FONT_PATH
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_FONT_PATH
    Captcha font path
OPTION_FONT_SIZE
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_FONT_SIZE
    Captcha font size
OPTION_HEIGHT
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_HEIGHT
    Captcha image height
OPTION_LENGTH
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_LENGTH
    Captcha length
OPTION_WIDTH
in file Captcha.php, class constant PhpIndex_Captcha::OPTION_WIDTH
    Captcha image width
top

p

parse
in file Request.php, method PhpIndex_Request::parse()
    Parse a request and return the full path
parseAction
in file FrontController.php, method PhpIndex_FrontController::parseAction()
    Parse request string from input
parseRequest
in file FrontController.php, method PhpIndex_FrontController::parseRequest()
    Parse request string from input
peek
in file DirectoryPeek.php, method PhpIndex_DirectoryPeek::peek()
    Main peek function
PhpIndex_ActionController
in file ActionController.php, class PhpIndex_ActionController
    Action controller
PhpIndex_Action_Captcha
in file Captcha.php, class PhpIndex_Action_Captcha
    Display captcha
PhpIndex_Action_Download
in file Download.php, class PhpIndex_Action_Download
    Download class
PhpIndex_Action_Info
in file Info.php, class PhpIndex_Action_Info
    File information
PhpIndex_Action_Search
in file Search.php, class PhpIndex_Action_Search
    Search class
PhpIndex_Action_Upload
in file Upload.php, class PhpIndex_Action_Upload
    Upload class
PhpIndex_AutoLoader
in file AutoLoader.php, class PhpIndex_AutoLoader
    Auto loader
PhpIndex_Bootstrap
in file Bootstrap.php, class PhpIndex_Bootstrap
    PhpIndex bootstrap file
PhpIndex_Cache_File
in file File.php, class PhpIndex_Cache_File
    Cache class using file system
PhpIndex_Cache_Memory
in file Memory.php, class PhpIndex_Cache_Memory
    Cache class using memory
PhpIndex_Captcha
in file Captcha.php, class PhpIndex_Captcha
    PhpIndex captcha class
PhpIndex_Captcha_Adapter_Image
in file Image.php, class PhpIndex_Captcha_Adapter_Image
    PhpIndex captcha image adapter class
PhpIndex_Captcha_Adapter_Image_Render
in file Render.php, class PhpIndex_Captcha_Adapter_Image_Render
    PhpIndex captcha image render class
PhpIndex_Captcha_Adapter_Interface
in file Interface.php, class PhpIndex_Captcha_Adapter_Interface
    PhpIndex captcha adapter interface
PhpIndex_Captcha_Factory
in file Factory.php, class PhpIndex_Captcha_Factory
    PhpIndex captcha factory class
PhpIndex_DirectoryBrowser
in file DirectoryBrowser.php, class PhpIndex_DirectoryBrowser
    Directory browser
PhpIndex_DirectoryPeek
in file DirectoryPeek.php, class PhpIndex_DirectoryPeek
    Directory peek class
PhpIndex_Email
in file Email.php, class PhpIndex_Email
    Email class
PhpIndex_FrontController
in file FrontController.php, class PhpIndex_FrontController
    Front controller
PhpIndex_Log_Download
in file Download.php, class PhpIndex_Log_Download
    Download logger
PhpIndex_Log_Leech
in file Leech.php, class PhpIndex_Log_Leech
    Leech logger
PhpIndex_Log_Search
in file Search.php, class PhpIndex_Log_Search
    Search logger
PhpIndex_Log_Upload
in file Upload.php, class PhpIndex_Log_Upload
    Upload logger
PhpIndex_Metadata
in file Metadata.php, class PhpIndex_Metadata
    Metadata handling class
PhpIndex_Registry
in file Registry.php, class PhpIndex_Registry
    Generic storage class helps to manage global data.
PhpIndex_Request
in file Request.php, class PhpIndex_Request
    Request handling class
PhpIndex_Statistics
in file Statistics.php, class PhpIndex_Statistics
    Runtime statistics class
PhpIndex_View
in file View.php, class PhpIndex_View
    View class
top

r

Render.php
procedural page Render.php
register
in file AutoLoader.php, method PhpIndex_AutoLoader::register()
    Registers this class as an autoloader.
Registry.php
procedural page Registry.php
remove
in file Memory.php, method PhpIndex_Cache_Memory::remove()
    Unset a cache offset
remove
in file File.php, method PhpIndex_Cache_File::remove()
    Remove a cache file
render
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::render()
    Render the captcha image
render
in file Image.php, method PhpIndex_Captcha_Adapter_Image::render()
    Render the captcha image
Request.php
procedural page Request.php
run
in file Upload.php, method PhpIndex_Action_Upload::run()
    Main run method
run
in file Search.php, method PhpIndex_Action_Search::run()
    Main run method
run
in file Info.php, method PhpIndex_Action_Info::run()
    Main run method
run
in file Bootstrap.php, method PhpIndex_Bootstrap::run()
    Main run method
run
in file Captcha.php, method PhpIndex_Action_Captcha::run()
    Main run method
run
in file DirectoryBrowser.php, method PhpIndex_DirectoryBrowser::run()
    Main run method
top

s

Search.php
procedural page Search.php
Search.php
procedural page Search.php
SECTION_DOWNLOAD_COUNTER
in file Metadata.php, class constant PhpIndex_Metadata::SECTION_DOWNLOAD_COUNTER
    Section name for download counter
send
in file Email.php, method PhpIndex_Email::send()
    Send email to recipients
set
in file Metadata.php, method PhpIndex_Metadata::set()
    Set the value for a section in the metadata
set
in file Registry.php, method PhpIndex_Registry::set()
    setter method, basically same as offsetSet().
set
in file Memory.php, method PhpIndex_Cache_Memory::set()
    Set a cache offset
set
in file File.php, method PhpIndex_Cache_File::set()
    Set the cache content
setBcc
in file Email.php, method PhpIndex_Email::setBcc()
    Add a Bcc: header
setCc
in file Email.php, method PhpIndex_Email::setCc()
    Add a Cc: header
setFrom
in file Email.php, method PhpIndex_Email::setFrom()
    Add From: header
setHeight
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::setHeight()
    Set image height
setInstance
in file Registry.php, method PhpIndex_Registry::setInstance()
    Set the default registry instance to a specified instance.
setInstance
in file Memory.php, method PhpIndex_Cache_Memory::setInstance()
    Set the default registry instance to a specified instance.
setSubject
in file Email.php, method PhpIndex_Email::setSubject()
    Set email subject
setText
in file Email.php, method PhpIndex_Email::setText()
    Set email text
setWidth
in file Render.php, method PhpIndex_Captcha_Adapter_Image_Render::setWidth()
    Set image width
sortByDate
in file DirectoryBrowser.php, method PhpIndex_DirectoryBrowser::sortByDate()
    Custom function used to sort files by date
Statistics.php
procedural page Statistics.php
top

t

treatAction
in file ActionController.php, method PhpIndex_ActionController::treatAction()
    Treat action
top

u

Upload.php
procedural page Upload.php
Upload.php
procedural page Upload.php
top

v

validate
in file Captcha.php, method PhpIndex_Captcha::validate()
    Validate given Captcha code
validate
in file Captcha.php, method PhpIndex_Action_Captcha::validate()
    Validate given captcha code
View.php
procedural page View.php
top

Documentation generated on Mon, 21 Feb 2011 21:14:11 +0200 by phpDocumentor 1.4.3