Home
last modified time | relevance | path

Searched refs:anyValue (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
DArg.php32 public function setAnyValue(FirebaserulesEmpty $anyValue) argument
34 $this->anyValue = $anyValue;
41 return $this->anyValue;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Doverride-properties.js156 …if (!anyValue(validator.isUrl, shorthand.components[i]) && anyValue(validator.isFunction, shorthan…
164 function anyValue(fn, property) { function
304 if (!anyValue(validator.isFunction, left) && overridingFunction(right, validator))
327 if (!anyValue(validator.isFunction, left) && overridingFunction(right, validator)) {