Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ajax_test_render | function | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). |
ajax_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
anonymous_user_unblock_test.info | file | modules/ |
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/ |
Dummy module implementing hook_user_load(). |
anonymous_user_unblock_test_user_load | function | modules/ |
Implements hook_user_load(). |
archiver.inc | file | includes/ |
Shared classes and interfaces for the archiver system. |
ArchiverInterface | interface | includes/ |
Defines the common interface for all Archiver classes. |
ArchiverInterface::add | function | includes/ |
Adds the specified file or directory to the archive. |
ArchiverInterface::extract | function | includes/ |
Extracts multiple files in the archive to the specified path. |
ArchiverInterface::listContents | function | includes/ |
Lists all files in the archive. |
ArchiverInterface::remove | function | includes/ |
Removes the specified file from the archive. |
ArchiverInterface::__construct | function | includes/ |
Constructs a new archiver instance. |
ArchiverTar | class | modules/ |
Archiver for .tar files. |
ArchiverTar::$tar | property | modules/ |
The underlying Archive_Tar instance that does the heavy lifting. |
ArchiverTar::add | function | modules/ |
Adds the specified file or directory to the archive. |
ArchiverTar::extract | function | modules/ |
Extracts multiple files in the archive to the specified path. |
ArchiverTar::getArchive | function | modules/ |
Retrieve the tar engine itself. |
ArchiverTar::listContents | function | modules/ |
Lists all files in the archive. |
ArchiverTar::remove | function | modules/ |
Removes the specified file from the archive. |
ArchiverTar::__construct | function | modules/ |
Constructs a new archiver instance. |
ArchiverZip | class | modules/ |
Archiver for .zip files. |
ArchiverZip::$zip | property | modules/ |
The underlying ZipArchive instance that does the heavy lifting. |
ArchiverZip::add | function | modules/ |
Adds the specified file or directory to the archive. |
ArchiverZip::extract | function | modules/ |
Extracts multiple files in the archive to the specified path. |
ArchiverZip::getArchive | function | modules/ |
Retrieve the zip engine itself. |
ArchiverZip::listContents | function | modules/ |
Lists all files in the archive. |
ArchiverZip::remove | function | modules/ |
Removes the specified file from the archive. |
ArchiverZip::__construct | function | modules/ |
Constructs a new archiver instance. |
archiver_get_archiver | function | includes/ |
Creates the appropriate archiver for the specified file. |
archiver_get_extensions | function | includes/ |
Returns a string of supported archive extensions. |
archiver_get_info | function | includes/ |
Retrieves a list of all available archivers. |
Archive_Tar | class | modules/ |
|
Archive_Tar::$buffer_length | property | modules/ |
|
Archive_Tar::$error_object | property | modules/ |
|
Archive_Tar::$_compress | property | modules/ |
|
Archive_Tar::$_compress_type | property | modules/ |
|
Archive_Tar::$_file | property | modules/ |
|
Archive_Tar::$_fmt | property | modules/ |
Format for data extraction |
Archive_Tar::$_ignore_regexp | property | modules/ |
|
Archive_Tar::$_separator | property | modules/ |
|
Archive_Tar::$_tarname | property | modules/ |
|
Archive_Tar::$_temp_tarname | property | modules/ |
|
Archive_Tar::add | function | modules/ |
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/ |
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/ |
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/ |
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/ |
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/ |
|
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/ |
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… |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.