Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Subscriptions/
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, '&');
H A DBulkSubscriptionSender.php234 $link = wl($id, [], true);
244 'SUBSCRIBE' => wl($id, ['do' => 'subscribe'], true, '&'),
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php32 wl(),
/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/Action/
H A DLogout.php50 send_redirect(wl($ID, ['do' => 'login'], true, '&'));
H A DRedirect.php58 $go = wl($opts['id'], '', true, '&');
H A DSearch.php45 $url = wl($ID, $urlParts, true, '&');
H A DResendpwd.php158 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
/dokuwiki/
H A Dindex.php22 send_redirect(wl($conf['start']));
H A Dfeed.php
H A Ddoku.php90 wl($ID, ['rev' => $rev_n]),
/dokuwiki/lib/plugins/revert/
H A Dadmin.php149 echo '<a href="' . wl($recent['id'], "do=diff") . '">';
160 echo '<a href="' . wl($recent['id'], "do=revisions") . '">';
/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/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/Ui/
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 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 DSubscribe.php51 echo '<a href="' . wl(
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, '&'),
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
/dokuwiki/lib/plugins/styling/
H A Dadmin.php74 $target = wl($ID, ['do' => 'admin', 'page' => 'styling']);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php351 echo '<form action="' . wl() . '" method="post" accept-charset="utf-8"><div class="no">';
548 wl('', $this->getLinkOptions(['ns' => $item['id'], 'sectok' => getSecurityToken()])) .
554 wl('', $this->getLinkOptions(['id' => $item['id'], 'ns' => '', 'sectok' => getSecurityToken()])) .
640 echo '<form action="' . wl() . '" method="post" accept-charset="utf-8"><div class="no">';

12