Home
last modified time | relevance | path

Searched refs:test (Results 276 – 300 of 1253) sorted by last modified time

1...<<11121314151617181920>>...51

/plugin/tablelayout/_jstest/
H A DcolWidths.tests.js9 QUnit.test('float style both rows', function(assert) {
37 QUnit.test('float style first row only', function(assert) {
65 QUnit.test('number of table columns', function(assert) {
/plugin/lms/_test/
H A DGeneralTest.php3 namespace dokuwiki\plugin\lms\test;
17 * Simple test to make sure the plugin.info.txt is in correct format
51 self::markTestSkipped('No config files exist -> skipping test');
H A DHelperTest.php3 namespace dokuwiki\plugin\lms\test;
18 saveWikiText('lms', file_get_contents(__DIR__ . '/data/pages/lms.txt'), 'test');
19 saveWikiText('foo:lms', file_get_contents(__DIR__ . '/data/pages/lms.txt'), 'test');
29 array_keys($hlp->getUserLessons('test'))
33 $hlp->markLesson('foo', 'test', true);
36 array_keys($hlp->getUserLessons('test'))
40 $hlp->markLesson('bar', 'test', true);
43 array_keys($hlp->getUserLessons('test'))
47 $hlp->markLesson('foo', 'test', false);
50 array_keys($hlp->getUserLessons('test'))
[all...]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js877 if (re.test(arr[i])) {
1543 if (re.test(arr[i])) {
37653 if (/w|e/.test(directions)) {
37657 if (/n|s/.test(directions)) {
37674 west = /w/.test(directions),
37675 east = /e/.test(directions);
43532 if (/e/.test(resizeDirection)) {
43535 if (/w/.test(resizeDirection)) {
50634 if (/e|s/.test(direction)) {
56423 if (/top/.test(direction)) {
[all …]
H A Dbpmn-modeler.production.min.js2test(t[n])&&this.remove(t[n]);return this},Y.prototype.toggle=function(e,t){return this.list?(void…
7test(t))throw new Error("illegal ID <"+t+">");if(n[t])throw Ni("duplicate ID <"+t+">");n[t]=e}},th…
28 …bo(e){return go(e,0)}function xo(e){var t=mo(e)||e;return!!bo(e)&&(/mac/i.test(navigator.platform)…
33 … t,B=A(t,"PointerEvent")!==r,N=D&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent…
34test(e)?Bp:Dp)(i,r)),d(o)&&(i=(/top|left/.test(e)?Dp:Bp)(i,o)),i}function jp(e,t){return void 0!==…
/plugin/xtern/
H A Daction.php140 $test = preg_split("/[\s]+/", $matches[2]);
141 foreach ($test as $piece)
/plugin/xcom/
H A Dscript.js391 if(!regex.test(opt)) {
421 if(regex_m.test(opts) || regex_s.test(opts)) break;
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php
H A Dauth.test.php
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md53 * Implement OpenLDAP / Active Directory test servers with test data during CI runs for integration tests via PHPUnit.
/plugin/include/
H A Ddeleted.files4 _test/editx_support.test.php
/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/move/script/
H A Djson2.js155 test, toJSON, toString, valueOf
219 return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
441 if (cx.test(text)) {
462 .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
/plugin/move/
H A Ddeleted.files11 _test/plugin_move_cache_handling.test.php
12 _test/mediaindex.test.php
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md151 $ composer test
154 This will also test league/commonmark against the latest supported spec.
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A D10k-common-passwords.txt38 test
8040 1test
H A Dwords.txt3623 test
H A Dscript.js30 digits: /\d/.test(pass),
31 lower: /[a-z]/.test(pass),
32 upper: /[A-Z]/.test(pass),
33 nonWords: /\W/.test(pass)
/plugin/passpolicy/_test/
H A DGeneralTest.php3 namespace dokuwiki\plugin\passpolicy\test;
H A DHelperTest.php3 namespace dokuwiki\plugin\passpolicy\test;
/plugin/quickstats/
H A Daction.php101 $test = false;
110 if($test) {
542 $test = false;
552 if($test) msg($e->getMessage());
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js14 }if(/WebKit/i.test(navigator.userAgent)){var _timer=setInterval(function(){if(/loaded|complete/.tes…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md124 make test
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md388 the test data for the maxmind-db folder by running `git submodule update

1...<<11121314151617181920>>...51