Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs24225 throw "Mutation only works on post-BNC storages!";
/plugin/gallery/script/
H A Dprosemirror.js261 jQuery.post(ajaxEndpoint, {
/plugin/tag/syntax/
H A Dsearchtags.php144 $form = new Doku_Form(array('action' => '', 'method' => 'post', 'class' => 'plugin__tag_search'));
233 if ($INPUT->post->has('plugin__tag_search_namespace')) {
234 return cleanID($INPUT->post->str('plugin__tag_search_namespace'));
246 if ($INPUT->post->has('plugin__tag_search_tags') && is_array($INPUT->post->param('plugin__tag_search_tags'))) {
247 $tags = $INPUT->post->arr('plugin__tag_search_tags');
278 if ($INPUT->post->has('plugin__tag_search_tags')) {
279 return in_array($tag, $INPUT->post->arr('plugin__tag_search_tags'), true);
281 return false; // no tags in the post data - no tag selected
292 return $INPUT->post
[all...]
/plugin/recommend/
H A Dscript.js85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
140 jQuery.post(
/plugin/translation/lang/eo/
H A Dtotranslate.txt1 FIXME **Tiu paĝo ankoraŭ ne plene tradukiĝis. Bv. helpi kompletigi la tradukon.**\\ //(forigu tiun alineon post fintraduko)/
/plugin/todo/
H A Dscript.js3 * replace old sack() method with new jQuery method and use post instead of get - see https://www.dokuwiki.org/devel:jqueryfaq \n
87 jQuery.post(
129 jQuery.post(
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php948 // post - PostScript table
949 $this->seek_table('post');
953 throw new \Mpdf\Exception\FontException(sprintf('Error loading font: Unknown post table version %s', $ver_maj));
3619 // post - PostScript
3620 if (isset($this->tables['post'])) {
3621 $opost = $this->get_table('post');
3622 $post = "\x00\x03\x00\x00" . substr($opost, 4, 12) . "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00";
3623 $this->add('post', $post);
4224 // post
[all...]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1350 domMemberMap.HTMLFormElement=extendArray(domMemberMap.Element,["acceptCharset","action","author","elements","encoding","enctype","entry_id","length","method","name","post","target","text","url","reset","submit"]);
4032 }var post=str.substr(index);
4033 if(post){parts.push(post)
/plugin/combo/resources/library/bootstrap/
H A DREADME.md24 Jquery must not be slim because the `post` http method is needed for the search box (`qsearch`)
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php45 * Shared check between post and get HTTP method
108 ->setBodyAsJsonMessage("The post content should be in json format")
116 * We set therefore the post
157 * @param array $post
159 private static function handleManagerPost($event, MarkupPath $page, array $post) argument
162 $formStore = MetadataFormDataStore::getOrCreateFromResource($page, $post);
186 $post = array_merge($defaultBoolean, $post);
194 ->process($post);
304 private static function handleViewerPost(Doku_Event $event, MarkupPath $page, array $post) argument
[all...]
/plugin/combo/action/
H A Dlinkwizard.php71 $postCall = $INPUT->post->str('call');
/plugin/combo/ComboStrap/
H A DHttpRequest.php17 const POST = "post";
69 * @param array $data - data post body as if it was from a form
72 public function post(array $data = array()): HttpRequest function in ComboStrap\\HttpRequest
130 $response = $testRequest->post($this->postData, $path);
/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md132 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
585 * `FEAT`: adjust label position post creation ([`41c6af18`](https://github.com/bpmn-io/bpmn-js/comm…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md40 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
303 …ted to DMN 1.3 before passing them over to the toolkit. Cf. [release blog post](https://bpmn.io/bl…
/plugin/bpmnio/action/
H A Deditor.php79 if (!$INPUT->post->has('plugin_bpmnio_data')) return;
81 $TEXT = base64_decode($INPUT->post->str('plugin_bpmnio_data'));
/plugin/randomtables/
H A Dscript.js36 jQuery.post(
/plugin/upgrade/lang/eo/
H A Dstep0.txt1 Tiu kromaĵo aŭtomate ĝisdatigos vian vikion al la plej freŝe havebla DokuWiki-versio. Antaŭ ol daŭrigi, legu [[doku>ŝanĝoj|la ŝanĝ-liston]] por kontroli, ĉu vi devus fari aldonajn paŝojn antaŭ aŭ post la ĝisdatigo.
/plugin/upgrade/HTTP/
H A DHTTPClient.php141 public function post($url,$data){ function in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
157 * @param mixed $data - the post data either as array or raw data
/plugin/smtp/lang/no/
H A Dintro.txt3 På denne siden kan du sende ut en test-e-post fra DokuWiki. Bruk denne for å sjekke om du har insta…
/plugin/farmer/script/
H A Dplugins.js46 jQuery.post(
72 jQuery.post(
90 jQuery.post(
/plugin/odt/action/
H A Dexport.php296 $list = $json->decode($INPUT->post->str('selection', '', true));
/plugin/openid/Auth/OpenID/
H A DConsumer.php1515 $resp = $this->fetcher->post($server_url, $body);
/plugin/openid/Auth/
H A DOpenID.php173 $post = [];
175 $post = Auth_OpenID::params_from_string($str);
178 $data = array_merge($data, $post);
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php217 function post($url, $body, $extra_headers = null) function in Auth_Yadis_ParanoidHTTPFetcher

12345678910>>...17