Home
last modified time | relevance | path

Searched refs:test (Results 26 – 50 of 1253) sorted by relevance

12345678910>>...51

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js124 QUnit.test('should work with an object', function(assert) {
374 QUnit.test('should have a cap of 1', function(assert) {
402 QUnit.test('should have a cap of 2', function(assert) {
431 QUnit.test('should have a cap of 3', function(assert) {
814 QUnit.test('should convert by name', function(assert) {
944 QUnit.test('should convert by name', function(assert) {
1366 QUnit.test('should convert by name', function(assert) {
1565 QUnit.test('should convert by name', function(assert) {
1699 QUnit.test('should be curried', function(assert) {
1816 QUnit.test('should be curried', function(assert) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
23 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) argument
27 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… argument
31 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
35 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
39 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
51 public function startTest(PHPUnit_Framework_Test $test) argument
55 public function endTest(PHPUnit_Framework_Test $test, $time) argument
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md15 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T15:24:08+01:00)
16 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T13:07:59+01:00)
17 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T09:55:17+01:00)
19 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T08:22:01+01:00)
20 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T07:57:10+01:00)
21 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-06T08:46:14+01:00)
23 * Test: Write `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-03T12:16:29+01:00)
33 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T14:10:32+01:00)
34 * Test: Write `Hoa\Stream\Filter` test suite. (Ivan Enderlin, 2017-02-02T13:54:05+01:00)
39 * Merge branch 'master' into test (Ivan Enderlin, 2017-02-02T11:34:43+01:00)
[all …]
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php63 foreach ($testMatrix as $test) {
64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
65 …ue($test['expected'] == $result, "Result '{$result}' did not match expected result '{$test['expect…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php187 $result->startTest($test);
192 $test,
277 $test,
297 $test,
330 $test,
336 $test,
342 $test,
348 $test,
354 $test,
360 $test,
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml82 node ./test/remove.js $PTRN ./lodash.js
99 istanbul cover -x "**/vendor/**" --report lcovonly ./test/test.js -- ./lodash.js
113 cd ./test
114 $BIN $OPTION ./test.js ../lodash.js
116 $BIN $OPTION ./test.js ../dist/lodash.min.js
126 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.js&n…
127 …$BIN ./test/saucelabs.js name="lodash tests" runner="test/index.html?build=../dist/lodash.min.…
128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
131 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.j…
132 …$BIN ./test/saucelabs.js name="backbone tests" runner="test/backbone.html?build=../dist/lodash.m…
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js24 QUnit.test('initialize', function(assert) {
108 QUnit.test('url', function(assert) {
155 QUnit.test('chain', function(assert) {
160 QUnit.test('clone', function(assert) {
181 QUnit.test('isNew', function(assert) {
194 QUnit.test('get', function(assert) {
200 QUnit.test('escape', function(assert) {
213 QUnit.test('has', function(assert) {
439 QUnit.test('clear', function(assert) {
567 QUnit.test('save', function(assert) {
[all …]
H A Drouter.js184 QUnit.test('initialize', function(assert) {
189 QUnit.test('preinitialize', function(assert) {
194 QUnit.test('routes (simple)', function(assert) {
214 QUnit.test('routes (two part)', function(assert) {
287 QUnit.test('routes (splats)', function(assert) {
294 QUnit.test('routes (github)', function(assert) {
313 QUnit.test('routes (complex)', function(assert) {
322 QUnit.test('routes (query)', function(assert) {
492 QUnit.test('Normalize root.', function(assert) {
512 QUnit.test('Normalize root.', function(assert) {
[all …]
H A Dview.js26 QUnit.test('constructor', function(assert) {
33 QUnit.test('$', function(assert) {
43 QUnit.test('$el', function(assert) {
53 QUnit.test('initialize', function(assert) {
64 QUnit.test('preinitialize', function(assert) {
86 QUnit.test('render', function(assert) {
92 QUnit.test('delegateEvents', function(assert) {
117 QUnit.test('delegate', function(assert) {
189 QUnit.test('undelegate', function(assert) {
478 QUnit.test('remove', function(assert) {
[all …]
H A Devents.js5 QUnit.test('on and trigger', function(assert) {
118 QUnit.test('listenTo and stopListening', function(assert) {
161 QUnit.test('listenToOnce', function(assert) {
210 QUnit.test('listenTo yourself', function(assert) {
349 QUnit.test('trigger all for each event', function(assert) {
446 QUnit.test('nested trigger with unbind', function(assert) {
526 QUnit.test('once', function(assert) {
540 QUnit.test('once variant one', function(assert) {
553 QUnit.test('once variant two', function(assert) {
565 QUnit.test('once with off', function(assert) {
[all …]
H A Dsync.js27 QUnit.test('read', function(assert) {
36 QUnit.test('passing data', function(assert) {
44 QUnit.test('create', function(assert) {
55 QUnit.test('update', function(assert) {
84 QUnit.test('update with just emulateHTTP', function(assert) {
98 QUnit.test('update with just emulateJSON', function(assert) {
112 QUnit.test('read model', function(assert) {
121 QUnit.test('destroy', function(assert) {
130 QUnit.test('destroy with emulateHTTP', function(assert) {
142 QUnit.test('urlError', function(assert) {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js18 QUnit.test('noConflict', function(assert) {
59 QUnit.test('identity', function(assert) {
64 QUnit.test('constant', function(assert) {
69 QUnit.test('noop', function(assert) {
73 QUnit.test('property', function(assert) {
98 QUnit.test('random', function(assert) {
112 QUnit.test('now', function(assert) {
117 QUnit.test('uniqueId', function(assert) {
123 QUnit.test('times', function(assert) {
139 QUnit.test('mixin', function(assert) {
[all …]
/plugin/abortlogin/
H A Daction.php35 $test = $this->getConf('test');
54 if($test && isset($USERINFO) && in_array('admin', $USERINFO['grps'])) {
55 $tests = explode(',',$test);
56 foreach ($tests as $test) {
57 $test = trim($test);
58 if(!$this->is_allowed($allowed, $test)) {
59 msg("$test is not a valid IP");
61 else msg("$test is a valid IP",2);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt24 Warning: Deprecated JSON test listener used
33 "test": "BankAccountTest::testBalanceIsInitiallyZero"
35 "event": "test",
37 "test": "BankAccountTest::testBalanceIsInitiallyZero",
46 "test": "BankAccountTest::testBalanceCannotBecomeNegative"
48 "event": "test",
50 "test": "BankAccountTest::testBalanceCannotBecomeNegative",
59 "test": "BankAccountTest::testBalanceCannotBecomeNegative2"
61 "event": "test",
63 "test": "BankAccountTest::testBalanceCannotBecomeNegative2",
/plugin/codemirror/dist/modes/
H A Dq.min.js1test(a.peek()))return a.skipToEnd(),/^\\\s*$/.test(a.current())?(b.tokenize=j)(a):b.tokenize=g,"co…
H A Deiffel.min.js1test(c)){a.eatWhile(/[xXbBCc0-9\.]/);a.eat(/[\?\!]/);return"ident"}else if(/[a-zA-Z_0-9]/.test(c))…
H A Dapl.min.js1test(k)){j.prev=false;return null}if(/[\]}\)]/.test(k)){j.prev=true;return null}if(d.test(k)){j.pr…
/plugin/davcal/vendor/sabre/event/tests/benchmark/
H A Dbench.php17 abstract function test(); function in BenchMark
23 $this->test();
45 function test() { function in OneCallBack
70 function test() { function in ManyCallBacks
94 function test() { function in ManyPrioritizedCallBacks
110 foreach ($tests as $test) {
112 $testObj = new $test();
114 echo $test . " " . $result . "\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DRepeatedTest.php27 * @param PHPUnit_Framework_Test $test
33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa… argument
35 parent::__construct($test);
58 return $this->timesRepeat * count($this->test);
80 if ($this->test instanceof PHPUnit_Framework_TestSuite) {
81 $this->test->setRunTestInSeparateProcess($this->processIsolation);
83 $this->test->run($result);
/plugin/sequencediagram/bower_components/raphael/dev/test/svg/
H A Ddom.js29 QUnit.test('insertBefore: no element', function (assert) {
37 QUnit.test('insertBefore: first element', function (assert) {
46 QUnit.test('insertBefore: middle element', function (assert) {
117 QUnit.test('insertAfter: no element', function (assert) {
125 QUnit.test('insertAfter: last element', function (assert) {
134 QUnit.test('insertAfter: middle element', function (assert) {
205 QUnit.test('remove: after added', function (assert) {
215 QUnit.test('remove: when wrapped in <a>', function (assert) {
252 QUnit.test('toFront: normal', function (assert) {
274 QUnit.test('toBack: normal', function (assert) {
[all …]
/plugin/move/_test/
H A Dnamespace_move.test.php35 * This is an integration test, which checks the correct working of an entire namespace move.
71 * This is an integration test, which checks the correct working of an entire namespace move.
122 * This is an integration test, which checks the correct working of an entire namespace move.
130 'This test randomly fails with the page "testns:start" being moved, but "start" not being rewritten in the request.'
135 $test = '[[testns:start]] [[testns:test_page17]]';
139 saveWikiText(':start', $test, $summary);
141 saveWikiText('testns:start', $test, $summary);
143 saveWikiText('testns:test_page1', $test, $summary);
145 saveWikiText('testns:test_page2', $test, $summary);
147 saveWikiText('testns:test_page3', $test,
[all...]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dlists.md8 - test
9 - test
10 - test
11 - test
12 - test
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php412 * @param PHPUnit_Framework_Test $test
425 * @param PHPUnit_Framework_Test $test
438 * @param PHPUnit_Framework_Test $test
451 * @param PHPUnit_Framework_Test $test
464 * @param PHPUnit_Framework_Test $test
477 * @param PHPUnit_Framework_Test $test
513 * @param PHPUnit_Framework_Test $test
521 PHPUnit_Util_Test::describe($test)
530 * @param PHPUnit_Framework_Test $test
548 if (!$test->hasExpectationOnOutput()) {
[all …]
/plugin/mundart/
H A Dindex.php11 $test = new renderer_plugin_mundart(); variable
14 echo $test->sachse_filter($content);
17 echo $test->schwabe_filter($content);
20 echo $test->ghetto_filter($content);
23 echo $test->leet_filter($content);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestDecorator.php87 function PHPUnit_TestDecorator(&$test) { argument
88 if (is_object($test) &&
89 (is_a($test, 'PHPUnit_TestCase') ||
90 is_a($test, 'PHPUnit_TestSuite'))) {
92 $this->_test = &$test;

12345678910>>...51