Searched refs:fetch (Results 1 – 15 of 15) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | FetcherCache.php | 53 * @param IFetcher $fetch 57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache argument 59 return new FetcherCache($fetch, $cacheKeys);
|
| H A D | HttpRequest.php | 51 ->fetch(); 80 public function fetch(): HttpResponse function in ComboStrap\\HttpRequest 157 return $this->fetch()->executeBodyAsHtmlPage($waitTimeInSecondToComplete);
|
| /template/kajukkk/ |
| D | Snoopy.class.php | 123 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 D | railbar.js | 15 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
|
| H A D | search.js | 10 let response = await fetch(DOKU_BASE + 'lib/exe/ajax.php',
|
| H A D | subscribe.min.js | 1 …dity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"…
|
| H A D | subscribe.js | 14 let response = await fetch(url, {
|
| H A D | metadata.js | 171 fetch(combo.DokuUrl.createRunner().toString(), {method: "GET"})
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | BufferedTokenStream.php | 148 $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/ |
| D | README.md | 2 ,{method:this.method,body:JSON.stringify(X.formDataToObject(t)),headers:{…
|
| H A D | combo.min.js.map | 1 …fetch(this.url.toString(), {\n method: this.method,\n body: JSON.stringify(B…
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js | 1 …fetch(this.url.toString(),{method:this.method,body:JSON.stringify(k.formDataToObject(t)),headers:{…
|
| H A D | combo.min.js.map | 1 …fetch';\n\n constructor(type) {\n switch (type) {\n case DokuUrl.AJAX:\n …
|
| /template/bootstrap3/ |
| D | RELEASE.md | 305 …* #228: Added Gravatar caching via DokuWiki external image fetch (see ``fetchsize`` DokuWiki confi…
|