Home
last modified time | relevance | path

Searched refs:getRefnotesAttribute (Results 1 – 2 of 2) sorted by relevance

/plugin/refnotes/
H A Daction.php192 $groupNamespace = $this->referenceGroup[0]->getRefnotesAttribute('ns');
194 if ($call->getRefnotesAttribute('ns') != $groupNamespace) {
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));
264 $map = $call->getRefnotesAttribute('map');
267 $this->core->addMapping($call->getRefnotesAttribute('ns'), $map);
331 $this->core->styleNamespace($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
340 $this->core->setNamespaceMapping($call->getRefnotesAttribute('ns'), $call->getPluginData(2));
364 $this->core->rewriteReferences($call->getRefnotesAttribute('n
[all...]
H A Dinstructions.php177 public function getRefnotesAttribute($name) {
166 public function getRefnotesAttribute($name) { global() function in refnotes_instruction_reference