| ajax_test_dialog_form | core/modules/simpletest/tests/ajax_test.module | Form builder: Renders buttons with #ajax['dialog']. | 
          
                  | ajax_test_dialog_form_callback_modal | core/modules/simpletest/tests/ajax_test.module | AJAX callback handler for ajax_test_dialog_form(). | 
          
                  | ajax_test_dialog_form_callback_nonmodal | core/modules/simpletest/tests/ajax_test.module | AJAX callback handler for ajax_test_dialog_form(). | 
          
                  | ajax_test_dialog_form_submit | core/modules/simpletest/tests/ajax_test.module | Non-AJAX behavior of the dialog buttons. | 
          
                  | ajax_test_error | core/modules/simpletest/tests/ajax_test.module | Menu callback; Returns Ajax element with #error property set. | 
          
                  | ajax_test_menu | core/modules/simpletest/tests/ajax_test.module | Implements hook_menu(). | 
          
                  | ajax_test_render | core/modules/simpletest/tests/ajax_test.module | Menu callback; Return an element suitable for use by ajax_deliver(). | 
          
                  | ajax_test_system_theme_info | core/modules/simpletest/tests/ajax_test.module | Implements hook_system_theme_info(). | 
          
                  | AnonymousUser::access | core/includes/anonymous.inc | Provides anonymous user access for consistency with User entities. | 
          
                  | AnonymousUser::createAccess | core/includes/anonymous.inc | Provides anonymous user createAccess for consistency with User entities. | 
          
                  | AnonymousUser::id | core/includes/anonymous.inc | Provides the UID for consistency with User entities. | 
          
                  | AnonymousUser::label | core/includes/anonymous.inc | Provides the anonymous user name for consistency with User entities. | 
          
                  | AnonymousUser::uri | core/includes/anonymous.inc | Provides the anonymous user URI for consistency with User entities. | 
          
                  | AnonymousUser::__construct | core/includes/anonymous.inc | Constructor for an anonymous user object. | 
          
                  | ArchiverInterface::add | core/includes/archiver.inc | Adds the specified file or directory to the archive. | 
          
                  | ArchiverInterface::extract | core/includes/archiver.inc | Extracts multiple files in the archive to the specified path. | 
          
                  | ArchiverInterface::listContents | core/includes/archiver.inc | Lists all files in the archive. | 
          
                  | ArchiverInterface::remove | core/includes/archiver.inc | Removes the specified file from the archive. | 
          
                  | ArchiverInterface::__construct | core/includes/archiver.inc | Constructs a new archiver instance. | 
          
                  | ArchiverTar::add | core/modules/system/system.archiver.inc | Adds the specified file or directory to the archive. | 
          
                  | ArchiverTar::extract | core/modules/system/system.archiver.inc | Extracts multiple files in the archive to the specified path. | 
          
                  | ArchiverTar::getArchive | core/modules/system/system.archiver.inc | Retrieve the tar engine itself. | 
          
                  | ArchiverTar::listContents | core/modules/system/system.archiver.inc | Lists all files in the archive. | 
          
                  | ArchiverTar::remove | core/modules/system/system.archiver.inc | Removes the specified file from the archive. | 
          
                  | ArchiverTar::__construct | core/modules/system/system.archiver.inc | Constructs a new archiver instance. | 
          
                  | ArchiverZip::add | core/modules/system/system.archiver.inc | Adds the specified file or directory to the archive. | 
          
                  | ArchiverZip::extract | core/modules/system/system.archiver.inc | Extracts multiple files in the archive to the specified path. | 
          
                  | ArchiverZip::getArchive | core/modules/system/system.archiver.inc | Retrieve the zip engine itself. | 
          
                  | ArchiverZip::listContents | core/modules/system/system.archiver.inc | Lists all files in the archive. | 
          
                  | ArchiverZip::remove | core/modules/system/system.archiver.inc | Removes the specified file from the archive. | 
          
                  | ArchiverZip::__construct | core/modules/system/system.archiver.inc | Constructs a new archiver instance. | 
          
                  | archiver_get_archiver | core/includes/common.inc | Creates the appropriate archiver for the specified file. | 
          
                  | archiver_get_extensions | core/includes/common.inc | Returns a string of supported archive extensions. | 
          
                  | archiver_get_info | core/includes/common.inc | Retrieves a list of all available archivers. | 
          
                  | Archive_Tar::add | core/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 | core/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 | core/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 | core/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 | core/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 | core/modules/system/system.tar.inc |  | 
          
                  | Archive_Tar::extractInString | core/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 | core/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::extractModify | core/modules/system/system.tar.inc | 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 | core/modules/system/system.tar.inc |  | 
          
                  | Archive_Tar::loadExtension | core/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 | core/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 | core/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 | core/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::_addFile | core/modules/system/system.tar.inc |  | 
          
                  | Archive_Tar::_addList | core/modules/system/system.tar.inc |  |