Lines Matching refs:replace
14 this.replace(href);
21 replace: function(href) { method
196 location.replace('http://example.com#search/news');
206 location.replace('http://example.com#search/тест');
216 location.replace('http://example.com#search/nyc/p10');
264 location.replace('http://example.com#route');
279 location.replace('http://example.com#start_here');
281 location.replace = function(href) { function
284 Backbone.history.navigate('end_here', {replace: true}); property
289 location.replace('http://example.com#splat/long-list/of/splatted_99args/end');
296 location.replace('http://example.com#backbone/compare/1.0...braddunbar:with/slash');
305 location.replace('http://example.com#optional');
308 location.replace('http://example.com#optional/thing');
315 location.replace('http://example.com#one/two/three/complex-part/four/five/six/seven');
324 location.replace('http://example.com#query/mandel?a=b&c=d');
335 location.replace('http://example.com#doesnt-match-a-route');
346 location.replace('http://example.com#function/set');
353 location.replace('http://example.com#decode/a%2Fb/c%2Fd/e');
362 location.replace('http://example.com#noCallback');
393 location.replace('http://example.com#foo');
399 location.replace('http://example.com/root/foo');
423 location.replace('http://example.com#search/fat%3A1.5%25');
425 location.replace('http://example.com#search/fat');
443 location.replace('http://example.com/path/name#hash');
447 assert.strictEqual(fragment, location.pathname.replace(/^\//, ''));
453 location.replace('http://example.com/root/');
465 location.replace('http://example.com/root');
474 location.replace('http://example.com/root/');
495 location.replace('http://example.com/root');
515 location.replace('http://example.com/root#fragment');
534 location.replace('http://example.com/root');
546 location.replace('http://example.com/root');
561 location.replace('http://example.com/root#x/y');
580 location.replace('http://example.com/');
595 location.replace('http://example.com/');
615 location.replace('http://example.com/root/x/y?a=b');
616 location.replace = function(url) {
635 location.replace('http://example.com/root#x/y?a=b');
677 location.replace('http://example.com#named/optional/y');
680 location.replace('http://example.com#named/optional/y123');
691 location.replace('http://example.com#route-event/x');
720 location.replace('http://example.com/root?a=b#x/y');
753 location.replace('http://example.com/');
758 location.replace('http://example.com/nomatch#hash');
773 location.replace('http://example.com/root/path');
789 location.replace('http://example.com/path');
805 location.replace('http://example.com/root/path');
829 location.replace('http://example.com/');
860 location.replace('http://example.com/path?x=y#hash');
882 location.replace('http://example.com/myyjä');
898 location.replace('http://example.com/myyjä/foo%20%25%3F%2f%40%25%20bar');
915 location.replace('http://example.com/stuff%0Anonsense?param=foo%0Abar');
931 location.replace('http://example.com#foo/123/bar?x=y');
950 location.replace('http://example.com?a=b');
951 location.replace = function(url) {
964 location.replace('http://example.com/shop/search?keyword=short%20dress');
980 …location.replace('http://example.com#login?a=value&backUrl=https%3A%2F%2Fwww.msn.com%2Fidp%2Fidpde…
992 location.replace('http://example.com/root?foo=bar');
993 location.replace = function(url) {
1008 location.replace('http://example.com/foo');
1024 location.replace('http://example.com/xxxx/foo');
1040 location.replace('http://example.com/x+y.z/foo');
1052 location.replace('http://example.com/®ooτ/foo');
1064 location.replace('http://example.com/®ooτ');