Home
last modified time | relevance | path

Searched refs:_escape (Results 1 – 10 of 10) sorted by relevance

/plugin/authdrupal7/
H A Dauth.php84 $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 Dauth.php80 $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 DFpdi.php242 $value->value = \TCPDF_STATIC::_escape($string);
/plugin/authsqlite/
H A Dauth.php440 protected function _escape($string, $like = false) { function in auth_plugin_authsqlite
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2061 …$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 Dfpdf.php2106 … $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 D4.4.js1_escape=function(e,t){var n=this.stream.peekChar();if(n===T){this.stream.advance(1),n=this.stream.… method in e
H A D2.2.js28552 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 D2.2.js.map1_escape = function (result, includeNewLines) {\n var ch = this.stream.peekChar();\n …
H A Dbundle.js.map1_escape = helpers.escape,\n findClosingBracket$1 = helpers.findClosingBracket;\n\n function …