Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 199) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dwith_filters.test9 ( var is escaped by |escape_and_nl2br, line-breaks are added,
10 the output is not escaped )
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
15 the output is not escaped, |raw is redundant )
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
20 the output is explicitly escaped by |escape )
25 the output is auto-escaped )
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
31 the output is auto-escaped as |upper is not an escaper )
36 the output is escaped by |escape_and_nl2br, line-breaks are added,
[all …]
Dwith_preserves_safety_filters.test16 3. Re-escape values that are escaped for an other contexts
41 3. Re-escape values that are escaped for an other contexts
/plugin/adhoctags/
Dhelper.php205 $escaped = false; // should the next character be treated "as is"?
217 if (!$escaped && $state == 0) {
222 $escaped = false;
228 if (!$escaped) {
252 $escaped = false;
258 if (!$escaped && $state == 0) {
271 if (!$escaped && $state == 2) {
280 $escaped = false;
286 if (!$escaped) {
288 $escaped = true;
[all …]
/plugin/asciidocjs/node_modules/character-parser/
Dindex.js107 if (character === '\'' && !state.escaped) {
109 } else if (character === '\\' && !state.escaped) {
110 state.escaped = true;
112 state.escaped = false;
116 if (character === '"' && !state.escaped) {
118 } else if (character === '\\' && !state.escaped) {
119 state.escaped = true;
121 state.escaped = false;
125 if (character === '`' && !state.escaped) {
128 } else if (character === '\\' && !state.escaped) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dautoescape.rst5 template to be escaped or not by using the ``autoescape`` tag:
10 Everything will be automatically escaped in this block
15 Everything will be automatically escaped in this block
20 Everything will be automatically escaped in this block
35 Everything will be automatically escaped in this block
44 Everything will be automatically escaped in this block
48 When automatic escaping is enabled everything is escaped by default except for
63 Twig is smart enough to not escape an already escaped value by the
/plugin/ckgdoku/scripts/
Dparse_wiki-cmpr.js1escaped=="u"&&aw=="em"){aw="u";this.attr="u";break}if(aw=="div"){if(aa[aA].name=="class"&&aa[aA].v…
Dparse_wiki.js.unc410 // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
424 if(attrs[i].escaped == 'u' && tag == 'em' ) {
515 this.td_align =attrs[i].escaped;
526 this.td_colspan =attrs[i].escaped;
529 this.td_rowspan =attrs[i].escaped-1;
538 // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
540 this.link_title = attrs[i].escaped;
542 interwiki_title = attrs[i].escaped;
562 this.link_class= attrs[i].escaped;
574 var http = attrs[i].escaped.match(/https*:\/\//) ? true : false;
[all …]
/plugin/ckgedit/scripts/
Dparse_wiki-cmpr.js1escaped=="u"&&aw=="em"){aw="u";this.attr="u";break}if(aw=="div"){if(aa[aA].name=="class"&&aa[aA].v…
Dparse_wiki.js.unc499 // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
513 if (attrs[i].escaped == 'u' && tag == 'em') {
603 this.td_align = attrs[i].escaped;
612 this.td_colspan = attrs[i].escaped;
614 this.td_rowspan = attrs[i].escaped - 1;
623 … // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
625 this.link_title = attrs[i].escaped;
627 interwiki_title = attrs[i].escaped;
642 this.link_class = attrs[i].escaped;
649 var http = attrs[i].escaped.match(/https*:\/\//) ? true : false;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Draw.rst5 environment with automatic escaping enabled this variable will not be escaped
11 {{ var|raw }} {# var won't be escaped #}
31 The first ternary statement is not escaped: ``hello`` is marked as being
36 not escaped.
/plugin/codemirror/dist/modes/
Dyaml.min.js1escaped;c.escaped=false;if(d=="#"&&(a.pos==0||/\s/.test(a.string.charAt(a.pos-1)))){a.skipToEnd();…
Dsolr.min.js.map1escaped","next","tokenize","tokenBase","tokenOperator","operator","style","eat","tokenWord","ch","…
Dshell.min.js.map1escaped","shift","backUp","tokenStringStart","startState","token","closeBrackets","lineComment","f…
Dvhdl.min.js.map1escaped","end","Context","indented","column","type","align","prev","this","pushContext","col","con…
Dpascal.min.js.map1escaped","end","maybeEnd","startState","token","eatSpace","style","electricChars","defineMIME"],"m…
/plugin/table2csv/
DgetTableData.php75 $escaped = 0;
81 $escaped = 1;
82 }elseif( !$escaped && $field[$ch] == $enclosure ) {
85 $escaped = 0;
/plugin/findologicxmlexport/vendor/symfony/yaml/
DEscaper.php38 private static $escaped = ['\\\\', '\\"', '\\\\', '\\"', variable in Symfony\\Component\\Yaml\\Escaper
67 return sprintf('"%s"', str_replace(self::$escapees, self::$escaped, $value));
/plugin/asciidocjs/node_modules/nunjucks/src/
Dtests.js42 function escaped(value) { function
45 exports.escaped = escaped;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dnl2br.test7 return ['text' => "If you have some <strong>HTML</strong>\nit will be escaped."]
14 it will be escaped.
Dtrim.test14 return ['text' => " If you have some <strong>HTML</strong> it will be escaped. "]
17 If you have some &lt;strong&gt;HTML&lt;/strong&gt; it will be escaped.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst384 If set to ``html``, all variables in templates are escaped (using the ``html``
399 {{ var|raw }} {# var won't be escaped #}
400 {{ var|escape }} {# var won't be double-escaped #}
410 variables or filter arguments are never automatically escaped:
414 {{ "Twig<br />" }} {# won't be escaped #}
417 {{ text }} {# will be escaped #}
420 are never automatically escaped:
424 {{ foo ? "Twig<br />" : "<br />Twig" }} {# won't be escaped #}
427 {{ foo ? text : "<br />Twig" }} {# will be escaped #}
430 {{ foo ? text|raw : "<br />Twig" }} {# won't be escaped #}
[all …]
/plugin/asciidocjs/node_modules/pug-runtime/
Dindex.js128 function pug_attr(key, val, escaped, terse) { argument
141 if (!escaped && val.indexOf('"') !== -1) {
145 if (escaped) val = pug_escape(val);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dhelpers.js102 escaped = escapeFlag !== '{' && escapeFlag !== '&';
110 escaped: escaped,
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dhelpers.js101 escaped = escapeFlag !== '{' && escapeFlag !== '&';
109 escaped: escaped,
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php447 return (strpos($tokens, $string{$i}) !== false && !csstidy::escaped($string,$i));
767 …this->str_char == ')' && $string{$i} == '"' && !$this->str_in_str && !csstidy::escaped($string,$i))
771 …$this->str_char == ')' && $string{$i} == '"' && $this->str_in_str && !csstidy::escaped($string,$i))
775 … if($string{$i} == $this->str_char && !csstidy::escaped($string,$i) && !$this->str_in_str)
781 …i} == "\n" || $string{$i} == "\r") && !($string{$i-1} == '\\' && !csstidy::escaped($string,$i-1)) )
863 function escaped(&$string,$pos) function in csstidy
865 return !(@($string{$pos-1} != '\\') || csstidy::escaped($string,$pos-1));

12345678