Home
last modified time | relevance | path

Searched refs:post (Results 26 – 30 of 30) sorted by relevance

12

/dokuwiki/lib/scripts/
H A Dedit.js210 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
H A Dmedia.js56 jQuery.post(
443 jQuery.post(
568 jQuery.post(
/dokuwiki/inc/
H A Dmedia.php362 $id = $INPUT->post->str('mediaid');
388 $INPUT->post->bool('ow'),
1617 $post = php_to_byte(@ini_get('post_max_size'));
1618 $suho = php_to_byte(@ini_get('suhosin.post.max_value_length'));
1621 if ($post && ($post < $okay || $okay === 0)) $okay = $post;
H A Dform.php78 $this->params['method'] = 'post';
328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ?
/dokuwiki/inc/HTTP/
H A DHTTPClient.php134 public function post($url, $data)
151 * @param mixed $data - the post data either as array or raw data
141 public function post($url,$data){ global() function in dokuwiki\\HTTP\\HTTPClient

12