Home
last modified time | relevance | path

Searched refs:wl (Results 176 – 200 of 467) sorted by relevance

12345678910>>...19

/plugin/ireadit/action/
H A Dnotification.php49 $link = '<a class="wikilink1" href="' . wl($page, $urlParameters, true) . '">';
/plugin/farmer/admin/
H A Ddelete.php66 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'delete'], true, '&');
/plugin/farmer/
H A Dadmin.php83 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => $page]);
/plugin/authorlist/
H A Dhelper.php224 …return '<a href="'.wl($userpageid).'" rel="author" class="wikilink1" title="'.($this->tooltip = 'n…
226 …return '<a href="'.wl($userpageid).'" rel="nofollow" class="wikilink2" title="'.($this->tooltip = …
/plugin/minimap/
H A Dsyntax.php253 wl($pageId),
286 wl($startId),
/plugin/repo/
H A Dsyntax.php235 $renderer->doc .= '<a href="'.wl($ID, 'repo='.$base).'" class="idx_dir">'.
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/blogtng/helper/
H A Dtags.php266 $output .= '<a href="' . wl($conf['target'], ['post-tags'=>$tag])
311 return '<a href="'.wl($target,array('post-tags'=>$tag)).'" class="tag">'.hsc($tag).'</a>';
H A Dcomments.php258 …'URL' => wl($entry['page'],'',true).($comment->getCid() ? '#comment_'.$comment->getCid() :…
292 $repl['UNSUBSCRIBE'] = wl($entry['page'], ['btngu' => $row['key']],true);
316 'URL' => wl('',array('btngo'=>$key),true),
478 'action'=>wl($page).'#blogtng__comment_form',
/plugin/twofactor/action/
H A Dprofile.php74 send_redirect(wl($ID, array('do' => 'login'), true, '&'));
81 send_redirect(wl($ID, ['do' => 'twofactor_profile'], true, '&'));
/plugin/openid/
H A Daction.php226 $this->_redirect(wl($ID));
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
481 $this->_redirect(wl($ID));
/plugin/autologoff/
H A Daction.php62 send_redirect(wl($ID, '', true, '&'));
/plugin/socialshareprivacy2/
H A Daction.php104 $settings_url = wl($ID, '', true, '&');
/plugin/feedaggregator/
H A Daction.php53 $ua = 'Mozilla/4.0 (compatible; DokuWiki feedaggregator plugin '.wl('', '', true).')';
/plugin/blogtng/action/
H A Dnew.php66 send_redirect(wl($newId,$urlparams,true,'&'));
/plugin/combo/ComboStrap/
H A DSearchTag.php80 $action = wl();
/plugin/bez/ctl/
H A D8d.php10 wl($this->id('8d', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
/plugin/diagrams/syntax/
H A Dembed.php77 $data['url'] = wl($ID, ['do' => 'export_diagrams', 'svg' => $this->count++, 'rev' => $REV], true, '&');
/plugin/nspages/printers/
H A DprinterPictures.php24 $url = wl($item['id']);
/plugin/autlogin/
H A Dadmin.php488 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
530 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
601 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
668 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
717 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
744 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
1750 …$ret .= '<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id'],'sectok'=>getSecurityToken())))…
1754 …$ret .= '<a href="'.wl('',$this->_get_opts(array('id'=>$item['id'],'ns'=>'','sectok'=>getSecurityT…
/plugin/pageimage/
H A Dhelper.php58 $ret .= '<a href="'.wl($id).'">';
/plugin/confsearch/
H A Dsyntax.php82 …$renderer->doc .= '<form name="ns_search" action="'.wl().'" accept-charset="utf-8" class="search" …
/plugin/page4release/
H A Dsyntax.php54 … $linkOtherReleases[] = '<a class="wikilink1" href="'.wl($otherId).'">'.$otherRelease.'</a>';
/plugin/nsexport/action/
H A Dexport.php86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
/plugin/authloginapi/
H A Daction.php93 return wl($ID, $params, true, '&');
/plugin/webcomponent/syntax/
H A Dbrand.php74 $renderer->doc .= '<a href="'.wl().'" accesskey="h"';

12345678910>>...19