Home
last modified time | relevance | path

Searched defs:mans (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/
Dhelp.js74 return glob(manroot + '/*/' + f, function (er, mans) { argument
90 function pickMan (mans, pref_) { argument
/third_party/node/deps/npm/node_modules/read-package-json/
Dread-json.js285 function mans (file, data, cb) { function
289 glob('**/*.[0-9]', { cwd: m }, function (er, mans) { argument
295 function mans_ (file, data, mans, cb) { argument