Home
last modified time | relevance | path

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

12

/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">';
/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/
H A Dpageutils.php103 send_redirect(wl($id, $urlParameters, true, '&'));
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 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/inc/parser/
H A Dxhtml.php934 $link['url'] = wl($id, $params);
H A Drenderer.php975 $url = wl(cleanID($id), $urlparam);
/dokuwiki/
H A Dindex.php22 send_redirect(wl($conf['start']));
H A Ddoku.php90 wl($ID, ['rev' => $rev_n]),
H A Dfeed.php
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php32 wl(),
/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 DMapper.php151 $encoded_sitemap_url = urlencode(wl('', ['do' => 'sitemap'], true, '&'));
H A DItem.php50 return new Item(wl($id, '', true), $date, $changefreq, $priority);
/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 DIndex.php86 $link = wl($ID, 'idx=' . rawurlencode($item['id']));
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/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/Action/
H A DSearch.php45 $url = wl($ID, $urlParts, true, '&');
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php76 $link = wl(
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php238 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
/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/inc/Remote/
H A DApiCore.php541 $links[] = new Link('local', $in[1][0], wl($in[1][0]));

12