Searched refs:protocol (Results 1 - 6 of 6) sorted by relevance
| /yui3/build/router/ |
| H A D | router-debug.js | 303 The specified URL must share the same origin (i.e., protocol, host, and 419 The specified URL must share the same origin (i.e., protocol, host, and 588 Gets the location origin (i.e., protocol, host, and port) as a URL. 594 @return {String} Location origin (i.e., protocol, host, and port). 599 return location.origin || (location.protocol + '//' + location.host); 734 current URL; i.e., the protocol, host, and port of the URLs are the same. 749 origin = Y.getLocation().protocol + origin;
|
| /yui3/src/pjax/js/ |
| H A D | pjax-base.js | 345 prefixed with the current protocol. Relative URLs are giving the current 371 origin = Y.getLocation().protocol + origin;
|
| /yui3/build/pjax-base/ |
| H A D | pjax-base-debug.js | 347 prefixed with the current protocol. Relative URLs are giving the current 373 origin = Y.getLocation().protocol + origin;
|
| /yui3/src/app/js/ |
| H A D | router.js | 301 The specified URL must share the same origin (i.e., protocol, host, and 417 The specified URL must share the same origin (i.e., protocol, host, and 586 Gets the location origin (i.e., protocol, host, and port) as a URL. 592 @return {String} Location origin (i.e., protocol, host, and port). 597 return location.origin || (location.protocol + '//' + location.host); 732 current URL; i.e., the protocol, host, and port of the URLs are the same. 747 origin = Y.getLocation().protocol + origin;
|
| /yui3/src/pjax/tests/ |
| H A D | pjax-test.js | 12 // Tests that require XHR are ignored when the protocol isn't http or https, 15 Y.config.win.location.protocol.indexOf('http') === -1, 534 navigate(this.pjax._getOrigin().replace(Y.getLocation().protocol, ''));
|
| /yui3/src/app/tests/ |
| H A D | router-test.js | 255 origin = loc ? (loc.origin || (loc.protocol + '//' + loc.host)) : '';
|
Completed in 25 milliseconds