Home
last modified time | relevance | path

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

/plugin/struct/helper/
H A Dimexport.php42 $schemaName = $this->sqlite->escape_string($schemaName);
47 $pattern = $this->sqlite->escape_string($pattern);
/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php139 function escape_string($str) { function in ucclient_db
140 return $this->link->escape_string($str);
H A Ddb.class.php146 function escape_string($str) { function in ucclient_db
/plugin/blogtng/
H A Dadmin.php291 $where .= 'AND ( title LIKE \'%'.$db->escape_string($query['string']).'%\' ) ';
294 $where .= 'AND ( author LIKE \'%'.$db->escape_string($query['string']).'%\' ) ';
297 … $where .= 'AND ( comments.text LIKE \'%'.$db->escape_string($query['string']).'%\' ) ';
300 … $where .= 'AND ( comments.ip LIKE \'%'.$db->escape_string($query['string']).'%\' ) ';
303 … $where .= 'AND ( tags.tag LIKE \'%'.$db->escape_string($query['string']).'%\' ) ';
/plugin/sqlite/
H A Dhelper.php376 public function escape_string($str)
373 public function escape_string($str) global() function in helper_plugin_sqlite
/plugin/tagging/action/
H A Dmain.php158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
/plugin/sqlite/_test/
H A DHelperTest.php144 $this->assertEquals($quotedstring, $SqliteHelper->escape_string($string));
/plugin/data-au/syntax/
H A Dtable.php666 … $filter['logic'] . ' DATARESOLVE(' . $table . '.value,\'' . $sqlite->escape_string($filter['colna…
/plugin/data/syntax/
H A Dtable.php
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php
/plugin/translator/
H A Dhelper.php114 $table = $this->database->databaseConnection->escape_string($tableName);