Home
last modified time | relevance | path

Searched refs:fetch (Results 51 – 75 of 229) sorted by relevance

12345678910

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php66 * - {@see BufferedTokenStream::fetch()}: The check to prevent adding multiple
148 $fetched = $this->fetch($n);
156 public function fetch(int $n) : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
507 while ($this->fetch(1000) === 1000) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc238 $params['job_id'] = (string) The ID of the job to fetch
410 $params['calendar_id'] = (string) The ID of the calendar to fetch
444 $params['id'] = (string) The ID of the data frame analytics to fetch
462 $params['id'] = (string) The ID of the data frame analytics stats to fetch
479 $params['datafeed_id'] = (string) The ID of the datafeeds stats to fetch
494 $params['datafeed_id'] = (string) The ID of the datafeeds to fetch
510 $params['filter_id'] = (string) The ID of the filter to fetch
547 $params['job_id'] = (string) The ID of the jobs stats to fetch
562 $params['job_id'] = (string) The ID of the jobs to fetch
578 $params['job_id'] = (string) The ID of the job to fetch (Require
[all...]
/plugin/diagrams/script/
H A Dmediafile-editbutton.js13 const result = await fetch(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_diagrams_mediafile_editcheck', {
/plugin/aichat/
H A DEmbeddings.php165 * Split the given page, fetch embedding vectors and return Chunks
249 $fetch = min(
255 $chunks = $this->storage->getSimilarChunks($vector, $lang, $fetch);
/plugin/translator/
H A Dadmin.php245 while ( $this->functions->database->fetch() ) {
476 while ( $this->functions->database->fetch() ) {
585 while ( $this->functions->database->fetch()) {
617 while ( $this->functions->database->fetch()) {
633 while ( $this->functions->database->fetch()) {
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js14 let response = await fetch(url, {
/plugin/fksnewsfeed/
H A Dscript.js11 fetch(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_newsfeed', {
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt6 - fetch your last Check-In from Swarm as a sample
/plugin/reflect/
H A DREADME.md3 iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - describ…
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php21 …ery('SELECT * FROM ? WHERE stream_id=? AND news_id =?', $this->table, $streamId, $newsId)->fetch();
H A DAbstractService.php27 …->query('SELECT * FROM ' . $this->table . ' WHERE ' . $this->table . '_id = ?', (int)$id)->fetch();
/plugin/visio/
H A Dsyntax.php82 …$renderer->doc .= DOKU_URL."lib/exe/fetch.php?id=".$data['file']."&cache=cache&media=".$data['file…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.iframe.php33 $data = $pipeline->fetch($url);
H A Dimage.class.php87 $data = $pipeline->fetch($url);
/plugin/oauthauthsch/
H A Daction.php28 if (!$raw) throw new OAuthException('Failed to fetch data from userurl');
/plugin/hipchat/
H A DREADME.md14 2. To fetch the required dependencies, run:
/plugin/pgsqlquery/
H A Dsyntax.php121 while ($row = $stmt->fetch(PDO::FETCH_NUM))
/plugin/sqlite/
H A DSQLiteDB.php229 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
392 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
/plugin/translator/syntax/
H A Dlabel.php133 …data = array(); $this->functions->database->bind_assoc($data); $this->functions->database->fetch();
/plugin/amazonlight/
H A Dsyntax.php198 throw new \Exception('Failed to fetch data. Status ' . $http->status);
/plugin/templateconfhelper/
H A DREADME25 uses FETCH_MEDIA_STATUS event to hook into fetch.php. This allows to have template files outside of…
32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
/plugin/bez/struct/
H A DBezType.php144 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1fetch(t){const{event:e}=this;let n=U(t);if("navigate"===n.mode&&e instanceof FetchEvent&&e.preload…
H A Dworkbox-f163abaa.js1fetch(t){const{event:e}=this;let n=U(t);if("navigate"===n.mode&&e instanceof FetchEvent&&e.preload…

12345678910