Home
last modified time | relevance | path

Searched refs:internallink (Results 1 – 25 of 114) sorted by relevance

12345

/plugin/autotooltip/
H A Drenderer.php45 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… function in renderer_plugin_autotooltip
56 $link = parent::internallink($fullId, $name, $search, true, $linktype);
68 return parent::internallink($fullId, $name, $search, $returnonly, $linktype);
/plugin/translation/
Dadmin.php53 … $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'], null, null, true) . "</td>";
55 … $row .= "<td>" . $xhtml_renderer->internallink($page['id'], $page['id'], null, true) . "</td>";
86 $row .= "<td class='$class'>" . $xhtml_renderer->internallink(
/plugin/autotranslation/
Dadmin.php47 $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'],null,null,true) . "</td>";
49 … $row .= "<td>" . $xhtml_renderer->internallink($page['id'],$page['id'],null,true) . "</td>";
81 …$row .= "<td class='$class'>" . $xhtml_renderer->internallink($translID,$title,null,true) . $diffl…
/plugin/acmenu/
Dsyntax.php145 $renderer->internallink($base_id, $base_heading);
387 $renderer->internallink($val["id"], $val["heading"]);
393 $renderer->internallink($val["id"], $val["heading"]);
406 $renderer->internallink($val["id"], $val["heading"]);
409 $renderer->internallink($val["id"], $val["heading"]);
/plugin/latexport/_test/
Ddecorator_includer.test.php39 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
59 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
157 …$this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2…
164 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
195 …$this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK2, DecoratorIncluderTest::TITLE2…
214 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
256 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
273 $this->decoratorIncluder->internallink(DecoratorIncluderTest::LINK, DecoratorIncluderTest::TITLE);
/plugin/markdownextra/
Dsyntax.php75 foreach($internallinks as $internallink)
77 $renderer->internallink($internallink);
/plugin/txt2tags/
Dsyntax.php88 foreach($internallinks as $internallink)
90 $renderer->internallink($internallink);
/plugin/mermaid/
H A Drenderer.php24 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… function in renderer_plugin_mermaid
26 $xhtml = $this->formattedXhtml(parent::internallink($id, $name, $search, true, $linktype));
/plugin/flowcharts/
Drenderer.php22 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… function in renderer_plugin_flowcharts
23 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/latexport/implementation/
Ddecorator_includer.php255 function internallink($link, $title = null) { function in DecoratorIncluder
265 $this->decorator->internallink($link, $title);
270 $this->decorator->internallink($link, $title);
/plugin/targetlink/
Dsyntax.php65 $args = $this->internallink($renderer, $data[1], $data[2], $target);
94 $renderer->internallink($data[1], $data[2]);
106 …function internallink(&$xhtml, $id, $name = null, $target, $search = null, $returnonly = false, $l… function in syntax_plugin_targetlink
/plugin/siteexport/action/
Dmove.php32 $handler->internallink($match, $state, $pos);
/plugin/button/
Dsyntax.php329 $renderer->internallink($match['link']);
365 return $this->internallink($xhtml, $id, $name);
373 return $this->internallink($xhtml, $id, $name);
379 …function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype =… function in syntax_plugin_button
/plugin/strata/types/
Dtitle.php29 $R->internallink($hint.':'.$value, $heading);
Dref.php32 $R->internallink($hint.':'.$value, $heading);
Denum.php25 $R->internallink($hint,$label);
Dpage.php52 $R->internallink(':'.$value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTextCircle.php210 while (array_key_exists($href, $this->mpdf->internallink)) {
213 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
214 $objattr['link'] = $this->mpdf->internallink[$href];
/plugin/include/syntax/
H A Dreadmore.php32 $renderer->internallink($page, $this->getLang('readmore'));
/plugin/mcitem/
Dsyntax.php128 $renderer->internallink($data[1], $data[2]);
/plugin/markdowku/
Danchorsinline.php37 $handler->internallink($target.'|'.$title, $state, $pos);
/plugin/linkpagechild/
Dsyntax.php71 $handler->internallink($rewritten, $state, $pos);
/plugin/gemini/
Drenderer.php253 $this->internallink($link);
264 public function internallink($id, $title = null) function in renderer_plugin_gemini
376 $this->internallink($url, $title);
/plugin/today/syntax/
H A Dtoday.php89 $renderer->internallink($pageId, 'today');
/plugin/linklist/
Drenderer.php40 public function internallink($link, $title = null) function in renderer_plugin_linklist

12345