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') . '$/',
37 public function getNamePattern() function in Google\\Service\\BinaryAuthorization\\AdmissionWhitelistPattern
235 public static function getNamePattern($type) { function in refnotes_namespace 236 $result = '(?:(?:' . refnotes_note::getNamePattern('strict') . ')?:)*';239 $result .= '(?::|' . refnotes_note::getNamePattern('strict') . '):*';
122 public static function getNamePattern($type) { function in refnotes_note 124 $result = ($type == 'full-extended') ? refnotes_namespace::getNamePattern('optional') : '';
453 if (preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $data['note-name']) == 1) {
510 return preg_match('/^' . refnotes_note::getNamePattern('full-extended') . '$/', $name) == 1;
111 public function getNamePattern() function in Google\\Service\\Compute\\BulkInsertInstanceResource