| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
| D | PDO.php | 105 while ($row = $result->fetch(\PDO::FETCH_ASSOC)) { 148 $row = $stmt->fetch(\PDO::FETCH_ASSOC); 268 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 312 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 343 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 365 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 390 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
| H A D | PDO.php | 105 while ($row = $result->fetch(\PDO::FETCH_ASSOC)) { 148 $row = $stmt->fetch(\PDO::FETCH_ASSOC); 269 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 298 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 320 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 345 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
|
| /plugin/diagrams/script/ |
| H A D | DiagramsEditor.js | 59 const response = await fetch(DOKU_BASE + 'lib/exe/fetch.php?media=' + mediaid, { 87 const response = await fetch(url, { 126 const response = await fetch(uploadUrl, { 156 const response = await fetch(uploadUrl, { 180 const response = await fetch(uploadUrl, {
|
| H A D | DiagramsMediaManager.js | 46 const response = await fetch( 112 const response = await fetch(url, { 221 const response = await fetch(url, {
|
| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | load-remote-resource.js | 15 var fetch; 28 fetch = (proxyProtocol && !isHttpsResource(proxyProtocol)) || isHttpResource(uri) ? 32 fetch(requestOptions, function (res) {
|
| D | load-original-sources.js | 12 fetch: context.options.fetch, property 102 …loadContext.fetch(uri, loadContext.inlineRequest, loadContext.inlineTimeout, function (error, cont…
|
| /plugin/combo/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);
|
| /plugin/sql/ |
| D | DB.php | 9 return $this->fetch(); 44 $etat = $resultat->fetch(); 118 return $statement->fetch(); 121 return $statement->fetch();
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | web-loaders.js | 38 this.fetch(this.baseURL + '/' + name, function (err, src) { 65 _proto.fetch = function fetch(url, cb) { function
|
| /plugin/bez/action/ |
| H A D | migration.php | 157 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 165 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 174 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 199 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 308 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 389 while ($commcause = $stmt_i->fetch(\PDO::FETCH_ASSOC)) {
|
| /plugin/sqlite/ |
| H A D | helper.php | 273 return $res->fetch(\PDO::FETCH_ASSOC); 286 $data = $res->fetch(PDO::FETCH_NUM, PDO::FETCH_ORI_ABS, 0); 303 return $res->fetch(PDO::FETCH_NUM); 316 return $res->fetch(PDO::FETCH_ASSOC);
|
| /plugin/translator/ |
| D | helper.php | 122 while ( $this->database->fetch() ) { 187 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 201 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 258 while ( $this->database->fetch() ) { 286 while ( $this->database->fetch() ) { 314 while ( $this->database->fetch() ) { 338 while ( $this->database->fetch() ) { 380 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 407 while ( $this->database->fetch() ) { 504 while ( $this->database->fetch() ) { [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | sync.js | 29 library.fetch(); 38 library.fetch({data: {a: 'a', one: 1}}); 115 library.first().fetch(); 146 model.fetch(); 148 model.fetch({url: '/one/two'}); 235 model.fetch();
|
| /plugin/statistics/vendor/matomo/device-detector/Cache/ |
| D | DoctrineBridge.php | 35 public function fetch(string $id) function in DeviceDetector\\Cache\\DoctrineBridge 37 return $this->cache->fetch($id);
|
| /plugin/ac/ |
| D | ac.php | 30 public function fetch($type, $values) { function in syntax_plugin_ac_ac 49 $ret = $this->fetch($type, $values);
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | migrateto20.php | 90 $row = $pdo->query("SELECT * FROM $tableName LIMIT 1")->fetch(); 358 $row = $pdo->query("SELECT * FROM cards LIMIT 1")->fetch(); 440 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
|
| H A D | migrateto17.php | 63 $row = $pdo->query("SELECT * FROM calendarobjects LIMIT 1")->fetch(); 153 while($row = $result->fetch()) { 181 $row = $pdo->query("SELECT * FROM calendars LIMIT 1")->fetch();
|
| H A D | migrateto21.php | 86 $row = $result->fetch(\PDO::FETCH_ASSOC); 119 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
|
| H A D | migrateto30.php | 85 $row = $result->fetch(\PDO::FETCH_ASSOC); 157 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
|
| /plugin/authphpbb3/ |
| D | auth.php | 175 while ($row = $result->fetch(PDO::FETCH_ASSOC)) { 279 $row = $result->fetch(PDO::FETCH_ASSOC); 373 while ($row = $result->fetch(PDO::FETCH_ASSOC)) { 400 while ($rowgrp = $resgrp->fetch(PDO::FETCH_ASSOC)) { 455 while ($row = $result->fetch(PDO::FETCH_ASSOC)) { 693 $row = $result->fetch(PDO::FETCH_ASSOC); 728 while ($row = $result->fetch(PDO::FETCH_ASSOC)) { 776 $row = $result->fetch(PDO::FETCH_ASSOC); 820 $row = $result->fetch(PDO::FETCH_ASSOC);
|
| /plugin/scrollticker/ |
| D | README.md | 12 For example you could fetch a list with links to the last three items of a discussion from the disc… 18 or you could fetch a list with links to the articles in namespace "news" tagged with "latest", usin…
|
| /plugin/oembed/ |
| D | syntax.php | 267 if(!$response = $this->fetch($query_url)) return false; 279 if(!$response = $this->fetch($tag['url'])) return false; 284 if(!$response = $this->fetch($query_url)) return false; 302 if(!$response = $this->fetch($query_url)) return false; 413 function fetch($url){ function in syntax_plugin_oembed
|
| /plugin/botmon/ |
| H A D | client.js | 42 const response = await fetch(url + '?t=' + Date.now(), { 66 const response = await fetch(url + req, {
|
| /plugin/mp3play2/ |
| D | README.md | 99 Download the example playlist [here](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:… 105 ![Screennshot 1](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_1… 106 ![Screennshot 2](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_2… 107 ![Screennshot 3](http://zawiki.zapto.org/lib/exe/fetch.php/tschinz:programming:dw:mp3play:mp3play_3…
|