Home
last modified time | relevance | path

Searched refs:escaped (Results 101 – 125 of 150) sorted by path

123456

/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …?arguments[3]:arguments[4]?arguments[4]:j[A]?A:"";x.push({name:A,value:C,escaped:C.replace(/(^|[^\…
/plugin/filelisting/
H A Dscript.js200 escaped = filter.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), // $& means the whole matched string
201 globbing = escaped.replace(/\\\*/g, '.*').replace(/\\\?/g, '.'),
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md132 - [50: Hotfix: match escaped quotes (revert #44)](https://github.com/doctrine/annotations/pull/50)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md157 * Yaml::parse() now throws an exception when a blackslash is not escaped
H A DEscaper.php38 private static $escaped = ['\\\\', '\\"', '\\\\', '\\"', variable in Symfony\\Component\\Yaml\\Escaper
67 return sprintf('"%s"', str_replace(self::$escapees, self::$escaped, $value));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1069 "\a" : This key had to be escaped.
1098 "\a" => 'This key had to be escaped.',
1289 third: 'a single quote '' must be escaped.'
1300 'third' => "a single quote ' must be escaped.",
1310 third: "a \" or a \\ must be escaped."
1320 'third' => 'a " or a \\ must be escaped.',
H A DsfQuotes.yml2 test: Some characters at the beginning of a string must be escaped
4 Some characters at the beginning of a string must be escaped
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG825 variables are now automatically escaped. You can revert to the previous
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst219 If automatic escaping is enabled, the output of the filter may be escaped
226 Some filters may need to work on input that is already escaped or safe, for
H A Dadvanced_legacy.rst246 If automatic escaping is enabled, the output of the filter may be escaped
253 Some filters may need to work on input that is already escaped or safe, for
H A Dapi.rst399 {{ 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:
427 {{ foo ? text : "<br />Twig" }} {# will be escaped #}
445 {{ var|raw|upper }} {# will be escaped #}
447 {{ var|upper|raw }} {# won't be escaped #}
458 {{ var }} {# will be escaped for JavaScript #}
[all …]
H A Dtemplates.rst460 template to be escaped or not by using the :doc:`autoescape<tags/autoescape>`
466 Everything will be automatically escaped in this block (using the HTML strategy)
476 Everything will be automatically escaped in this block (using the JS strategy)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst75 {{ var|escape('html') }} {# won't be double-escaped #}
76 {{ var|escape(strategy) }} {# will be double-escaped #}
87 {{ var|escape(strategy)|raw }} {# won't be double-escaped #}
H A 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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test7 return ['text' => "If you have some <strong>HTML</strong>\nit will be escaped."]
14 it will be escaped.
H A 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/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test10 the output is not escaped )
15 the output is not escaped, |raw is redundant )
20 the output is explicitly escaped by |escape )
25 the output is auto-escaped )
42 the output is auto-escaped )
48 the output is auto-escaped )
71 the output is not escaped )
83 the output is explicitly escaped by |escape )
89 the output is auto-escaped )
109 the output is auto-escaped )
[all …]
H A Dwith_pre_escape_filters.test24 5. Re-escape values that are escaped for an other contexts
59 5. Re-escape values that are escaped for an other contexts
H A 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/freechat/phpfreechat/lib/csstidy-1.2/
H A 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));
H A Dclass.csstidy_optimise.php555 if($string{$i} == $sep && !csstidy::escaped($string,$i))
559 …f($string{$i} == '"' || $string{$i} == '\'' || $string{$i} == '(' && !csstidy::escaped($string,$i))
572 if($string{$i} == $to && !csstidy::escaped($string,$i))
/plugin/frootysearch/
H A Dscript.js82 …() {return function (evt) {var escaped = false;if (evt.type == "keydown") {if (evt.keyCode != 27) …
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog606 attempts to detect un-escaped symbols (i.e. spaces) in path and
/plugin/indexnumber/
H A DREADME.md37 escaped as their entities (`&lt;` and `&gt;`).

123456