/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/ |
D | AndOperator.php | 20 public $operands; variable in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\AndOperator 25 $operands = new Set(); 28 $operands->addAll($a->operands); 30 $operands->add($a); 34 $operands->addAll($b->operands); 36 $operands->add($b); 40 $precedencePredicates = self::filterPrecedencePredicates($operands); 48 $operands->add($reduced); 51 $this->operands = $operands->getValues(); 59 return $this->operands; [all …]
|
D | OrOperator.php | 24 $operands = new Set(); 28 $operands->add($o); 31 $operands->add($a); 36 $operands->add($o); 39 $operands->add($b); 42 $precedencePredicates = self::filterPrecedencePredicates($operands); 50 $operands->add($reduced); 53 $this->operand = $operands->getValues(); 85 $operands = []; 97 $operands[] = $evaluated; [all …]
|
D | SemanticContext.php | 46 return \count($result->operands) === 1 ? $result->operands[0] : $result;
|
/plugin/asciidocjs/node_modules/commander/ |
D | index.js | 858 _dispatchSubcommand(commandName, operands, unknown) { argument 863 this._executeSubCommand(subCommand, operands.concat(unknown)); 865 subCommand._parseCommand(operands, unknown); 875 _parseCommand(operands, unknown) { argument 877 operands = operands.concat(parsed.operands); 879 this.args = operands.concat(unknown); 881 if (operands && this._findCommand(operands[0])) { 882 this._dispatchSubcommand(operands[0], operands.slice(1), unknown); 883 } else if (this._lazyHasImplicitHelpCommand() && operands[0] === this._helpCommandName) { 884 if (operands.length === 1) { [all …]
|
D | CHANGELOG.md | 72 …* `args` in returned result renamed `operands` and does not include anything after first unknown o… 73 …* `unknown` in returned result has arguments after first unknown option including operands, not ju… 74 …ther command events passed (changed) results from `.parseOptions`, i.e. operands and unknown ([#1…
|
D | Readme.md | 558 program.on('command:*', function (operands) { 559 console.error(`error: unknown command '${operands[0]}'`); 561 mySuggestBestMatch(operands[0], availableCommands);
|
/plugin/asciidocjs/node_modules/commander/typings/ |
D | index.d.ts | 370 operands: string[]; property
|
/plugin/pgn4web/pgn4web/ |
D | pgn-standard-proposed-supplement.txt | 144 by a comma separated list of operands. 156 This command has four operands, a time value, a san move value and a double 168 ii) Space characters are allowed in non quote delimited operands 176 This command has four operands, the first is a double quote delimitted string,
|
D | pgn-standard.txt | 2221 An EPD operation is composed of an opcode followed by zero or more operands and 2243 operands. If there are no operands, a semicolon character is appended to the 2244 opcode to mark the end of the operation. If any operands appear, the last 2254 requirements for the operands. For example, the "pv" (predicted variation) 2255 opcode requires its operands (moves) to appear in the order in which they would 2257 operands appearing in ASCII order. An example of the latter set is the "bm" 2258 (best move[s]) opcode; its operands are moves that are all immediately playable 2261 Some opcodes require one or more operands that are chess moves. These moves 2266 Some opcodes require one or more operands that are integers. Some opcodes may 2273 Some opcodes require one or more operands that are floating point numbers. [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | templates.rst | 643 * ``+``: Adds two objects together (the operands are casted to numbers). ``{{ 672 * ``and``: Returns true if the left and the right operands are both true. 801 * ``~``: Converts all operands into strings and concatenates them. ``{{ "Hello
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
D | README.md | 345 operands is an object with computed values due the use of methods like `get`, 346 or `valueOf`. This could cause change in execution order after operands in the
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 53756 _proto2.decodeOperands = function decodeOperands(type, stream, ret, operands) { 53759 return operands.map(function (op, i) { 53763 return type.decode(stream, ret, operands); 53769 return operands[0]; 53771 return !!operands[0]; 53773 return operands; 53777 _proto2.encodeOperands = function encodeOperands(type, stream, ctx, operands) { 53780 return operands.map(function (op, i) { 53784 return type.encode(stream, operands, ctx); 53785 } else if (typeof operands === 'number') { [all …]
|
/plugin/asciidocjs/node_modules/uglify-js/ |
D | README.md | 831 - `unsafe_comps` (default: `false`) — assume operands cannot be (coerced to) `NaN`
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 38264 var operands = []; 38277 entries.push([b, operands]); 38278 operands = []; 38281 operands.push(parseOperand());
|
D | pdf.worker.js.map | 1 …operands","parseOperand","parseIndex","cffIndex","offsetSize","offsetStart","offsetEnd","parseName…
|
/plugin/jmol2/jmol/ |
D | CHANGES.txt | 5504 # operands are atom expressions, in which case these operate directly on the
|