Home
last modified time | relevance | path

Searched refs:test (Results 151 – 175 of 1253) sorted by relevance

12345678910>>...51

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml2 test: Simple Inline Array
13 test: Simple Inline Hash
26 test: Multi-line Inline Collections
51 test: Commas in Values (not in the spec!)
/plugin/autolink4/syntax/
H A Dregex.php170 _inNS($ns, $test) global() argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/TestSuite/
H A DDataProvider.php20 foreach ($this->tests as $test) {
21 $test->setDependencies($dependencies);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php143 * @param string $test
146 function searchPrincipals(array $searchProperties, $test = 'allof') { argument
148 …sult = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $test);
H A DIPrincipalCollection.php39 * @param string $test
42 function searchPrincipals(array $searchProperties, $test = 'allof'); argument
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php143 * @param string $test
146 function searchPrincipals(array $searchProperties, $test = 'allof') { argument
148 …sult = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $test);
H A DIPrincipalCollection.php39 * @param string $test
42 function searchPrincipals(array $searchProperties, $test = 'allof'); argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestFailureTest.php15 $test = new self(__FUNCTION__);
17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
H A DBaseTestListenerTest.php23 $test = new Success;
24 $test->run($this->result);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php9 public function testOne($test) argument
11 $this->assertInstanceOf(\Exception::class, $test);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php85 if ($this->tokens[$this->current]->test($primary, $secondary)) {
98 if (!$token->test($type, $value)) {
134 public function test($primary, $secondary = null) function in Twig\\TokenStream
136 return $this->tokens[$this->current]->test($primary, $secondary);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Djson_encode.test4 {% filter json_encode|raw %}test{% endfilter %}
8 "test"
/plugin/imagecarousel/
H A Dscript.js9 new RegExp('fetch.php', 'i').test(jQuery(elem).attr('href')) ||
10 new RegExp('_media', 'i').test(jQuery(elem).attr('href'))
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js50 editorUi.getFileData(/(\.xml)$/i.test(name) ||
51 name.indexOf('.') < 0, /(\.svg)$/i.test(name),
52 /(\.html)$/i.test(name)), null, 'trello',
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2test(a)?b="mp3":/\.mp4$/i.test(a)||/\.m4v$/i.test(a)?b="m4v":/\.m4a$/i.test(a)?b="m4a":/\.ogg$/i.t…
H A Dpopcorn.jplayer.js124 if(/\.mp3$/i.test(url)) {
126 } else if(/\.mp4$/i.test(url) || /\.m4v$/i.test(url)) {
128 } else if(/\.m4a$/i.test(url)) {
130 } else if(/\.ogg$/i.test(url) || /\.oga$/i.test(url)) {
132 } else if(/\.ogv$/i.test(url)) {
134 } else if(/\.webm$/i.test(url)) {
174 if(/^http.*/i.test(url)) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js124 if(/\.mp3$/i.test(url)) {
126 } else if(/\.mp4$/i.test(url) || /\.m4v$/i.test(url)) {
128 } else if(/\.m4a$/i.test(url)) {
130 } else if(/\.ogg$/i.test(url) || /\.oga$/i.test(url)) {
132 } else if(/\.ogv$/i.test(url)) {
134 } else if(/\.webm$/i.test(url)) {
174 if(/^http.*/i.test(url)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A Dissue-2972-test.phpt2 Just a sample test for issue 2972, does not actually test anything
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php25 if (!$stream->test(Twig_Token::BLOCK_END_TYPE)) {
56 return $token->test(array('plural', 'notes', 'endtrans'));
61 return $token->test('endtrans');
/plugin/codemirror/dist/modes/
H A Dfortran.min.js1 …n g.tokenize(a,g)}if(/[\[\]\(\),]/.test(i)){return null}if(/\d/.test(i)){a.eatWhile(/[\w\.]/);retu…
/plugin/socialcards/
H A Ddeleted.files1 _test/action.test.php
2 _test/general.test.php
/plugin/webmaster/
H A Ddeleted.files1 _test/action.test.php
2 _test/general.test.php
/plugin/code2/
H A Dscript.js4test(e.className)){r[r.length]=e;}}while(l);}}catch(X){}return r;},_Ps=function(){var d=_Divs(),e,…
H A Dsyntax_plugin_code.js75 re.test(e.className)) { // it contains the "code" class
158 if (R2d.test(O.className)) {
186 if (_reH.test(this.className)) {
224 if (re.test(p.className)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php128 foreach ($tests as $test) {
129 $coverage->addTest($test);
197 foreach ($tests as $test => $result) {
198 if ($test == 'UNCOVERED_FILES_FROM_WHITELIST') {
202 $testsObject->addTest($test, $result);

12345678910>>...51