Searched refs:getNamePattern (Results 1 – 8 of 8) sorted by relevance
50 $strictName = refnotes_note::getNamePattern('strict');51 $extendedName = refnotes_note::getNamePattern('extended');52 $namespace = refnotes_namespace::getNamePattern('optional');
139 'ns' => '/^' . refnotes_namespace::getNamePattern('required') . '$/',
235 public static function getNamePattern($type) { function in refnotes_namespace236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
122 public static function getNamePattern($type) { function in refnotes_note124 … $result = ($type == 'full-extended') ? refnotes_namespace::getNamePattern('optional') : '';
453 …if (preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $data['note-name']) =…
510 return preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $name) == 1;
37 public function getNamePattern() function in Google\\Service\\BinaryAuthorization\\AdmissionWhitelistPattern
111 public function getNamePattern() function in Google\\Service\\Compute\\BulkInsertInstanceResource