Home
last modified time | relevance | path

Searched refs:isTrue (Results 51 – 60 of 60) sorted by path

123

/plugin/zip/pear/File/Archive/Predicate/
H A DMinTime.php57 function isTrue(&$source) function in File_Archive_Predicate_MinTime
H A DNot.php49 function isTrue(&$source) function in File_Archive_Predicate_Not
51 return !$this->pred->isTrue($source);
H A DOr.php74 function isTrue(&$source) function in File_Archive_Predicate_Or
77 if ($p->isTrue($source)) {
H A DTrue.php42 function isTrue(&$source) { return true; } function in File_Archive_Predicate_True
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php278 if ($this->_currentFilename !== null && $pred->isTrue($this)) {
285 if ($pred->isTrue($this)) {
H A DDirectory.php144 if ($source !== null && $pred->isTrue($this)) {
155 $toUnlink = ($pred->isTrue($this) ? $this->getDataFilename() : null);
H A DFilter.php64 } while (!$this->predicate->isTrue($this->source));
85 } while (!$this->predicate->isTrue($this->source));
H A DTar.php245 if ($this->currentFilename !== null && $pred->isTrue($this)) {
252 if ($pred->isTrue($this)) {
H A DZip.php290 if ($this->currentFilename !== null && $pred->isTrue($this)) {
298 if (substr($this->getFilename(), -1) == '/' || $pred->isTrue($this)) {
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php218 function isTrue($source) function in File_Archive_Predicate_TARCompatible

123