Home
last modified time | relevance | path

Searched refs:hid (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/blogtng/syntax/
H A Dheader.php63 $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 Dsyntax.php122 $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 Dsyntax.php127 $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 Dheader.php39 $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 Deditbtn.php29 list($title, $hid) = $data;
32 $renderer->startSectionEdit(0, array('target' => 'plugin_include_editbtn', 'name' => $title, 'hid' => $hid));
/plugin/html5/
H A Drenderer.php77 $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 DODTHeading.php24 $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 Drenderer.php81 $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 DPageMapper.php41 public function add($page, $title_text, $title, $hid = '') argument
44 '" . sprintf('%u', crc32($page . $hid)) . "',
45 " . $this->_db->quote($hid) . ",
H A Dxmlall.php77 foreach ($sections as $hid => $section) {
83 $data['id'] = sprintf('%u', crc32($dokuPageId . $hid));
97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
H A Daction.php239 $hid = $row['hid'];
254 $href = !empty($hid) ? (wl($page) . '#' . $hid) : wl($page);
277 if (!empty($hid)) {
278 echo '#' . $hid;
/plugin/sphinxsearch/
H A DPageMapper.php42 public function add($page, $title_text, $title, $hid='') argument
45 '".sprintf('%u', crc32($page.$hid))."',
46 ".$this->_db->quote($hid).",
H A Dxmlall.php77 foreach($sections as $hid => $section){
83 $data['id'] = sprintf('%u', crc32($dokuPageId.$hid));
97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
H A Daction.php284 $hid = $row['hid'];
299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page);
322 if (!empty($hid)){
323 echo '#'.$hid;
/plugin/faq/
H A Dsyntax.php84 …$renderer->doc .= DOKU_LF.'<h'.$level.' class="faq"><a name="'.$hid.'" id="'.$hid.'"><span class="…
/plugin/rst/
H A Dsyntax.php173 $hid = $renderer->_headerToLink($node->nodeValue,'true');
174 $node->setAttribute('id',$hid);
175 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/markdownextra/
H A Dsyntax.php133 $hid = $renderer->_headerToLink($node->nodeValue,'true');
134 $node->setAttribute('id',$hid);
135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/txt2tags/
H A Dsyntax.php145 $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 Dheader.php135 $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 Dpdf.php99 $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 Dsyntax.php157 $hid = $renderer->_headerToLink($output,true);
158 … $renderer->doc .= '<a id="' . $hid . '" name="' . $hid . '">' . $output . '</a>';
/plugin/linksuggest/
H A Dscript.js130 return linksuggest_escape(toc.hid) + title;
142 return '[[' + link + '#' + toc.hid + appendSubtitle(toc.title) + appendClosing();
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_syntax.meta1 …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 Dbacklinks_exclude_syntax.meta1 …espace)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:59:"backlinks_to…
H A Dlink.meta1 …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…

1234