Home
last modified time | relevance | path

Searched refs:literals (Results 1 – 25 of 53) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dliteral.test2 "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/
Dtriples.php251 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/
Dliterals.test2 Twig supports literals
/plugin/skipentity/
DREADME.md2 Creates monospaced text without converting entities and also preserves most markup as literals.
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md37 for unclosed template literals.
147 In the loose parser, don't allow non-string-literals as import
/plugin/asciidocjs/node_modules/pug-lexer/
DHistory.md10 literals, most notably used in Bemto
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md164 for unclosed template literals.
274 In the loose parser, don't allow non-string-literals as import
/plugin/codeprettify/code-prettify/
DCHANGES.md72 * Fixed bugs with highlighting of Haskell line comments, Lisp number literals,
122 * Bug fix: CSS color literals / ID selector confusion.
/plugin/strata/
Dmanual.txt71 **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/
DREADME30 HTML markup will be treated as literals. With it, <p> creates a paragraph; wthout it the <p>
/plugin/codemirror/dist/modes/
Dvb.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
Dvbscript.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
Dyaml.min.js.map1 …t of value of a pair */\n if (state.pairStart) {\n /* block literals */\n if (s…
Dsql.min.js.map1literals.html\n return \"number\";\n } else if (support.binaryNumber &&\n (((ch == \"…
Dpython.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return \"number\";\n …
Dcoffeescript.min.js.map1literals\n if (stream.match(/^-?[0-9\\.]/, false)) {\n var floatLiteral = false;\n //…
Dyacas.min.js.map1 …|}|\\(|\\))/, true, false)) {\n return 'bracket';\n }\n\n // literals looking like func…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D51.51.js.map1 …rong'],\n [/\\*[^*]+\\*/, 'emphasis'],\n //inline-literals\n [/(`…
D65.65.js.map1 … 'endsandbox',\n 'endset',\n 'endwith',\n // literals\n 'true',\…
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md250 …template literal](https://exploringjs.com/es6/ch_template-literals.html#_tagged-template-literals).
/plugin/structsection/
Dyarn.lock787 babel-plugin-transform-es2015-literals@^6.22.0:
789 …/registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-liter…
875 babel-plugin-transform-es2015-template-literals@^6.22.0:
877 …pkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-l…
939 babel-plugin-transform-es2015-literals "^6.22.0"
949 babel-plugin-transform-es2015-template-literals "^6.22.0"
/plugin/fetchmedia/
Dyarn.lock443 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/
Dyarn.lock485 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/
DREADME.md717 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/findologicxmlexport/vendor/twig/twig/doc/
Dtemplates.rst583 The simplest form of expressions are literals. Literals are representations
584 for PHP types such as strings, numbers, and arrays. The following literals

123