Home
last modified time | relevance | path

Searched refs:renderNotes (Results 1 – 4 of 4) sorted by relevance

/plugin/refnotes/syntax/
Dnotes.php78 $this->renderNotes($mode, $renderer, $data[1]);
91 $this->renderNotes($mode, $renderer, $data[1]);
206 private function renderNotes($mode, $renderer, $attribute) { function in syntax_plugin_refnotes_notes
208 $doc = refnotes_renderer_core::getInstance()->renderNotes($mode, $attribute['ns'], $limit);
/plugin/refnotes/
Dcore.php354 public function renderNotes($mode, $namespaceName, $limit) { function in refnotes_renderer_core
360 $html .= $namespace->renderNotes($mode);
369 $html = $namespace->renderNotes($mode, $limit);
Dnamespace.php439 public function renderNotes($mode, $limit = '') { function in refnotes_namespace
444 $doc = $this->getCurrentScope()->renderNotes($mode, $limit);
Dscope.php141 public function renderNotes($mode, $limit) { function in refnotes_scope