Home
last modified time | relevance | path

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

12345

/plugin/autotooltip/
H A Drenderer.php35 * Intercept Doku_Renderer_xhtml:internallink to give every wikilink a tooltip!
44 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') { function in renderer_plugin_autotooltip
50 $link = parent::internallink($fullId, $name, $search, true, $linktype);
62 return parent::internallink($fullId, $name, $search, $returnonly, $linktype);
/plugin/autotranslation/
H A 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/translation/
H A Dadmin.php60 $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'], null, null, true) . "</td>";
62 $row .= "<td>" . $xhtml_renderer->internallink($page['id'], $page['id'], null, true) . "</td>";
93 $row .= "<td class='$class'>" . $xhtml_renderer->internallink(
/plugin/markdownextra/
H A Dsyntax.php75 foreach($internallinks as $internallink)
77 $renderer->internallink($internallink);
/plugin/latexport/_test/
H A 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/txt2tags/
H A Dsyntax.php88 foreach($internallinks as $internallink)
90 $renderer->internallink($internallink);
/plugin/acmenu/
H A 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/flowcharts/
H A 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/mermaid/
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') function in renderer_plugin_mermaid
27 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/latexport/implementation/
H A 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/
H A 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/button/
H A Dsyntax.php247 // Test if internal or external link (from handler.php / internallink)
329 $renderer->internallink($match['link']);
352 return $this->internallink($xhtml, $id, $name);
360 return $this->internallink($xhtml, $id, $name);
364 // Copied and adapted from inc/parser/xhtml.php, function internallink (see RPHACK)
366 function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content')
328 function internallink(&$xhtml, $id, $name = NULL, $search=NULL,$returnonly=false,$linktype='content') global() function in syntax_plugin_button
/plugin/siteexport/action/
H A Dmove.php32 $handler->internallink($match, $state, $pos);
/plugin/strata/types/
H A Dref.php31 // internallink resolves page names, but the name is already resolved.)
32 $R->internallink(':'.$value, $heading);
H A Dpage.php51 // internallink resolves page names, but the name is already resolved.)
52 $R->internallink(':'.$value);
H A Dlink.php29 $renderer->internallink(':'.$value, $hint);
/plugin/include/syntax/
H A Dreadmore.php32 $renderer->internallink($page, $this->getLang('readmore'));
/plugin/todo/syntax/
H A Dtodo.php319 $return .= $renderer->internallink($id, $todotitle, null, true);
373 return $renderer->internallink($id, $name, null, true);
/plugin/mcitem/
H A Dsyntax.php128 $renderer->internallink($data[1], $data[2]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A 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/linkpagechild/
H A Dsyntax.php71 $handler->internallink($rewritten, $state, $pos);
/plugin/markdowku/
H A Danchorsinline.php37 $handler->internallink($target.'|'.$title, $state, $pos);
/plugin/today/
H A Dsyntax.php86 $renderer->internallink($pageId, 'today');
/plugin/gemini/
H A Drenderer.php253 $this->internallink($link);
264 public function internallink($id, $title = null) function in renderer_plugin_gemini
376 $this->internallink($url, $title);
/plugin/relativens/
H A Dsyntax.php78 $handler->internallink($modifiedMatch, $state, $pos);

12345