Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php772 $val = $this->pdo->quote($val, PDO::PARAM_INT);
774 $val = $this->pdo->quote($val, PDO::PARAM_BOOL);
778 $val = $this->pdo->quote($val);
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php107 private const STATE_QUOTE = 'quote';
378 protected function quote() function in SimplePie\\HTTP\\Parser
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php199 $quote = substr($this->data, $this->position, 1);
200 if ($quote === '"' || $quote === "'") {
202 $len = strcspn($this->data, $quote, $this->position);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php209 $database_ids[] = $this->mysql->quote($id);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG657 - Added single quote to Lua (Darrin Roenfanz)
/dokuwiki/inc/parser/
H A Dhandler.php612 public function quote($match, $state, $pos)
582 public function quote($match, $state, $pos) { global() function in Doku_Handler