Home
last modified time | relevance | path

Searched refs:literals (Results 26 – 40 of 40) sorted by path

12

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml37 test: Three trailing newlines in literals
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A 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
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dliterals.test2 Twig supports literals
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A 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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js21023 function deflateSync(literals) {
21032 input = literals;
21034 input = new Buffer(literals);
21046 return deflateSyncUncompressed(literals);
21050 var len = literals.length;
21076 idat.set(literals.subarray(pos), pi);
21077 pi += literals.length - pos;
21078 var adler = adler32(literals, 0, literals.length);
21120 literals[offsetLiterals++] = 0;
21133 literals[offsetLiterals++] ^= 0xFF;
[all …]
H A Dpdf.js.map1literals","maxBlockLength","deflateBlocks","idat","adler","adler32","colorType","bitDepth","offset…
H A Dpdf.worker.js.map1literals, e.g. \"q1\". The knownCommands is a dictionary of the valid\n // commands and their p…
/plugin/sequencediagram/bower_components/lodash/
H A 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/skipentity/
H A DREADME.md2 Creates monospaced text without converting entities and also preserves most markup as literals.
/plugin/strata/helper/
H A 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();
386 * All used literals.
392 * Name generator. Makes the distinction between literals
407 // use aliases to represent literals
417 * Test whether two things are equal (i.e., equal variables, or equal literals)
433 $this->literals[$id] = $tp['subject']['text'];
440 $this->literals[
325 private $literals = array(); global() variable in strata_sql_generator
[all...]
/plugin/strata/
H A Dmanual.txt71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
77 Literals can be written down verbatim, except for subject literals. These should be enclosed in ''%%[[%%'' and ''%%]]%%''. For example ''%%[[persons:jane_doe]] Address: ?a%%'' to get the address associated with Jane Doe.
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 were a wiki link
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 one variable present. You can only use variables that are used in a pattern in the same block or inner blocks (with the exception of [[#minus]] blocks, which don't bind any variables).
/plugin/structsection/
H A 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/textinsert/
H A DREADME30 HTML markup will be treated as literals. With it, <p> creates a paragraph; wthout it the <p>
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2387 /* build tree (used for literals and lengths) */
2686 /* 0-255 are literals, 256 is end of block token, 257+ are copy tokens */

12