Home
last modified time | relevance | path

Searched refs:fetch (Results 201 – 225 of 229) sorted by path

12345678910

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js521 collection.fetch();
526 collection.fetch({parse: false});
537 collection.fetch();
553 collection.fetch(options);
565 collection.fetch();
998 collection.fetch(opts);
1014 collection.fetch();
1042 collection.fetch(options);
1117 new Collection().fetch();
1416 collection.fetch({
[all …]
H A Dmodel.js584 model.fetch();
602 model.fetch(options);
620 model.fetch(options);
634 model.fetch({parse: false});
717 doc.fetch();
738 model.fetch({success: onSuccess});
1248 model.fetch(opts);
1257 model.fetch();
H A 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/sql/
H A DDB.php9 return $this->fetch();
44 $etat = $resultat->fetch();
118 return $statement->fetch();
121 return $statement->fetch();
/plugin/sqlcomp/
H A Dsyntax.php513 while($row = $result->fetch(PDO::FETCH_ASSOC))
/plugin/sqlite/
H A DSQLiteDB.php229 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
392 while ($row = $res->fetch(\PDO::FETCH_ASSOC)) {
H A Dhelper.php273 return $res->fetch(\PDO::FETCH_ASSOC);
286 $data = $res->fetch(PDO::FETCH_NUM, PDO::FETCH_ORI_ABS, 0);
294 * fetch the next row as zero indexed array
303 return $res->fetch(PDO::FETCH_NUM);
307 * fetch the next row as assocative array
316 return $res->fetch(PDO::FETCH_ASSOC);
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2fetch&&console.warn("THREE.ImageBitmapLoader: fetch() not supported."),fc.call(this,t),this.option…
/plugin/strata/helper/
H A Dtriples.php190 // fetch results and return them
890 // fetch...
891 $this->row = $this->data->fetch(PDO::FETCH_ASSOC);
1030 $this->peekRow = $this->data->fetch(PDO::FETCH_ASSOC);
1087 $this->peekRow = $this->data->fetch(PDO::FETCH_ASSOC);
/plugin/struct/meta/
H A DSearch.php
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7607 …! he is pasturing the sheep." At that Samuel said to Jes'se: "Do send and fetch him, because we sh…
7762 …nd, you and your kingship will not be firmly established. So now send and fetch him to me, for he …
7928 …d and said: "Here is the spear of the king, and let one of the young men come on over and fetch it.
8948 And King Sol'o·mon proceeded to send and fetch Hi'ram out of Tyre.
9442 …hey went on to say: "Ben-ha'dad is your brother." At that he said: "Come, fetch him." Then Ben-ha'…
9592 And now YOU men fetch me a string-instrument player." And it occurred that, as soon as the string-i…
/plugin/svg/
H A Dmanager.dat2 url=http://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=pro…
H A Dsyntax.php.save34 …'url' => 'http://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache…
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt6 - fetch your last Check-In from Swarm as a sample
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …drop ' +\n 'dynamic else end end-exec escape except exec execute false fetch first ' +\n 'fl…
/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/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()) {
H A Dhelper.php122 while ( $this->database->fetch() ) {
258 while ( $this->database->fetch() ) {
286 while ( $this->database->fetch() ) {
314 while ( $this->database->fetch() ) {
338 while ( $this->database->fetch() ) {
407 while ( $this->database->fetch() ) {
504 while ( $this->database->fetch() ) {
554 while ( $this->database->fetch() ) {
732 while ( $this->database->fetch() ) {
1137 $data=array(); $this->database->bind_assoc($data); $this->database->fetch();
[all …]
/plugin/translator/syntax/
H A Dlabel.php133 …data = array(); $this->functions->database->bind_assoc($data); $this->functions->database->fetch();
H A Dtranslator.php151 while ( $this->functions->database->fetch() ) {
/plugin/tuxquote/
H A Dquotes.txt1506 Buy old masters. They fetch a better price than old mistresses. <BR> -- Max Aiken, Lord Beaverbrook…
/plugin/visio/
H A Dsyntax.php82 …$renderer->doc .= DOKU_URL."lib/exe/fetch.php?id=".$data['file']."&cache=cache&media=".$data['file…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md495 specifically fetch `VEVENT`, `VTODO` or `VJOURNAL`.
1248 allows iCal and other clients to fetch other users' free-busy data.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php179 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
479 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
524 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
851 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
903 if ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
999 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
1102 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
1262 $row = $stmt->fetch(\PDO::FETCH_ASSOC);
1479 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
H A DSimplePDO.php85 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
207 $row = $stmt->fetch(\PDO::FETCH_ASSOC);

12345678910