Searched refs:_escape (Results 1 – 10 of 10) sorted by relevance
/plugin/authdrupal7/ |
H A D | auth.php | 84 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('checkPass')); 186 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getUserInfo')); 212 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getGroups')); 389 protected function _escape($string, $like = false) { function in auth_plugin_authdrupal7
|
/plugin/authdrupal8/ |
H A D | auth.php | 80 $sql = str_replace('%{user}', $this->_escape($user), $this->checkPass); 181 $sql = str_replace('%{user}', $this->_escape($user), $this->getUserInfo); 207 $sql = str_replace('%{user}', $this->_escape($user), $this->getGroups); 383 protected function _escape($string, $like = false) { 394 protected function _escape($string, $like = false) { global() function in auth_plugin_authdrupal8
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/ |
H A D | Fpdi.php | 242 $value->value = \TCPDF_STATIC::_escape($string);
|
/plugin/authsqlite/ |
H A D | auth.php | 440 protected function _escape($string, $like = false) { function in auth_plugin_authsqlite
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 2061 …$s = sprintf('BT %.2f %.2f Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt)); 2710 return '('.$this->_escape($s).')'; 2716 function _escape($s) { function in FPDF
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 2106 … $s=sprintf('BT %.2f %.2f Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt)); 3179 return '('.$this->_escape($s).')'; 3182 function _escape($s) { function in FPDF
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 4.4.js | 1 …_escape=function(e,t){var n=this.stream.peekChar();if(n===T){this.stream.advance(1),n=this.stream.… method in e
|
H A D | 2.2.js | 28552 Scanner.prototype._escape = function (result, includeNewLines) { 28607 while (this._stringChar(closeQuote, result) || this._escape(result, true)) { 28633 while (this._unquotedChar(result) || this._escape(result)) { 28646 while (this._identChar(result) || this._escape(result)) { 28655 if (this._identFirstChar(result) || this._escape(result)) { 28656 while (this._identChar(result) || this._escape(result)) { 28662 else if (this._identFirstChar(result) || this._escape(result)) { 28663 while (this._identChar(result) || this._escape(result)) {
|
H A D | 2.2.js.map | 1 …_escape = function (result, includeNewLines) {\n var ch = this.stream.peekChar();\n …
|
H A D | bundle.js.map | 1 …_escape = helpers.escape,\n findClosingBracket$1 = helpers.findClosingBracket;\n\n function …
|