Searched defs:path (Results 1 - 15 of 15) sorted by relevance

/yui3/
H A Dindex.js1 exports.path = function() {
/yui3/src/get/js/
H A Dget-nodejs.js7 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 Dloader_template.js11 var path = require('path'), variable
12 YUI = require(path.join(__dirname, '../../../../', 'build/yui/yui.js')).YUI;
/yui3/src/loader/tests/cli/
H A Dloader.js11 var path = require('path'), variable
12 YUI = require(path.join(__dirname, '../../../../', 'build/yui/yui.js')).YUI;
/yui3/build/yui/
H A Dyui-debug.js362 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 Dyui-base-debug.js362 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 Dyui-core-debug.js362 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 Dyui-nodejs-debug.js362 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 Dyui.js362 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 Dnpm_package_shim.js1 exports.path = function() {
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js362 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 Dconcat.js362 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 DComplexAttribute.js32 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 Ddelay.js4 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 Dloader.js35 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