Home
last modified time | relevance | path

Searched refs:internallink (Results 51 – 75 of 106) sorted by relevance

12345

/plugin/autolink4/syntax/
H A Dregex.php107 $renderer->internallink($data[self::$TO], $data[self::$TEXT]);
/plugin/structautolink/
H A Drenderer.php64 $this->internallink($this->getConf('ns') . ':' . $token['id'], $token['term']);
/plugin/siteexport/syntax/
H A Dtoc.php95 $handler->internallink($match, $state, $pos);
99 $handler->internallink($match, $state, $pos);
261 $renderer->internallink($LNID, $NAME, null);
/plugin/autotooltip/
H A Dhelper.php133 $link = $this->localRenderer->internallink($id, $content ?: $title, null, true);
/plugin/data-au/syntax/
H A Drelated.php52 $renderer->internallink($row['page']);
/plugin/data/syntax/
H A Drelated.php56 $renderer->internallink($row['page']);
/plugin/struct/types/
H A DMedia.php139 $R->internallink("$page?$filter", $media);
H A DPage.php43 $title = $id; // cannot be empty or internallink() might hijack %pageid% and use headings
48 $R->internallink(":$id", $title);
H A DAbstractBaseType.php361 $R->internallink("$page?$filter", $value);
/plugin/qna/syntax/
H A Dtoc.php199 $renderer->internallink($toc[$i]['link'], $toc[$i]['title']);
/plugin/dbquery/syntax/
H A Dquery.php185 $R->internallink($page, $title);
/plugin/text/
H A Drenderer.php428 $this->internallink($link,$link);
436 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… function in renderer_plugin_text
/plugin/latexport/_test/
H A Ddecorator_mock.php79 function internallink($link, $title = null) { function in DecoratorMock
/plugin/nspages/printers/
H A Dprinter.php147 $this->renderer->internallink(':'.$item['id'], $linkText);
/plugin/qc/
H A Drenderer.php206 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
204 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() function in renderer_plugin_qc
/plugin/dwinsect/
H A Dsyntax.php224 … $renderer->internallink("[*(".$instructions.")]"); // instructions contains the error-text
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php55 …public function internallink($id, $name = null, $search=null, $returnonly=false, $linktype='conten… function in renderer_plugin_nsexport_xhtml
/plugin/combo/action/
H A Dlinkmove.php278 * The code below calls then the rewrite function {@link helper_plugin_move_handler::internallink()}
313 $handler->internallink($match, $state, $pos);
/plugin/latexport/implementation/
H A Ddecorator_persister.php692 $this->internallink($this->pageId.":".$hash, $name);
702 function internallink($link, $title = null) { function in DecoratorPersister
H A Ddecorator.php748 function internallink($link, $title = null) { function in decorator
750 $this->decorator->internallink($link, $title);
/plugin/repo/
H A Dsyntax.php228 $renderer->internallink($ID, $title);
/plugin/navi/
H A Dsyntax.php279 $R->internallink(':' . $info['page'], $info['title']);
/plugin/struct/renderer/
H A Dcsv.php148 public function internallink($link, $title = null) function in renderer_plugin_struct_csv
/plugin/offline/
H A Drenderer.php252 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { function in renderer_plugin_offline
/plugin/xml/
H A Drenderer.php383 $this->internallink($link, $link, 'camelcase');
400 function internallink($link, $title = null, $type='internal') { function in renderer_plugin_xml

12345