Lines Matching +defs:p +defs:path
165 path = path.replace(/^\/*/, ''); property
697 var include = function (path, includeData) { argument
954 },{"../package.json":6,"./utils":2,"fs":3,"path":4}],2:[function(require,module,exports){ property
1279 resolvedPath = normalizeArray(filter(resolvedPath.split('/'), function(p) { argument
1288 exports.normalize = function(path) { argument
1293 path = normalizeArray(filter(path.split('/'), function(p) { argument
1308 exports.isAbsolute = function(path) { argument
1315 return exports.normalize(filter(paths, function(p, index) { argument
1370 exports.dirname = function (path) { argument
1399 function basename(path) { argument
1429 exports.basename = function (path, ext) { argument
1437 exports.extname = function (path) { argument