Element index for package phing-lib
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ z ]
[ _ ]
_
- $_error_code
- in file Zip.php, variable Archive_Zip::$_error_code
- $_error_string
- in file Zip.php, variable Archive_Zip::$_error_string
- $_zipname
- in file Zip.php, variable Archive_Zip::$_zipname
The filename of the zip archive.
- $_zip_fd
- in file Zip.php, variable Archive_Zip::$_zip_fd
File descriptor of the opened Zip file.
- _add
- in file Zip.php, method Archive_Zip::_add()
Archive_Zip::_add()
- _addFile
- in file Zip.php, method Archive_Zip::_addFile()
Archive_Zip::_addFile()
- _addFileList
- in file Zip.php, method Archive_Zip::_addFileList()
Archive_Zip::_addFileList()
- _addList
- in file Zip.php, method Archive_Zip::_addList()
Archive_Zip::_addList()
- _checkFormat
- in file Zip.php, method Archive_Zip::_checkFormat()
Archive_Zip::_checkFormat()
- _check_parameters
- in file Zip.php, method Archive_Zip::_check_parameters()
Archive_Zip::_check_parameters()
- _closeFd
- in file Zip.php, method Archive_Zip::_closeFd()
Archive_Zip::_closeFd()
- _convertHeader2FileInfo
- in file Zip.php, method Archive_Zip::_convertHeader2FileInfo()
Archive_Zip::_convertHeader2FileInfo()
- _create
- in file Zip.php, method Archive_Zip::_create()
Archive_Zip::_create()
- _deleteByRule
- in file Zip.php, method Archive_Zip::_deleteByRule()
Archive_Zip::_deleteByRule()
- _dirCheck
- in file Zip.php, method Archive_Zip::_dirCheck()
Archive_Zip::_dirCheck()
- _duplicate
- in file Zip.php, method Archive_Zip::_duplicate()
Archive_Zip::_duplicate()
- _errorLog
- in file Zip.php, method Archive_Zip::_errorLog()
Archive_Zip::_errorLog()
- _errorReset
- in file Zip.php, method Archive_Zip::_errorReset()
Archive_Zip::_errorReset()
- _extractByRule
- in file Zip.php, method Archive_Zip::_extractByRule()
Archive_Zip::_extractByRule()
- _extractFile
- in file Zip.php, method Archive_Zip::_extractFile()
Archive_Zip::_extractFile()
- _extractFileAsString
- in file Zip.php, method Archive_Zip::_extractFileAsString()
Archive_Zip::_extractFileAsString()
- _list
- in file Zip.php, method Archive_Zip::_list()
Archive_Zip::_list()
- _merge
- in file Zip.php, method Archive_Zip::_merge()
Archive_Zip::_merge()
- _openFd
- in file Zip.php, method Archive_Zip::_openFd()
Archive_Zip::_openFd()
- _readCentralFileHeader
- in file Zip.php, method Archive_Zip::_readCentralFileHeader()
Archive_Zip::_readCentralFileHeader()
- _readEndCentralDir
- in file Zip.php, method Archive_Zip::_readEndCentralDir()
Archive_Zip::_readEndCentralDir()
- _readFileHeader
- in file Zip.php, method Archive_Zip::_readFileHeader()
Archive_Zip::_readFileHeader()
- _tool_CopyBlock
- in file Zip.php, method Archive_Zip::_tool_CopyBlock()
_tool_CopyBlock()
- _tool_PathInclusion
- in file Zip.php, method Archive_Zip::_tool_PathInclusion()
_tool_PathInclusion()
- _tool_PathReduction
- in file Zip.php, method Archive_Zip::_tool_PathReduction()
_tool_PathReduction()
- _tool_Rename
- in file Zip.php, method Archive_Zip::_tool_Rename()
_tool_Rename()
- _tool_TranslateWinPath
- in file Zip.php, method Archive_Zip::_tool_TranslateWinPath()
_tool_TranslateWinPath()
- _writeCentralFileHeader
- in file Zip.php, method Archive_Zip::_writeCentralFileHeader()
Archive_Zip::_writeCentralFileHeader()
- _writeCentralHeader
- in file Zip.php, method Archive_Zip::_writeCentralHeader()
Archive_Zip::_writeCentralHeader()
- _writeFileHeader
- in file Zip.php, method Archive_Zip::_writeFileHeader()
Archive_Zip::_writeFileHeader()
- __construct
- in file Zip.php, method Archive_Zip::__construct()
Archive_Zip Class constructor. This flavour of the constructor only declare a new Archive_Zip object, identifying it by the name of the zip file.
- __construct
- in file Capsule.php, method Capsule::__construct()
top
a
- add
- in file Zip.php, method Archive_Zip::add()
This method add files or directory in an existing Zip Archive.
- Archive_Zip
- in file Zip.php, class Archive_Zip
Class for manipulating zip archive files
- ARCHIVE_ZIP_ERR_BAD_CHECKSUM
- in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_CHECKSUM
- ARCHIVE_ZIP_ERR_BAD_EXTENSION
- in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_EXTENSION
- ARCHIVE_ZIP_ERR_BAD_EXTRACTED_FILE
- in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_EXTRACTED_FILE
- ARCHIVE_ZIP_ERR_BAD_FORMAT
- in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_FORMAT
- ARCHIVE_ZIP_ERR_DELETE_FILE_FAIL
- in file Zip.php, constant ARCHIVE_ZIP_ERR_DELETE_FILE_FAIL
- ARCHIVE_ZIP_ERR_DIR_CREATE_FAIL
- in file Zip.php, constant ARCHIVE_ZIP_ERR_DIR_CREATE_FAIL
- ARCHIVE_ZIP_ERR_FILENAME_TOO_LONG
- in file Zip.php, constant ARCHIVE_ZIP_ERR_FILENAME_TOO_LONG
- ARCHIVE_ZIP_ERR_INVALID_ARCHIVE_ZIP
- in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_ARCHIVE_ZIP
- ARCHIVE_ZIP_ERR_INVALID_PARAMETER
- in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_PARAMETER
- ARCHIVE_ZIP_ERR_INVALID_PARAM_VALUE
- in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_PARAM_VALUE
- ARCHIVE_ZIP_ERR_INVALID_ZIP
- in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_ZIP
- ARCHIVE_ZIP_ERR_MISSING_FILE
- in file Zip.php, constant ARCHIVE_ZIP_ERR_MISSING_FILE
- ARCHIVE_ZIP_ERR_MISSING_OPTION_VALUE
- in file Zip.php, constant ARCHIVE_ZIP_ERR_MISSING_OPTION_VALUE
- ARCHIVE_ZIP_ERR_NO_ERROR
- in file Zip.php, constant ARCHIVE_ZIP_ERR_NO_ERROR
- ARCHIVE_ZIP_ERR_READ_OPEN_FAIL
- in file Zip.php, constant ARCHIVE_ZIP_ERR_READ_OPEN_FAIL
- ARCHIVE_ZIP_ERR_RENAME_FILE_FAIL
- in file Zip.php, constant ARCHIVE_ZIP_ERR_RENAME_FILE_FAIL
- ARCHIVE_ZIP_ERR_WRITE_OPEN_FAIL
- in file Zip.php, constant ARCHIVE_ZIP_ERR_WRITE_OPEN_FAIL
- ARCHIVE_ZIP_PARAM_ADD_PATH
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_ADD_PATH
- ARCHIVE_ZIP_PARAM_BY_EREG
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_EREG
- ARCHIVE_ZIP_PARAM_BY_INDEX
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_INDEX
- ARCHIVE_ZIP_PARAM_BY_NAME
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_NAME
- ARCHIVE_ZIP_PARAM_BY_PREG
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_PREG
- ARCHIVE_ZIP_PARAM_EXTRACT_AS_STRING
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_EXTRACT_AS_STRING
- ARCHIVE_ZIP_PARAM_NO_COMPRESSION
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_NO_COMPRESSION
- ARCHIVE_ZIP_PARAM_PATH
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_PATH
- ARCHIVE_ZIP_PARAM_POST_ADD
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_POST_ADD
- ARCHIVE_ZIP_PARAM_POST_EXTRACT
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_POST_EXTRACT
- ARCHIVE_ZIP_PARAM_PRE_ADD
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_PRE_ADD
- ARCHIVE_ZIP_PARAM_PRE_EXTRACT
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_PRE_EXTRACT
- ARCHIVE_ZIP_PARAM_REMOVE_ALL_PATH
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_REMOVE_ALL_PATH
- ARCHIVE_ZIP_PARAM_REMOVE_PATH
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_REMOVE_PATH
- ARCHIVE_ZIP_PARAM_SET_CHMOD
- in file Zip.php, constant ARCHIVE_ZIP_PARAM_SET_CHMOD
- ARCHIVE_ZIP_READ_BLOCK_SIZE
- in file Zip.php, constant ARCHIVE_ZIP_READ_BLOCK_SIZE
- ARCHIVE_ZIP_SEPARATOR
- in file Zip.php, constant ARCHIVE_ZIP_SEPARATOR
- ARCHIVE_ZIP_TEMPORARY_DIR
- in file Zip.php, constant ARCHIVE_ZIP_TEMPORARY_DIR
- ARCHIVE_ZIP_WARN_FILE_EXIST
- in file Zip.php, constant ARCHIVE_ZIP_WARN_FILE_EXIST
- ARCHIVE_ZIP_WARN_NO_WARNING
- in file Zip.php, constant ARCHIVE_ZIP_WARN_NO_WARNING
top
c
- Capsule
- in file Capsule.php, class Capsule
Capsule is a simple "template" engine that essentially provides an isolated context for PHP scripts.
- clear
- in file Capsule.php, method Capsule::clear()
Clears one or several or all variables.
- create
- in file Zip.php, method Archive_Zip::create()
This method creates a Zip Archive with the filename set with the constructor.
- Capsule.php
- procedural page Capsule.php
top
d
- delete
- in file Zip.php, method Archive_Zip::delete()
This methods delete archive entries in the zip archive.
- display
- in file Capsule.php, method Capsule::display()
Low overhead (no output buffering) method to simply dump template to buffer.
- duplicate
- in file Zip.php, method Archive_Zip::duplicate()
This method creates an archive by copying the content of an other one.
top
top
g
- get
- in file Capsule.php, method Capsule::get()
Gets value of specified var or NULL if var has not been put().
- getOutputDirectory
- in file Capsule.php, method Capsule::getOutputDirectory()
Get basepath to use for output file creation.
- getTemplatePath
- in file Capsule.php, method Capsule::getTemplatePath()
Get the basepath to use for template lookups.
top
top
l
- listContent
- in file Zip.php, method Archive_Zip::listContent()
This method gives the names and properties of the files and directories which are present in the zip archive.
top
m
- merge
- in file Zip.php, method Archive_Zip::merge()
This method merge a valid zip archive at the end of the archive identified by the Archive_Zip object.
top
top
p
- parse
- in file Capsule.php, method Capsule::parse()
Fetches the results of a tempalte parse and either returns the string or writes results to a specified output file.
- properties
- in file Zip.php, method Archive_Zip::properties()
This method gives the global properties of the archive.
- put
- in file Capsule.php, method Capsule::put()
Adds a variable to the context.
- putAll
- in file Capsule.php, method Capsule::putAll()
Merges in passed hash to vars array.
- putCopy
- in file Capsule.php, method Capsule::putCopy()
Makes a copy of the value and puts it into the context.
- putRef
- in file Capsule.php, method Capsule::putRef()
Put a variable into the context, assigning it by reference.
top
r
- resolvePath
- in file Capsule.php, method Capsule::resolvePath()
This returns a "best guess" path for the given file.
top
top
t
- $templatePath
- in file Capsule.php, variable Capsule::$templatePath
Look for templates here (if relative path provided).
top
v
- $vars
- in file Capsule.php, variable Capsule::$vars
The variables that can be used by the templates.
top
top
|
|