Searched refs:_dispatchSubcommand (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 1071 _dispatchSubcommand(commandName, operands, unknown) { method in Command 1248 return this._dispatchSubcommand(operands[0], operands.slice(1), unknown); 1254 return this._dispatchSubcommand(operands[1], [], [this._helpLongFlag]); 1258 return this._dispatchSubcommand(this._defaultCommandName, operands, unknown); 1298 return this._dispatchSubcommand('*', operands, unknown);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …_dispatchSubcommand(e,t,n){const r=this._findCommand(e);if(r||this.help({error:!0}),!r._executable… method in t.detachNode.d
|