Home
last modified time | relevance | path

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

/plugin/refnotes/
H A 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);
H A Dnamespace.php108 $parent = refnotes_namespace::getParentName($namespace->getName());
224 class refnotes_namespace { class
H A Dreference.php17 list($namespace, $name) = refnotes_namespace::parseName($name);
H A Ddatabase.php152 list($namespace, $temp) = refnotes_namespace::parseName($name);
454 $this->nameParts = refnotes_namespace::parseName($data['note-name']);
H A Dnote.php124 $result = ($type == 'full-extended') ? refnotes_namespace::getNamePattern('optional') : '';
H A Dbibtex.php501 $this->namespace = refnotes_namespace::canonizeName($data['namespace']);
/plugin/refnotes/syntax/
H A Dnotes.php139 'ns' => '/^' . refnotes_namespace::getNamePattern('required') . '$/',
156 $attribute['ns'] = array_map('refnotes_namespace::canonizeName', $attribute['ns']);
197 $style['inherit'] = refnotes_namespace::canonizeName($style['inherit']);
H A Dreferences.php52 $namespace = refnotes_namespace::getNamePattern('optional');