Home
last modified time | relevance | path

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

/plugin/refnotes/syntax/
Dreferences.php50 $strictName = refnotes_note::getNamePattern('strict');
51 $extendedName = refnotes_note::getNamePattern('extended');
52 $namespace = refnotes_namespace::getNamePattern('optional');
Dnotes.php139 'ns' => '/^' . refnotes_namespace::getNamePattern('required') . '$/',
/plugin/refnotes/
Dnamespace.php235 public static function getNamePattern($type) { function in refnotes_namespace
236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';
239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
Dnote.php122 public static function getNamePattern($type) { function in refnotes_note
124 … $result = ($type == 'full-extended') ? refnotes_namespace::getNamePattern('optional') : '';
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/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
DAdmissionWhitelistPattern.php37 public function getNamePattern() function in Google\\Service\\BinaryAuthorization\\AdmissionWhitelistPattern
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBulkInsertInstanceResource.php111 public function getNamePattern() function in Google\\Service\\Compute\\BulkInsertInstanceResource