Home
last modified time | relevance | path

Searched refs:tpl_link (Results 1 – 25 of 33) sorted by relevance

12

/plugin/podcast/blogtng-tpl/
H A Dlist.php18 $entry->tpl_link();
22 $entry->tpl_link();
57 …<a href="<?php $entry->tpl_link(); ?>" class="wikilink1 blogtng_permalink" title="<?php echo hsc($…
H A Dentry.php32 $entry->tpl_link();
36 $entry->tpl_link();
H A Drecentcomments.php2 …<a href="<?php $entry->tpl_link($comment->tpl_cid())?>" class="wikilink1"><?php $entry->tpl_title(…
/plugin/blogtng/tpl/default/
H A Dlist.php20 <a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php echo $this->getLang(…
26 …<a href="<?php $entry->tpl_link('the__comments')?>" class="wikilink1 blogtng_commentlink"><?php $e…
H A Dtagsearch.php16 …<a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php $entry->tpl_title()…
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
/plugin/tabinclude/
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);
H A Dajax.php38 $pagelink = tpl_link(wl($link),$goto,'',true);
/plugin/nsexport/action/
H A Dexport.php83 public function tpl_link($return = false) { function in action_plugin_nsexport_export
86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption,
/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/siteexport/action/
H A Dstartup.php101 …$event->data['items'][] = '<li>' . tpl_link(wl($ID, array('do' => 'siteexport_addpage')), '<span>E…
111 …$event->data['items'][] = '<li>' . tpl_link('', '<span>Copy Map-ID: <span class="mapID" data-done=…
/plugin/vbsso/
H A Daction.php165 …$form->addElement('<p>' . $this->getLang('reghere') . ': ' . tpl_link(sharedapi_url_add_destinatio…
171 …$form->addElement('<p>' . $this->getLang('pwdforget') . ': ' . tpl_link(sharedapi_url_add_destinat…
/plugin/eclipseupdateurl/
H A Dsyntax.php106 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers…
146 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers…
162 function tpl_link($url,$name,$more=''){ function in syntax_plugin_eclipseupdateurl
/plugin/html2pdf/snorriheim/
H A Dmain.php73 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
/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/geonav/tpl/startermap/
H A Dmain.php48 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"') ?></h1>
/plugin/minimap/
H A Dsyntax.php252 $miniMapList .= tpl_link(
285 $panelHeaderContent = tpl_link(
/plugin/tagsections/syntax/
H A Dtag.php112 $link = tpl_link($format, $name, 'rel="tag" title="'.$entry.'"', true);
/plugin/editions/
H A Daction.php115 …$editionLinks .= '<li>'.tpl_link($eLink,ucfirst($edition),'class="'.$edition.'" title="'.$editionL…
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php94 tpl_link(
/plugin/404manager/
H A Daction.php591 tpl_link(
603 tpl_link(
H A Dadmin.php288tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . …
291tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
/plugin/webcomponent/syntax/
H A Drelated.php182 tpl_link(
/plugin/combo/action/
H A Droutermessage.php224 tpl_link(
/plugin/translator/syntax/
H A Dtranslator.php255 …if ( auth_ismanager() && !empty($line['TranslationValue']) ) $form->addElement("(" . tpl_link(wl($…
296 …s->getLang('Permalink')}:</div><div style='width:200px;float:right'>" . tpl_link(wl($ID, array('Ca…

12