Searched defs:post (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/_test/tests/lib/exe/ | ||
H A D | ajax_requests.test.php | 37 public function test_defaultCallsExist($call, $post, $regexp) { |
/dokuwiki/_test/core/ | ||
H A D | TestRequest.php | 20 protected $post = array(); variable in TestRequest |
H A D | phpQuery-onefile.php | 5235 public static function post($url, $data = null, $callback = null, $type = null) { function in phpQuery |
/dokuwiki/inc/Input/ | ||
H A D | Input.php | 17 public $post; variable in dokuwiki\\Input\\Input |
/dokuwiki/inc/HTTP/ | ||
H A D | HTTPClient.php | 134 public function post($url, $data) function in dokuwiki\\HTTP\\HTTPClient |