Home
last modified time | relevance | path

Searched refs:quote_and_join (Results 1 – 8 of 8) sorted by relevance

/plugin/blogtng/helper/
H A Dentry.php292 $this->sqlitehelper->getDB()->quote_and_join($conf['blog'],
297 $this->sqlitehelper->getDB()->quote_and_join($conf['tags'],
631 $tags = $this->sqlitehelper->getDB()->quote_and_join($tags,',');
633 $this->sqlitehelper->getDB()->quote_and_join($blogs,
791 …$blog_query = '(blog = ' . $this->sqlitehelper->getDB()->quote_and_join($conf['blog'], ' OR blog =…
800 …$tag_query .= ' (tag = ' . $this->sqlitehelper->getDB()->quote_and_join($conf['tags'], ' OR tag = …
H A Dcomments.php650 $types = $this->sqlitehelper->getDB()->quote_and_join($types,',');
656 $this->sqlitehelper->getDB()->quote_and_join($blogs,
/plugin/timetrack/
H A Dhelper.php183 $task_abbrs = $sqlite->quote_and_join($task_abbrs);
472 ut.task_id NOT IN (".$sqlite->quote_and_join($task_ids).")",
502 $cond_project = " pr.id IN (".$sqlite->quote_and_join($project_ids).") AND ";
546 $cond_project = " pr.id IN (".$sqlite->quote_and_join($project_ids).") AND ";
/plugin/data-au/syntax/
H A Drelated.php96 " AND T1.value IN (" . $sqlite->quote_and_join($values, ',') . ") )\n";
/plugin/data/syntax/
H A Drelated.php
/plugin/sqlite/
H A Dhelper.php359 public function quote_and_join($vals, $sep = ',')
356 public function quote_and_join($vals, $sep = ',') global() function in helper_plugin_sqlite
/plugin/sqlite/_test/
H A DHelperTest.php124 $this->assertEquals($quotedstring, $SqliteHelper->quote_and_join($vals));
/plugin/do/
H A Dhelper.php193 $args[$n] = $this->db->quote_and_join($args[$n]);