Home
last modified time | relevance | path

Searched refs:wl (Results 151 – 175 of 467) sorted by relevance

12345678910>>...19

/plugin/talkpage/
H A Dsyntax.php78 $attr['href'] = wl($goto);
/plugin/timetrack/
H A Dadmin.php65 ptln ( '<form action="' . wl ( $ID ) . '" method="post">' );
/plugin/latexit/
H A Daction.php65 …. '<a href=' . wl($ID, $params) . ' class="action export_latexit" rel="nofollow" title="Export La…
/plugin/latex/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
/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/anewssystem/
H A Daction.php62 $allnewsdata = wl( (isset($allnewsdata1) ? $allnewsdata1 : 'news:newsdata') );
102 $page = wl( (isset($targetpage) ? $targetpage : 'news:newsdata') );
H A Dsyntax.php85 $allnewsdata = wl( (isset($allnewsdata1) ? $allnewsdata1 : 'news:newsdata') );
419 $default_value = wl($allnewsdata1).$link_anker;
765 $url = wl($this->getConf('news_datafile'),'',true);
988 $page = wl( (isset($targetpage) ? $targetpage : 'news:newsdata') );
1080 $url = wl($this->getConf('news_datafile'),'',true);
1148 …'<span class="anss_sep">&nbsp;|&nbsp;</span><a class"wikilink" href="'.wl($ID).$this->getConf('act…
1152 …'<span class="anss_sep">&nbsp;|&nbsp;</span><a class"wikilink" href="'.wl($ID).$this->getConf('act…
1197 $page = wl( (isset($targetpage) ? $targetpage : 'news:newsdata') );
/plugin/blog/syntax/
H A Dblog.php175 $ret .= '<p class="centeralign">'.DOKU_LF.'<a href="'.wl($ID, 'first='.$first).'"'.
183 $ret .= '<a href="'.wl($ID, 'first='.$last).'" class="wikilink1">'.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php187 $wl = mb_strlen($entry, 'UTF-8');
188 while ($offset < $wl) {
/plugin/latex-was/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
174 ptln('<form action="'.wl($INFO['id']).'" method="get">');
/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/struct/meta/
H A DAggregationTable.php222 $link = wl($this->id, $dynamic->getURLParameters());
280 'action' => wl($this->id, $this->renderer->info['struct_table_hash'], false, '#')
453 $link = wl($this->id, $dynamic->getURLParameters());
462 $link = wl($this->id, $dynamic->getURLParameters());
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php80 $wiki_url = $host . wl($wiki_id);
/plugin/struct/helper/
H A Dlookup.php53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
/plugin/geonav/tpl/startermap/
H A Dmain.php48 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
/plugin/spatialhelper/syntax/
H A Dfindnearby.php109 $renderer->doc .= '<a href="' . wl(getID(), $data [1]) . '" class="findnearby">' . hsc($data [0]) . '</a>';
/plugin/disqus/
H A Dsyntax.php76 $doc .= "var disqus_url = '".wl($ID,'',true)."';\n";
/plugin/judge/
H A Dadmin.php63 <form class="admin-form" action="' . wl($ID) . '" method="post">
/plugin/random_page/
H A Daction.php71 send_redirect(wl($id, '', true, '&'));
/plugin/slacknotifier/helper/
H A DFormatter.php58 return wl($page, $urlParameters, true, '&');
/plugin/mp3play2/
H A Dsyntax.php125 $url = wl($ID,'',true);
/plugin/loadskin/
H A Dhelper.php70 'action' => wl($ID)
/plugin/datasearchform/
H A Dsyntax.php95 …$renderer->doc .= '<form action="' . wl() . '" accept-charset="utf-8" class="search" id="datasearc…
/plugin/pwaoffline/
H A Daction.php65 'link' => wl($pageData['id']),
/plugin/userpage/
H A Daction.php41 $attr['href'] = wl($userPage);

12345678910>>...19