Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dokuwiki/_test/core/
H A DTestRequest.php19 protected $get = array(); variable in TestRequest
30 * Get a $_SERVER var
40 * Get a $_SESSION var
50 * Get a $_GET var
56 return $this->get[$key];
60 * Get a $_POST var
70 * Get the script that will execute the request
105 $this->get[$key] = $value;
130 $get = $_GET;
147 $_GET = $this->get;
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php63 'DDE EXECUTE','DDE GET','DDE INITIATE','DDE REQUEST',
76 'GET','GET-KEY-VALUE','HIDE','IF',
96 … 'system-DIALOG COLOR','system-DIALOG FONT','system-DIALOG GET-DIR','system-DIALOG GET-FILE',
150 'FIND-LAST','FIND-UNIQUE','GET-attribute','GET-attribute-NODE',
151 'GET-BINARY-DATA','GET-BLUE-VALUE','GET-BROWSE-COLUMN','GET-BUFFER-HANDLE',
152 … 'GET-BYTES-AVAILABLE','GET-CALLBACK-PROC-CONTEXT','GET-CALLBACK-PROC-NAME','GET-CGI-LIST',
153 'GET-CGI-LONG-VALUE','GET-CGI-VALUE','GET-CHANGES','GET-CHILD',
154 'GET-CHILD-RELATION','GET-CONFIG-VALUE','GET-CURRENT','GET-DATASET-BUFFER',
155 'GET-DOCUMENT-ELEMENT','GET-DROPPED-FILE','GET-DYNAMIC','GET-ERROR-COLUMN ',
156 'GET-ERROR-ROW ','GET-FILE-NAME ','GET-FILE-OFFSET ','GET-FIRST',
[all …]
H A Dpowershell.php27 * - Try and get -- and ++ to work in the KEYWORDS array with the other operators
63 'Format-Custom', 'Format-List', 'Format-Table', 'Format-Wide', 'Get-Acl', 'Get-Alias',
64 … 'Get-AuthenticodeSignature', 'Get-ChildItem', 'Get-Command', 'Get-Content', 'Get-Credential',
65 … 'Get-Culture', 'Get-Date', 'Get-EventLog', 'Get-ExecutionPolicy', 'Get-Help', 'Get-History',
66 'Get-Host', 'Get-Item', 'Get-ItemProperty', 'Get-Location', 'Get-Member',
67 'Get-PfxCertificate', 'Get-Process', 'Get-PSDrive', 'Get-PSProvider', 'Get-PSSnapin',
68 'Get-Service', 'Get-TraceSource', 'Get-UICulture', 'Get-Unique', 'Get-Variable',
69 'Get-WmiObject', 'Group-Object', 'Import-Alias', 'Import-Clixml', 'Import-Csv',
/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'));
/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…
75 $_GET['get'] = 1;
86 $this->assertSame(false, $INPUT->str('get', false));
96 $this->assertSame(false, $INPUT->post->str('get', false));
99 $this->assertSame('foo', $INPUT->get->str('string'));
100 $this->assertSame('', $INPUT->get->str('none'));
[all …]
H A Dtemplate_tpl_get_action.php130 'method' => 'get',
145 'method' => 'get',
162 'method' => 'get',
178 'method' => 'get',
194 'method' => 'get',
215 'method' => 'get',
230 'method' => 'get',
246 'method' => 'get',
269 'method' => 'get',
284 'method' => 'get',
[all …]
H A Dhttpclient_http.test.php18 $data = $http->get($this->server . '/get?foo=bar');
35 $data = $http->dget($this->server . '/get', ['foo' => 'bar']);
52 $data = $http->get($this->server . '/gzip');
86 $data = $http->get($this->server . '/redirect/3');
94 $this->assertMatchesRegularExpression('/\/get$/', $resp['url']);
103 $data = $http->get($this->server . '/relative-redirect/3');
111 $this->assertMatchesRegularExpression('/\/get$/', $resp['url']);
120 $data = $http->get($this->server . '/redirect/5');
134 $http->get($this->server . '/cookies/set?foo=bar');
139 $data = $http->get($this->server . '/cookies');
[all …]
/dokuwiki/inc/Feed/
H A DFeedCreator.php23 $this->feed->title = $this->options->get('title');
24 $this->feed->description = $this->options->get('subtitle');
39 $items = match ($this->options->get('feed_mode')) {
84 if ($this->options->get('show_summary') && $proc->getSummary()) {
89 $item->link = $proc->getURL($this->options->get('link_to'));
90 $item->description = $proc->getBody($this->options->get('item_content'));
118 $ns = ':' . cleanID($this->options->get('namespace'));
134 $this->options->get('sort')
148 if (!$this->options->get('search_query')) return [];
150 $data = ft_pageSearch($this->options->get('search_query'), $poswords);
[all …]
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php24 ['/doku.php', 'GET', []],
25 ['/doku.php', 'GET', ['do' => 'recent']],
26 ['/doku.php', 'GET', ['do' => 'index']],
27 ['/doku.php', 'GET', ['do' => 'login']],
28 ['/doku.php', 'GET', ['do' => 'search', 'q' => 'wiki']],
29 ['/doku.php', 'GET', ['id' => 'wiki:syntax']],
30 …['/doku.php', 'GET', ['id' => 'wiki:syntax', 'ns' => 'wiki', 'image' => 'wiki:dokuwiki-128.png', '…
31 … ['/lib/exe/detail.php', 'GET', ['id' => 'wiki:syntax', 'media' => 'wiki:dokuwiki-128.png']],
102 if ($method == 'GET') {
103 $response = $request->get($data, $url);
/dokuwiki/inc/Utf8/
H A DTable.php13 * Get the upper to lower case conversion table
25 * Get the lower to upper case conversion table
40 * Get the lower case accent table
53 * Get the lower case accent table
66 * Get the romanization table
79 * Get the special chars as a concatenated string
/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlock.php40 // get all tags
71 * Get the first line of the description
81 * Get the full description
91 * Get all tags
101 * Get a specific tag
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php43 * Get the namespace of this node
69 * Get all nodes on the same level
78 * Get all sub nodes, may return an empty array
98 * Get all sub nodes and their sub nodes and so on
113 * Get all parent nodes in reverse order
141 * Get the direct parent node
173 * Get the named property, default is returned when the property is not set
203 * Get the string representation of the node
/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/extension/
H A DExtension.php184 * Get the base name of this extension
194 * Get the type of the extension
224 * Get the directory where this extension should be installed in
243 * Get the display name of the extension
253 * Get the author name of the extension
263 * Get the email of the author of the extension if there is any
274 * Get the email id, i.e. the md5sum of the email
286 * Get the description of the extension
296 * Get the URL of the extension, usually a page on dokuwiki.org
310 * Get the version of the extension that is actually installed
[all …]
H A DLocal.php26 * Get all locally installed templates
38 * Get all locally installed plugins
54 * Get all locally installed extensions
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php91 * Get the end time
105 * Get the language
120 * Get the start time
134 * Get the text of the caption
148 * Get the content type (not MIME type)
H A DEnclosure.php275 * Get the bitrate
289 * Get a single caption
305 * Get all captions
319 * Get a single category
335 * Get all categories
349 * Get the number of audio channels
363 * Get the copyright information
377 * Get a single credit
393 * Get all credits
407 * Get the description of the enclosure
[all …]
H A DCategory.php82 * Get the category identifier
92 * Get the categorization scheme identifier
102 * Get the human readable label
116 * Get the category type
H A DCredit.php71 * Get the role of the person receiving credit
85 * Get the organizational scheme
99 * Get the credited person/entity's name
H A DRestriction.php73 * Get the relationship
87 * Get the type
101 * Get the list of restricted things
/dokuwiki/_test/tests/conf/
H A Dtitle.test.php9 $response = $request->get();
15 $response = $request->get();
/dokuwiki/inc/Ui/
H A DSearchState.php34 * Get a search state for the current search limited to a new namespace
51 * Get a search state for the current search with new search fragments and optionally phrases
70 * Get a search state for the current search with with adjusted time limitations
87 * Get a search state for the current search with adjusted sort preference
102 * Get a link that represents the current search state
/dokuwiki/inc/Remote/
H A DApiCall.php107 * Get information about the argument of this call
117 * Get information about the return value of this call
127 * Get the summary of this call
137 * Get the description of this call
147 * Get the category of this call
/dokuwiki/_test/tests/test/
H A Dbasic.test.php99 $response = $request->get($input,'/doku.php?id=wiki:dokuwiki&test=foo');
102 $this->assertEquals('GET',$request->getServer('REQUEST_METHOD'));
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/inc/Input/
H A DInput.php10 * explicitly use the $post and $get members.
18 /** @var Get Access $_GET parameters */
19 public $get; variable in dokuwiki\\Input\\Input
37 $this->get = new Get();
72 * Basically a wrapper around isset. When called on the $post and $get subclasses,
87 * Basically a wrapper around unset. When NOT called on the $post and $get subclasses,
102 if (isset($this->get) && isset($_GET[$name])) {
135 * Get a reference to a request parameter
276 // get the first key

12345678910>>...16