Home
last modified time | relevance | path

Searched refs:res2count (Results 1 – 11 of 11) sorted by relevance

/plugin/sqlite/_test/
H A DHelperTest.php254 $this->assertSame(0, $SqliteHelper->res2count(false));
255 $this->assertEquals($result, $SqliteHelper->res2count($this->res));
/plugin/addressbook/
H A Daction.php79 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
H A Dsyntax.php383 if ($sqlite->res2count($query) ==0){
600 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
634 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
679 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
/plugin/data-au/syntax/
H A Drelated.php43 if(!$sqlite->res2count($res)) return true; // no rows matched
/plugin/data/syntax/
H A Drelated.php
/plugin/blogtng/helper/
H A Dentry.php74 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
310 $count = $this->sqlitehelper->getDB()->res2count($resid);
647 if(!$this->sqlitehelper->getDB()->res2count($res)) return; // no results found
932 if ($this->sqlitehelper->getDB()->res2count($res) > 0) {
H A Dtags.php77 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
H A Dcomments.php54 if ($this->sqlitehelper->getDB()->res2count($resid) == 0) {
670 if(!$this->sqlitehelper->getDB()->res2count($res)) return false; // no results found
/plugin/sqlite/
H A Dhelper.php255 // this is a bullshit workaround for having res2arr and res2count work on one result
327 public function res2count($res)
331 // this is a bullshit workaround for having res2arr and res2count work on one result
324 public function res2count($res) global() function in helper_plugin_sqlite
/plugin/404manager/
H A Dadmin.php365 $count = $this->sqlite->res2count($res);
448 $count = $this->sqlite->res2count($res);
/plugin/bez/mdl/
H A DThread.php425 return $this->model->sqlite->res2count($res);
433 $causes_without_tasks = $this->model->sqlite->res2count($res);