Home
last modified time | relevance | path

Searched refs:escape (Results 376 – 400 of 527) sorted by path

1...<<11121314151617181920>>...22

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst435 If manual escaping is enabled, it is **your** responsibility to escape
436 variables if needed. What to escape? Any variable you don't trust.
439 :doc:`escape<filters/escape>` or ``e`` filter:
445 By default, the ``escape`` filter uses the ``html`` strategy, but depending on
470 variables in other contexts, you need to explicitly escape them with the
592 backslash (e.g. ``'c:\Program Files'``) escape it by doubling it
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape.test2 "escape" filter
H A Descape_html_attr.test2 "escape" filter does not escape with the html strategy when using the html_attr strategy
4 {{ '<br />'|escape('html_attr') }}
H A Descape_javascript.test2 "escape" filter
H A Descape_non_supported_charset.test2 "escape" filter
H A Dforce_escape.test2 "escape" filter
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Ddouble_escaping.test2 "autoescape" tag does not double-escape
5 {{ var|escape }}
H A Dfunctions.test28 safe_br()|escape
29 {{ (safe_br())|escape }}
34 unsafe_br()|escape
35 {{ (unsafe_br())|escape }}
70 safe_br()|escape
76 unsafe_br()|escape
H A Draw.test2 "autoescape" tag does not escape when raw is used as a filter
H A Dtype.test2 escape types
5 1. autoescape 'html' |escape('js')
17 3. autoescape 'js' |escape('js')
23 4. no escape
29 5. |escape('js')|escape('html')
32 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
35 6. autoescape 'html' |escape('js')|escape('html')
38 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
57 4. no escape
62 5. |escape('js')|escape('html')
[all …]
H A Dwith_filters.test8 1. Don't escape escaper filter output
13 2. Don't escape escaper filter output
18 3. Explicit escape
21 {{ var|escape_and_nl2br|escape }}
34 6. Don't escape escaper filter output
51 9. Don't escape escaper filter output
56 10. Don't escape escaper filter output
69 1. Don't escape escaper filter output
75 2. Don't escape escaper filter output
81 3. Explicit escape
[all …]
H A Dwith_filters_arguments.test6 {{ var|nl2br("<br />"|escape) }}
9 {{ var|nl2br(sep|escape) }}
H A Dwith_pre_escape_filters.test8 1. Pre-escape and don't post-escape
9 ( var|escape|nl2br )
12 2. Don't double-pre-escape
13 ( var|escape|nl2br )
14 {{ var|escape|nl2br }}
21 ( var|escape|nl2br|nl2br )
29 ( var|escape|nl2br|upper|escape )
39 1. Pre-escape and don't post-escape
40 ( var|escape|nl2br )
45 ( var|escape|nl2br )
[all …]
H A Dwith_preserves_safety_filters.test9 ( var|preserves_safety|escape )
13 ( var|escape|preserves_safety )
14 {{ var|escape|preserves_safety }}
17 ( var|escape_something|preserves_safety|escape )
20 4. Still escape when using filters not declared safe
21 ( var|escape|preserves_safety|replace({'FABIEN': 'FABPOT'})|escape )
32 ( var|preserves_safety|escape )
37 ( var|escape|preserves_safety )
42 ( var|escape_something|preserves_safety|escape )
46 4. Still escape when using filters not declared safe
[all …]
/plugin/flowplay/flowplayer/
H A Dswfobject.js76 this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js9 …var curCookie = name + '=' + escape(value) + ((expires) ? '; expires=' + expires.toGMTString() : '…
H A Dpfcclient.js1575 rx = new RegExp(RegExp.escape(sl[i]) + '(?![^<]*>)','g');
1580 rx = new RegExp('(^|[ :,;])'+RegExp.escape(this.nickname)+'([ :,;]|$)','gi');
H A Dprototype.js280 RegExp.escape = function(str) { function
1402 json = decodeURIComponent(escape(json));
H A Dregex.js1 RegExp.escape = function(text) { function
/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 …]
H A Dhighlight.pack.js1escape:1,linebreaks:1,length_is:1,ljust:1,rjust:1,cut:1,urlize:1,fix_ampersands:1,title:1,floatfor…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog607 escape them automatically. Applies to img & input type="image".
892 * Fixed: escape sequences were not supported in 'content' property
/plugin/html5video2/script/
H A Dvideo.min.js12 …7,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md503 * Fixed: URI properties should not escape ; and ,.
614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).

1...<<11121314151617181920>>...22