Home
last modified time | relevance | path

Searched refs:FileInfo (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDeployment.php26 protected $filesType = FileInfo::class;
60 * @param FileInfo[]
67 * @return FileInfo[]
H A DFileInfo.php20 class FileInfo extends \Google\Model class
80 class_alias(FileInfo::class, 'Google_Service_Appengine_FileInfo');
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php36 * This function lists the files stored in the archive, and returns an indexed array of FileInfo objects
41 * @return FileInfo[]
84 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
126 * The callback is called with a FileInfo object as parameter. You can use this to show progress
H A DTar.php87 * @returns FileInfo[]
107 * @returns FileInfo[]
153 * @return FileInfo[]
265 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
273 $fileinfo = FileInfo::fromPath($file, $fileinfo);
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
327 $fileinfo = new FileInfo($fileinfo);
502 * @param FileInfo
[all...]
H A DZip.php67 * This function lists the files stored in the archive, and returns an indexed array of FileInfo objects
73 * @return FileInfo[]
92 * @return FileInfo[]
132 * @return FileInfo[]
293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
308 $fileinfo = FileInfo::fromPath($file, $fileinfo);
402 * @param string|FileInfo
[all...]
H A DFileInfo.php6 * Class FileInfo
14 class FileInfo class
50 trigger_error('FileInfo::match() is deprecated, use FileInfo::matchExpression() instead.', E_USER_NOTICE);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
59 * Factory to build FileInfo from existing file or directory
64 * @return FileInfo
75 $file = new FileInfo();
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md35 print_r($toc); // array of FileInfo objects
67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/plugin/structodt/
H A Dhelper.php18 use splitbrain\PHPArchive\FileInfo; alias
82 $fileInfo = FileInfo::fromPath($file);
/plugin/upgrade/
H A Dhelper.php11 use splitbrain\PHPArchive\FileInfo;
177 /** @var FileInfo $file */
10 use splitbrain\PHPArchive\FileInfo; global() alias
/plugin/jmol2/jmol/
H A DCHANGES.txt300 # new feature: print getProperty("FileInfo","REMARK300") //was PdbInfo
301 # new feature: print getProperty("FileInfo","models",1,"_citation_year");