Home
last modified time | relevance | path

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

/plugin/refnotes/
H A Dscope.php169 public function findNote($namespaceName, $noteName) { function in refnotes_scope
H A Dcore.php292 $note = $scope->findNote($namespaceName, $noteName);
296 $note = $scope->findNote($namespaceName, $noteName);
H A Dnote.php294 $note = refnotes_reference_database::getInstance()->findNote($name);
H A Ddatabase.php144 public function findNote($name) { function in refnotes_reference_database