Home
last modified time | relevance | path

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

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