Home
last modified time | relevance | path

Searched defs:post (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/lib/exe/
H A Dajax_requests.test.php37 public function test_defaultCallsExist($call, $post, $regexp) {
/dokuwiki/_test/core/
H A DTestRequest.php20 protected $post = array(); variable in TestRequest
226 public function post($post = array(), $uri = '/doku.php') { argument
H A DphpQuery-onefile.php5235 public static function post($url, $data = null, $callback = null, $type = null) { function in phpQuery
/dokuwiki/inc/Input/
H A DInput.php17 public $post; variable in dokuwiki\\Input\\Input
/dokuwiki/inc/HTTP/
H A DHTTPClient.php134 public function post($url, $data) function in dokuwiki\\HTTP\\HTTPClient