Home
last modified time | relevance | path

Searched refs:allValues (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudOrgpolicyV1ListPolicy.php26 public $allValues; variable in Google\\Service\\CloudAsset\\GoogleCloudOrgpolicyV1ListPolicy
47 public function setAllValues($allValues) argument
49 $this->allValues = $allValues;
56 return $this->allValues;
/plugin/struct/action/
H A Dmigration.php260 $allValues = $sqlite->queryAll($s);
262 if (!empty($allValues)) {
263 foreach ($allValues as $row) {
280 $allValues = $sqlite->queryAll($s);
282 if (!empty($allValues)) {
283 foreach ($allValues as $row) {