| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
| D | literal.test | 2 "autoescape" tag does not apply escaping on literals 9 2. Conditional expression with only literals 15 4. Nested conditionals with only literals 32 2. Conditional expression with only literals 38 4. Nested conditionals with only literals
|
| /plugin/strata/helper/ |
| H A D | triples.php | 251 list($sql, $literals, $projected, $grouped) = $generator->translate($queryTree); 260 $res = $query->execute($literals); 266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1); 343 private $literals = array(); variable in strata_sql_generator 433 $this->literals[$id] = $tp['subject']['text']; 440 $this->literals[$id] = $tp['predicate']['text']; 447 $this->literals[$id] = $tp['object']['text']; 590 $this->literals[$id] = $f['lhs']['text']; 599 $this->literals[$id] = $f['rhs']['text']; 857 return array($q['sql'], $this->literals, $this->projected, $this->grouped);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | literals.test | 2 Twig supports literals
|
| /plugin/skipentity/ |
| D | README.md | 2 Creates monospaced text without converting entities and also preserves most markup as literals.
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | CHANGELOG.md | 37 for unclosed template literals. 147 In the loose parser, don't allow non-string-literals as import
|
| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | History.md | 10 literals, most notably used in Bemto
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 164 for unclosed template literals. 274 In the loose parser, don't allow non-string-literals as import
|
| /plugin/codeprettify/code-prettify/ |
| D | CHANGES.md | 72 * Fixed bugs with highlighting of Haskell line comments, Lisp number literals, 122 * Bug fix: CSS color literals / ID selector confusion.
|
| /plugin/strata/ |
| H A D | manual.txt | 71 **Patterns**: You can use variables and literals to describe what data you want to match. The patte… 77 Literals can be written down verbatim, except for subject literals. These should be enclosed in ''%… 229 You can use variables, indicated by starting with ''?'', and literals in any position. 232 …* Subject literals must be enclosed in ''%%[[%%'' and ''%%]]%%'', and are interpreted as if it wer… 233 * Predicate literals can contain any character except '':'' and ''['' 234 * Object literals can contain any character 261 It is possible to use both variables and literals for left and right, but there must be at least on…
|
| /plugin/textinsert/ |
| D | README | 30 HTML markup will be treated as literals. With it, <p> creates a paragraph; wthout it the <p>
|
| /plugin/codemirror/dist/modes/ |
| D | vb.min.js.map | 1 …literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
|
| D | vbscript.min.js.map | 1 …literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
|
| D | yaml.min.js.map | 1 …t of value of a pair */\n if (state.pairStart) {\n /* block literals */\n if (s…
|
| D | sql.min.js.map | 1 …literals.html\n return \"number\";\n } else if (support.binaryNumber &&\n (((ch == \"…
|
| D | python.min.js.map | 1 …literals may be \"imaginary\"\n stream.eat(/J/i);\n return \"number\";\n …
|
| D | coffeescript.min.js.map | 1 …literals\n if (stream.match(/^-?[0-9\\.]/, false)) {\n var floatLiteral = false;\n //…
|
| D | yacas.min.js.map | 1 …|}|\\(|\\))/, true, false)) {\n return 'bracket';\n }\n\n // literals looking like func…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 51.51.js.map | 1 …rong'],\n [/\\*[^*]+\\*/, 'emphasis'],\n //inline-literals\n [/(`…
|
| D | 65.65.js.map | 1 … 'endsandbox',\n 'endset',\n 'endwith',\n // literals\n 'true',\…
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | readme.md | 250 …template literal](https://exploringjs.com/es6/ch_template-literals.html#_tagged-template-literals).
|
| /plugin/fetchmedia/ |
| D | yarn.lock | 443 babel-plugin-transform-es2015-literals@^6.22.0: 445 …/registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-liter… 521 babel-plugin-transform-es2015-template-literals@^6.22.0: 523 …pkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-l… 586 babel-plugin-transform-es2015-literals "^6.22.0" 596 babel-plugin-transform-es2015-template-literals "^6.22.0"
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | yarn.lock | 485 babel-plugin-transform-es2015-literals@^6.3.13: 487 …/registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-liter… 563 babel-plugin-transform-es2015-template-literals@^6.6.0: 565 …pkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-l… 639 babel-plugin-transform-es2015-literals "^6.3.13" 649 babel-plugin-transform-es2015-template-literals "^6.6.0"
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 717 array literals into regular variables subject to a set of constraints. For example: 759 - `objects` (default: `true`) — compact duplicate keys in object literals. 815 - `templates` (default: `true`) — compact template literals by embedding expressions 816 and/or converting to string literals, e.g. `` `foo ${42}` → "foo 42"`` 836 when both `args` and `code` are string literals. 961 quotes from property names in object literals.
|
| /plugin/calendar/ |
| H A D | PROJECT_HISTORY.md | 163 - **v6.4.8**: Fixed PHP parse error — JS template literals (`${...}`) inside PHP echo blocks caused…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | templates.rst | 583 The simplest form of expressions are literals. Literals are representations 584 for PHP types such as strings, numbers, and arrays. The following literals
|