Home
last modified time | relevance | path

Searched refs:test (Results 101 – 125 of 1253) sorted by relevance

12345678910>>...51

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml2 test: Sequence of scalars
57 test: Legacy A5
555 test: legacy Timestamps test
701 test: Invoice
1044 test: Complete mapping test
1417 test: "Null"
1444 test: Omap
1463 test: Pairs
1483 test: Set
1513 test: Float
[all …]
H A DYtsDocumentSeparator.yml2 test: Trailing Document Separator
21 test: Leading Document Separator
41 test: YAML Header
56 test: Red Herring Document Separator
69 test: Multiple Document Separators in Block
H A DsfCompact.yml2 test: Compact notation
33 test: Compact notation combined with inline notation
55 test: Compact notation
86 test: Compact notation combined with inline notation
108 test: Compact notation
139 test: Compact notation combined with inline notation
H A DYtsBlockMapping.yml2 test: One Element Mapping
10 test: Multi Element Mapping
24 test: Values aligned
39 test: Colons aligned
H A DYtsTypeTransfers.yml2 test: Strings
13 test: String characters
37 test: Indicators in Strings
52 test: Forcing Strings
115 test: Plain scalars
144 test: 'Null'
158 test: Boolean
170 test: Integers
185 test: Floats
200 test: Time
[all …]
/plugin/dev/
H A DSkeletor.php151 * Add test framework optionally with a specific test
153 * @param string $test Name of the Test to add
155 public function addTest($test = '') argument
165 $test = ucfirst($test);
167 if ($test) {
168 $replacements = ['@@TEST@@' => $test];
169 $this->loadSkeleton('_test/StandardTest.php', '_test/' . $test . 'Test.php', $replacements);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php110 $test = file_get_contents($file->getRealpath());
112 …MPLATE(?:\(.*?\))?--(?:.*?))+)\s*(?:--DATA--\s*(.*))?\s*--EXCEPTION--\s*(.*)/sx', $test, $match)) {
118 …ON--\s*(.*))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) {
123 …'/--DATA--(.*?)(?:--CONFIG--(.*?))?--EXPECT--(.*?)(?=\-\-DATA\-\-|$)/s', $test, $outputs, PREG_SET…
178 foreach ($this->getTwigTests() as $test) {
179 $twig->addTest($test);
245 protected static function parseTemplates($test) argument
248 …preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, PREG_SET_O…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php50 $test = dwiki_decodeFN($ns_tmp);
54 $test = urldecode($ns_tmp);
58 $test .= ':*' ;
61 $test=preg_replace('/\.txt$/',"",$test);
64 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
580 $test = $ns_tmp . ':*' ;
583 $test = urldecode($test);
585 while(preg_match('/%25/',$test)){
586 $test = urldecode($test);
588 $test = urldecode($test);
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php51 $test = dwiki_decodeFN($ns_tmp);
55 $test = urldecode($ns_tmp);
59 $test .= ':*' ;
62 $test=preg_replace('/\.txt$/',"",$test);
65 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
564 $test = $ns_tmp . ':*' ;
567 $test = urldecode($test);
569 while(preg_match('/%25/',$test)){
570 $test = urldecode($test);
572 $test = urldecode($test);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php569 if ($test === 'anyof' && $success) {
576 if ($test === 'allof' && !$success) {
595 return $test === 'allof';
607 * @param string $test
649 if ($test === 'anyof' && $success) {
652 if ($test === 'allof' && !$success) {
663 return $test === 'allof';
672 * @param string $test
690 if ($success && $test === 'anyof')
693 if (!$success && $test == 'allof')
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js8 QUnit.test('keys', function(assert) {
38 QUnit.test('allKeys', function(assert) {
76 QUnit.test('values', function(assert) {
81 QUnit.test('pairs', function(assert) {
86 QUnit.test('invert', function(assert) {
108 QUnit.test('extend', function(assert) {
173 QUnit.test('pick', function(assert) {
214 QUnit.test('omit', function(assert) {
273 QUnit.test('clone', function(assert) {
880 QUnit.test('tap', function(assert) {
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php49 $test = dwiki_decodeFN($ns_tmp);
53 $test = urldecode($ns_tmp);
57 $test .= ':*' ;
60 $test=preg_replace('/\.txt$/',"",$test);
63 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
575 $test = $ns_tmp . ':*' ;
578 $test = urldecode($test);
580 while(preg_match('/%25/',$test)){
581 $test = urldecode($test);
583 $test = urldecode($test);
[all …]
/plugin/aimg/
H A Dscript.js588 if ((/fn-container/).test(container.className)) break;
723 if ((/fn-area/).test(node.className))
737 if ((/fn-controlbar-logo/).test(node.className))
744 if ((/fn-controlbar-credits/).test(node.className))
749 if ((/fn-controlbar-del/).test(node.className))
755 if ((/fn-controlbar-edit/).test(node.className))
761 if ((/fn-controlbar-add/).test(node.className))
767 if ((/fn-controlbar-toggle/).test(node.className))
1255 if (!(/(add|edit)/).test(fnActionVerb)) return false;
1256 if ((/fn-area-editing/).test(elm.className))
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php31 $addressBookQueryReport->test = 'anyof';
68 $addressBookQueryReport->test = 'allof';
126 $addressBookQueryReport->test = 'anyof';
172 $addressBookQueryReport->test = 'anyof';
/plugin/codemirror/dist/modes/
H A Dsmalltalk.min.js1test(m)){l.name="bracket";l.eos=/[\[{(]/.test(m);if(m==="["){g.indentation++}else if(m==="]"){g.in…
H A Dshell.min.js1test(e)){a.eatWhile(/\d/);if(a.eol()||!/\w/.test(a.peek())){return"number"}}a.eatWhile(/[\w-]/);va…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-dataprovider-by-only-string.phpt2 phpunit --filter @false\ test DataProviderFilterTest ../_files/DataProviderFilterTest.php
7 $_SERVER['argv'][3] = '@false test';
20 OK (1 test, 1 assertion)
H A Dfilter-dataprovider-by-string.phpt2 phpunit --filter testFalse@false\ test DataProviderFilterTest ../_files/DataProviderFilterTest.php
7 $_SERVER['argv'][3] = 'testFalse@false test';
20 OK (1 test, 1 assertion)
H A Dfilter-dataprovider-by-only-string-isolation.phpt2 phpunit --process-isolation --filter @false\ test DataProviderFilterTest ../_files/DataProviderFilt…
8 $_SERVER['argv'][4] = '@false test';
21 OK (1 test, 1 assertion)
H A Ddebug.phpt16 Starting test 'BankAccountTest::testBalanceIsInitiallyZero'.
18 Starting test 'BankAccountTest::testBalanceCannotBecomeNegative'.
20 Starting test 'BankAccountTest::testBalanceCannotBecomeNegative2'.
H A Dfilter-dataprovider-by-string-isolation.phpt2 phpunit --process-isolation --filter testFalse@false\ test DataProviderFilterTest ../_files/DataPro…
8 $_SERVER['argv'][4] = 'testFalse@false test';
21 OK (1 test, 1 assertion)
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js29 test: /\.svelte$/,
39 test: /\.css$/,
50 test: /\.ttf$/,
/plugin/autolink4/syntax/
H A Dallwords.php169 * @param string $test - Look for this namespace.
172 function _inNS($ns, $test) {
173 $len = strlen($test);
174 return !$len || substr($ns, 0, $len) == $test;
176 _inNS($ns, $test) global() argument
/plugin/editsections2/
H A Dscript.js103 return element.tagName && /^H[1-6]/i.test(element.tagName);
151 if (stopClassRegExp.test(cursor.className)) {
157 !/\b(?:editbutton_section)\b/.test(cursor.className)
191 /\b(?:editbutton_section)\b/.test(parent.className)
292 /\b(?:secedit)\b/.test(cursor.className) &&
302 if (/\b(?:level\d)\b/.test(cursor.className)) {
/plugin/schulzevote/
H A Dhelper.php149 foreach (array_keys($get) as $test) {
150 if ($this->isWinnerCandidate($test, $get)) {
151 $winners[] = $test;
169 foreach ($this->candys as $test) {
171 if ($this->isWinner($test, $get)) {
173 return $test;

12345678910>>...51