Lines Matching defs:path

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 for the combo
301 * path for all modules. The default path for the YUI library is the
766 path: (parent || pkg) + '/' + sinf.base + skin +
778 Y.log('Adding skin (' + name + '), ' + parent + ', ' + pkg + ', ' + info[name].path, 'info', 'loader');
810 * @param {String} config.root The root path to add to each combo resource path
812 * @param {String} config.comboBase Combo service base path
858 * @param {String} config.path Required, the path to the script from `base`
865 * @param {String} [config.fullpath] If `fullpath` is specified, this is used instead of the configured `base + path`
911 var p = o.path || o.fullpath;
918 if (!o.path && !o.fullpath) {
919 o.path = _path(name, name, o.type);
964 s.path = s.path || _path(name, i, o.type);
1059 plug.path = plug.path || _path(name, i, o.type);
1550 path: packPath,
2178 * Apply filter defined for this instance to a url/path
2214 * @param {string} path the path fragment.
2220 _url: function(path, name, base) {
2221 return this._filter((base || this.base || '') + path, name);
2268 self._url(m.path, s[i], group.base || m.base);
2351 frag = ((L.isValue(m.root)) ? m.root : self.root) + (m.path || m.fullpath);
2428 path: 'mod.js'