Home
last modified time | relevance | path

Searched refs:literals (Results 1 – 25 of 40) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/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 */
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1531 if (!this.code_type) { // keep special character literals outside of code block
/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/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1literals and unknown symbols\n default:\n // is a literal? Read the full…
H A D42.42.js.map1 … // TODO: staload and dynload are followed by a special kind of string literals\n // with {$ID…
H A D51.51.js.map1 …rong'],\n [/\\*[^*]+\\*/, 'emphasis'],\n //inline-literals\n [/(`…
H A D52.52.js.map1 …, { token: 'string.sq.delim', next: '@sstring.sq' }],\n // % literals. For efficiency, …
H A D65.65.js.map1 … 'endsandbox',\n 'endset',\n 'endwith',\n // literals\n 'true',\…
H A Djson.worker.js.map1literals and unknown symbols\n default:\n // is a literal? Read the full…
H A D3.3.js.map1literals.\n */\nexport var Position;\n(function (Position) {\n /**\n * Creates a new Positi…
H A D2.2.js.map1literals.\n */\nexport var Position;\n(function (Position) {\n /**\n * Creates a new Positi…
/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/codemirror/dist/modes/
H A Dsql.min.js.map1literals.html\n return \"number\";\n } else if (support.binaryNumber &&\n (((ch == \"…
H A Dvb.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
H A Dvbscript.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return 'number';…
H A Dyacas.min.js.map1 …|}|\\(|\\))/, true, false)) {\n return 'bracket';\n }\n\n // literals looking like func…
H A Dyaml.min.js.map1 …t of value of a pair */\n if (state.pairStart) {\n /* block literals */\n if (s…
H A Djulia.min.js.map1 … = true; } // Decimal\n if (numberLiteral) {\n // Integer literals may be \"long\"\n…
H A Dpython.min.js.map1literals may be \"imaginary\"\n stream.eat(/J/i);\n return \"number\";\n …
H A Ddylan.min.js.map1 …am.next();\n return \"punctuation\";\n }\n // Sequence literals\n else if ((…
H A Dcoffeescript.min.js.map1literals\n if (stream.match(/^-?[0-9\\.]/, false)) {\n var floatLiteral = false;\n //…
H A Dverilog.min.js.map1literals\n if (ch == '#') {\n stream.next();\n stream.eatWhile(/[\\d_.]/);\n ret…

12