Home
last modified time | relevance | path

Searched refs:res2arr (Results 1 – 25 of 64) sorted by path

123

/plugin/404manager/
H A Dadmin.php811 $row = $this->sqlite->res2arr($res);
/plugin/addressbook/
H A Daction.php77 $res = $sqlite->res2arr($query);
H A Dsyntax.php388 $res = $sqlite->res2arr($query)[0];
596 $res = $sqlite->res2arr($query);
629 $res = $sqlite->res2arr($query);
674 $res = $sqlite->res2arr($query);
942 $res = $sqlite->res2arr($query)[0];
/plugin/approve/action/
H A Dnotification.php
H A Drevisions.php34 $approve_revisions = $sqlite->res2arr($res);
/plugin/approve/
H A Dadmin.php87 $assignments = $sqlite->res2arr($res);
H A Dhelper.php22 $pages = $sqlite->res2arr($res);
112 $assignments = $sqlite->res2arr($res);
/plugin/approve/syntax/
H A Dtable.php
/plugin/bez/mdl/
H A DSubscriptionFactory.php83 }, $this->model->sqlite->res2arr($r));
H A DTask.php357 $pars = $this->model->sqlite->res2arr($r);
H A DThread.php212 $pars = $this->model->sqlite->res2arr($r);
352 $arr = $this->model->sqlite->res2arr($r);
396 $arr = $this->model->sqlite->res2arr($r);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php656 $stringReplacement = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM strings WHERE string = ?",$value));
H A Dbibtexrender.php266 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibtex_key));
358 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$key));
390 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$key));
479 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibtex_key));
537 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibkey));
/plugin/blogtng/
H A Dadmin.php349 $items = $this->sqlitehelper->getDB()->res2arr($resid);
/plugin/blogtng/helper/
H A Dcomments.php57 $result = $this->sqlitehelper->getDB()->res2arr($resid);
284 $rows = $this->sqlitehelper->getDB()->res2arr($res);
607 $res = $this->sqlitehelper->getDB()->res2arr($res);
671 $res = $this->sqlitehelper->getDB()->res2arr($res);
H A Dentry.php79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
623 $res = $this->sqlitehelper->getDB()->res2arr($res);
648 $res = $this->sqlitehelper->getDB()->res2arr($res);
817 return $this->sqlitehelper->getDB()->res2arr($resid);
933 $result = $this->sqlitehelper->getDB()->res2arr($res);
H A Dlinkback.php68 $comments = $sqlitehelper->getDB()->res2arr($resid);
H A Dtags.php82 $tags_from_db = $this->sqlitehelper->getDB()->res2arr($resid);
135 return $this->sqlitehelper->getDB()->res2arr($resid);
/plugin/combo/ComboStrap/
H A DSqlite.php267 foreach ($this->sqlitePlugin->res2arr($res) as $row) {
H A DSqliteResult.php37 return $this->sqlitePlugin->res2arr($this->res);
43 * * {@link helper_plugin_sqlite::res2arr()} but without the fucking cache !
/plugin/data-au/admin/
H A Daliases.php104 $rows = $sqlite->res2arr($res);
H A Dclean.php69 $rows = $sqlite->res2arr($res);
/plugin/data-au/syntax/
H A Dcloud.php154 $rows = $sqlite->res2arr($res);
H A Drelated.php44 $rows = $sqlite->res2arr($res);
H A Dtable.php262 $rows = $sqlite->res2arr($res);

123