Home
last modified time | relevance | path

Searched refs:dryRun (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1PredictResponse.php26 public $dryRun; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PredictResponse
49 public function setDryRun($dryRun) argument
51 $this->dryRun = $dryRun;
58 return $this->dryRun;
DGoogleCloudRecommendationengineV1beta1PredictRequest.php25 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/
DWriteLogEntriesRequest.php26 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/
DExecutePatchJobRequest.php33 public $dryRun; variable in Google\\Service\\OSConfig\\ExecutePatchJobRequest
76 public function setDryRun($dryRun) argument
78 $this->dryRun = $dryRun;
85 return $this->dryRun;
DPatchJob.php37 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/
DJobConfiguration.php27 public $dryRun; variable in Google\\Service\\Bigquery\\JobConfiguration
64 public function setDryRun($dryRun) argument
66 $this->dryRun = $dryRun;
73 return $this->dryRun;
DQueryRequest.php34 public $dryRun; variable in Google\\Service\\Bigquery\\QueryRequest
131 public function setDryRun($dryRun) argument
133 $this->dryRun = $dryRun;
140 return $this->dryRun;
/plugin/calendar/
Dsync_outlook.php31 $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 …]
Dadmin.php3380 $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/
DGoogle_BigqueryService.php871 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;