Home
last modified time | relevance | path

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

/plugin/refnotes/syntax/
Dnotes.php70refnotes_renderer_core::getInstance()->styleNamespace($data[1]['ns'], $data[2]);
74refnotes_renderer_core::getInstance()->setNamespaceMapping($data[1]['ns'], $data[2]);
82 refnotes_renderer_core::getInstance()->updateRenderingBlocks($data[1]);
208 $doc = refnotes_renderer_core::getInstance()->renderNotes($mode, $attribute['ns'], $limit);
Dreferences.php209 $reference = refnotes_renderer_core::getInstance()->addReference($attributes, $data);
/plugin/refnotes/
Dcore.php320 class refnotes_renderer_core extends refnotes_core { class
333 self::$instance = new refnotes_renderer_core();