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/ !
H A Dsync_outlook.php31 $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 Dadmin.php3476 $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/ !
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;