Home
last modified time | relevance | path

Searched refs:res2single (Results 1 – 23 of 23) sorted by relevance

/plugin/timetrack/
Dhelper.php68 $db_user_id = (int) $sqlite->res2single($res);
75 $db_user_id = (int) $sqlite->res2single($res);
92 $page_id = (int) $sqlite->res2single($res);
103 $page_id = (int) $sqlite->res2single($res);
129 $project_id = (int) $sqlite->res2single($res);
160 $task_id = (int) $sqlite->res2single($res);
247 $project_id = (int) $sqlite->res2single($res);
267 $data = $sqlite->res2single($res);
365 $db_id = (int) $sqlite->res2single($res);
384 $db_user_id = (int) $sqlite->res2single($res);
[all …]
/plugin/bez/mdl/
H A DSubscriptionFactory.php13 return $this->model->sqlite->res2single($r);
51 $mute = $this->model->sqlite->res2single($r);
67 $token = $this->model->sqlite->res2single($r);
H A DAuthentication_tokenFactory.php15 $token = $this->model->sqlite->res2single($r);
H A DThread.php367 $label_id = $this->model->sqlite->res2single($r);
598 $comments_count = $this->model->sqlite->res2single($r);
H A DThreadFactory.php15 $date = $this->model->sqlite->res2single($r);
/plugin/data-au/_test/
Daction_handle.test.php62 $pid = $this->db->res2single($res);
69 $pid = (int) $this->db->res2single($res);
/plugin/sqlite/_test/
H A DHelperTest.php210 $this->assertEquals(false, $SqliteHelper->res2single(false));
211 $this->assertEquals($result1, $SqliteHelper->res2single($this->res));
212 $this->assertEquals($result2, $SqliteHelper->res2single($this->res)); //next row
/plugin/rating/
Dhelper.php65 $current = (int) $sqlite->res2single($res);
70 $self = (int) $sqlite->res2single($res);
/plugin/telleveryone/
Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
Dadmin.php102 $token = $sqlite->res2single($res);
/plugin/dwcommits/
Dhelper.php375 $start_number = $this->res2single($results);
437 $end_number = $this->res2single($results);
722 function res2single($res) { function in helper_plugin_dwcommits
723 if(method_exists($this->sqlite,res2single)){
724 return $this->sqlite->res2single($res);
843 $res = $this->res2single($results);
/plugin/notification/action/
H A Dcron.php51 $user = $sqlite->res2single($res);
/plugin/combo/ComboStrap/
H A DSqliteResult.php86 return $this->sqlitePlugin->res2single($this->res);
/plugin/fksnewsfeed/inc/ORM/
DAbstractService.php56 return (int)$this->sqlite->res2single($res);
/plugin/data-au/
Daction.php56 $pid = (int) $sqlite->res2single($res);
/plugin/extendpage/meta/
DAssignments.php84 $this->propagatePageAssignments($this->sqlite->res2single($res));
/plugin/sqlite/
H A Dhelper.php282 public function res2single($res) function in helper_plugin_sqlite
/plugin/ireadit/action/
H A Dmigration.php108 $existsAlready = $sqlite->res2single($res2);
/plugin/404manager/
Dadmin.php565 $value = $this->sqlite->res2single($res);
778 $value = $this->sqlite->res2single($res);
/plugin/blogtng/
Dadmin.php323 $count = $db->res2single($res);
516 $count = $this->sqlitehelper->getDB()->res2single($res);
/plugin/issuelinks/helper/
Ddb.php101 $value = $db->res2single($res);
/plugin/data-au/syntax/
Dentry.php237 $pid = (int) $sqlite->res2single($res);
/plugin/blogtng/helper/
Dcomments.php172 $cid = $this->sqlitehelper->getDB()->res2single($res);