Lines Matching refs:urls
371 // extract correct path for mixed combo urls
1495 * A filter to apply to result urls. This filter will modify the default
1692 * // when building combo urls
1734 * The default gallery version to build gallery module urls
1741 * The default YUI 2 version to build yui2 module urls. This is for
3774 urls = A(s), url, i, l = urls.length, c= 0,
3784 url = urls[i];
4694 * @param {String|Object} config.filter A filter to apply to result urls. <a href="#property_filter">See filter property</a>
4853 * Max url length for combo urls. The default is 2048. This is the URL
4917 * A filter to apply to result urls. This filter will modify the default
6863 base, urls, u = [], tmpBase, baseLen, resCombos = {},
6993 urls = resCombos[base][type];
6995 len = urls.length;
6996 tmpBase = base + urls.join(comboSep);
7008 u.push(urls[s]);