Home
last modified time | relevance | path

Searched refs:newurl (Results 1 – 2 of 2) sorted by relevance

/plugin/addmedianamespace/
Dscript.js25 let newurl=url.replace(remove,"");
28newurl=newurl+"?id=start&do=media&ns="+location+":"+document.getElementById("addnamespace").value;
30 window.location.href=newurl;
48 let newurl=url.replace(remove,"");
51newurl=newurl+"?id=start&do=media&ns="+location+":"+document.getElementById("addnamespace").value;
53 window.location.href=newurl;
/plugin/highlight2wiki/
Daction.php106 function parseurl($newurl="") // to convert encode url argument
111 $newurl = str_replace($a,$b,$newurl);
112 return $newurl;