Home
last modified time | relevance | path

Searched refs:wl (Results 301 – 325 of 467) sorted by last modified time

1...<<111213141516171819

/plugin/log/
H A Dsyntax.php123 $form = new Doku_Form(array('action' => wl($ID,array('do'=>'log_new'), false, '&'),
/plugin/barcode/
H A Dsyntax.php41 $p['text'] = wl($ID, '', true);
/plugin/socialite/syntax/
H A Dbutton.php118 $url = rawurlencode(wl($INFO['id'], '', true));
/plugin/talkpage/
H A Dsyntax.php78 $attr['href'] = wl($goto);
/plugin/404manager/
H A Dadmin.php156 …msg($this->lang['SourcePageExist'] . ' : <a href="' . wl($this->redirectionSource) . '">' . hsc($t…
288 …tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . …
291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
H A Daction.php470 $wl = wl($link[0], $urlParams, true, '&');
472 $wl .= '#' . rawurlencode($link[1]);
474 send_redirect($wl);
604 wl($PageId),
660 $url = wl($ID, $urlParams, true, '&');
/plugin/autotweet2/
H A Daction.php81 $pageurl = wl($savingid, '', TRUE);
/plugin/odtplus2dw/
H A Daction.php62 .'<a href='.wl($ID, $params).' class="action import_file" rel="nofollow" title="'.$this->getLang('import_button').'">'
/plugin/timetrack/
H A Dadmin.php65 ptln ( '<form action="' . wl ( $ID ) . '" method="post">' );
/plugin/pageimage/
H A Dhelper.php58 $ret .= '<a href="'.wl($id).'">';
/plugin/ckgdoku/action/
H A Dedit.php737 …$chrome_dwedit_link = '<a href="'.wl($INFO['id'],array('do'=>'show')).'" ' . 'onclick="draft_dele…
/plugin/rplus/
H A Drenderer.php281 …$htmlOutput .= tpl_link(wl($page), '<span class="nicon_home" aria-hidden="true"></span>', 'title="…
309 …$htmlOutput .= tpl_link(wl($page), $linkContent, 'title="' . $pageTitle . '" class="navlink"', $re…
/plugin/miniblog/syntax/
H A Dentry.php75 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>';
77 …$renderer->doc .= dformat($entry['date']).' · '.$entry['user'].' · <a href="'.wl($entry['id'],'',t…
84 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
87 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
100 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>';
106 …$renderer->doc .= '<span class="entry-comment"><a href="'.wl($entry['id'],'',true).'#disqus_thread…
114 …$renderer->doc .= '<p class="medialeft"><a href="'.wl($ID, 'page='.$less).'" class="wikilink1">'.$…
117 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
H A Dcomment.php44 'disqus_url' => wl($ID, '', true),
/plugin/pwaoffline/
H A Daction.php65 'link' => wl($pageData['id']),
/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/dataloop/syntax/
H A Droll.php246 …$renderer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$prev, 'dataflt…
254 …$renderer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$next, 'dataflt…
/plugin/loadskin/
H A Dhelper.php70 'action' => wl($ID)
/plugin/authfacebook/
H A Dauth.php179 header("Location: ".wl('start', array(), true, '&'));
185 wl('start',array('do'=>'login'),true, '&'),
191 wl('start',array('do'=>'login'),true, '&'),
200 wl('start',array('do'=>'login'),true, '&'),
/plugin/datasearchform/
H A Dsyntax.php95 …$renderer->doc .= '<form action="' . wl() . '" accept-charset="utf-8" class="search" id="datasearc…
/plugin/toctweak/
H A Dhelper.php111 $item['url'] = wl($id).'#'.$item['hid'];
/plugin/toctweak/syntax/
H A Dmetatoc.php102 'url' => wl($id.'#'.$section),
/plugin/autologoff/
H A Dadmin.php72 $url = wl('',array(
H A Daction.php62 send_redirect(wl($ID, '', true, '&'));

1...<<111213141516171819