Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 57) sorted by relevance

123

/dokuwiki/_test/tests/Form/
H A DCheckableElementTest.php27 $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 DFormTest.php20 $INPUT->get->set('id', $ID);
21 $INPUT->get->set('foo', 'bar');
/dokuwiki/inc/Feed/
H A DFeedCreator.php23 $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 DFeedCreatorOptions.php135 public function get($option, $default = null) function in dokuwiki\\Feed\\FeedCreatorOptions
/dokuwiki/_test/core/
H A DTestRequest.php19 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 Dtitle.test.php9 $response = $request->get();
15 $response = $request->get();
/dokuwiki/_test/tests/inc/
H A Dinput.test.php54 $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 Dhttpclient_http.test.php18 $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 Dbasic.test.php99 $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 DMemcached.php128 $data = $this->cache->get($this->name);
142 $data = $this->cache->get($this->name . '_mtime');
152 $data = $this->cache->get($this->name);
H A DMemcache.php132 $data = $this->cache->get($this->name);
147 $data = $this->cache->get($this->name);
164 $data = $this->cache->get($this->name);
H A DRedis.php153 $data = $this->cache->get($this->name);
168 $data = $this->cache->get($this->name);
184 $data = $this->cache->get($this->name);
H A DPsr16.php94 $data = $this->cache->get($key, $default);
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt3 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 Dintro.txt3 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 DInput.php19 public $get; variable in dokuwiki\\Input\\Input
37 $this->get = new Get();
102 if (isset($this->get) && isset($_GET[$name])) {
/dokuwiki/inc/
H A DAjax.php53 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 DPrefCookie.php34 public function get(string $pref, $default = null) function in dokuwiki\\PrefCookie
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php49 $check = $http->get($url);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php162 $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 DForm.php40 $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 Dintro.txt3 … 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 Dscript.js60 jQuery.get(
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_imagetoken.test.php40 return $request->get(array(),str_replace('{%token%}',$token,$this->getUri()));
/dokuwiki/inc/Sitemap/
H A DMapper.php165 $resp = $http->get($url);

123