Home
last modified time | relevance | path

Searched refs:wl (Results 26 – 40 of 40) sorted by last modified time

12

/dokuwiki/inc/Ui/
H A DRecent.php58 . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent'))
63 $form = new Form(['id' => 'dw__recent', 'method' => 'GET', 'action' => wl($ID), 'class' => 'changes']);
H A DSearchState.php138 $href = wl($ID, $hrefAttributes, false, '&');
H A DAdmin.php107 echo '<a href="' . wl($ID, 'do=admin&amp;page=' . $item['plugin']) . '">';
H A DLogin.php47 $form = new Form(['id' => 'dw__login', 'action' => wl($ID)]);
/dokuwiki/inc/
H A Dauth.php1278 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A DAjax.php429 $link = wl($item['id']);
H A Dmedia.php843 'action' => wl($ID),
1527 return wl($ID, $gets, $abs, $amp);
/dokuwiki/inc/Action/
H A DResendpwd.php158 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A DLogout.php50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
H A DRedirect.php58 $go = wl($opts['id'], '', true, '&');
/dokuwiki/lib/plugins/styling/
H A Dadmin.php74 $target = wl($ID, ['do' => 'admin', 'page' => 'styling']);
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php189 $href = wl($id, $params, false, '&');
237 $href = wl($id, $params, false, '&');
283 $href = wl($id, ['do' => 'diff'], false, '&');
319 $href = wl($id, ['rev' => $rev, 'do' => 'diff'], false, '&');
354 $href = wl($id, ['do' => 'revisions'], false, '&');
/dokuwiki/inc/Form/
H A DForm.php42 $self = wl($ID, $get, false, '&'); //attributes are escaped later
/dokuwiki/lib/plugins/authad/
H A Dauth.php282 $url = wl($ID, ['do' => 'profile']);

12