Searched defs:path (Results 1 - 15 of 15) sorted by relevance
| /yui3/ |
| H A D | index.js | 1 exports.path = function() {
|
| /yui3/src/get/js/ |
| H A D | get-nodejs.js | 7 var path = require('path'), variable 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 t [all...] |
| /yui3/src/loader/scripts/ |
| H A D | loader_template.js | 11 var path = require('path'), variable 12 YUI = require(path.join(__dirname, '../../../../', 'build/yui/yui.js')).YUI;
|
| /yui3/src/loader/tests/cli/ |
| H A D | loader.js | 11 var path = require('path'), variable 12 YUI = require(path.join(__dirname, '../../../../', 'build/yui/yui.js')).YUI;
|
| /yui3/build/yui/ |
| H A D | yui-debug.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/src/yui/js/ |
| H A D | yui.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/src/yui/scripts/ |
| H A D | npm_package_shim.js | 1 exports.path = function() {
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 362 path, filter; 365 path = RegExp.leftContext || src.slice(0, src.indexOf(match[0])); 367 // this is to set up the path to the loader. The file 371 // extract correct path for mixed combo urls 374 path += '?' + match[1]; 376 path = { 378 path: path 381 return path; 386 path [all...] |
| /yui3/src/attribute/js/ |
| H A D | ComplexAttribute.js | 32 path, 40 path = k.split(DOT); 41 attr = path.shift(); 44 path : path, 81 path, 107 path = subvals[i].path; 109 O.setValue(val, path, subval);
|
| /yui3/src/get/tests/getfiles/ |
| H A D | delay.js | 4 var path = require('path'); variable 27 var extension = path.extname(filepath).substring(1); 33 path.exists(filepath, function(exists) {
|
| /yui3/src/loader/js/ |
| H A D | loader.js | 35 var path = dir + '/' + file; 37 path += '-min'; 39 path += '.' + (type || CSS); 41 return path; 75 * @param {String} config.comboBase The Combo service base path. Ex: `http://yui.yahooapis.com/combo?` 76 * @param {String} config.root The root path to prepend to module names for the combo service. Ex: `2.5.2/build/` 205 * Base path for the combo service 213 * Base path for language packs. 256 * Root path to prepend to module path fo [all...] |
Completed in 208 milliseconds