/plugin/blogtng/syntax/ |
H A D | header.php | 63 $hid = $renderer->_headerToLink($text,true); 66 $renderer->toc_additem($hid, $text, $level); 69 … $renderer->doc .= DOKU_LF.'<h'.$level.'><a name="'.$hid.'" id="'.$hid.'" href="'.wl($ID).'">';
|
/plugin/header3/ |
H A D | syntax.php | 122 $hid = $renderer->_headerToLink($text,true); 125 $renderer->toc_additem($hid, $text, $level); 147 $renderer->doc .= '><a name="'.$hid.'" id="'.$hid.'">'; 155 $hid = $renderer->_headerToLink($text,true); 157 $renderer->doc .= '<text:bookmark-start text:name="'.$hid.'"/>'; 159 $renderer->doc .= '<text:bookmark-end text:name="'.$hid.'"/>';
|
/plugin/header2/ |
H A D | syntax.php | 127 $hid = $renderer->_headerToLink($text,true); 130 $renderer->toc_additem($hid, $text, $level); 152 $renderer->doc .= '><a name="'.$hid.'" id="'.$hid.'">'; 160 $hid = $renderer->_headerToLink($text,true); 162 $renderer->doc .= '<text:bookmark-start text:name="'.$hid.'"/>'; 164 $renderer->doc .= '<text:bookmark-end text:name="'.$hid.'"/>';
|
/plugin/include/syntax/ |
H A D | header.php | 39 $hid = $renderer->_headerToLink($headline, true); 40 $renderer->toc_additem($hid, $headline, $lvl); 54 $classes[] = $renderer->startSectionEdit($pos, array('target' => 'section', 'name' => $headline, 'hid' => $hid)); 63 $renderer->doc .= ' id="'.$hid.'"><a href="' . $url . '" title="' . $headline . '">';
|
H A D | editbtn.php | 29 list($title, $hid) = $data; 32 $renderer->startSectionEdit(0, array('target' => 'plugin_include_editbtn', 'name' => $title, 'hid' => $hid));
|
/plugin/html5/ |
H A D | renderer.php | 77 $hid = $this->_headerToLink( $text, true ); 80 $this->toc_additem( $hid, $text, $level ); 105 $this->doc .= DOKU_LF.'<h1><a name="'.$hid.'" id="'.$hid.'">';
|
/plugin/odt/ODT/ |
H A D | ODTHeading.php | 24 $hid = self::headerToLink($params->document, $text, true); 50 $params->content .= '<text:bookmark-start text:name="'.$hid.'"/>'; 53 $params->content .= '<text:bookmark-end text:name="'.$hid.'"/>'; 59 $params->document->tocAddItemInternal($TOCRef, $hid, $text, $level);
|
/plugin/dw2pdf/ |
H A D | renderer.php | 81 $hid = $this->_headerToLink($text, true); 84 $this->toc_additem($hid, $text, $level); 88 $hid = $pid . '__' . $hid; 127 $this->doc .= $header_prefix . "<a name=\"$hid\">";
|
/plugin/sphinxsearch-was/ |
H A D | PageMapper.php | 41 public function add($page, $title_text, $title, $hid = '') argument 44 '" . sprintf('%u', crc32($page . $hid)) . "', 45 " . $this->_db->quote($hid) . ",
|
H A D | xmlall.php | 77 foreach ($sections as $hid => $section) { 83 $data['id'] = sprintf('%u', crc32($dokuPageId . $hid)); 97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
|
H A D | action.php | 239 $hid = $row['hid']; 254 $href = !empty($hid) ? (wl($page) . '#' . $hid) : wl($page); 277 if (!empty($hid)) { 278 echo '#' . $hid;
|
/plugin/sphinxsearch/ |
H A D | PageMapper.php | 42 public function add($page, $title_text, $title, $hid='') argument 45 '".sprintf('%u', crc32($page.$hid))."', 46 ".$this->_db->quote($hid).",
|
H A D | xmlall.php | 77 foreach($sections as $hid => $section){ 83 $data['id'] = sprintf('%u', crc32($dokuPageId.$hid)); 97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
|
H A D | action.php | 284 $hid = $row['hid']; 299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page); 322 if (!empty($hid)){ 323 echo '#'.$hid;
|
/plugin/faq/ |
H A D | syntax.php | 84 …$renderer->doc .= DOKU_LF.'<h'.$level.' class="faq"><a name="'.$hid.'" id="'.$hid.'"><span class="…
|
/plugin/rst/ |
H A D | syntax.php | 173 $hid = $renderer->_headerToLink($node->nodeValue,'true'); 174 $node->setAttribute('id',$hid); 175 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/markdownextra/ |
H A D | syntax.php | 133 $hid = $renderer->_headerToLink($node->nodeValue,'true'); 134 $node->setAttribute('id',$hid); 135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/txt2tags/ |
H A D | syntax.php | 145 $hid = $renderer->_headerToLink($node->nodeValue,'true'); 146 $node->setAttribute('id',$hid); 147 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
|
/plugin/revealjs/syntax/ |
H A D | header.php | 135 $hid = $this->_headerToLink($text, $renderer->wikipage_unique_headers); 137 $renderer->toc_additem($hid, $text, $level); 171 …$renderer->doc .= DOKU_LF.'<h'.$level.' id="'.$hid.'">'.$renderer->_xmlEntities($text)."</h$level>…
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 99 $hid = $this->_headerToLink($text, true); 102 $this->toc_additem($hid, $text, $level); 164 $this->doc .= '><a name="'.$hid.'" id="'.$hid.'">'; 200 public function finishSectionEdit($end = null, $hid = null) { argument
|
/plugin/box2/ |
H A D | syntax.php | 157 $hid = $renderer->_headerToLink($output,true); 158 … $renderer->doc .= '<a id="' . $hid . '" name="' . $hid . '">' . $output . '</a>';
|
/plugin/linksuggest/ |
H A D | script.js | 130 return linksuggest_escape(toc.hid) + title; 142 return '[[' + link + '#' + toc.hid + appendSubtitle(toc.title) + appendClosing();
|
/plugin/backlinks2/_test/data/meta/ |
H A D | backlinks_syntax.meta | 1 …ss says";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:31:"backlinks_to…
|
H A D | backlinks_exclude_syntax.meta | 1 …espace)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:59:"backlinks_to…
|
H A D | link.meta | 1 …ob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:18:"a_link_to_bo…
|