Home
last modified time | relevance | path

Searched refs:wl (Results 126 – 150 of 467) sorted by relevance

12345678910>>...19

/plugin/ssocas/
H A Daction.php93 …$event->data->insertElement($insertElement,'<p>'.$lang['reghere'].': <a href="'.wl($ID,'do=registe…
97 …$event->data->insertElement($insertElement,'<p>'.$lang['pwdforget'].': <a href="'.wl($ID,'do=resen…
/plugin/pagetitle/
H A Dhelper.php118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
131 private function wl($id = null) function in helper_plugin_pagetitle
/plugin/shorturl/
H A Dsyntax.php54 …$renderer->doc .= "<a href=". wl($shortID, "", true) ." class=\"shortlinkinpage\" >" . $this->getL…
H A Daction.php47 send_redirect(wl($redirects[$ID] ,'',true));
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php39 $location = wl($ID).'?do='.$_REQUEST['do'].'&page='.$_REQUEST['page'];
H A Dfa_manage.adm.class.php139 … $out = '<div id="fa__' . $listtype . '" class="sprovs"><form action="'.wl($ID).'" method="post">'
169 $out = '<div id="fa__restore"><form action="'.wl($ID).'" method="post">'
/plugin/bez/ctl/
H A Dkp.php10 wl($this->id('kp', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
/plugin/randompage2/
H A Dsyntax.php48 $renderer->doc .= '<a href="'.wl($ID, array('do' => 'randompage'), true).'">';
/plugin/autologoff/
H A Dadmin.php72 $url = wl('',array(
/plugin/blogtng/syntax/
H A Dheader.php69 … $renderer->doc .= DOKU_LF.'<h'.$level.'><a name="'.$hid.'" id="'.$hid.'" href="'.wl($ID).'">';
/plugin/pageredirect/
H A Daction.php83 $page = wl($page, array('redirect' => $redirect), true, '&');
179 $url = wl($page, array('redirect' => 'no'), true, '&');
/plugin/recommend/
H A Daction.php135 'action' => wl($id, ['do' => 'recommend'], false, '&'),
227 'URL' => wl($id, '', true),
/plugin/structpublish/action/
H A Dbanner.php118 $link = wl($rev->getId(), ['do' => 'diff', 'rev1' => $rev->getRev(), 'rev2' => $diff]);
138 $url = wl($id, ['rev' => $rev]);
/plugin/datatemplate/syntax/
H A Dlist.php289 $text .= '<a href="'.wl($ID,$params).
300 $text .= '<a href="'.wl($ID, $params).'"' . $selected . '>' . $i. '</a>';
309 $text .= '<a href="'.wl($ID,$params).
/plugin/blogtng/
H A Dadmin.php191 …ptln('<p><a href="' . wl($ID, $params) . '" title="' . $this->getLang('dashboard') . '">&larr; ' .…
444 ptln("<a href='".wl($ID, $params).'#'.$anchor."' title='$title'>$text</a>");
585 …ptln('<a href="' . wl($ID, $params) . '" title="' . $this->getLang('comments') . '">' . $count . '…
602 … $link = '<a href="' . wl($ID, $params) . '" title="' . $tags[$i] . '">' . $tags[$i] . '</a>';
612 …ptln('<a href="' . wl($ID, $params) . '" class="blogtng_btn_edit" title="' . $lang['btn_secedit'] …
718 …ptln('<a href="' . wl($ID, $params). '" class="blogtng_btn_edit" title="' . $lang['btn_edit'] . '"…
/plugin/tabinclude/
H A Dajax.php38 $pagelink = tpl_link(wl($link),$goto,'',true);
/plugin/git/action/
H A Dalertupstreamchanges.php43 …if ($gitRemoteStatusUrl === wl($ID,'',true)) return; // Skip remote GIT status page, no notificat…
H A Dalertcommited.php43 $gitLocalStatusUrl = wl($conf['plugin']['git']['local_status_page'],'',true);
/plugin/adfs/
H A Daction.php58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
/plugin/textmodule/
H A Dadmin.php63 echo '<form action="'.wl($ID).'" method="post">';
/plugin/infomail/
H A Dhelper.php18 $attr['href'] = wl($ID, ['do' => 'infomail'], false, '&');
/plugin/redirect/
H A Dhelper.php74 $url = wl($link[0], '', true, '&');
/plugin/feedback/
H A Dadmin.php62 $action = wl($ID, array('do' => 'admin', 'page' => 'feedback'));
/plugin/mredirect/
H A Daction.php26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
/plugin/semanticdata/syntax/
H A Dtable.php255 $text .= '<a href="'.wl($ID,$params).
290 $text .= '<a href="'.wl($ID,$params).
305 $text .= '<a href="'.wl($ID,$params).

12345678910>>...19