Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined.test50 ok
51 ok
52 ok
53 ok
54 ok
55 ok
56 ok
57 ok
58 ok
59 ok
[all …]
H A Dempty.test29 ok
30 ok
31 ok
32 ok
33 ok
34 ok
35 ok
36 ok
37 ok
38 ok
[all …]
H A Ddefined_for_attribute.test4 {{ attribute(nested, "definedVar") is defined ? 'ok' : 'ko' }}
5 {{ attribute(nested, "undefinedVar") is not defined ? 'ok' : 'ko' }}
6 {{ attribute(nested, definedVarName) is defined ? 'ok' : 'ko' }}
17 ok
18 ok
19 ok
20 ok
32 ok
33 ok
34 ok
[all …]
H A Ddefined_for_blocks.test8 {{ block('foo') is defined ? 'ok' : 'ko' }}
9 {{ block('footer') is defined ? 'ok' : 'ko' }}
10 {{ block('icon') is defined ? 'ok' : 'ko' }}
19 {{ block('icon') is defined ? 'ok' : 'ko' -}}
23 {{ block('icon') is defined ? 'ok' : 'ko' }}
25 {{ block('block1') is defined ? 'ok' : 'ko' }}
31 ok
33 ok
34 ok
35 ok
[all …]
H A Deven.test4 {{ 1 is even ? 'ko' : 'ok' }}
5 {{ 2 is even ? 'ok' : 'ko' }}
6 {{ 1 is not even ? 'ok' : 'ko' }}
7 {{ 2 is not even ? 'ko' : 'ok' }}
11 ok
12 ok
13 ok
14 ok
H A Dconstant.test4 {{ 8 is constant('E_NOTICE') ? 'ok' : 'no' }}
5 {{ 'bar' is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
6 {{ value is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
7 {{ 2 is constant('ARRAY_AS_PROPS', object) ? 'ok' : 'no' }}
11 ok
12 ok
13 ok
14 ok
H A Ddefined_for_constants.test4 {{ constant('DATE_W3C') is defined ? 'ok' : 'ko' }}
5 {{ constant('ARRAY_AS_PROPS', object) is defined ? 'ok' : 'ko' }}
6 {{ constant('FOOBAR') is not defined ? 'ok' : 'ko' }}
7 {{ constant('FOOBAR', object) is not defined ? 'ok' : 'ko' }}
11 ok
12 ok
13 ok
14 ok
H A Diterable.test4 {{ foo is iterable ? 'ok' : 'ko' }}
5 {{ traversable is iterable ? 'ok' : 'ko' }}
6 {{ obj is iterable ? 'ok' : 'ko' }}
7 {{ val is iterable ? 'ok' : 'ko' }}
16 ok
17 ok
H A Ddefined_for_blocks_with_template.test4 {{ block('foo', 'included.twig') is defined ? 'ok' : 'ko' }}
5 {{ block('foo', included_loaded) is defined ? 'ok' : 'ko' }}
6 {{ block('foo', included_loaded_internal) is defined ? 'ok' : 'ko' }}
15 ok
16 ok
17 ok
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test60 ok
61 ok
62 ok
63 ok
64 ok
66 ok
67 ok
68 ok
69 ok
70 ok
[all …]
/plugin/struct/action/
H A Dmigration.php93 $ok = true;
101 $ok = $ok && $sqlite->query("ALTER TABLE $name RENAME TO temp_$name");
115 $ok = $ok && $sqlite->query($sql);
116 if (!$ok) return false;
127 $ok = $ok && $sqlite->query($s);
128 if (!$ok) return false;
131 $ok
[all...]
/plugin/photogallery/
H A Dadmin.php53 $ok = extension_loaded('exif');
54 $this->_info_row('EXIF extension',($ok ? '' : 'not').' loaded',$ok);
55 $ok = extension_loaded('curl');
56 $this->_info_row('CURL extension',($ok ? '' : 'not').' loaded',$ok);
57 $ok = extension_loaded('exif');
58 $this->_info_row('IMAGICK extension',($ok ? '' : 'not').' loaded',$ok);
59 $ok = extension_loaded('zip');
60 $this->_info_row('ZIP extension',($ok ? '' : 'not').' loaded',$ok);
61 $ok = extension_loaded('gd');
62 $this->_info_row('GD extension',($ok ? '' : 'not').' loaded',$ok);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcross-document.js39 assert.ok(_.isEqual(iNumber, 100));
51 assert.ok(_.isEmpty(iObject), '{} is empty');
65 assert.ok(_.isObject(iElement), 'even from another frame');
70 assert.ok(_.isArray(iArray), 'even from another frame');
74 assert.ok(_.isString(iString), 'even from another frame');
78 assert.ok(_.isNumber(iNumber), 'even from another frame');
90 assert.ok(_.isDate(iDate), 'even from another frame');
94 assert.ok(_.isRegExp(iRegExp), 'even from another frame');
98 assert.ok(_.isNaN(iNaN), 'even from another frame');
102 assert.ok(_.isNull(iNull), 'even from another frame');
[all …]
H A Dobjects.js580 assert.ok(_.isEmpty([]), '[] is empty');
582 assert.ok(_.isEmpty({}), '{} is empty');
584 assert.ok(_.isEmpty(null), 'null is empty');
585 assert.ok(_.isEmpty(), 'undefined is empty');
680 assert.ok(_.isBoolean(true), 'but true is');
704 assert.ok(_.isMap(obj), 'but a map is');
750 assert.ok(_.isSet(obj), 'but a set is');
830 assert.ok(_.isFinite(0), '0 is finite');
831 assert.ok(_.isFinite(123), 'Ints are finite');
845 assert.ok(_.isNaN(NaN), 'but NaN is');
[all …]
/plugin/struct/meta/
H A DSchemaBuilder.php85 $ok = true;
88 $ok = $this->newDataTable();
92 $ok = $ok && $this->newSchema();
95 $ok = $ok && $this->updateColumns();
96 $ok = $ok && $this->addColumns();
98 if (!$ok) {
188 $ok
[all...]
/plugin/structpublish/action/
H A Dmigration.php63 $ok = true;
67 $ok = $ok && $this->$call($sqlite);
71 if ($ok) {
73 $ok = $ok && $sqlite->query($sql);
76 return $ok;
123 $ok = (bool) $importer->build();
125 if ($ok) {
129 $ok
[all...]
/plugin/upgrade/
H A Dadmin.php46 $ok = true;
62 $this->nextStep($abrt, $next, $ok);
75 if (!$ok) {
140 * @param bool $ok
142 private function nextStep(&$abrt, &$next, &$ok)
153 $ok = $this->helper->cleanup();
161 $ok = $this->helper->checkVersions();
168 if ($ok = $this->helper->downloadTarball()) $next = 'unpack';
170 if ($ok = $this->helper->extractTarball()) $next = 'check';
172 if ($ok
127 nextStep(& $abrt, & $next, & $ok) global() argument
[all...]
H A Dhelper.php64 $ok = true;
69 $ok = false;
77 $ok = false;
82 $ok = false;
96 $ok = false;
100 $ok = false;
103 $ok = false;
114 $ok = false;
124 $ok = false;
127 return $ok;
[all...]
/plugin/structpublish/meta/
H A DAssignments.php76 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
94 $ok = $ok && $this->sqlite->query('COMMIT TRANSACTION');
95 if (!$ok) {
99 return $ok;
114 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
124 $ok = true;
126 $ok = $ok && $this->deassignPage($row['pid'], $user, $status);
129 return $ok;
[all...]
/plugin/booking/_test/
H A Dhelper.test.php23 $ok = true;
25 $ok = false;
27 $this->assertTrue($ok);
72 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:30');
73 $this->assertTrue($ok);
76 $ok = $hlp->cancelBooking('test:run', '2020-12-17 14:33');
77 $this->assertFalse($ok);
/plugin/quicksubscribe/
H A Daction.php34 $ok = false;
42 $ok = $sub->add($ns, $_SERVER['REMOTE_USER'], 'list');
44 $ok = false;
46 if ($ok) {
53 $ok = $sub->remove($ns, $_SERVER['REMOTE_USER']);
54 if ($ok) {
61 if (!$ok) http_status(400);
/plugin/elwikiupgrade/
H A Dadmin.php229 $ok = true;
234 $ok = false;
242 $ok = false;
260 $ok = false;
289 return $ok;
374 if($ok) {
379 return $ok;
390 if($ok) {
397 return $ok;
446 $ok = true;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DOutboxTest.php56 $ok = false;
60 $ok = true;
62 if (!$ok) {
73 $ok = 0;
77 $ok++;
80 $ok++;
84 $this->assertEquals(2, $ok, "We're missing one or more privileges");
H A DInboxTest.php63 $ok = false;
67 $ok = true;
69 if (!$ok) {
83 $ok = 0;
87 $ok++;
90 $ok++;
93 $ok++;
99 $this->assertEquals(3, $ok, "We're missing one or more privileges");
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js40 assert.ok(result.length === +result.length);
49 assert.ok(myView.$el instanceof Backbone.$);
121 assert.ok(true);
124 assert.ok(true);
251 assert.ok(new View().$el.is('p'));
278 assert.ok(!new View().el);
386 assert.ok(myView.$el === $el);
389 assert.ok(myView.$el === $el);
422 assert.ok(!view2.el.id);
453 assert.ok(myView.$el.is('p'));
[all …]

12345678910>>...12