Home
last modified time | relevance | path

Searched refs:targeturl (Results 1 – 4 of 4) sorted by relevance

/plugin/bookmark2wiki/
H A Dbookmark2wiki.php49 $targeturl="https://$host$dokuwikipath?id=$namespace&do=edit"; variable
64 echo '<iframe src="'.$targeturl.'" id="top" width="100%" height="100%"></iframe>';
H A Daction.php65 $targeturl = DOKU_BASE."doku.php?id=".$namespace."&do=edit";
74 …echo '<iframe src="'.$targeturl.'" id="top" width="100%" height= "1000 px" onload="loadFunc()"></i…
/plugin/highlight2wiki/
H A Daction.php77 $targeturl= DOKU_BASE."doku.php?id=$yournamespace:$urlkey&do=edit";
96 var targeturl = "'.$targeturl.'";
261 $targeturl= DOKU_BASE."doku.php?id=$yournamespace:$titles2&do=edit";
264 echo '<iframe src="'.$targeturl.'" id="edtop" width="100%" height="800 px" onload="loadH2WFunc()"></iframe>';
/plugin/dokubookmark/
H A Dhelper.php274 function printPost($targeturl, $path, $wikiid, $timestamp, $title, $wikitext) { argument
286 f.action = '<?php echo $targeturl;?>';