Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DHttpHeaderMatch.php29 public $regexMatch; variable in Google\\Service\\NetworkSecurity\\HttpHeaderMatch
48 public function setRegexMatch($regexMatch) argument
50 $this->regexMatch = $regexMatch;
57 return $this->regexMatch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpQueryParameterMatch.php37 public $regexMatch; variable in Google\\Service\\Compute\\HttpQueryParameterMatch
84 public function setRegexMatch($regexMatch) argument
86 $this->regexMatch = $regexMatch;
93 return $this->regexMatch;
H A DHttpHeaderMatch.php47 public $regexMatch; variable in Google\\Service\\Compute\\HttpHeaderMatch
140 public function setRegexMatch($regexMatch) argument
142 $this->regexMatch = $regexMatch;
149 return $this->regexMatch;
H A DHttpRouteRuleMatch.php44 public $regexMatch; variable in Google\\Service\\Compute\\HttpRouteRuleMatch
133 public function setRegexMatch($regexMatch) argument
135 $this->regexMatch = $regexMatch;
142 return $this->regexMatch;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js348 var regexMatch = overrideAttValue && FCKRegexLib.RegExp.exec( overrideAttValue ) ; variable
349 if ( regexMatch )
350 overrideAttValue = new RegExp( regexMatch[1], regexMatch[2] || '' ) ;