Home
last modified time | relevance | path

Searched refs:escape (Results 26 – 50 of 527) sorted by relevance

12345678910>>...22

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py29 def escape(text, replace=string.replace): function
59 HtmlValue = escape(self.Value)
153 k = escape(sKey)
154 v = escape(sValue)
/plugin/vcard/
H A Dvcard.php29 return escape($string);
32 function escape($string) { function
43 $escape = "=";
57 $c = $escape.$hex["$h2"].$hex["$h1"];
60 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
/plugin/bibtex/OSBib/create/
H A Dcommon.js111 url = url + "&style=" + escape(a_php);
113 url = url +"&templateName=" + escape(templateName) + "&templateString=" + escape(templateString);
/plugin/bookmark2wiki/
H A DREADME.md19 …dow.open('https://myserver/bookmark2wiki.php?te='+escape(Q)+'&ur='+ escape(location.href)+'&ti='+e…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst63 Twig is smart enough to not escape an already escaped value by the
64 :doc:`escape<../filters/escape>` filter.
68 Twig does not escape static expressions:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D13.13.js1 …:[[/[^"'\#\\]+/,"string"],[/@escapes/,"string.escape"],[/\./,"string.escape.invalid"],[/\./,"strin…
H A D14.14.js.map1escape sequences\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-F…
H A D25.25.js1 …comment"]],string:[[/[^\\"']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invali…
H A D47.47.js1 …"],[/"/,"string.escape","@dblStringBody"]],stringBody:[[/\\./,{cases:{"@special":"string","@defaul…
H A D10.10.js1 …",next:"@popall"},"@default":"string"}}],[/@escapes/,"string.escape"],[/\\./,"string.escape.invali…
H A D19.19.js1 …"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invali…
H A D31.31.js1 …comment"]],string:[[/[^\\"']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invali…
H A D36.36.js.map1escape', '@popall'],\n [/'/, 'string.escape', '@stringBody'],\n [/\"$/, 'str…
/plugin/highlightjs/highlight/
H A Dhighlight.js10 function escape(value) { function
128 return escape(buffer);
141 result += escape(buffer.substr(last_index, match.index - last_index));
145 result += '<span class="'+ keyword_match[0] +'">' + escape(match[0]) + '</span>';
147 result += escape(match[0]);
152 result += escape(buffer.substr(last_index, buffer.length - last_index));
173 result += escape(lexem) + markup;
203 … result += processBuffer(current_mode.buffer + buffer, current_mode) + markup + escape(lexem);
258 value: escape(value)
338 …result += ' ' + node.attributes[i].nodeName.toLowerCase() + '="' + escape(node.attributes[i].node…
[all …]
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10escape(i):"\\s")+")+");return this.replace(i,"");};String.prototype.rtrim=function(i){i=new RegExp…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters_arguments.test6 {{ var|nl2br("<br />"|escape) }}
9 {{ var|nl2br(sep|escape) }}
/plugin/supa/lib/
H A DSupa.js45 … body += "Content-disposition: form-data; name=\"" + escape(params[i].name) + "\";" + cr;
54 …body += "Content-Disposition: form-data; name=\"" + escape(fieldname_filename) + "\"; filename=\""…
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js72 … url += (url.indexOf('?') >= 0? '&' : '?') + session_name + "=" + this.escape(RegExp.$1);
243 var curPrefix = prefix? prefix + '[' + this.escape(k) + ']' : this.escape(k);
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
307 t.escape = function(s) { function
308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
H A DJsHttpRequest-xml.js72 … url += (url.indexOf('?') >= 0? '&' : '?') + session_name + "=" + this.escape(RegExp.$1);
243 var curPrefix = prefix? prefix + '[' + this.escape(k) + ']' : this.escape(k);
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
307 t.escape = function(s) { function
308 return escape(s).replace(new RegExp('\\+','g'), '%2B');
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js45 _3+=(_3.indexOf("?")>=0?"&":"?")+session_name+"="+this.escape(RegExp.$1);
177 var _25=_1f?_1f+"["+this.escape(k)+"]":this.escape(k);
197 _20[_20.length]=_25+"="+this.escape(""+v);
237 t.escape=function(s){ function
238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
H A DJsHttpRequest-xml.js45 _3+=(_3.indexOf("?")>=0?"&":"?")+session_name+"="+this.escape(RegExp.$1);
177 var _25=_1f?_1f+"["+this.escape(k)+"]":this.escape(k);
197 _20[_20.length]=_25+"="+this.escape(""+v);
237 t.escape=function(s){ function
238 return escape(s).replace(new RegExp("\\+","g"),"%2B");
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py30 def escape(text, replace=string.replace): function
47 return escape(value)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php51 private $escape; variable in Mustache_Engine
188 $this->escape = $options['escape'];
246 return $this->escape;
630 'escape' => isset($this->escape) ? 'custom' : 'default',
813 …return $compiler->compile($source, $tree, $name, isset($this->escape), $this->charset, $this->stri…
/plugin/crypto/js/
H A Dencrypt-dialog.js97 dialog.sack.setVar("secret", escape($('encrypt_dialog_password1').value));
98 dialog.sack.setVar("data", escape(selection.getText()));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst32 safe and Twig does not escape static values (see
33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even

12345678910>>...22