Home
last modified time | relevance | path

Searched refs:internallink (Results 76 – 100 of 106) sorted by relevance

12345

/plugin/mindmap/
H A Dsyntax.php445 if ($i[0] == 'internallink') {
/plugin/move/helper/
H A Dhandler.php227 public function internallink($match, $state, $pos) { function in helper_plugin_move_handler
/plugin/actionrenderer/
H A Drenderer.php387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… function in renderer_plugin_actionrenderer
/plugin/gcalendar/inc/
H A Dgcal_read.php372 $drx->internallink($link,$name);
/plugin/tabinclude/
H A Dhelper.php303 $renderer->internallink($page,$title);
/plugin/do/
H A Dhelper.php548 return p_get_renderer('xhtml')->internallink(
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
H A Dhelper.test.php
/plugin/nroff/
H A Drenderer.php491 $this->internallink($link,$link);
513 function internallink($id, $name = NULL, $search=NULL,$returnonly=false) { function in renderer_plugin_nroff
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php7 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… function in Doku_Renderer_xhtml_mock
H A Dhelper.test.php5 function internallink($id, $title = '', $ignored=null, $ignored2=false, $linktype = 'content') { function in dataau_dummy_renderer
/plugin/changes/
H A Dsyntax.php454 $renderer->internallink(':' . $change['id'], null, null, false, 'navigation');
/plugin/todo/syntax/
H A Dlist.php384 $R->internallink(':'.$page['id'], ($data['header']=='firstheader' ? p_get_first_heading($page['id']) : $page['id']));
/plugin/siteexport/renderer/
H A Dpdf.php280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… function in renderer_plugin_siteexport_pdf
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php417 $this->renderer->internallink($id, $name);
/plugin/odp/
H A Drenderer.php1081 $this->internallink($link,$link);
1098 function internallink($id, $name = NULL) { function in renderer_plugin_odp
/plugin/nodetailsxhtml/
H A Drenderer.php242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
283 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') { global() function in renderer_plugin_nodetailsxhtml
/plugin/odt/renderer/
H A Dpage.php1295 return $this->internallink($link,$link, null, true);
1297 $this->internallink($link, $link);
1327 function internallink($id, $name = NULL, $returnonly = false) { function in renderer_plugin_odt_page
/plugin/latexit/
H A Drenderer.php946 $this->internallink($link, $link);
980 function internallink($link, $title = NULL) { function in renderer_plugin_latexit
/plugin/pycode/
H A Dsyntax.php587 $renderer->internallink($namespace . ":" . $val[1], $val[0]);
/plugin/combo/syntax/
H A Dlink.php105 * Code adapted from {@link Doku_Handler::internallink()}
192 "internallink",
252 * based on `internallink` in {@link Doku_Handler}
254 * the parameters (ie for instance internallink)
559 $renderer->internallink($markupRef, $descriptionToDelete);
/plugin/struct/meta/
H A DAggregationTable.php146 $this->renderer->internallink($this->id, $this->helper->getLang('tableresetfilter'));
/plugin/prosemirror/
H A Drenderer.php496 public function internallink($id, $name = null) function in renderer_plugin_prosemirror
/plugin/dir/
H A Dsyntax.php954 $this->rdr->internallink($pageid, $name);
/plugin/mellelexport/
H A Drenderer.php689 …function internallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__… function in renderer_plugin_mellelexport

12345