Home
last modified time | relevance | path

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

12345

/plugin/accscounter/syntax/
H A Dpopularity.php132 $renderer->internallink(':' . $page);
/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/actionrenderer/
H A Drenderer.php387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… function in renderer_plugin_actionrenderer
/plugin/autoindex/
H A Dsyntax.php90 $renderer->internallink($page['id'], $page['title']);
/plugin/autolink4/syntax/
H A Dallwords.php152 $renderer->internallink($data[self::$TO], $data[self::$TEXT]);
H A Dregex.php107 $renderer->internallink($data[self::$TO], $data[self::$TEXT]);
/plugin/autotooltip/
H A Dhelper.php133 $link = $this->localRenderer->internallink($id, $content ?: $title, null, true);
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/bookcreator/syntax/
H A Dexportsaved.php97 $link = $renderer->internallink($data['link'], $data['title'], null, true);
/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/catlist/
H A Dsyntax.php490 $renderer->internallink(':'.$main['id'], $main['title']);
582 if ($displayLink) $renderer->internallink($idLink, $title);
590 if ($displayLink) $renderer->internallink($idLink, $title);
606 if ($displayLink) $renderer->internallink(':'.$item['id'], $item['title']);
611 $renderer->internallink(':'.$item['id'], $item['title']);
/plugin/changes/
H A Dsyntax.php454 $renderer->internallink(':' . $change['id'], null, null, false, 'navigation');
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …: 'link',\n });\n }\n\n dokuModes.push({\n name: 'internallink', // 300\n …
/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/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/data-au/_test/
H A Dhelper.test.php5 function internallink($id, $title = '', $ignored=null, $ignored2=false, $linktype = 'content') { function in dataau_dummy_renderer
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
/plugin/data-au/syntax/
H A Drelated.php52 $renderer->internallink($row['page']);
/plugin/data/_test/
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/data/syntax/
H A Drelated.php56 $renderer->internallink($row['page']);
/plugin/database2/
H A Ddatabase2.php3477 $label = $this->renderer->internallink( $href, $label, NULL, true );
/plugin/dbquery/syntax/
H A Dquery.php185 $R->internallink($page, $title);
/plugin/dir/
H A Dsyntax.php954 $this->rdr->internallink($pageid, $name);

12345