Lines Matching defs:path
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 = Env.cdn, parsed,
395 path = parsed.path;
402 return path;
1487 * The root path to prepend to module path for the combo service.
1496 * path for all modules. The default path for the YUI library is the
1671 * can specify a list of modules and the base path and
1685 * // the base path for non-combo paths
1688 * // the path to the combo service
1691 * // a fragment to prepend to the path attribute when
1698 * path: "yahoo-dom-event/yahoo-dom-event.js"
1701 * path: "animation/animation.js",
1713 * The loader 'path' attribute to the loader itself. This is combined