Home
last modified time | relevance | path

Searched refs:res2arr (Results 26 – 50 of 64) sorted by path

123

/plugin/data-graph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/data/admin/
H A Daliases.php
H A Dclean.php
/plugin/data/syntax/
H A Dcloud.php
H A Drelated.php
H A Dtable.php
/plugin/datagraph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/datapopup/
H A Daction.php39 $rows = $sqlite->res2arr($res);
/plugin/datatemplate/syntax/inc/
H A Dcache.php56 $pageids = $sqlite->res2arr($res, $assoc = false);
75 $rows = $sqlite->res2arr($res, $assoc = false);
/plugin/davcal/
H A Dhelper.php508 $arr = $sqlite->res2arr($res);
565 $arr = $sqlite->res2arr($res);
1032 $arr = $sqlite->res2arr($res);
1187 $arr = $sqlite->res2arr($res);
1231 $arr = $sqlite->res2arr($res);
1253 $arr = $sqlite->res2arr($res);
1845 $arr = $sqlite->res2arr($res);
1929 $arr = $sqlite->res2arr($res);
1961 $arr = $sqlite->res2arr($res);
/plugin/davcard/
H A Dhelper.php152 return $sqlite->res2arr($res);
/plugin/do/
H A Dhelper.php221 $res = $this->db->res2arr($res);
419 return $this->db->res2arr($res);
/plugin/dwcommits/
H A Dhelper.php510 $arr = $this->sqlite->res2arr($res);
/plugin/extendpage/meta/
H A DAssignments.php62 $this->patterns = $this->sqlite->res2arr($res);
108 $pagerows = $this->sqlite->res2arr($res);
215 $list = $this->sqlite->res2arr($res);
281 $pagerows = $this->sqlite->res2arr($res);
/plugin/fksnewsfeed/
H A Dhelper.php97 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php62 foreach ($this->sqlite->res2arr($res) as $row) {
H A DModelPriority.php34 return $this->sqlite->res2arr($res);
H A DModelStream.php25 $ars = $this->sqlite->res2arr($res);
59 foreach ($this->sqlite->res2arr($res) as $row) {
72 foreach ($this->sqlite->res2arr($res) as $row) {
/plugin/git/
H A Dhelper.php129 $rows = $this->sqlite->res2arr($res);
460 $rows = $this->sqlite->res2arr($res);
479 $rows = $this->sqlite->res2arr($res);
495 $rows = $this->sqlite->res2arr($res);
513 $rows = $this->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/issuelinks/_test/
H A DhandleIssueLinkSyntax.test.php43 $pagerev_issues = $sqliteHelper->res2arr($sqliteHelper->query($sql, array()));
79 $pagerev_issues = $sqliteHelper->res2arr($sqliteHelper->query($sql, array()));
104 $pagerev_issues = $sqliteHelper->res2arr($sqliteHelper->query($sql, array()));
/plugin/issuelinks/helper/
H A Ddb.php193 $result = $db->res2arr($res);
/plugin/labeled/
H A Dhelper.php181 $labels = $db->res2arr($res);
209 $labels = $db->res2arr($res);
/plugin/notification/action/
H A Dcron.php84 $sent_notifications = $sqlite->res2arr($res);

123