Lines Matching refs:path

5             'http://localhost/build/yui/yui.js': { path: 'http://localhost/build/', filter: undefined },
6 'http://localhost/build/yui/yui-debug.js': { path: 'http://localhost/build/', filter: 'debug' },
7 'http://localhost/build/yui-base/yui-base.js': { path: 'http://localhost/build/', filter: undefined },
8 'http://localhost/build/yui-base/yui-base-debug.js': { path: 'http://localhost/build/', filter: 'debug' },
9 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js': { path: 'http://combohost.com/combo?/build/', filter: undefined },
10 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js': { path: 'http://combohost.com/combo?/build/', filter: 'debug' },
11 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js&build/loader/loader.js': { path: 'http://combohost.com/combo?/build/', filter: undefined },
12 'http://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js&buid/loader/loader.js': { path: 'http://combohost.com/combo?/build/', filter: 'debug' },
13 'https://localhost/build/yui/yui.js': { path: 'https://localhost/build/', filter: undefined },
14 'https://localhost/build/yui/yui-debug.js': { path: 'https://localhost/build/', filter: 'debug' },
15 'https://localhost/build/yui-base/yui-base.js': { path: 'https://localhost/build/', filter: undefined },
16 'https://localhost/build/yui-base/yui-base-debug.js': { path: 'https://localhost/build/', filter: 'debug' },
17 'https://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js': { path: 'https://combohost.com/combo?/build/', filter: undefined },
18 'https://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js': { path: 'https://combohost.com/combo?/build/', filter: 'debug' },
19 'https://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js&build/loader/loader.js': { path: 'https://combohost.com/combo?/build/', filter: undefined },
20 'https://combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js&buid/loader/loader.js': { path: 'https://combohost.com/combo?/build/', filter: 'debug' },
22 '/build/yui/yui.js': { path: '/build/', filter: undefined },
23 '/build/yui/yui-debug.js': { path: '/build/', filter: 'debug' },
24 '/build/yui-base/yui-base.js': { path: '/build/', filter: undefined },
25 '/build/yui-base/yui-base-debug.js': { path: '/build/', filter: 'debug' },
26 'build/simpleyui/simpleyui.js': { path: 'build/', filter: undefined },
27 'build/simpleyui/simpleyui-debug.js': { path: 'build/', filter: 'debug' },
28 'build/yui/yui.js': { path: 'build/', filter: undefined },
29 'build/yui/yui-debug.js': { path: 'build/', filter: 'debug' },
30 '//combohost.com/combo?foo/foo.js&bar-bar.js&/build/simpleyui/simpleyui.js&build/loader/loader.js': { path: '//combohost.com/combo?/build/', filter: undefined },
31 '//combohost.com/combo?foo/foo.js&bar-bar.js&/build/simpleyui/simpleyui-debug.js&buid/oop/oop.js': { path: '//combohost.com/combo?/build/', filter: 'debug' },
32 '//combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base.js': { path: '//combohost.com/combo?/build/', filter: undefined },
33 '//combohost.com/combo?foo/foo.js&bar-bar.js&/build/yui-base/yui-base-debug.js': { path: '//combohost.com/combo?/build/', filter: 'debug' }
198 Assert.areSame(info.path, core_urls[i].path, 'Paths do not match (' + core_urls[i].path + ')');
200 //Assert.areSame(info.filter, core_urls[i].filter, 'Filters do not match (' + core_urls[i].path + ')');