| /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/ |
| H A D | sync_outlook.php | 31 $dryRun = isset($options['dry-run']); variable 33 $verbose = isset($options['verbose']) || $dryRun; 123 if ($dryRun) logMessage("DRY RUN MODE - No changes will be made"); 625 if (!$dryRun) { 643 if (!$dryRun) { 724 if (!$dryRun) { 738 if (!$dryRun) { 777 if (!$dryRun) { 818 if (!$dryRun) { 841 if (!$dryRun) { [all …]
|
| H A D | admin.php | 3476 $dryRun = $INPUT->bool('dry_run', false); 3503 if (!$dryRun) unlink($jsonFile); 3508 if (!$dryRun) { 3523 if (!$dryRun) { 3549 $message = $dryRun 3553 if (!$dryRun) $this->clearStatsCache(); 3587 $dryRun = $INPUT->bool('dry_run', false); 3616 if (!$dryRun) $modified = true; 3621 if (!$dryRun) $dayEvents = $filtered; 3625 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;
|