Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Other projects
Title Object type File name Summary
Archive_Tar::extractInString function modules/system/system.tar.inc 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/system/system.tar.inc This method extract from the archive only the files indicated in the
$p_filelist. These files are extracted in the current directory or
in the directory indicated by the optional $p_path parameter.
If indicated the $p_remove_path can be used in the…
Archive_Tar::listContent function modules/system/system.tar.inc
Archive_Tar::loadExtension function modules/system/system.tar.inc OS independent PHP extension load. Remember to take care
on the correct extension name for case sensitive OSes.
Archive_Tar::setAttribute function modules/system/system.tar.inc 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/system/system.tar.inc 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/system/system.tar.inc This method sets the regular expression for ignoring files and directories
at import, for example:
$arch->setIgnoreRegexp("#CVS|\.svn#");
Archive_Tar::_addList function modules/system/system.tar.inc
Archive_Tar::_addString function modules/system/system.tar.inc
Archive_Tar::_close function modules/system/system.tar.inc
Archive_Tar::_extractInString function modules/system/system.tar.inc 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/system/system.tar.inc
Archive_Tar::_isArchive function modules/system/system.tar.inc
Archive_Tar::_isMaliciousFilename function modules/system/system.tar.inc Detect and report a malicious file name
Archive_Tar::_tarRecToSize function modules/system/system.tar.inc Convert Tar record size to actual size
Archive_Tar::_translateWinPath function modules/system/system.tar.inc
Archive_Tar::__construct function modules/system/system.tar.inc 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/system/system.tar.inc
ARCHIVE_TAR_ATT_SEPARATOR constant modules/system/system.tar.inc
ArrayDiffUnitTest class modules/simpletest/tests/common.test Test array diff functions.
ArrayDiffUnitTest::$array1 property modules/simpletest/tests/common.test Array to use for testing.
ArrayDiffUnitTest::$array2 property modules/simpletest/tests/common.test Array to use for testing.
ArrayDiffUnitTest::getInfo function modules/simpletest/tests/common.test
ArrayDiffUnitTest::setUp function modules/simpletest/tests/common.test Sets up unit test environment.
ArrayDiffUnitTest::testArrayDiffAssocRecursive function modules/simpletest/tests/common.test Tests drupal_array_diff_assoc_recursive().
Assertable interface misc/typo3/phar-stream-wrapper/src/Assertable.php
Assertable.php file misc/typo3/phar-stream-wrapper/src/Assertable.php
Assertable::assert function misc/typo3/phar-stream-wrapper/src/Assertable.php
Authorized operations group modules/system/system.module Functions to run operations with elevated privileges via authorize.php.
authorize_access_allowed function ./authorize.php Determines if the current user is allowed to run authorize.php.
authorize_access_denied_page function ./authorize.php Renders a 403 access denied page for authorize.php.
authorize_filetransfer_form function includes/authorize.inc Form constructor for the file transfer authorization form.
authorize_filetransfer_form_submit function includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_filetransfer_form_validate function includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_get_filetransfer function includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings.
Automatic interface translation import group includes/locale.inc Functions to create batches for importing translations.
bartik_preprocess_block function themes/bartik/template.php Override or insert variables into the block template.
bartik_preprocess_html function themes/bartik/template.php Add body classes if certain regions have content.
bartik_preprocess_maintenance_page function themes/bartik/template.php Implements hook_preprocess_maintenance_page().
bartik_preprocess_node function themes/bartik/template.php Override or insert variables into the node template.
bartik_process_html function themes/bartik/template.php Override or insert variables into the page template for HTML output.
bartik_process_maintenance_page function themes/bartik/template.php Override or insert variables into the maintenance page template.
bartik_process_page function themes/bartik/template.php Override or insert variables into the page template.
base_path function includes/common.inc Returns the base URL path (i.e., directory) of the Drupal installation.
BasicMinimalUpdatePath class modules/simpletest/tests/upgrade/upgrade.test Performs point release update tests on a bare database.
BasicMinimalUpdatePath::getInfo function modules/simpletest/tests/upgrade/upgrade.test
BasicMinimalUpdatePath::setUp function modules/simpletest/tests/upgrade/upgrade.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
BasicMinimalUpdatePath::testBasicMinimalUpdate function modules/simpletest/tests/upgrade/upgrade.test Tests a successful point release update.
BasicStandardUpdatePath class modules/simpletest/tests/upgrade/upgrade.test Performs point release update tests on a bare database.
BasicStandardUpdatePath::getInfo function modules/simpletest/tests/upgrade/upgrade.test

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.