Searched refs:OK (Results 1 – 25 of 299) sorted by relevance
12345678910>>...12
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
| D | null_coalesce.test | 4 {{ 'OK' ?? 'KO' }} 5 {{ null ?? 'OK' }} 7 {{ baz ?? 'OK' }} 9 {{ foo.missing ?? 'OK' }} 10 {{ foo.bar.baz.missing ?? 'OK' }} 12 {{ foo['missing'] ?? 'OK' }} 13 {{ nope ?? nada ?? 'OK' }} 17 return ['bar' => 'OK', 'foo' => ['bar' => 'OK']] 19 OK 20 OK [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | starts_with.test | 4 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }} 5 {{ not ('foo' starts with 'oo') ? 'OK' : 'KO' }} 6 {{ not ('foo' starts with 'foowaytoolong') ? 'OK' : 'KO' }} 7 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }} 9 with 'f' ? 'OK' : 'KO' }} 10 {{ 'foo' starts with '' ? 'OK' : 'KO' }} 11 {{ '1' starts with true ? 'OK' : 'KO' }} 12 {{ '' starts with false ? 'OK' : 'KO' }} 13 {{ 'a' starts with false ? 'OK' : 'KO' }} 14 {{ false starts with '' ? 'OK' : 'KO' }} [all …]
|
| D | ends_with.test | 4 {{ 'foo' ends with 'o' ? 'OK' : 'KO' }} 5 {{ not ('foo' ends with 'f') ? 'OK' : 'KO' }} 6 {{ not ('foo' ends with 'foowaytoolong') ? 'OK' : 'KO' }} 7 {{ 'foo' ends with '' ? 'OK' : 'KO' }} 8 {{ '1' ends with true ? 'OK' : 'KO' }} 9 {{ 1 ends with true ? 'OK' : 'KO' }} 10 {{ 0 ends with false ? 'OK' : 'KO' }} 11 {{ '' ends with false ? 'OK' : 'KO' }} 12 {{ false ends with false ? 'OK' : 'KO' }} 13 {{ false ends with '' ? 'OK' : 'KO' }} [all …]
|
| D | sameas.test | 4 {{ 1 is same as(1) ? 'OK' }} 5 {{ 1 is not same as(true) ? 'OK' }} 6 {{ 1 is same as(1) ? 'OK' }} 7 {{ 1 is not same as(true) ? 'OK' }} 8 {{ 1 is same as (1) ? 'OK' }} 12 (true) ? 'OK' }} 16 OK 17 OK 18 OK 19 OK [all …]
|
| D | divisibleby.test | 4 {{ 8 is divisible by(2) ? 'OK' }} 5 {{ 8 is not divisible by(3) ? 'OK' }} 6 {{ 8 is divisible by (2) ? 'OK' }} 10 (3) ? 'OK' }} 14 OK 15 OK 16 OK 17 OK
|
| D | matches.test | 4 {{ 'foo' matches '/o/' ? 'OK' : 'KO' }} 5 {{ 'foo' matches '/^fo/' ? 'OK' : 'KO' }} 6 {{ 'foo' matches '/O/i' ? 'OK' : 'KO' }} 10 OK 11 OK 12 OK
|
| /plugin/strata/_test/ |
| D | storage.test.php | 14 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 15 $this->assertTrue($OK); 24 …$OK = $this->_triples->addTriples(array(array('subject' => 'Bob', 'predicate' => 'knows', 'object'… 25 $this->assertTrue($OK); 34 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 35 $this->assertTrue($OK); 36 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki'); 37 $this->assertTrue($OK); 47 $OK = $this->_triples->addTriple('*', 'select', '%', 'wiki'); 48 $this->assertTrue($OK); [all …]
|
| D | storage_graphs.test.php | 14 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'knowledgebase of bob'); 15 $this->assertTrue($OK); 16 $OK = $this->_triples->addTriple('Alice', 'knows', 'Carol', 'knowledgebase of alice'); 17 $this->assertTrue($OK);
|
| D | storage_removes.test.php | 16 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 17 $this->assertTrue($OK); 18 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki'); 19 $this->assertTrue($OK); 20 $OK =$this->_triples->addTriple('Alice', 'dislikes', 'Carol', 'wiki'); 21 $this->assertTrue($OK);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
| D | date.test | 4 {{ date().format('r') == date('now').format('r') ? 'OK' : 'KO' }} 5 {{ date(date1) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 6 {{ date(date2) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 7 {{ date(date3) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 8 {{ date(date4) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 9 {{ date(date5) == date('1964-01-02 03:04') ? 'OK' : 'KO' }} 10 {{ date() > date('-1day') ? 'OK' : 'KO' }} 21 OK 22 OK 23 OK [all …]
|
| /plugin/button/tests/data/pages/ |
| D | target.txt | 1 OK!
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | dataprovider-issue-2833.phpt | 17 OK (2 tests, 2 assertions)
|
| D | dataprovider-issue-2859.phpt | 17 OK (1 test, 1 assertion)
|
| D | forward-compatibility.phpt | 18 OK (3 tests, 3 assertions)
|
| D | dependencies3.phpt | 19 OK (3 tests, 2 assertions)
|
| D | dependencies2.phpt | 18 OK (2 tests, 5 assertions)
|
| D | default.phpt | 18 OK (3 tests, 3 assertions)
|
| D | concrete-test-class.phpt | 18 OK (2 tests, 0 assertions)
|
| D | dataprovider-issue-2922.phpt | 18 OK (1 test, 1 assertion)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 2435.phpt | 20 OK (1 test, 1 assertion)
|
| D | 2811.phpt | 20 OK (1 test, 2 assertions)
|
| D | 2380.phpt | 19 OK (1 test, 1 assertion)
|
| D | 2382.phpt | 19 OK (1 test, 1 assertion)
|
| D | 1265.phpt | 21 OK (1 test, 1 assertion)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/ |
| D | 523.phpt | 19 OK (1 test, 1 assertion)
|
12345678910>>...12