Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
Dnull_coalesce.test4 {{ '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/
Dstarts_with.test4 {{ '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 …]
Dends_with.test4 {{ '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 …]
Dsameas.test4 {{ 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 …]
Ddivisibleby.test4 {{ 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
Dmatches.test4 {{ '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/
Dstorage.test.php14 $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 …]
Dstorage_graphs.test.php14 $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);
Dstorage_removes.test.php16 $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/
Ddate.test4 {{ 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/
Dtarget.txt1 OK!
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Ddataprovider-issue-2833.phpt17 OK (2 tests, 2 assertions)
Ddataprovider-issue-2859.phpt17 OK (1 test, 1 assertion)
Dforward-compatibility.phpt18 OK (3 tests, 3 assertions)
Ddependencies3.phpt19 OK (3 tests, 2 assertions)
Ddependencies2.phpt18 OK (2 tests, 5 assertions)
Ddefault.phpt18 OK (3 tests, 3 assertions)
Dconcrete-test-class.phpt18 OK (2 tests, 0 assertions)
Ddataprovider-issue-2922.phpt18 OK (1 test, 1 assertion)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2435.phpt20 OK (1 test, 1 assertion)
D2811.phpt20 OK (1 test, 2 assertions)
D2380.phpt19 OK (1 test, 1 assertion)
D2382.phpt19 OK (1 test, 1 assertion)
D1265.phpt21 OK (1 test, 1 assertion)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
D523.phpt19 OK (1 test, 1 assertion)

12345678910>>...12