Home
last modified time | relevance | path

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

12

/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 DThreadFactory.php15 $date = $this->model->sqlite->res2single($r);
H A DThread.php367 $label_id = $this->model->sqlite->res2single($r);
598 $comments_count = $this->model->sqlite->res2single($r);
/plugin/timetrack/
H A 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);
267 $data = $sqlite->res2single($res);
365 $db_id = (int) $sqlite->res2single($res);
475 $data = $sqlite->res2single($res);
687 $data = $sqlite->res2single($res);
[all …]
/plugin/data-au/_test/
H A Daction_handle.test.php62 $pid = $this->db->res2single($res);
69 $pid = (int) $this->db->res2single($res);
/plugin/data/_test/
H A Daction_handle.test.php
/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/
H A Dhelper.php65 $current = (int) $sqlite->res2single($res);
70 $self = (int) $sqlite->res2single($res);
/plugin/telleveryone/
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
H A Dadmin.php102 $token = $sqlite->res2single($res);
/plugin/dwcommits/
H A 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/combo/ComboStrap/
H A DSqliteResult.php86 return $this->sqlitePlugin->res2single($this->res);
/plugin/approve/
H A Dhelper.php15 $no_apr_namespaces_db = $sqlite->res2single($res);
67 return $sqlite->res2single($res);
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php56 return (int)$this->sqlite->res2single($res);
/plugin/notification/action/
H A Dcron.php55 $user = $sqlite->res2single($res);
/plugin/approve/action/
H A Dapprove.php98 $next_version = $sqlite->res2single($res);
369 return $sqlite->res2single($res);
/plugin/data-au/
H A Daction.php56 $pid = (int) $sqlite->res2single($res);
/plugin/data/
H A Daction.php
/plugin/extendpage/meta/
H A DAssignments.php84 $this->propagatePageAssignments($this->sqlite->res2single($res));
/plugin/sqlite/
H A Dhelper.php282 public function res2single($res)
279 public function res2single($res) global() function in helper_plugin_sqlite
/plugin/ireadit/action/
H A Dmigration.php109 $existsAlready = $sqlite->res2single($res2);
/plugin/404manager/
H A Dadmin.php565 $value = $this->sqlite->res2single($res);
778 $value = $this->sqlite->res2single($res);
/plugin/issuelinks/helper/
H A Ddb.php101 $value = $db->res2single($res);
/plugin/blogtng/
H A Dadmin.php323 $count = $db->res2single($res);
516 $count = $this->sqlitehelper->getDB()->res2single($res);

12