Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 15 of 15) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherCache.php53 * @param IFetcher $fetch
57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache argument
59 return new FetcherCache($fetch, $cacheKeys);
H A DHttpRequest.php51 ->fetch();
80 public function fetch(): HttpResponse function in ComboStrap\\HttpRequest
157 return $this->fetch()->executeBodyAsHtmlPage($waitTimeInSecondToComplete);
/template/kajukkk/
DSnoopy.class.php123 function fetch($URI) function in Snoopy
170 $this->fetch($this->_redirectaddr);
184 $this->fetch($frameurl);
230 $this->fetch($this->_redirectaddr);
244 $this->fetch($frameurl);
326 …$this->fetch($this->_redirectaddr); // the redirect has changed the request method from post to get
342 $this->fetch($frameurl);
393 …$this->fetch($this->_redirectaddr); // the redirect has changed the request method from post to get
409 $this->fetch($frameurl);
437 if ($this->fetch($URI))
[all …]
/template/strap/resources/snippet/js/
H A Drailbar.js15 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
H A Dsearch.js10 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
H A Dsubscribe.min.js1 …dity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"…
H A Dsubscribe.js14 let response = await fetch(url, {
H A Dmetadata.js171 fetch(combo.DokuUrl.createRunner().toString(), {method: "GET"})
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php148 $fetched = $this->fetch($n);
156 public function fetch(int $n) : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
507 while ($this->fetch(1000) === 1000) {
/template/daily/
DREADME.md2 ![](https://www.dokuwiki.org/lib/exe/fetch.php?tok=7b576c&media=http%3A%2F%2Fi1.tietuku.com%2Fefa26…
/template/strap/resources/library/combo/
H A Dcombo.min.js30fetch(this.url.toString(),{method:this.method,body:JSON.stringify(X.formDataToObject(t)),headers:{…
H A Dcombo.min.js.map1fetch(this.url.toString(), {\n method: this.method,\n body: JSON.stringify(B…
/template/strap/resources/library/combo/dist/
H A Dcombo.min.js1fetch(this.url.toString(),{method:this.method,body:JSON.stringify(k.formDataToObject(t)),headers:{…
H A Dcombo.min.js.map1fetch';\n\n constructor(type) {\n switch (type) {\n case DokuUrl.AJAX:\n …
/template/bootstrap3/
DRELEASE.md305 …* #228: Added Gravatar caching via DokuWiki external image fetch (see ``fetchsize`` DokuWiki confi…