Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 25 of 40) sorted by path

12

/dokuwiki/
H A Ddoku.php90 wl($ID, ['rev' => $rev_n]),
H A Dfeed.php
/dokuwiki/inc/Action/
H A DLogout.php50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
H A DRedirect.php58 $go = wl($opts['id'], '', true, '&');
H A DResendpwd.php158 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A DSearch.php45 $url = wl($ID, $urlParts, true, '&');
/dokuwiki/inc/
H A DAjax.php429 $link = wl($item['id']);
H A Dauth.php1278 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A Dcommon.php506 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&')
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 = '&') { global() function
/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/inc/Menu/Item/
H A DAbstractItem.php111 * Basically runs wl() on $id and $params. However if the ID is a hash it is used directly
117 * @see wl()
124 return wl($this->id, $this->params, false, '&');
/dokuwiki/inc/Remote/
H A DApiCore.php541 $links[] = new Link('local', $in[1][0], wl($in[1][0]));
/dokuwiki/inc/Sitemap/
H A DItem.php50 return new Item(wl($id, '', true), $date, $changefreq, $priority);
H A DMapper.php151 $encoded_sitemap_url = urlencode(wl('', ['do' => 'sitemap'], true, '&'));
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php234 $link = wl($id, [], true);
244 'SUBSCRIBE' => wl($id, ['do' => 'subscribe'], true, '&'),
H A DPageSubscriptionSender.php30 'NEWPAGE' => wl($id, $current_rev ? ('rev=' . $current_rev) : '', true, '&'),
32 'SUBSCRIBE' => wl($id, ['do' => 'subscribe'], true, '&'),
38 $trep['OLDPAGE'] = wl($id, "rev=$rev", true, '&');
/dokuwiki/inc/Ui/
H A DAdmin.php107 echo '<a href="' . wl($ID, 'do=admin&amp;page=' . $item['plugin']) . '">';
H A DIndex.php86 $link = wl($ID, 'idx=' . rawurlencode($item['id']));
H A DLogin.php47 $form = new Form(['id' => 'dw__login', 'action' => wl($ID)]);
H A DPageDiff.php165 wl($this->id, ['do' => 'edit']),
304 $form = new Form(['action' => wl()]);
473 $form = new Form(['action' => wl($this->id)]);
524 'href' => wl($this->id, $urlparam, true, '&'),
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 DSubscribe.php51 echo '<a href="' . wl(
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);

12