Home
last modified time | relevance | path

Searched refs:getStat (Results 1 – 13 of 13) sorted by relevance

/plugin/zip/pear/File/Archive/Predicate/
H A DDuplicate.php71 $stat = $source->getStat();
100 $stat = $source->getStat();
H A DMinSize.php55 $stat = $source->getStat();
H A DMinTime.php59 $stat = $source->getStat();
H A DCustom.php77 $stat = $source->getStat();
/plugin/zip/pear/File/Archive/Reader/
H A DRelay.php64 function getStat() { return $this->source->getStat(); } function in File_Archive_Reader_Relay
H A DConcat.php58 $sourceStat = $source->getStat();
93 function getStat() { return $this->stat; } function in File_Archive_Reader_Concat
H A DCache.php97 'stat' => $this->source->getStat(),
114 function getStat() { return $this->files[$this->pos]['stat']; } function in File_Archive_Reader_Cache
H A DMemory.php110 function getStat() { return $this->stat; } function in File_Archive_Reader_Memory
H A DFile.php129 function getStat() function in File_Archive_Reader_File
H A DAr.php106 function getStat() function in File_Archive_Reader_Ar
H A DTar.php130 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Tar
H A DZip.php73 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Zip
/plugin/zip/pear/File/Archive/
H A DReader.php152 function getStat() { return array(); } function in File_Archive_Reader
291 $this->getStat(),