Home
last modified time | relevance | path

Searched refs:getAnchorName (Results 1 – 3 of 3) sorted by relevance

/plugin/refnotes/
Drendering.php317 $html .= '<span id="' . $note->getAnchorName() . ':text">' . DOKU_LF;
385 $noteName = $reference->getNote()->getAnchorName();
386 $referenceName = $reference->getAnchorName();
441 $nameAttribute = ' name="' . $note->getAnchorName() .'"';
473 $referenceName = $reference[$r]->getAnchorName();
Dreference.php110 public function getAnchorName() { function in refnotes_renderer_reference
Dnote.php254 public function getAnchorName() { function in refnotes_renderer_note