| /plugin/autotooltip/ |
| H A D | renderer.php | 45 …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/ |
| D | admin.php | 53 … $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/ |
| D | admin.php | 47 $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/ |
| D | syntax.php | 145 $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/ |
| D | decorator_includer.test.php | 39 $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/ |
| D | syntax.php | 75 foreach($internallinks as $internallink) 77 $renderer->internallink($internallink);
|
| /plugin/txt2tags/ |
| D | syntax.php | 88 foreach($internallinks as $internallink) 90 $renderer->internallink($internallink);
|
| /plugin/mermaid/ |
| H A D | renderer.php | 24 …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/ |
| D | renderer.php | 22 …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/ |
| D | decorator_includer.php | 255 function internallink($link, $title = null) { function in DecoratorIncluder 265 $this->decorator->internallink($link, $title); 270 $this->decorator->internallink($link, $title);
|
| /plugin/targetlink/ |
| D | syntax.php | 65 $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/ |
| D | move.php | 32 $handler->internallink($match, $state, $pos);
|
| /plugin/button/ |
| D | syntax.php | 329 $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/ |
| D | title.php | 29 $R->internallink($hint.':'.$value, $heading);
|
| D | ref.php | 32 $R->internallink($hint.':'.$value, $heading);
|
| D | enum.php | 25 $R->internallink($hint,$label);
|
| D | page.php | 52 $R->internallink(':'.$value);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | TextCircle.php | 210 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 D | readmore.php | 32 $renderer->internallink($page, $this->getLang('readmore'));
|
| /plugin/mcitem/ |
| D | syntax.php | 128 $renderer->internallink($data[1], $data[2]);
|
| /plugin/markdowku/ |
| D | anchorsinline.php | 37 $handler->internallink($target.'|'.$title, $state, $pos);
|
| /plugin/linkpagechild/ |
| D | syntax.php | 71 $handler->internallink($rewritten, $state, $pos);
|
| /plugin/gemini/ |
| D | renderer.php | 253 $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 D | today.php | 89 $renderer->internallink($pageId, 'today');
|
| /plugin/linklist/ |
| D | renderer.php | 40 public function internallink($link, $title = null) function in renderer_plugin_linklist
|