Lines Matching refs:core
10 require_once(DOKU_PLUGIN . 'refnotes/core.php');
76 private $core;
88 $this->core = new refnotes_action_core();
109 if ($this->core->getNamespaceCount() > 0 || count($this->includedPages) > 0) {
115 if ($this->core->getNamespaceCount() > 0) {
116 $this->insertNotesInstructions($this->core->getStyles(), 'refnotes_notes_style_instruction');
117 $this->insertNotesInstructions($this->core->getMappings(), 'refnotes_notes_map_instruction');
237 $this->core->markScopeStart($call->getRefnotesAttribute('ns'), $call->getIndex());
242 $this->core->markScopeEnd($call->getRefnotesAttribute('ns'), $call->getIndex());
252 $this->core->addStyle($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
267 $this->core->addMapping($call->getRefnotesAttribute('ns'), $map);
316 $this->core->reset();
331 $this->core->styleNamespace($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
340 $this->core->setNamespaceMapping($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
351 $reference = $this->core->addReference($attributes, $data, $call);
364 $this->core->rewriteReferences($call->getRefnotesAttribute('ns'), $call->getRefnotesAttribute('limit'));