Home
last modified time | relevance | path

Searched refs:post (Results 26 – 30 of 30) sorted by last modified time

12

/dokuwiki/inc/
H A Dform.php78 $this->params['method'] = 'post';
328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ?
H A Dfulltext.php507 $post = min($len - $utf8_idx - $utf8_len, 100);
509 if ($pre > 50 && $post > 50) {
511 $post = 50;
513 $pre = min($pre, 100 - $post);
514 } elseif ($post > 50) {
515 $post = min($post, 100 - $pre);
528 $end = $utf8_idx + $utf8_len + $post; // now set it to the end of this context
H A DDraft.php77 !$INPUT->post->has('wikitext') &&
84 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
85 'text' => $INPUT->post->str('wikitext'),
86 'suffix' => $INPUT->post->str('suffix'),
87 'date' => $INPUT->post->int('date'),
/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
/dokuwiki/lib/plugins/authad/
H A Daction.php48 $INPUT->post->set('u', $usr);

12