Home
last modified time | relevance | path

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

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