Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
Dauth_deleteprofile.test.php34 $_REQUEST = $input;
60 $_REQUEST = $input;
90 $_REQUEST = $input;
114 $_REQUEST = $input;
143 $_REQUEST = $input;
Dinput.test.php43 $_REQUEST = $_GET;
72 $_REQUEST = $this->data;
113 $_REQUEST = $this->data;
159 $_REQUEST = $this->data;
198 $_REQUEST = $this->data;
224 $_REQUEST = $this->data;
230 $this->assertArrayNotHasKey('string', $_REQUEST);
237 $this->assertEquals(17, $_REQUEST['int']);
241 $_REQUEST = $this->data;
247 $this->assertEquals('foo',$_REQUEST['test']);
[all …]
Dpageutils_getid.test.php15 $_REQUEST['id'] = '0';
/dokuwiki/inc/Input/
DPost.php27 $_REQUEST[$name] = $value;
DGet.php27 $_REQUEST[$name] = $value;
DInput.php35 $this->access = &$_REQUEST;
/dokuwiki/
Ddoku.php29 } elseif (!empty($_REQUEST['idx'])) {
31 } elseif (isset($_REQUEST['do'])) {
32 $ACT = $_REQUEST['do'];
Dinstall.php32 if (isset($_REQUEST['l']) && !is_array($_REQUEST['l'])) {
33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']);
148 } elseif (check_data($_REQUEST['d'])) {
150 if (!store_data($_REQUEST['d'])) {
158 print_form($_REQUEST['d']);
328 if (isset($_REQUEST['submit'])) {
/dokuwiki/_test/core/
DTestRequest.php132 $request = $_REQUEST;
149 $_REQUEST = array_merge($_GET, $_POST);
176 $_REQUEST = $request;
/dokuwiki/inc/HTTP/
DDokuHTTPClient.php38 isset($_REQUEST['httpdebug']) ||
/dokuwiki/inc/
Dinit.php114 $_REQUEST = array_merge($_GET, $_POST); variable
208 if (isset($_REQUEST['purge']) && !empty($_SERVER['HTTP_REFERER'])) unset($_REQUEST['purge']);