Home
last modified time | relevance | path

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

/plugin/refnotes/
H A 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 {
H A Dnamespace.php236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';
239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
H A Ddatabase.php453 if (preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $data['note-name']) == 1) {
H A Dbibtex.php510 return preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $name) == 1;
/plugin/refnotes/syntax/
H A Dreferences.php50 $strictName = refnotes_note::getNamePattern('strict');
51 $extendedName = refnotes_note::getNamePattern('extended');