| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/ |
| D | GoogleCloudRecommendationengineV1beta1PredictResponse.php | 26 public $dryRun; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PredictResponse 49 public function setDryRun($dryRun) argument 51 $this->dryRun = $dryRun; 58 return $this->dryRun;
|
| D | GoogleCloudRecommendationengineV1beta1PredictRequest.php | 25 public $dryRun; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PredictRequest 52 public function setDryRun($dryRun) argument 54 $this->dryRun = $dryRun; 61 return $this->dryRun;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
| D | WriteLogEntriesRequest.php | 26 public $dryRun; variable in Google\\Service\\Logging\\WriteLogEntriesRequest 47 public function setDryRun($dryRun) argument 49 $this->dryRun = $dryRun; 56 return $this->dryRun;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | ExecutePatchJobRequest.php | 33 public $dryRun; variable in Google\\Service\\OSConfig\\ExecutePatchJobRequest 76 public function setDryRun($dryRun) argument 78 $this->dryRun = $dryRun; 85 return $this->dryRun;
|
| D | PatchJob.php | 37 public $dryRun; variable in Google\\Service\\OSConfig\\PatchJob 117 public function setDryRun($dryRun) argument 119 $this->dryRun = $dryRun; 126 return $this->dryRun;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
| D | JobConfiguration.php | 27 public $dryRun; variable in Google\\Service\\Bigquery\\JobConfiguration 64 public function setDryRun($dryRun) argument 66 $this->dryRun = $dryRun; 73 return $this->dryRun;
|
| D | QueryRequest.php | 34 public $dryRun; variable in Google\\Service\\Bigquery\\QueryRequest 131 public function setDryRun($dryRun) argument 133 $this->dryRun = $dryRun; 140 return $this->dryRun;
|
| /plugin/calendar/ |
| D | sync_outlook.php | 31 $dryRun = isset($options['dry-run']); variable 33 $verbose = isset($options['verbose']) || $dryRun; 95 if ($dryRun) logMessage("DRY RUN MODE - No changes will be made"); 596 if (!$dryRun) { 614 if (!$dryRun) { 695 if (!$dryRun) { 709 if (!$dryRun) { 748 if (!$dryRun) { 789 if (!$dryRun) { 812 if (!$dryRun) { [all …]
|
| D | admin.php | 3380 $dryRun = $INPUT->bool('dry_run', false); 3407 if (!$dryRun) unlink($jsonFile); 3412 if (!$dryRun) { 3427 if (!$dryRun) { 3453 $message = $dryRun 3457 if (!$dryRun) $this->clearStatsCache(); 3491 $dryRun = $INPUT->bool('dry_run', false); 3520 if (!$dryRun) $modified = true; 3525 if (!$dryRun) $dayEvents = $filtered; 3529 if (!$dryRun && $modified) { [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_BigqueryService.php | 871 public $dryRun; variable in Google_JobConfiguration 890 public function setDryRun( $dryRun) { argument 891 $this->dryRun = $dryRun; 894 return $this->dryRun; 1569 public $dryRun; variable in Google_QueryRequest 1583 public function setDryRun( $dryRun) { argument 1584 $this->dryRun = $dryRun; 1587 return $this->dryRun;
|