Home
last modified time | relevance | path

Searched refs:res2arr (Results 51 – 64 of 64) sorted by relevance

123

/plugin/structnotification/
H A Dadmin.php118 $predicates = $sqlite->res2arr($res);
/plugin/structnotification/action/
H A Dnotification.php88 $predicates = $sqlite->res2arr($res);
/plugin/combo/ComboStrap/
H A DSqlite.php267 foreach ($this->sqlitePlugin->res2arr($res) as $row) {
/plugin/webdavclient/
H A Dhelper.php268 return $sqlite->res2arr($res);
372 return $sqlite->res2arr($res);
481 return $sqlite->res2arr($res);
1170 $data = $sqlite->res2arr($res);
/plugin/approve/syntax/
H A Dtable.php
/plugin/issuelinks/helper/
H A Ddb.php193 $result = $db->res2arr($res);
/plugin/404manager/
H A Dadmin.php811 $row = $this->sqlite->res2arr($res);
/plugin/data-au/syntax/
H A Dtable.php262 $rows = $sqlite->res2arr($res);
/plugin/data/syntax/
H A Dtable.php
/plugin/davcard/
H A Dhelper.php152 return $sqlite->res2arr($res);
/plugin/bez/mdl/
H A DTask.php357 $pars = $this->model->sqlite->res2arr($r);
/plugin/dwcommits/
H A Dhelper.php510 $arr = $this->sqlite->res2arr($res);
/plugin/blogtng/
H A Dadmin.php349 $items = $this->sqlitehelper->getDB()->res2arr($resid);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php656 $stringReplacement = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM strings WHERE string = ?",$value));

123