Home
last modified time | relevance | path

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

/plugin/refnotes/
H A 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();
H A Dreference.php110 public function getAnchorName() { function in refnotes_renderer_reference
H A Dnote.php254 public function getAnchorName() { function in refnotes_renderer_note