Searched refs:foo (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | httpclient_http.test.php | 18 $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 D | ControlPageBuilderTest.php | 68 '+foo:this', 69 '+foo:bar', 70 '+foo:another_link', 114 $control = new ControlPageBuilder('foo:complex');
|
| /dokuwiki/_test/conf/tpl/dokuwiki/ |
| H A D | style.ini | 7 __custom_variable_two__ = "url(test/foo.png)"
|
| /dokuwiki/_test/tests/TreeBuilder/cp/ |
| H A D | complex.txt | 7 * [[foo:bar]] is also a link 13 * [[foo:bar|duplicates]] will be ignored in the order
|
| /dokuwiki/_test/tests/Remote/OpenApiDoc/ |
| H A D | DocBlockMethodTest.php | 16 * @param string $foo First variable 24 public function dummyMethod1($foo, $bar, $baz=['a default']) argument
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCallTest.php | 17 * @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 D | README.md | 15 * 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 D | renderer_resolveinterwiki.test.php | 24 …array('doku', 'foo [\\]^`{|}~@+#%?/#txt', 'https://www.dokuwiki.org/foo%20%5B%5C%5D%5E%60%7B%7C%7D…
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 438 …want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 438 …want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 492 …- Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible.…
|