Home
last modified time | relevance | path

Searched refs:escape (Results 51 – 75 of 527) sorted by relevance

12345678910>>...22

/plugin/bliki/
H A Dlocal.php.dist6 …'===== l, F j ====='; // Format for date header/separator (passed to date(), escape special flags!)
7 … Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special flags!)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D62.62.js1escape","string"]],[/'/,"string.invalid"]],params:[[/\b[A-Za-z0-9_]+\b(?=\()/,{token:"identifier",…
H A D27.27.js.map1escape sequences\n escape: /(?:[abefnrstv\\\\\"'\\n\\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-…
H A D33.33.js.map1escape'],\n [/\\./, 'string.escape.invalid'],\n [/\\./, 'string.escape.inval…
H A D44.44.js.map1escape', next: '@popall' },\n '@default': 'string.escape'\n …
H A D46.46.js.map1escape', '@popall'],\n [/'/, 'string.escape', '@stringBody'],\n [/\"$/, 'str…
H A D55.55.js.map1escape', { token: 'string', next: '@allowMethod' }]\n ],\n [/'/, 'string.inv…
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js20 c = isEmpty(c)?"\\s":RegExp.escape(c);
36 c = isEmpty(c)?"\\s":RegExp.escape(c);
52 c = isEmpty(c)?"\\s":RegExp.escape(c);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php180 return Attribute::escape($value);
185 $startsWith = Attribute::escape($this->startsWith);
189 $endsWith = Attribute::escape($this->endsWith);
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-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");
H A DJsHttpRequest-form.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/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-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');
H A DJsHttpRequest-form.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/commonmark/vendor/league/commonmark/src/Util/
H A DXml.php29 public static function escape(string $string): string
27 public static function escape($string) global() function in League\\CommonMark\\Util\\Xml
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape_non_supported_charset.test2 "escape" filter
H A Descape.test2 "escape" filter
H A Descape_javascript.test2 "escape" filter
/plugin/autotabber/
H A Dscript.js12 tabOverride.set(textareas).tabSize(0).autoIndent(true).escape(true);
/plugin/freechat/phpfreechat/data/public/js/
H A Dregex.js1 RegExp.escape = function(text) { function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php45 return '(' . $this->escape($s) . ')';
80 return '(' . $this->escape($s) . ')';
106 public function escape($s) // _escape
107 public function escape($s) // _escape global() function in Mpdf\\Writer\\BaseWriter
/plugin/pgn4web/pgn4web/
H A Dfide-lookup.js16 if (FideId) { window.open("http://ratings.fide.com/card.phtml?event=" + escape(FideId)); }
/plugin/c3chart/
H A Dscript.js4 c3.generate(jsyaml.load(decodeURIComponent(escape(atob(c3data)))));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Draw.test2 "autoescape" tag does not escape when raw is used as a filter
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
/plugin/amcharts/
H A Dscript.js6 var chart = AmCharts.makeChart(id, jsyaml.load(decodeURIComponent(escape(atob(amdata)))));

12345678910>>...22