Home
last modified time | relevance | path

Searched refs:Literal (Results 1 – 25 of 46) sorted by relevance

12

/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts294 path: PathExpression | Literal;
365 interface Literal extends Expression {} interface
366 interface StringLiteral extends Literal {
372 interface BooleanLiteral extends Literal {
378 interface NumberLiteral extends Literal {
384 interface UndefinedLiteral extends Literal {
388 interface NullLiteral extends Literal {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
26 $this->literal = $literal ?? new Ast\Value\Literal('');
/plugin/ifauthex/lib/
Dgrammar.php58 class Literal extends ElementDefinition { class
114 if (!($elmInstance->args()[0]->definition() instanceof Literal)) {
120 $groupName = Literal::getInstanceLiteralValue($literalInstance);
180 …$ALL_ELEMENTS = array(new Literal(), new SubExpr(), new OpInGroup(), new OpNot(), new OpAnd(), new…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Value/
H A DLiteral.php7 class Literal extends PhpCss\Ast\Node { class
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js6 function Literal(value) { class
968 if (!(expr instanceof Literal)) {
977 this.push(new Literal(item));
1010 if (top instanceof Literal) {
1051 if (entry instanceof Literal) {
1068 if (!wrapped && item instanceof Literal) {
1087 if (item instanceof Literal) {
/plugin/asciidocjs/node_modules/nunjucks/src/
Djinja-compat.js65 start = start || new nodes.Literal(lineno, colno, null);
66 stop = stop || new nodes.Literal(lineno, colno, null);
67 step = step || new nodes.Literal(lineno, colno, 1);
Dnodes.js111 var Literal = Value.extend('Literal'); variable
197 var TemplateData = Literal.extend('TemplateData');
298 Literal: Literal, property
Dparser.js567 lookup = new nodes.Literal(val.lineno, val.colno, val.value);
801 node = new nodes.Literal(tok.lineno, tok.colno, val);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js12 function Literal(value) { class
861 if (!(expr instanceof Literal)) {
870 this.push(new Literal(item));
898 if (top instanceof Literal) {
939 if (entry instanceof Literal) {
956 if (!wrapped && item instanceof Literal) {
975 if (item instanceof Literal) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js20 function Literal(value) { class
869 if (!(expr instanceof Literal)) {
878 this.push(new Literal(item));
906 if (top instanceof Literal) {
947 if (entry instanceof Literal) {
964 if (!wrapped && item instanceof Literal) {
983 if (item instanceof Literal) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DText.php42 return new PhpCss\Ast\Value\Literal($string);
H A DAttribute.php58 $attribute->literal = new Ast\Value\Literal($token->content);
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md178 Aliases: `Expression`, `Pureish`, `Literal`, `Immutable`
324 - `key`if computed then `Expression` else `Identifier | Literal` (required)
1274 Aliases: `Expression`, `Pureish`, `Literal`, `Immutable`
1323 Aliases: `Expression`, `Pureish`, `Literal`, `Immutable`
1364 - `key`if computed then `Expression` else `Identifier | Literal` (required)
1400 - `key`if computed then `Expression` else `Identifier | Literal` (required)
1542 Aliases: `Expression`, `Literal`
1636 Aliases: `Expression`, `Pureish`, `Literal`, `Immutable`
1737 Aliases: `Expression`, `Literal`
/plugin/asciidocjs/node_modules/babylon/
DREADME.md66 - [Literal][] token is replaced with [StringLiteral][], [NumericLiteral][], [BooleanLiteral][], [Nu…
79 [Literal]: https://github.com/estree/estree/blob/master/es5.md#literal
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php180 Ast\Value\Literal $literal
H A DXpath.php572 ($parameter instanceof Ast\Value\Number || $parameter instanceof Ast\Value\Literal)
582 ($parameter instanceof Ast\Value\Number || $parameter instanceof Ast\Value\Literal)
H A DExplain.php350 Ast\Value\Literal $literal
/plugin/findologicxmlexport/vendor/hoa/regex/
DGrammar.pp106 // Literal.
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js330 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore
Dwalk.es.js324 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js324 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore
Dwalk.js330 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js173 Literal: function(M) { method
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js326 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js326 …se.ImportDefaultSpecifier = base.ImportNamespaceSpecifier = base.Identifier = base.Literal = ignore

12