Lines Matching defs:path
7 var path = require('path'),
16 //Setup the default config base path
17 Y.config.base = path.join(__dirname, '../');
23 * Escape the path for Windows, they need to be double encoded when used as `__dirname` or `__filename`
26 * @param {String} p The path to modify
27 * @return {String} The encoded path
39 * @param {String} url The path to the file that was parsed
46 var dirName = escapeWinPath(path.dirname(url));
75 * @param {String} url The URL/File path to fetch the content from
97 if (path.existsSync(url)) {