Home
last modified time | relevance | path

Searched refs:res2arr (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/sqlite/_test/
H A DHelperTest.php168 $this->assertEquals($resultassoc, $SqliteHelper->res2arr($this->res, $assoc = true));
169 $this->assertEquals(array(), $SqliteHelper->res2arr(false));
184 $this->assertEquals($resultnum, $SqliteHelper->res2arr($this->res, $assoc = false));
/plugin/sqlite/
H A Dhelper.php251 public function res2arr($res, $assoc = true)
255 // this is a bullshit workaround for having res2arr and res2count work on one result
331 // this is a bullshit workaround for having res2arr and res2count work on one result
333 $this->data = $this->res2arr($res);
248 public function res2arr($res, $assoc = true) global() function in helper_plugin_sqlite
/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/tagging/
H A Dhelper.php411 return $db->res2arr($res);
431 array_column($db->res2arr($res), 'tags', 'pid')
526 $check = $db->res2arr($res);
546 $db->res2arr($res);
689 $pages = $db->res2arr($res);
971 $res = $db->res2arr($res);
1018 return $db->res2arr($res);
/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/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/admin/
H A Dclean.php
H A Daliases.php
/plugin/data/syntax/
H A Dcloud.php
H A Drelated.php
H A Dtable.php
/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/approve/action/
H A Dnotification.php
H A Drevisions.php34 $approve_revisions = $sqlite->res2arr($res);
/plugin/notification/helper/
H A Dcron.php26 $ourUsers = $this->sqlite->res2arr($res);
/plugin/notification/action/
H A Dcron.php84 $sent_notifications = $sqlite->res2arr($res);
/plugin/ireadit/action/
H A Direadit.php55 $readers = $sqlite->res2arr($res);
/plugin/ireadit/
H A Dhelper.php99 }, $approve_sqlite->res2arr($res));
130 $readers = $sqlite->res2arr($res);
198 $user_reads = $sqlite->res2arr($res);
/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);

123