Searched refs:positional (Results 1 – 25 of 26) sorted by relevance
12
/plugin/davcard/vendor/sabre/vobject/lib/ |
D | Cli.php | 119 list($options, $positional) = $this->parseArguments($argv); 207 if (count($positional) === 0) { 212 if (count($positional) === 1) { 216 if (count($positional) > 3) { 220 if (!in_array($positional[0], array('validate','repair','convert','color'))) { 221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]); 230 $command = $positional[0]; 232 $this->inputPath = $positional[1]; 233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
D | Cli.php | 119 list($options, $positional) = $this->parseArguments($argv); 207 if (count($positional) === 0) { 212 if (count($positional) === 1) { 216 if (count($positional) > 3) { 220 if (!in_array($positional[0], ['validate', 'repair', 'convert', 'color'])) { 221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]); 230 $command = $positional[0]; 232 $this->inputPath = $positional[1]; 233 $this->outputPath = isset($positional[2]) ? $positional[2] : '-';
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
D | Cli.php | 119 list($options, $positional) = $this->parseArguments($argv); 207 if (count($positional) === 0) { 212 if (count($positional) === 1) { 216 if (count($positional) > 3) { 220 if (!in_array($positional[0], array('validate','repair','convert','color'))) { 221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]); 230 $command = $positional[0]; 232 $this->inputPath = $positional[1]; 233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
D | Cli.php | 119 list($options, $positional) = $this->parseArguments($argv); 207 if (count($positional) === 0) { 212 if (count($positional) === 1) { 216 if (count($positional) > 3) { 220 if (!in_array($positional[0], array('validate','repair','convert','color'))) { 221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]); 230 $command = $positional[0]; 232 $this->inputPath = $positional[1]; 233 $this->outputPath = isset($positional[2])?$positional[2]:'-';
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
D | Cli.php | 117 list($options, $positional) = $this->parseArguments($argv); 199 if (0 === count($positional)) { 205 if (1 === count($positional)) { 209 if (count($positional) > 3) { 213 if (!in_array($positional[0], ['validate', 'repair', 'convert', 'color'])) { 214 throw new InvalidArgumentException('Uknown command: '.$positional[0]); 223 $command = $positional[0]; 225 $this->inputPath = $positional[1]; 226 $this->outputPath = isset($positional[2]) ? $positional[2] : '-';
|
/plugin/asciidocjs/node_modules/yargs-parser/ |
D | README.md | 127 * `_`: an array representing the positional arguments. 144 * `_`: an array representing the positional arguments. 246 ### parse positional numbers 249 * key: `parse-positional-numbers` 251 Should positional keys that look like numbers be treated as such. 335 Should arrays consume more than one positional argument following their flag. 356 Should nargs consume dash options as well as positional arguments. 424 Should parsing stop at the first positional argument? This is similar to how e.g. `ssh` parses its …
|
D | CHANGELOG.md | 132 * adds parse-positional-numbers configuration ([#321](https://www.github.com/yargs/yargs-parser/iss…
|
/plugin/asciidocjs/node_modules/yargs/build/lib/ |
D | command.js | 258 populatePositional(positional, argv, positionalMap) { argument 259 const cmd = positional.cmd[0]; 260 if (positional.variadic) {
|
D | yargs-factory.js | 749 positional(key, opts) {
|
/plugin/asciidocjs/node_modules/yargs/ |
D | README.md | 93 .positional('port', { 133 return yargs.positional('files', {
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
D | macro.rst | 39 * If extra positional arguments are passed to a macro, they end up in the
|
/plugin/tline/ |
D | CHANGES.txt | 212 named arguments (via a hash/anon object) rather than positional arguments. 213 19 positional arguments are too many! Now much easier and cleaner to add
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | templates.rst | 235 You can also use both positional and named arguments in one call, in which 236 case positional arguments must always come before named arguments: 547 If extra positional arguments are passed to a macro call, they end up in the
|
D | advanced.rst | 378 If you want to pass a variable number of positional or named arguments to the
|
/plugin/asciidocjs/node_modules/yargs-parser/build/ |
D | index.cjs | 142 'parse-positional-numbers': true, 607 if (!configuration['parse-positional-numbers'] && key === '_')
|
/plugin/asciidocjs/node_modules/yargs/build/ |
D | index.cjs | 1 …positional(t,e){h("<string> <object>",[t,e],arguments.length);const s=["default","defaultDescripti…
|
/plugin/pgn4web/pgn4web/ |
D | oly14r11.pgn | 14 [Variation "exchange, positional line, 6.Qc2"]
|
D | pgn-standard.txt | 1639 to require the positional evaluations to follow the EPD standard; this means 2373 value close to zero indicates a neutral positional evaluation.
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
D | CHANGELOG | 329 * added support for extra positional arguments in macros 454 * enforced usage of named arguments after positional ones
|
/plugin/asciidocjs/node_modules/commander/ |
D | Readme.md | 85 Options on the command line are not positional, and can be specified before or after other command …
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
D | asciidoctor.cjs | 16009 const positional = []; 16014 positional[index] = value === Opal.nil ? undefined : value; 16016 if (positional.length > 0) { 16017 object.$positional = positional; 21045 …* - positional_attributes: an Array of attribute names to map positional arguments to (optional, d… 21059 …* @param {string|Array<string>} value - Name of a positional attribute or an Array of positional a…
|
/plugin/asciidocjs/node_modules/nunjucks/browser/ |
D | nunjucks.min.js.map | 1 …positional arguments, i.e. the caller explicitly\n // used the name of a positional arg\n …
|
D | nunjucks-slim.min.js.map | 1 …hould be passed as\n // positional arguments, i.e. the caller explicitly\n // used t…
|
D | nunjucks-slim.js.map | 1 …hould be passed as\n // positional arguments, i.e. the caller explicitly\n // used t…
|
D | nunjucks.js.map | 1 …positional arguments, i.e. the caller explicitly\n // used the name of a positional arg\n …
|
12