Home
last modified time | relevance | path

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

/plugin/refnotes/
Dnote.php108 class refnotes_note extends refnotes_refnote { class
232 class refnotes_renderer_note extends refnotes_note {
276 class refnotes_action_note extends refnotes_note {
Dnamespace.php236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';
239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
Ddatabase.php453 …if (preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $data['note-name']) =…
Dbibtex.php510 return preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $name) == 1;
/plugin/refnotes/syntax/
Dreferences.php50 $strictName = refnotes_note::getNamePattern('strict');
51 $extendedName = refnotes_note::getNamePattern('extended');