Home
last modified time | relevance | path

Searched refs:wl (Results 26 – 40 of 40) sorted by relevance

12

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php76 $link = wl(
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php234 printf('<form action="%s" method="post">', wl($ID));
273 echo '<td><a href="' . wl($ID, ['fn[edit][' . $user . ']' => 1,
395 printf('<form action="%s" method="post">', wl($ID));
586 $failure_download_link = wl($ID, ['do' => 'admin', 'page' => 'usermanager', 'fn[importfails]' => 1]);
590 echo '<form action="' . wl($ID) . '" method="post" enctype="multipart/form-data">';
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php238 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
/dokuwiki/inc/
H A Dtemplate.php264 'href' => wl($ID, 'do=index', false, '&'),
305 'href' => wl($ID, 'do=edit', false, '&')
346 $canonicalUrl = wl($ID, '', true, '&');
610 $linktarget = wl($id, $params);
750 'action' => wl(),
819 $out .= '<bdi>' . tpl_link(wl($id), hsc($name), 'class="breadcrumbs" title="' . $id . '"', true) . '</bdi>';
H A DAjax.php429 $link = wl($item['id']);
H A Dpageutils.php103 send_redirect(wl($id, $urlParameters, true, '&'));
H A Dmedia.php843 'action' => wl($ID),
1527 return wl($ID, $gets, $abs, $amp);
H A Dauth.php1278 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A Dcommon.php506 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&amp;')
548 * Handles URL rewriting if enabled. Follows the style of wl().
687 * Consider using wl() instead, unless you absoutely need the doku.php endpoint
505 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&amp;') { global() function
/dokuwiki/lib/plugins/config/
H A Dadmin.php65 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'config'], true, '&'));
91 // POST to script() instead of wl($ID) so config manager still works if
/dokuwiki/inc/parser/
H A Drenderer.php975 $url = wl(cleanID($id), $urlparam);
H A Dxhtml.php934 $link['url'] = wl($id, $params);
/dokuwiki/inc/Form/
H A DForm.php42 $self = wl($ID, $get, false, '&'); //attributes are escaped later
/dokuwiki/inc/Remote/
H A DApiCore.php541 $links[] = new Link('local', $in[1][0], wl($in[1][0]));
/dokuwiki/lib/plugins/authad/
H A Dauth.php282 $url = wl($ID, ['do' => 'profile']);

12