Home
last modified time | relevance | path

Searched refs:wl (Results 101 – 125 of 467) sorted by relevance

12345678910>>...19

/plugin/podcast/action/
H A Dfeed.php99 $page_url = wl($id, 's=feed', true, '&');
100 $tag_url = wl( 'tags:', 's=feed', true, '&');
/plugin/orphanswanted/
H A Dhelper.php184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
191 . ($has_links ? "&nbsp;:&nbsp;<a href=\"". wl($id, 'do=backlink')
/plugin/showinitpage/
H A Daction.php46 send_redirect(wl($rurl,'',true));
/plugin/include/_test/
H A Dlocallink_conversion.test.php34 $this->assertStringContainsString('href="'.wl('included').'#jump"', $html);
/plugin/blogtng/helper/
H A Dentry.php343 $out .= '<a href="'.wl($conf['target'],
357 $out .= '<a href="'.wl($conf['target'],
366 $out .= '<a href="'.wl($conf['target'],
406 $form = new Doku_Form($ID, wl($ID,array('do'=>'btngnew'),false,'&'));
484 echo wl($this->entry['page']).(!empty($anchor) ? '#'.$anchor : '');
493 …echo '<a href="' . wl ($this->entry['page']) . '" title="' . hsc($this->entry['title']) . '">' . $…
654 echo '<a href="'.wl($row['page']).'" class="wikilink1">'.hsc($row['title']).'</a>';
1244 …return '<a href="' . wl($related[$type]['page']) . '" class="wikilink1" rel="'.$type.'">' . str_re…
/plugin/fedauth/
H A Daction.php173 send_redirect(wl(getID(), 'do=fedauth', true, '&') . '&fa[register]');
179 … $msg = str_replace('@REGURL@', wl(getID(), 'do=fedauth', true, '&').'&fa[register]', $msg);
285 …print '<p>' . '<a href="' . wl($ID, 'do=fedauth', true, '&') . '">' . $this->getLang('mylogins') .…
/plugin/translation/
H A Dhelper.php298 $attr['href'] = wl($target);
342 $msg = sprintf($this->getLang('outdated'), wl($orig));
375 return wl($id, ['do' => 'diff', 'rev' => $orev]);
/plugin/findologicxmlexport/
H A DDokuwikiPage.php46 $this->url = wl($page, '', true);
/plugin/confmanager/tpl/
H A DselectConfig.php15 …<form action="<?php echo wl($ID, 'do=admin,page=confmanager') ?>" method="get" id="select_config_f…
/plugin/doodle2/
H A Ddoodle_template.php16 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
/plugin/randompage2/
H A Daction.php32 send_redirect(wl($page, '', true, '&'));
/plugin/doodle3/
H A Ddoodle_template.php17 <form action="<?php echo wl() ?>" method="post" name="doodle__form" id="<?php echo $template['formI…
/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/indexmenu/
H A Dajax.php
/plugin/linkback/
H A Dtools.php98 wl($ID, 'do=unsubscribe', true, '&'),
100 wl($ID, '', true),
/plugin/linkback/exe/
H A Dpingback.php77 if ($targetUri != wl($ID, '', true))
173 $searchurl = preg_quote(wl($ID), '!');
/plugin/elasticsearch/action/
H A Dsearch.php427 $href = $isPage ? wl($page) : ml($page);
503 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => ($cur-1)])) . '">';
514 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => $toshow[$i]])) . '">';
528 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => ($cur+1)])) . '">';
/plugin/pagehere/
H A Daction.php39 send_redirect(wl($newpage,array('do'=>'edit'),true,'&'));
/plugin/bookcreator/
H A Dhelper.php26 $url = wl($this->getConf('save_namespace').":".$nons);
/plugin/miniblog/syntax/
H A Dcomment.php44 'disqus_url' => wl($ID, '', true),
/plugin/singlesearchresult/
H A Daction.php42 $link = wl($pageid, '', true);
/plugin/html2pdf/snorriheim/
H A Dmain.php73 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
/plugin/autotranslation/
H A Daction.php101 …$links[] = '<a href="' . wl($ID, array('do' => 'edit', 'fromlang' => $t)) . '">' . $this->helper->…
392 if ( wl( $url, $more, true, '&') != DOKU_URL . substr($_SERVER['REQUEST_URI'], 1) ) {
393 header('Location: ' . wl( $url, $more, true, '&'), 302);
/plugin/translate/
H A Daction.php271 $url = wl($id, 'do=edit');
288 $url = wl($orig_id, $param, false, '&');
388 $url = wl($target_id, 'do=edit');
/plugin/grouphome/
H A Daction.php45 send_redirect(wl($page,'',true));

12345678910>>...19