Home
last modified time | relevance | path

Searched refs:newURL (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/action/
Dajax.php1069 $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;
/plugin/tagfilter/script/
Djquery.history.js1 …hangeInit)),o.emulated.pushState&&(o.onHashChange=function(t){var n=t&&t.newURL||o.getLocationHref…
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js1053 newURL = window.location.href.split('#')[0] + '#' + newHash; variable
1056 … window.history[this.historyHasChanges ? 'replaceState' : 'pushState']('', document.title, newURL);
1060 window.location.replace(newURL);