Home
last modified time | relevance | path

Searched refs:internallink (Results 1 – 25 of 106) sorted by last modified time

12345

/plugin/nspages/printers/
H A Dprinter.php147 $this->renderer->internallink(':'.$item['id'], $linkText);
/plugin/dbquery/syntax/
H A Dquery.php185 $R->internallink($page, $title);
/plugin/siteexport/action/
H A Dmove.php32 $handler->internallink($match, $state, $pos);
/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/siteexport/syntax/
H A Dtoc.php95 $handler->internallink($match, $state, $pos);
99 $handler->internallink($match, $state, $pos);
261 $renderer->internallink($LNID, $NAME, null);
/plugin/struct/meta/
H A DAggregationTable.php146 $this->renderer->internallink($this->id, $this->helper->getLang('tableresetfilter'));
/plugin/struct/renderer/
H A Dcsv.php148 public function internallink($link, $title = null) function in renderer_plugin_struct_csv
/plugin/struct/types/
H A DAbstractBaseType.php361 $R->internallink("$page?$filter", $value);
H A DColor.php96 $R->internallink("$page?$filter", $color);
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 DTag.php36 $R->internallink($page . '?' . $filter, $value);
/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/starred/
H A Dsyntax.php76 $R->internallink(':' . $pid, null, null, false, 'navigation');
/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/qna/syntax/
H A Dtoc.php199 $renderer->internallink($toc[$i]['link'], $toc[$i]['title']);
/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/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/todo/syntax/
H A Dtodo.php336 $return .= $renderer->internallink($id, $todotitle, null, true);
390 return $renderer->internallink($id, $name, null, true);
H A Dlist.php384 $R->internallink(':'.$page['id'], ($data['header']=='firstheader' ? p_get_first_heading($page['id']) : $page['id']));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php577 var $internallink;
1539 $this->internallink = [];
13866 if (!empty($this->internallink)) {
13868 foreach ($this->internallink as $k => $v) {
13882 while (array_key_exists($sharp . $k, $this->internallink)) {
13883 $internallink = $this->internallink[$sharp . $k];
13884 $this->SetLink($internallink, $ypos, $pagenum);
16098 $this->internallink[$vetor[7]] = ["Y" => $ily, "PAGE" => $this->page, "tbrot" => true];
16100 $this->internallink[
583 var $internallink; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php234 while (array_key_exists($href, $this->mpdf->internallink)) {
237 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
238 $objattr['link'] = $this->mpdf->internallink[$href];
H A DMeter.php211 while (array_key_exists($href, $this->mpdf->internallink)) {
214 $this->mpdf->internallink[$href] = $this->mpdf->AddLink();
215 $objattr['link'] = $this->mpdf->internallink[$href];
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/dw2pdf/syntax/
H A Dexportlink.php95 $renderer->internallink($data['link'], $data['title']);

12345