Home
last modified time | relevance | path

Searched refs:refnotes_namespace (Results 1 – 8 of 8) sorted by relevance

/plugin/refnotes/
Dcore.php231 $name = refnotes_namespace::getParentName($name);
272 $parentName = refnotes_namespace::getParentName($name);
274 $this->namespace[$name] = new refnotes_namespace($name, $parent);
277 $this->namespace[$name] = new refnotes_namespace($name);
Dnamespace.php108 $parent = refnotes_namespace::getParentName($namespace->getName());
224 class refnotes_namespace { class
Dreference.php17 list($namespace, $name) = refnotes_namespace::parseName($name);
Ddatabase.php152 list($namespace, $temp) = refnotes_namespace::parseName($name);
454 $this->nameParts = refnotes_namespace::parseName($data['note-name']);
Dnote.php124 … $result = ($type == 'full-extended') ? refnotes_namespace::getNamePattern('optional') : '';
Dbibtex.php501 $this->namespace = refnotes_namespace::canonizeName($data['namespace']);
/plugin/refnotes/syntax/
Dnotes.php139 'ns' => '/^' . refnotes_namespace::getNamePattern('required') . '$/',
197 $style['inherit'] = refnotes_namespace::canonizeName($style['inherit']);
Dreferences.php52 $namespace = refnotes_namespace::getNamePattern('optional');