Home
last modified time | relevance | path

Searched refs:isTrue (Results 26 – 50 of 60) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php67 ->isTrue()
90 ->isTrue()
109 ->isTrue()
125 ->isTrue()
141 ->isTrue()
195 ->isTrue();
236 ->isTrue()
316 ->isTrue()
331 ->isTrue()
338 ->isTrue()
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php91 ->isTrue();
H A DEvent.php77 ->isTrue();
92 ->isTrue();
188 ->isTrue();
260 ->isTrue();
288 ->isTrue();
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php236 ->isTrue();
265 ->isTrue();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php85 ->isTrue()
102 ->isTrue()
144 ->isTrue()
161 ->isTrue()
H A DLookbehind.php102 ->isTrue()
119 ->isTrue()
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php173 ->isTrue();
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php68 ->isTrue();
88 ->isTrue();
314 ->isTrue()
349 ->isTrue()
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php239 ->isTrue();
381 ->isTrue();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1857 function isTrue() function
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/zip/pear/File/Archive/Predicate/
H A DAnd.php76 function isTrue(&$source) function in File_Archive_Predicate_And
79 if (!$p->isTrue($source)) {
H A DCurrent.php44 function isTrue(&$source) function in File_Archive_Predicate_Current
H A DMaxDepth.php56 function isTrue(&$source) function in File_Archive_Predicate_MaxDepth
H A DOr.php74 function isTrue(&$source) function in File_Archive_Predicate_Or
77 if ($p->isTrue($source)) {
H A DDuplicate.php97 function isTrue(&$source) function in File_Archive_Predicate_Duplicate
H A DEreg.php53 function isTrue(&$source) function in File_Archive_Predicate_Ereg
H A DIndex.php56 function isTrue(&$source) function in File_Archive_Predicate_Index
H A DTrue.php42 function isTrue(&$source) { return true; } function in File_Archive_Predicate_True
H A DCustom.php71 function isTrue(&$source) function in File_Archive_Predicate_Custom
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php278 if ($this->_currentFilename !== null && $pred->isTrue($this)) {
285 if ($pred->isTrue($this)) {
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)) {
H A DDirectory.php144 if ($source !== null && $pred->isTrue($this)) {
155 $toUnlink = ($pred->isTrue($this) ? $this->getDataFilename() : null);
/plugin/zip/pear/File/Archive/
H A DPredicate.php51 function isTrue(&$source) function in File_Archive_Predicate

123