Home
last modified time | relevance | path

Searched refs:searchopts (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/lib/
Dsearch.js97 function prepareIncludes (args, searchopts) { argument
98 if (typeof searchopts !== 'string') searchopts = ''
99 return searchopts.split(/\s+/).concat(args).map(function (s) {
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-search.md26 Additionally, using the `--searchopts` and `--searchexclude` options paired with
28 main difference between `--searchopts` and the standard search terms is that the
77 #### searchopts subsubsection
/third_party/node/deps/npm/lib/config/
Ddefaults.js223 searchopts: '', property
359 searchopts: String, property
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md1059 #### searchopts subsubsection