Home
last modified time | relevance | path

Searched refs:escaped (Results 76 – 100 of 150) sorted by last modified time

123456

/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1escaped","Context","prev","this","pushContext","popContext","currentIndent","contextIndent","pass"…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1escaped.\n var specials = '|(){';\n // Remove, but never add, a '\\' for these.\n v…
/plugin/filelisting/
H A Dscript.js200 escaped = filter.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), // $& means the whole matched string
201 globbing = escaped.replace(/\\\*/g, '.*').replace(/\\\?/g, '.'),
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …de":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … var baseURL = href.replace(/[^\\/]*$/, '') || './';\n\n // handle escaped characters (backs…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1escaped.\n * @example\n *\n * XRegExp.escape('Escaped? <.>');\n * // -> 'Escaped\\?\\ <\\.>'\n */\…
/plugin/redirect/lang/en/
H A Dintro.txt3 …nd cleaned (no specialchars, all lowercase, full namespaces). Anchor hash must be escaped with a \.
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9158 **Note:** No other characters are escaped. To escape additional
9162 Though the ">" character is escaped for symmetry, characters like
9180 *(string)*: Returns the escaped string.
9206 *(string)*: Returns the escaped string.
11233 (RegExp): Used to detect `data` property values to be HTML-escaped.
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js5503 var escaped = '&amp;&lt;&gt;&quot;&#39;/', variable
5506 escaped += escaped;
5512 assert.strictEqual(_.escape(unescaped), escaped);
5524 assert.strictEqual(_.escape(_.unescape(escaped)), escaped);
5541 var escaped = '\\^\\$\\.\\*\\+\\?\\(\\)\\[\\]\\{\\}\\|\\\\', variable
5547 assert.strictEqual(_.escapeRegExp(unescaped + unescaped), escaped + escaped);
24554 var escaped = '&amp;&lt;&gt;&quot;&#39;/',
24557 escaped += escaped;
24569 assert.strictEqual(_.unescape(escaped), unescaped);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js190 var escaped = _.escape(str);
192 assert.notStrictEqual(escaped.indexOf('&'), -1, 'handles & aka &amp;');
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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)
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
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
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
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.',
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
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.
H A Dnl2br.test7 return ['text' => "If you have some <strong>HTML</strong>\nit will be escaped."]
14 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/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php38 private static $escaped = ['\\\\', '\\"', '\\\\', '\\"', variable in Symfony\\Component\\Yaml\\Escaper
67 return sprintf('"%s"', str_replace(self::$escapees, self::$escaped, $value));
H A DCHANGELOG.md157 * Yaml::parse() now throws an exception when a blackslash is not escaped
/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/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

123456