Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dhttpclient_http.test.php18 $data = $http->get($this->server . '/get?foo=bar');
26 $this->assertEquals(['foo' => ['bar']], $resp['args']);
35 $data = $http->dget($this->server . '/get', ['foo' => 'bar']);
43 $this->assertEquals(['foo' => ['bar']], $resp['args']);
69 $data = $http->post($this->server . '/post', ['foo' => 'bar']);
77 $this->assertEquals(['foo' => ['bar']], $resp['form']);
134 $http->get($this->server . '/cookies/set?foo=bar');
138 $this->assertEquals(['foo' => 'bar'], $http->cookies);
146 $this->assertEquals(['foo' => 'bar'], $resp);
262 $data = $http->get($this->server . '/response-headers?baz=&foo=bar');
[all …]
/dokuwiki/_test/tests/TreeBuilder/
H A DControlPageBuilderTest.php68 '+foo:this',
69 '+foo:bar',
70 '+foo:another_link',
114 $control = new ControlPageBuilder('foo:complex');
/dokuwiki/_test/conf/tpl/dokuwiki/
H A Dstyle.ini7 __custom_variable_two__ = "url(test/foo.png)"
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt7 * [[foo:bar]] is also a link
13 * [[foo:bar|duplicates]] will be ignored in the order
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockMethodTest.php16 * @param string $foo First variable
24 public function dummyMethod1($foo, $bar, $baz=['a default']) argument
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php17 * @param string $foo First variable
27 public function dummyMethod1($foo, $bar, $baz, $boink = 'boink', $bonk = 'bonk') argument
29 return $foo . $bar . implode('', $baz) . $boink . $bonk;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md15 * Yes `print 'foo'; print 'bar';`
16 * No `print 'foo' print 'bar'`
47 const foo = 'No compression here'; // this comment will also stay
/dokuwiki/_test/tests/inc/parser/
H A Drenderer_resolveinterwiki.test.php24 …array('doku', 'foo [\\]^`{|}~@+#%?/#txt', 'https://www.dokuwiki.org/foo%20%5B%5C%5D%5E%60%7B%7C%7D…
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt438 …want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt438 …want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG492 …- Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible.…