Search for all
Title | Object type | File name | Summary |
---|---|---|---|
Archive_Tar::extractModify | function | modules/ |
This method extract all the content of the archive in the directory indicated by $p_path. When relevant the memorized path of the files/dir can be modified by removing the $p_remove_path path at the beginning of the file/dir path. While extracting a… |
Archive_Tar::listContent | function | modules/ |
|
Archive_Tar::loadExtension | function | modules/ |
OS independent PHP extension load. Remember to take care on the correct extension name for case sensitive OSes. |
Archive_Tar::setAttribute | function | modules/ |
This method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ','); |
Archive_Tar::setIgnoreList | function | modules/ |
This method sets the regular expression for ignoring all files and directories matching the filenames in the array list at import, for example: $arch->setIgnoreList(array('CVS', '.svn', 'bin/tool')); |
Archive_Tar::setIgnoreRegexp | function | modules/ |
This method sets the regular expression for ignoring files and directories at import, for example: $arch->setIgnoreRegexp("#CVS|\.svn#"); |
Archive_Tar::_addFile | function | modules/ |
|
Archive_Tar::_addList | function | modules/ |
|
Archive_Tar::_addString | function | modules/ |
|
Archive_Tar::_append | function | modules/ |
|
Archive_Tar::_cleanFile | function | modules/ |
|
Archive_Tar::_close | function | modules/ |
|
Archive_Tar::_dirCheck | function | modules/ |
Check if a directory exists and create it (including parent dirs) if not. |
Archive_Tar::_error | function | modules/ |
|
Archive_Tar::_extractInString | function | modules/ |
This method extract from the archive one file identified by $p_filename. The return value is a string with the file content, or null on error. |
Archive_Tar::_extractList | function | modules/ |
|
Archive_Tar::_isArchive | function | modules/ |
|
Archive_Tar::_isMaliciousFilename | function | modules/ |
Detect and report a malicious file name |
Archive_Tar::_jumpBlock | function | modules/ |
|
Archive_Tar::_openAppend | function | modules/ |
|
Archive_Tar::_openRead | function | modules/ |
|
Archive_Tar::_openReadWrite | function | modules/ |
|
Archive_Tar::_openWrite | function | modules/ |
|
Archive_Tar::_pathReduction | function | modules/ |
Compress path by changing for example "/dir/foo/../bar" to "/dir/bar", rand emove double slashes. |
Archive_Tar::_readBlock | function | modules/ |
|
Archive_Tar::_readHeader | function | modules/ |
|
Archive_Tar::_readLongHeader | function | modules/ |
|
Archive_Tar::_tarRecToSize | function | modules/ |
Convert Tar record size to actual size |
Archive_Tar::_translateWinPath | function | modules/ |
|
Archive_Tar::_warning | function | modules/ |
|
Archive_Tar::_writeBlock | function | modules/ |
|
Archive_Tar::_writeFooter | function | modules/ |
|
Archive_Tar::_writeHeader | function | modules/ |
|
Archive_Tar::_writeHeaderBlock | function | modules/ |
|
Archive_Tar::_writeLongHeader | function | modules/ |
|
Archive_Tar::__construct | function | modules/ |
Archive_Tar Class constructor. This flavour of the constructor only declare a new Archive_Tar object, identifying it by the name of the tar file. If the compress argument is set the tar will be read or created as a gzip or bz2 compressed TAR file. |
Archive_Tar::__destruct | function | modules/ |
|
ARCHIVE_TAR_ATT_SEPARATOR | constant | modules/ |
|
ARCHIVE_TAR_END_BLOCK | constant | modules/ |
|
arg | function | includes/ |
Returns a component of the current Drupal path. |
ArrayDiffUnitTest | class | modules/ |
Test array diff functions. |
ArrayDiffUnitTest::$array1 | property | modules/ |
Array to use for testing. |
ArrayDiffUnitTest::$array2 | property | modules/ |
Array to use for testing. |
ArrayDiffUnitTest::getInfo | function | modules/ |
|
ArrayDiffUnitTest::setUp | function | modules/ |
Sets up unit test environment. |
ArrayDiffUnitTest::testArrayDiffAssocRecursive | function | modules/ |
Tests drupal_array_diff_assoc_recursive(). |
Assertable | interface | misc/ |
|
Assertable.php | file | misc/ |
|
Assertable::assert | function | misc/ |
|
authorize.inc | file | includes/ |
Helper functions and form handlers used for the authorize.php script. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.