Home
last modified time | relevance | path

Searched refs:wl (Results 401 – 425 of 467) sorted by path

1...<<111213141516171819

/plugin/superacl/
H A Dadmin.php258 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
448 … $ret .= '<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id']))).'" class="idx_dir'.$cl.'">';
452 …$ret .= '<a href="'.wl('',$this->_get_opts(array('id'=>$item['id'],'ns'=>''))).'" class="wikilink1…
528 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/tabinclude/
H A Dajax.php38 $pagelink = tpl_link(wl($link),$goto,'',true);
H A Dhelper.php122 …$tabs[] = array('error'=>tpl_link(wl($page),$page,'',true).' - '.$this->getLang('error_notfound'));
162 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
199 …$html.=tpl_link(wl($ID,'tabpage_idx='.$i.'#dokuwiki__content'),$tabs[$i]['title'],'class="'.$selec…
212 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
265 $pagelink = tpl_link(wl($tabs[$i]['page']),$goto,'',true);
/plugin/tag/
H A Dhelper.php197 $url = wl($tag);
216 $url = wl($tag, ['do'=>'showtag', 'tag'=>$svtag]);
/plugin/tagadd/
H A Daction.php51 …$event->data['items'][] = '<li class="plugin_tagadd__addtags">' . tpl_link(wl($ID), '<span>'.$this…
/plugin/tagfilter/syntax/
H A Dcompare.php177 $form->addElement('<a href="' . wl($selectedValues[$ii]) . '" class="wikilink1">Link</a>');
/plugin/tagging/action/
H A Dmain.php112 send_redirect(wl($id, '', true, '&'));
/plugin/tagging/
H A Dhelper.php695 $html .= '<li><a href="' . wl($pid) . '" target="_blank">' . $pid . '</li>';
/plugin/talkpage/
H A Dsyntax.php78 $attr['href'] = wl($goto);
/plugin/targetlink/
H A Dsyntax.php164 $link['url'] = wl($id, $params);
/plugin/task/
H A Dhelper.php331 $text = str_replace('@UNSUBSCRIBE@', wl($ID, 'do=unsubscribe', true, '&'), $text);
351 'URL:'.wl($id, '', true, '&').CRLF.
/plugin/task/syntax/
H A Dtasks.php302 $ret[] = '<a href="'.wl($ID, $opt).'" class="wikilink1" title="'.$i.'">'.$i.'</a>';
/plugin/telleveryone/
H A Dadmin.php80 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'telleveryone'), true, '&'));
126 $edit_link = wl(
136 $delete_link = wl(
185 $cancel_link = wl(
/plugin/textinsert/
H A Dadmin.php246 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/textmodule/
H A Dadmin.php63 echo '<form action="'.wl($ID).'" method="post">';
/plugin/tile/
H A Dsyntax.php84 <a href="'.(str_starts_with ($id, 'http') ? $id : wl ($id)).'">
/plugin/tiledblog/
H A Dsyntax.php161 <a href="'.wl ($id).'">
/plugin/timetrack/
H A Dadmin.php65 ptln ( '<form action="' . wl ( $ID ) . '" method="post">' );
/plugin/tindexmenu/
H A Dajax.php105 $out .= '<a href="'.wl($id).'">';
141 return '<span class="li"><a href="'.wl($id,'#'.$item['hid'],false,'').'" class="toc">'.
/plugin/tindexmenu/syntax/
H A Dindexmenu.php326 $out .= "$js_name.config.urlbase='".substr(wl(":"), 0, -1)."';\n";
618 $ret .= '<a href="'.wl($link,$more).'" class="'.$tagid.'">';
/plugin/tipoftheday/syntax/
H A Dtotd.php83 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$prev])), "&lt;", 'title="previous" o…
84 …$renderer->doc .= tpl_link(wl($ID, array('totd' => $sections[$next])), "&gt;", 'title="next" oncli…
/plugin/toctweak/
H A Dhelper.php111 $item['url'] = wl($id).'#'.$item['hid'];
/plugin/toctweak/syntax/
H A Dmetatoc.php102 'url' => wl($id.'#'.$section),
/plugin/todo/syntax/
H A Dtodo.php459 $renderer->doc .= '<tr class="sp_title"><th class="sp_title" colspan="2"><a href="' . wl($page) . '">' . $page . '</a></td></tr>';
/plugin/tools/
H A Daction.php102 $pml = wl($ID,'',true);
109 'print' => wl($ID, array("rev" =>(int)$rev, "mddo" => "print"), false, "&")
110 ,'email' => wl($ID, array('rev' =>(int)$rev, 'do' => 'tellafriend'), false, '&')
111 ,'odt' => wl($ID, array("rev" =>(int)$rev, "do" => "export_odt"), false, "&")
112 ,'pdf' => wl($ID, array("rev" =>(int)$rev, "do" => "export_pdf"), false, "&")
113 ,'csv' => wl($ID, array("rev" =>(int)$rev, "do" => "export_csv"), false, "&")
114 ,'timeline' => wl($ID, array("rev" =>(int)$rev, "do" => "export_timeline"), false, "&")
115 ,'bookcreator' => wl($ID, array("rev" =>(int)$rev, "do" => "addtobook"), false, "&")

1...<<111213141516171819