Home
last modified time | relevance | path

Searched refs:rewriteReferences (Results 1 – 5 of 5) sorted by relevance

/plugin/refnotes/
Dscope.php130 public function rewriteReferences($limit) { function in refnotes_scope
134 $note->rewriteReferences();
Dcore.php481 public function rewriteReferences($namespaceName, $limit) { function in refnotes_action_core
486 $namespace->rewriteReferences();
492 $namespace->rewriteReferences($limit);
Daction.php322 $this->rewriteReferences($call);
362 private function rewriteReferences($call) { function in refnotes_instruction_mangler
364 …$this->core->rewriteReferences($call->getRefnotesAttribute('ns'), $call->getRefnotesAttribute('lim…
Dnamespace.php428 public function rewriteReferences($limit = '') { function in refnotes_namespace
432 $html = $this->getCurrentScope()->rewriteReferences($limit);
Dnote.php325 public function rewriteReferences() { function in refnotes_action_note