Home
last modified time | relevance | path

Searched refs:internallink (Results 26 – 50 of 106) sorted by relevance

12345

/plugin/dw2pdf/syntax/
H A Dexportlink.php95 $renderer->internallink($data['link'], $data['title']);
/plugin/starred/
H A Dsyntax.php76 $R->internallink(':' . $pid, null, null, false, 'navigation');
/plugin/bookcreator/syntax/
H A Dexportsaved.php97 $link = $renderer->internallink($data['link'], $data['title'], null, true);
/plugin/rating/
H A Dsyntax.php87 $renderer->internallink($item['page']);
/plugin/catlist/
H A Dsyntax.php490 $renderer->internallink(':'.$main['id'], $main['title']);
582 if ($displayLink) $renderer->internallink($idLink, $title);
590 if ($displayLink) $renderer->internallink($idLink, $title);
606 if ($displayLink) $renderer->internallink(':'.$item['id'], $item['title']);
611 $renderer->internallink(':'.$item['id'], $item['title']);
/plugin/highlightparent/
H A Daction.php140 $link = $xhtml_renderer->internallink($baseID, ($baseTitle ?: $baseID), false, true);
/plugin/docnavigation/
H A Daction.php112 return $Renderer->internallink($id, $title, null, true);
/plugin/autoindex/
H A Dsyntax.php90 $renderer->internallink($page['id'], $page['title']);
/plugin/showlinkpermission/
H A Drenderer.php25 function internallink($id, $name = NULL, $search=NULL, $returnonly=false, $linktype='content') { function in renderer_plugin_showlinkpermission
/plugin/top/
H A Dsyntax.php100 $renderer->internallink($item['page']);
/plugin/nslist/
H A Dsyntax.php110 $R->internallink(':'.$item['id']);
/plugin/eventline/
H A Dplain.php85 $this->internallink($link,$link);
129 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) function in Doku_Renderer_plain
/plugin/autolink4/syntax/
H A Dallwords.php152 $renderer->internallink($data[self::$TO], $data[self::$TEXT]);
/plugin/odt/renderer/
H A Dbook.php121 function internallink($id, $name = NULL, $returnonly = false) { function in renderer_plugin_odt_book
/plugin/goto/
H A Dsyntax.php71 … $message = str_replace("%d",$renderer->internallink($data[0], $data[0],'', true),$data[2]);
/plugin/accscounter/syntax/
H A Dpopularity.php132 $renderer->internallink(':' . $page);
/plugin/docnavigation/syntax/
H A Dpagenav.php186 $renderer->internallink($url['link'], $url['title']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php211 while (array_key_exists($href, $this->mpdf->internallink)) {
214 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
215 $objattr['link'] = $this->mpdf->internallink[$href];
H A DImg.php234 while (array_key_exists($href, $this->mpdf->internallink)) {
237 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
238 $objattr['link'] = $this->mpdf->internallink[$href];
/plugin/webcomponent/syntax/
H A Dbutton.php241 $renderer->internallink($pageIdToLinkTo);
/plugin/dokugitviewer/
H A Dsyntax.php92 … $renderer->internallink($data[$elements[$element]].'#'.$element.$value, '#'.$element.$value);
/plugin/displayorphans/
H A Drenderer.php79 $renderer->internallink(':' . $id, $id);
/plugin/struct/types/
H A DColor.php96 $R->internallink("$page?$filter", $color);
H A DTag.php36 $R->internallink($page . '?' . $filter, $value);
/plugin/listusergroup/
H A Dhelper.php122 $xhtml_renderer->doc .= $xhtml_renderer->internallink($confNS.':'.$user);

12345