Searched refs:_headerToLink (Results 1 – 25 of 29) sorted by relevance
12
| /plugin/revealjs/syntax/ |
| D | header.php | 135 $hid = $this->_headerToLink($text, $renderer->wikipage_unique_headers); 190 function _headerToLink($title, &$check) { function in syntax_plugin_revealjs_header
|
| /plugin/header3/ |
| D | syntax.php | 122 $hid = $renderer->_headerToLink($text,true); 155 $hid = $renderer->_headerToLink($text,true);
|
| /plugin/header2/ |
| D | syntax.php | 127 $hid = $renderer->_headerToLink($text,true); 160 $hid = $renderer->_headerToLink($text,true);
|
| /plugin/blogtng/syntax/ |
| D | header.php | 63 $hid = $renderer->_headerToLink($text,true);
|
| /plugin/multiorphan/action/ |
| D | multiorphan.php | 322 $hid = $renderer->_headerToLink( $input[1][0] ); 323 $check = $renderer->_headerToLink( $data['entryID'] ); 440 $hash = '#' . $this->renderer->_headerToLink( $hash );
|
| /plugin/dw2pdf/ |
| D | renderer.php | 81 $hid = $this->_headerToLink($text, true); 181 $hash = $this->_headerToLink($hash);
|
| /plugin/siteexport/renderer/ |
| D | pdf.php | 99 $hid = $this->_headerToLink($text, true); 303 if (!empty($hash)) $hash = $this->_headerToLink($hash); 445 $hash = $this->_headerToLink($hash);
|
| /plugin/include/syntax/ |
| H A D | header.php | 39 $hid = $renderer->_headerToLink($headline, true);
|
| /plugin/showlinkpermission/ |
| D | renderer.php | 77 if(!empty($hash)) $hash = $this->_headerToLink($hash);
|
| /plugin/html5/ |
| D | renderer.php | 77 $hid = $this->_headerToLink( $text, true );
|
| /plugin/imagemapping/ |
| D | syntax.php | 152 if (!empty($hash)) $hash = $renderer->_headerToLink($hash); 159 $url = $renderer->_headerToLink($url);
|
| /plugin/rst/ |
| D | syntax.php | 173 $hid = $renderer->_headerToLink($node->nodeValue,'true');
|
| /plugin/nroff/ |
| D | renderer.php | 133 $hid = $this->_headerToLink($text,true); 498 $hash = $this->_headerToLink($hash); 534 if(!empty($hash)) $hash = $this->_headerToLink($hash); 1039 function _headerToLink($title,$create=false) { function in renderer_plugin_nroff
|
| /plugin/markdownextra/ |
| D | syntax.php | 133 $hid = $renderer->_headerToLink($node->nodeValue,'true');
|
| /plugin/linksenhanced/syntax/ |
| D | link.php | 341 $url = $renderer->_headerToLink($url); 393 if(!empty($hash)) $hash = $renderer->_headerToLink($hash);
|
| /plugin/txt2tags/ |
| D | syntax.php | 145 $hid = $renderer->_headerToLink($node->nodeValue,'true');
|
| /plugin/nodetailsxhtml/ |
| D | renderer.php | 289 if(!empty($hash)) $hash = $this->_headerToLink($hash); 331 $hash = $this->_headerToLink($hash);
|
| /plugin/imagemap/ |
| D | syntax.php | 124 if (!empty($hash)) $hash = $renderer->_headerToLink($hash); 131 $url = $renderer->_headerToLink($url);
|
| /plugin/code2/ |
| D | syntax.php | 851 . '"><a name="' . $aRenderer->_headerToLink($aData[4]) 945 . $aRenderer->_headerToLink($aData[5]) . '">'
|
| /plugin/nsexport/packer/ziphtml/ |
| D | renderer.php | 82 if(!empty($hash)) $hash = $this->_headerToLink($hash);
|
| /plugin/box2/ |
| D | syntax.php | 156 $hid = $renderer->_headerToLink($output,true);
|
| /plugin/targetlink/ |
| D | syntax.php | 147 if(!empty($hash)) $hash = $xhtml->_headerToLink($hash);
|
| /plugin/dw2markdown/ |
| D | renderer.php | 587 $hash = $this->_headerToLink($hash);
|
| /plugin/offline/ |
| D | renderer.php | 273 if(!empty($hash)) $hash = $this->_headerToLink($hash);
|
| /plugin/composer/ |
| D | syntax.php | 478 $header_id = $renderer->_headerToLink($text, 'true');
|
12