Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 415) sorted by last modified time

12345678910>>...17

/plugin/twofactor/action/
H A Dresendpwd.php62 $code = $INPUT->post->str('2fa_code');
63 $providerID = $INPUT->post->str('2fa_provider');
95 $providerID = $INPUT->post->str('2fa_provider');
/plugin/siteexport/
H A Dscript.js39 $.post( _.url, _.settings('__siteexport_generateurl'), function(data) {
69 $.post( _.url, _.settings('__siteexport_getsitelist'), function(data) {
103 $.post( _.url, settings, function(data) {
216 $.post( _.url, settings, function(data) {
/plugin/linkback/action/
H A Dakismet.php127 return $http->post('https://' . $this->getConf('akismet_apikey') . '.rest.akismet.com/1.1/comment-check', $data);
H A Dsend.php285 * @param array $linkback_info Hash containing title, url and blog_name of linking post
290 $success = $http_client->post($pingurl, $linkback_info);
/plugin/linkback/
H A Dhttp.php7 * Also, modifies get and post to allow response codes in the 200 range.
42 function post($url,$data){ function in LinkbackHTTPClient
95 $post = '';
97 $post = $this->postEncode($data);
99 $headers['Content-Length'] = strlen($post);
126 $request .= $post;
/plugin/struct/script/
H A DAggregationEditor.js53 jQuery.post(
115 jQuery.post(
141 jQuery.post(
H A DInlineEditor.js35 jQuery.post(
70 jQuery.post(
97 jQuery.post(
H A Dfunctions.js16 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, fn, 'json')
/plugin/struct/jsoneditor/
H A Dsetup.js42 jQuery.post(
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dokusioc/
H A Daction.php92 …if (!(($sioc_type == 'post' && $INFO['exists']) || $sioc_type == 'user' || $sioc_type == 'containe…
138 case 'post':
175 $type = 'post';
/plugin/structstatus/
H A Dscript.js22 jQuery.post(
/plugin/starred/
H A Dscript.js9 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
24 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
/plugin/diffpreview/
H A Daction.php163 if (!$INPUT->post->has('wikitext')) return;
171 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
172 'text' => $INPUT->post->str('wikitext'),
173 'suffix' => $INPUT->post->str('suffix'),
174 'date' => $INPUT->post->int('date'),
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dfile-post.svg1 <svg class="bi bi-file-post" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/aichat/
H A Daction.php43 $question = $INPUT->post->str('question');
44 $history = json_decode((string)$INPUT->post->str('history'), null, 512, JSON_THROW_ON_ERROR);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe24621 post s
38073 Ġout post
40324 post ed
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/bez/mdl/
H A DEntity.php84 public function set_data($post) { argument
85 $val_data = $this->validator->validate($post);
152 public function html_link($pre='', $post='', $print=true) { argument
154 $ret .= $pre . $this->html_link_content() . $post;
H A DTask.php251 public function set_data($post, $filter=NULL) {
253 if (!isset($post['all_day_event'])) {
254 $post['all_day_event'] = '0';
257 parent::set_data($post);
267 if (!isset($post['assignee'])) {
250 set_data($post, $filter = NULL) global() argument
H A DTask_comment.php70 public function set_data($post) { argument
71 parent::set_data($post);
H A DThread_comment.php97 public function set_data($post) { argument
100 unset($post['type']);
102 parent::set_data($post);
/plugin/bez/tpl/
H A Dactivity.php15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']), variable
17 <?php $post = ' <span class="author">' . $post . '</span>' ?> variable
18 <?php $row['entity']->html_link($pre, $post) ?>
/plugin/confmanager/
H A Djquery.form.js426 if (! s.skipEncodingOverride && (!method || /post/i.test(method))) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42347 var post = function (id) {
42391 !fails(post) &&
42394 defer = post;

12345678910>>...17