Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
DPDO.php105 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 DPDO.php105 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 DDiagramsEditor.js59 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 DDiagramsMediaManager.js46 const response = await fetch(
112 const response = await fetch(url, {
221 const response = await fetch(url, {
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dload-remote-resource.js15 var fetch;
28 fetch = (proxyProtocol && !isHttpsResource(proxyProtocol)) || isHttpResource(uri) ?
32 fetch(requestOptions, function (res) {
Dload-original-sources.js12 fetch: context.options.fetch, property
102 …loadContext.fetch(uri, loadContext.inlineRequest, loadContext.inlineTimeout, function (error, cont…
/plugin/combo/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);
/plugin/sql/
DDB.php9 return $this->fetch();
44 $etat = $resultat->fetch();
118 return $statement->fetch();
121 return $statement->fetch();
/plugin/asciidocjs/node_modules/nunjucks/src/
Dweb-loaders.js38 this.fetch(this.baseURL + '/' + name, function (err, src) {
65 _proto.fetch = function fetch(url, cb) { function
/plugin/bez/action/
H A Dmigration.php157 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 Dhelper.php273 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/
Dhelper.php122 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/
Dsync.js29 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/
DDoctrineBridge.php35 public function fetch(string $id) function in DeviceDetector\\Cache\\DoctrineBridge
37 return $this->cache->fetch($id);
/plugin/ac/
Dac.php30 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 Dmigrateto20.php90 $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 Dmigrateto17.php63 $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 Dmigrateto21.php86 $row = $result->fetch(\PDO::FETCH_ASSOC);
119 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
H A Dmigrateto30.php85 $row = $result->fetch(\PDO::FETCH_ASSOC);
157 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
/plugin/authphpbb3/
Dauth.php175 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/
DREADME.md12 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/
Dsyntax.php267 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 Dclient.js42 const response = await fetch(url + '?t=' + Date.now(), {
66 const response = await fetch(url + req, {
/plugin/mp3play2/
DREADME.md99 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…

12345678910>>...12