Searched refs:newURL (Results 1 – 3 of 3) sorted by relevance
1069 $newURL = $this->__rebuildLink($DATA);1070 $this->functions->debug->message("Returning final Link to document: '$newURL'", null, 2);1072 return $newURL;1132 …$newURL = $DATA[1] == 'url' ? $DATA[1] . '(' . $intermediateURL . ')' : $DATA[1] . '="' . $interme…1133 $this->functions->debug->message("Re-created URL: '$newURL'", $DEPTH, 2);1135 return $newURL;
1 …hangeInit)),o.emulated.pushState&&(o.onHashChange=function(t){var n=t&&t.newURL||o.getLocationHref…
1053 newURL = window.location.href.split('#')[0] + '#' + newHash; variable1056 … window.history[this.historyHasChanges ? 'replaceState' : 'pushState']('', document.title, newURL);1060 window.location.replace(newURL);