Home
last modified time | relevance | path

Searched refs:wl (Results 376 – 400 of 467) sorted by last modified time

1...<<111213141516171819

/plugin/redirect2/
H A Daction.php89 $url = wl($page);
331 $link[$id] = '<a href="'.wl($id, array('redirect' => 'no')).'" rel="nofollow"'.
/plugin/permissioninfo/
H A Dadmin.php122 $url = wl($ID, array(
155 $url =wl($ID, array(
/plugin/pagemod/helper/
H A Dpagemod.php78 $link = wl($page_to_modify);
/plugin/authloginapi/
H A Daction.php93 return wl($ID, $params, true, '&');
/plugin/autostartpage/
H A Daction.php107 … msg($this->getLang('createmsg').' <a href="'.wl($id).'">'.noNS($id).'</a>', 1);
/plugin/jiralinks/
H A Daction.php54 $url = wl($ID, '', TRUE);
/plugin/authhiorgserver/
H A Dauth.php102 return wl($ID, $urlParameters, true, '&');
/plugin/mp3play2/
H A Dsyntax.php125 $url = wl($ID,'',true);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php80 $wiki_url = $host . wl($wiki_id);
/plugin/sphinxsearch/
H A Daction.php255 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$prevNum, 'prev'=>$prev…
267 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$next,'prev'=>$prevStri…
299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page);
358 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
H A Dfunctions.php329 $titles[wl($page)] = $parts[$i];
331 $titles[wl($page)] = $parts[$i];
362 $href = wl($id);
394 print '<a href="'.wl($id).'" '. "class='wikilink1'>".$id."</a>";
/plugin/podcast/action/
H A Dfeed.php99 $page_url = wl($id, 's=feed', true, '&');
100 $tag_url = wl( 'tags:', 's=feed', true, '&');
/plugin/owncloud/
H A Dhelper.php839 …$ret .= DOKU_TAB.'<li><span class="curid"><a href="'.wl($row['wikipage']).'" class="wikilink1" tit…
/plugin/owncloud/tpl/
H A Ddetail.php168 …echo '<li><a href="'.wl($ID).'" class="back"><span>'.$lang['img_backto'].' '.$ID.'</span></a></li>…
/plugin/xslfo/
H A Daction.php154 $dw_element->addChild('url', wl($ID, $params, true));
/plugin/searchformgoto/
H A Dhelper.php32 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
/plugin/geonav/tpl/startermap/
H A Dmain.php48 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
/plugin/docimporter/
H A D.action.php.swp26 …�������������������������������������???>��}� }� }� send_redirect(wl($nameSpace.':'.$page…
/plugin/git/
H A Dhelper.php156 $local_status_page = wl($conf['plugin']['git']['local_status_page'],'',true);
/plugin/git/action/
H A Dalertcommited.php43 $gitLocalStatusUrl = wl($conf['plugin']['git']['local_status_page'],'',true);
H A Dalertupstreamchanges.php43 …if ($gitRemoteStatusUrl === wl($ID,'',true)) return; // Skip remote GIT status page, no notificat…
/plugin/revisionsdue/
H A Dsyntax.php254 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
/plugin/searchpattern/
H A Dsyntax.php548 …$renderer->doc .= '<tr class="sp_result"><td class="sp_page"><a href="'.wl($page).'">'.$page.'</a>…
/plugin/socialshareprivacy2/
H A Daction.php104 $settings_url = wl($ID, '', true, '&');
/plugin/tools/
H A Daction.php102 $pml = wl($ID,'',true);
109 'print' => wl($ID, array("rev" =>(int)$rev, "mddo" => "print"), false, "&")
110 ,'email' => wl($ID, array('rev' =>(int)$rev, 'do' => 'tellafriend'), false, '&')
111 ,'odt' => wl($ID, array("rev" =>(int)$rev, "do" => "export_odt"), false, "&")
112 ,'pdf' => wl($ID, array("rev" =>(int)$rev, "do" => "export_pdf"), false, "&")
113 ,'csv' => wl($ID, array("rev" =>(int)$rev, "do" => "export_csv"), false, "&")
114 ,'timeline' => wl($ID, array("rev" =>(int)$rev, "do" => "export_timeline"), false, "&")
115 ,'bookcreator' => wl($ID, array("rev" =>(int)$rev, "do" => "addtobook"), false, "&")

1...<<111213141516171819