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
3091 * Retrieves the sub value at the provided path,
3097 * @param path {Array} A path array, specifying the object traversal path
3099 * @return {Any} The value stored in the path, undefined if not found,
3101 * if an empty path is provided.
3103 O.getValue = function(o, path) {
3109 p = Y.Array(path),
3120 * Sets the sub-attribute value at the provided path on the
3122 * undefined if the path is invalid.
3127 * @param path {Array} A path array, specifying the object traversal path
3131 * undefined, if the path was invalid.
3133 O.setValue = function(o, path, val) {
3135 p = Y.Array(path),
17221 * @param {String} uri Qualified path to transaction resource.
17473 * @param {String} uri Qualified path to transaction resource.
17718 @param {String} url qualified path to transaction resource.
18894 path,
18902 path = null;
18927 if ((operator === '=' && value !== test[2]) || // fast path for equality
18934 if ((tmpNode = tmpNode[path])) {
18939 tmpNode = tmpNode[path];
18950 path = combinator.axis;
18951 tmpNode = tmpNode[path];
18955 tmpNode = tmpNode[path];
18959 path = null;