| /dokuwiki/_test/tests/Form/ |
| H A D | CheckableElementTest.php | 27 $this->assertEquals('first', $inputs->get(0)->attr('value')); 28 $this->assertEquals('second', $inputs->get(1)->attr('value')); 29 $this->assertEquals('checked', $inputs->get(0)->attr('checked')); 30 $this->assertEquals('', $inputs->get(1)->attr('checked')); 31 $this->assertEquals('radio', $inputs->get(0)->attr('type')); 50 $this->assertEquals('first', $inputs->get(0)->attr('value')); 51 $this->assertEquals('second', $inputs->get(1)->attr('value')); 52 $this->assertEquals('', $inputs->get(0)->attr('checked')); 53 $this->assertEquals('checked', $inputs->get(1)->attr('checked')); 54 $this->assertEquals('radio', $inputs->get(0)->attr('type'));
|
| H A D | FormTest.php | 20 $INPUT->get->set('id', $ID); 21 $INPUT->get->set('foo', 'bar');
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreator.php | 23 $this->feed->title = $this->options->get('title'); 24 $this->feed->description = $this->options->get('subtitle'); 39 switch ($this->options->get('feed_mode')) { 91 if ($this->options->get('show_summary') && $proc->getSummary()) { 96 $item->link = $proc->getURL($this->options->get('link_to')); 97 $item->description = $proc->getBody($this->options->get('item_content')); 125 $ns = ':' . cleanID($this->options->get('namespace')); 141 $this->options->get('sort') 155 if (!$this->options->get('search_query')) return []; 157 $data = ft_pageSearch($this->options->get('search_query'), $poswords); [all …]
|
| H A D | FeedCreatorOptions.php | 135 public function get($option, $default = null) function in dokuwiki\\Feed\\FeedCreatorOptions
|
| /dokuwiki/_test/core/ |
| H A D | TestRequest.php | 19 protected $get = array(); variable in TestRequest 56 return $this->get[$key]; 105 $this->get[$key] = $value; 130 $get = $_GET; 147 $_GET = $this->get; 174 $_GET = $get; 204 $this->get = array_merge($params, $this->get); 205 if(count($this->get)) { 206 $query = '?' . http_build_query($this->get, '', '&'); 235 * @param array $get all the GET parameters to use [all …]
|
| /dokuwiki/_test/tests/conf/ |
| H A D | title.test.php | 9 $response = $request->get(); 15 $response = $request->get();
|
| /dokuwiki/_test/tests/inc/ |
| H A D | input.test.php | 54 $this->assertNotSame('foobar', $INPUT->get->str('zstring')); 55 $this->assertSame('foobar', $INPUT->get->filter()->str('zstring')); 56 $this->assertSame('bar', $INPUT->get->filter($filter)->str('foo')); 57 $this->assertSame('bar', $INPUT->get->filter()->str('znull', 'bar', true)); 58 …$this->assertNotSame('foobar', $INPUT->get->str('zstring')); // make sure original input is unmodi… 99 $this->assertSame('foo', $INPUT->get->str('string')); 100 $this->assertSame('', $INPUT->get->str('none')); 101 $this->assertSame('', $INPUT->get->str('empty')); 102 $this->assertSame('foo', $INPUT->get->str('none', 'foo')); 103 $this->assertSame('', $INPUT->get->str('empty', 'foo')); [all …]
|
| H A D | httpclient_http.test.php | 18 $data = $http->get($this->server . '/get?foo=bar'); 35 $data = $http->dget($this->server . '/get', ['foo' => 'bar']); 94 $this->assertMatchesRegularExpression('/\/get$/', $resp['url']); 111 $this->assertMatchesRegularExpression('/\/get$/', $resp['url']);
|
| /dokuwiki/_test/tests/test/ |
| H A D | basic.test.php | 99 $response = $request->get($input,'/doku.php?id=wiki:dokuwiki&test=foo'); 126 $response = $request->get(); 129 $response = $request->get(array(),'/doku.php?id=wiki:dokuwiki&test=foo'); 133 $response = $request->get(array(),'/lib/exe/fetch.php?media=wiki:dokuwiki-128.png'); 137 … $response = $request->get(array(),'/lib/exe/detail.php?id=start&media=wiki:dokuwiki-128.png'); 151 $response = $request->get(array(),'/lib/exe/fetch.php?media=wiki:dokuwiki-128.png'); 174 $response = $request->get(array('id' => 'mailinglist'), '/doku.php');
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | Memcached.php | 128 $data = $this->cache->get($this->name); 142 $data = $this->cache->get($this->name . '_mtime'); 152 $data = $this->cache->get($this->name);
|
| H A D | Memcache.php | 132 $data = $this->cache->get($this->name); 147 $data = $this->cache->get($this->name); 164 $data = $this->cache->get($this->name);
|
| H A D | Redis.php | 153 $data = $this->cache->get($this->name); 168 $data = $this->cache->get($this->name); 184 $data = $this->cache->get($this->name);
|
| H A D | Psr16.php | 94 $data = $this->cache->get($key, $default);
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started. 26 … user contributions. A good way to stay informed on what's going on and to get useful tips in usin… 28 …User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of th…
|
| /dokuwiki/lib/plugins/revert/lang/hu/ |
| H A D | intro.txt | 3 Segítséget nyújtunk SPAM támadások utáni automatikus visszaállításhoz. A fertőzött oldalak keresésé…
|
| /dokuwiki/inc/Input/ |
| H A D | Input.php | 19 public $get; variable in dokuwiki\\Input\\Input 37 $this->get = new Get(); 102 if (isset($this->get) && isset($_GET[$name])) {
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 53 if (empty($query)) $query = $INPUT->get->str('q'); 98 if (empty($query)) $query = cleanID($INPUT->get->str('q')); 277 } elseif ($INPUT->get->has('qqfile')) { 278 $id = $INPUT->get->str('qqfile'); 295 if ($INPUT->get->has('qqfile')) $res = media_upload_xhr($NS, $AUTH);
|
| H A D | PrefCookie.php | 34 public function get(string $pref, $default = null) function in dokuwiki\\PrefCookie
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | DocumentationTest.php | 49 $check = $http->get($url);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | File.php | 162 $get = "$url_parts[path]?$url_parts[query]"; 164 $get = $url_parts['path']; 167 $get = '/'; 169 $out = "GET $get HTTP/1.1\r\n";
|
| /dokuwiki/inc/Form/ |
| H A D | Form.php | 40 $get = $_GET; 41 if (isset($get['id'])) unset($get['id']); 42 $self = wl($ID, $get, false, '&'); //attributes are escaped later
|
| /dokuwiki/lib/plugins/config/lang/hu/ |
| H A D | intro.txt | 3 … rendszeredet. Az egyes beállításokhoz [[doku>config|itt]] kaphatsz segítséget. A bővítmények (plu…
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | script.js | 60 jQuery.get(
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | fetch_imagetoken.test.php | 40 return $request->get(array(),str_replace('{%token%}',$token,$this->getUri()));
|
| /dokuwiki/inc/Sitemap/ |
| H A D | Mapper.php | 165 $resp = $http->get($url);
|