Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
aggregator_update_7002 function modules/aggregator/aggregator.install Add queued timestamp.
aggregator_update_7003 function modules/aggregator/aggregator.install Increase the length of {aggregator_feed}.url.
aggregator_update_7004 function modules/aggregator/aggregator.install Add index on timestamp.
aggregator_view function modules/aggregator/aggregator.admin.inc Displays the aggregator administration page.
anonymous_user_unblock_test.info file modules/user/tests/anonymous_user_unblock_test.info name = Anonymous user unblock action tests
description = Support module for anonymous user unblock action testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
anonymous_user_unblock_test.module file modules/user/tests/anonymous_user_unblock_test.module Dummy module implementing hook_user_load().
anonymous_user_unblock_test_user_load function modules/user/tests/anonymous_user_unblock_test.module Implements hook_user_load().
archiver.inc file includes/archiver.inc Shared classes and interfaces for the archiver system.
ArchiverInterface interface includes/archiver.inc Defines the common interface for all Archiver classes.
ArchiverInterface::add function includes/archiver.inc Adds the specified file or directory to the archive.
ArchiverInterface::extract function includes/archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents function includes/archiver.inc Lists all files in the archive.
ArchiverInterface::remove function includes/archiver.inc Removes the specified file from the archive.
ArchiverInterface::__construct function includes/archiver.inc Constructs a new archiver instance.
ArchiverTar class modules/system/system.archiver.inc Archiver for .tar files.
ArchiverTar::$tar property modules/system/system.archiver.inc The underlying Archive_Tar instance that does the heavy lifting.
ArchiverTar::add function modules/system/system.archiver.inc Adds the specified file or directory to the archive.
ArchiverTar::extract function modules/system/system.archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverTar::getArchive function modules/system/system.archiver.inc Retrieve the tar engine itself.
ArchiverTar::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverTar::remove function modules/system/system.archiver.inc Removes the specified file from the archive.
ArchiverTar::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
ArchiverZip class modules/system/system.archiver.inc Archiver for .zip files.
ArchiverZip::$zip property modules/system/system.archiver.inc The underlying ZipArchive instance that does the heavy lifting.
ArchiverZip::add function modules/system/system.archiver.inc Adds the specified file or directory to the archive.
ArchiverZip::extract function modules/system/system.archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverZip::getArchive function modules/system/system.archiver.inc Retrieve the zip engine itself.
ArchiverZip::listContents function modules/system/system.archiver.inc Lists all files in the archive.
ArchiverZip::remove function modules/system/system.archiver.inc Removes the specified file from the archive.
ArchiverZip::__construct function modules/system/system.archiver.inc Constructs a new archiver instance.
archiver_get_archiver function includes/common.inc Creates the appropriate archiver for the specified file.
archiver_get_extensions function includes/common.inc Returns a string of supported archive extensions.
archiver_get_info function includes/common.inc Retrieves a list of all available archivers.
Archive_Tar class modules/system/system.tar.inc Creates a (compressed) Tar archive
Archive_Tar::$buffer_length property modules/system/system.tar.inc
Archive_Tar::$error_object property modules/system/system.tar.inc
Archive_Tar::$_compress property modules/system/system.tar.inc
Archive_Tar::$_compress_type property modules/system/system.tar.inc
Archive_Tar::$_file property modules/system/system.tar.inc
Archive_Tar::$_fmt property modules/system/system.tar.inc Format for data extraction
Archive_Tar::$_ignore_regexp property modules/system/system.tar.inc
Archive_Tar::$_separator property modules/system/system.tar.inc
Archive_Tar::$_tarname property modules/system/system.tar.inc
Archive_Tar::$_temp_tarname property modules/system/system.tar.inc
Archive_Tar::add function modules/system/system.tar.inc This method add the files / directories that are listed in $p_filelist in
the archive. If the archive does not exist it is created.
The method return false and a PEAR error text.
The files and directories listed are only added at the end of the…
Archive_Tar::addModify function modules/system/system.tar.inc This method add the files / directories listed in $p_filelist at the
end of the existing archive. If the archive does not yet exists it
is created.
The $p_filelist parameter can be an array of string, each string
representing a filename or a directory…
Archive_Tar::addString function modules/system/system.tar.inc This method add a single string as a file at the
end of the existing archive. If the archive does not yet exists it
is created.
Archive_Tar::create function modules/system/system.tar.inc This method creates the archive file and add the files / directories
that are listed in $p_filelist.
If a file with the same name exist and is writable, it is replaced
by the new tar.
The method return false and a PEAR error text.
The $p_filelist…
Archive_Tar::createModify function modules/system/system.tar.inc This method creates the archive file and add the files / directories
that are listed in $p_filelist.
If the file already exists and is writable, it is replaced by the
new tar. It is a create and not an add. If the file exists and is
read-only or is a…
Archive_Tar::extract function modules/system/system.tar.inc

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