/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
H A D | Stream.php | 90 ->isTrue() 92 ->isTrue() 94 ->isTrue() 96 ->isTrue() 98 ->isTrue() 100 ->isTrue() 102 ->isTrue() 104 ->isTrue() 106 ->isTrue() 108 ->isTrue() [all …]
|
H A D | Context.php | 112 ->isTrue(); 134 ->isTrue(); 164 ->isTrue();
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/ |
H A D | Documentation.php | 72 ->isTrue() 77 ->isTrue() 82 ->isTrue() 87 ->isTrue(); 109 ->isTrue() 114 ->isTrue() 145 ->isTrue() 150 ->isTrue() 155 ->isTrue() 160 ->isTrue()
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | SplFileInfo.php | 59 ->isTrue() 71 ->isTrue() 87 ->isTrue() 139 ->isTrue() 141 ->isTrue() 143 ->isTrue() 149 ->isTrue() 151 ->isTrue() 159 ->isTrue()
|
H A D | Buffer.php | 70 ->isTrue(); 186 ->isTrue() 195 ->isTrue() 204 ->isTrue() 236 ->isTrue() 256 ->isTrue() 280 ->isTrue() 304 ->isTrue() 328 ->isTrue() 352 ->isTrue() [all …]
|
H A D | Lookahead.php | 85 ->isTrue() 102 ->isTrue() 144 ->isTrue() 161 ->isTrue()
|
H A D | Map.php | 92 ->isTrue() 100 ->isTrue()
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Autoloader.php | 67 ->isTrue() 90 ->isTrue() 109 ->isTrue() 125 ->isTrue() 141 ->isTrue() 195 ->isTrue(); 236 ->isTrue() 316 ->isTrue() 331 ->isTrue() 338 ->isTrue()
|
H A D | Consistency.php | 63 ->isTrue(); 219 ->isTrue(); 232 ->isTrue(); 258 ->isTrue();
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/ |
H A D | Wrapper.php | 60 ->isTrue() 64 ->isTrue(); 100 ->isTrue() 102 ->isTrue() 122 ->isTrue(); 140 ->isTrue();
|
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Error.php | 89 ->isTrue(); 114 ->isTrue() 118 ->isTrue() 122 ->isTrue(); 132 ->isTrue();
|
H A D | Exception.php | 69 ->isTrue(); 95 ->isTrue();
|
H A D | Group.php | 281 ->isTrue(); 320 ->isTrue(); 348 ->isTrue(); 451 ->isTrue() 466 ->isTrue() 483 ->isTrue()
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/ |
H A D | Filter.php | 57 ->isTrue() 74 ->isTrue(); 169 ->isTrue(); 183 ->isTrue(); 205 ->isTrue();
|
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
H A D | Listener.php | 65 ->isTrue() 67 ->isTrue() 69 ->isTrue(); 182 ->isTrue() 189 ->isTrue(); 224 ->isTrue();
|
H A D | Event.php | 77 ->isTrue(); 92 ->isTrue(); 188 ->isTrue(); 260 ->isTrue(); 288 ->isTrue();
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 114 ->isTrue(); 127 ->isTrue(); 150 ->isTrue() 194 ->isTrue() 235 ->isTrue() 269 ->isTrue() 303 ->isTrue() 343 ->isTrue() 541 ->isTrue() 615 ->isTrue() [all …]
|
/plugin/zip/pear/File/Archive/Predicate/ |
H A D | Not.php | 49 function isTrue(&$source) function in File_Archive_Predicate_Not 51 return !$this->pred->isTrue($source);
|
H A D | And.php | 76 function isTrue(&$source) function in File_Archive_Predicate_And 79 if (!$p->isTrue($source)) {
|
H A D | Or.php | 74 function isTrue(&$source) function in File_Archive_Predicate_Or 77 if ($p->isTrue($source)) {
|
H A D | True.php | 42 function isTrue(&$source) { return true; } function in File_Archive_Predicate_True
|
H A D | False.php | 44 function isTrue(&$source) { return false; } function in File_Archive_Predicate_False
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Filter.php | 64 } while (!$this->predicate->isTrue($this->source)); 85 } while (!$this->predicate->isTrue($this->source));
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
H A D | Rule.php | 68 ->isTrue(); 88 ->isTrue(); 314 ->isTrue() 349 ->isTrue()
|
/plugin/zip/pear/File/Archive/ |
H A D | Predicate.php | 51 function isTrue(&$source) function in File_Archive_Predicate
|