Home
last modified time | relevance | path

Searched refs:res_fetch_assoc (Results 1 – 10 of 10) sorted by path

/plugin/approve/action/
H A Dapprove.php213 $approve = $sqlite->res_fetch_assoc($res);
251 $last_approve = $sqlite->res_fetch_assoc($res);
284 $last_approve = $sqlite->res_fetch_assoc($res);
H A Dprettyprint.php50 $approve = $sqlite->res_fetch_assoc($res);
/plugin/bez/mdl/
H A DTask.php488 $thread = $this->model->sqlite->res_fetch_assoc($r);
/plugin/data-au/syntax/
H A Drelated.php89 while($value = $sqlite->res_fetch_assoc($res)) {
/plugin/data/syntax/
H A Drelated.php
/plugin/ireadit/action/
H A Dmigration.php100 while ($row = $sqlite->res_fetch_assoc($res)) {
130 while ($row = $sqlite->res_fetch_assoc($res)) {
/plugin/ireadit/
H A Dhelper.php172 while ($row = $sqlite->res_fetch_assoc($res)) {
/plugin/randomtables/table-roller/src/Table/
H A DManager.php37 $row = $this->db->res_fetch_assoc($result);
/plugin/sqlite/_test/
H A DHelperTest.php240 $this->assertEquals(false, $SqliteHelper->res_fetch_assoc(false));
241 $this->assertEquals($result0, $SqliteHelper->res_fetch_assoc($this->res));
242 $this->assertEquals($result1, $SqliteHelper->res_fetch_assoc($this->res)); //next row
/plugin/sqlite/
H A Dhelper.php312 public function res_fetch_assoc($res)
309 public function res_fetch_assoc($res) global() function in helper_plugin_sqlite