Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts806 nameFromFilename(filename: string): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js884 if (!this._name && this._scriptPath) this.nameFromFilename(this._scriptPath);
1935 nameFromFilename(filename) { method in Command