Home
last modified time | relevance | path

Searched refs:wl (Results 351 – 375 of 467) sorted by last modified time

1...<<111213141516171819

/plugin/labeled/
H A Dhelper.php55 $link = wl($ID,
/plugin/removeold/
H A Dadmin.php116 echo '<form action="'.wl($ID).'" method="post">';
/plugin/graphgear/
H A Dsyntax.php168 $node['link'] = wl($opts['url']);
/plugin/godiag/
H A Dsyntax.php654 $href = wl($href);
/plugin/rating/
H A Dhelper.php77 …echo '<a href="' . wl($ID, array('rating' => -1)) . '" class="plugin_rating_down ' . $class . ' pl…
81 …echo '<a href="' . wl($ID, array('rating' => +1)) . '" class="plugin_rating_up ' . $class . '" dat…
/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/singlesearchresult/
H A Daction.php42 $link = wl($pageid, '', true);
/plugin/mediasyntax/syntax/
H A Dredirect.php55 $renderer->doc = 'You will be redirected in '.$delay.' seconds to <a href="' . wl($data) . '">'.$data.'</a>';
56 $renderer->doc .= '<script>url="'.wl($data).'";setTimeout("location.href=url",'.($delay*1000).');</script>';
/plugin/editx/
H A Daction.php31 …$link = sprintf('<a href="%s" class="action editx" rel="nofollow">%s</a>', wl($ID,'do=editx'), $th…
147 …->errors[] = sprintf( $this->getLang('rp_msg_file_conflict'), '<a href="'. wl($opts['newpage']) . …
238 …$this->errors[] = sprintf( $this->getLang('rp_msg_new_exist'), '<a href="'. wl($opts['newpage']) .…
290 …$msg = sprintf( $this->getLang('rp_msg_success'), $opts['oldpage'], '<a href="'. wl($opts['newpage…
341 <form action="<?php echo wl($ID); ?>" method="post">
381 <form action="<?php echo wl($ID); ?>" method="post">
/plugin/log404/
H A Dadmin.php23 send_redirect(wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName()), true, '&'));
40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id));
41 $ignoreUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'ignore'=>$id));
43 . ' <a href="'.wl($id).'">'.$this->getLang('go-to-page').'</a>'
/plugin/crosspost/
H A Daction.php102 send_redirect( wl( $meta ) . '?do=edit' );
250 return '<span class="crosspost"><a href="' . wl( $page ) . '" title="' .
/plugin/odt2dw/
H A Daction.php44 ….'<a href='.wl($ID, $params).' class="action import_odt" rel="nofollow" title="'.$this->getLang('…
/plugin/sfauth/
H A Daction.php45 …echo '<a href="'.wl($ID, array('do' => 'login', 'u' => 'sf', 'p' => 'sf', 'sf' => '1')).'" class="…
62 send_redirect(wl($id, '', true, '&'));
/plugin/latexit/
H A Drenderer.php1007 $url = wl($link, $params, $absoluteURL);
H A Daction.php65 …. '<a href=' . wl($ID, $params) . ' class="action export_latexit" rel="nofollow" title="Export La…
/plugin/feedaggregator/
H A Daction.php53 $ua = 'Mozilla/4.0 (compatible; DokuWiki feedaggregator plugin '.wl('', '', true).')';
/plugin/loginredirect/
H A Daction.php37 $query_string = $return_key ? '?'.$return_key.'='.wl($ID) : '';
/plugin/odp/
H A Drenderer.php1109 $url = wl($id,'',true);
/plugin/subjectindex/syntax/
H A Dentry.php112 $target_page = wl($target_page) . '#' . $link_id;
/plugin/dokutranslate/
H A Dadmin.php234 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
295 …$ret .= '<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id'],'sectok'=>getSecurityToken())))…
329 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/mredirect/
H A Daction.php26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
/plugin/imagemap/
H A Dsyntax.php125 $url = wl($url);
/plugin/html2pdf/snorriheim/
H A Dmain.php73 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
/plugin/genericsso/
H A Dauth.php129 header('Location: '.str_replace('{target}', wl(getId()), $this->conf['loginURL']));

1...<<111213141516171819