Home
last modified time | relevance | path

Searched refs:_dispatchSubcommand (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js1071 _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/
Dasciidoctor-chunker.js4_dispatchSubcommand(e,t,n){const r=this._findCommand(e);if(r||this.help({error:!0}),!r._executable… method in t.detachNode.d