Home
last modified time | relevance | path

Searched refs:errors (Results 26 – 50 of 414) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourceUpdateError.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DOperationError.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DEmptyResponse.php28 public function setErrors(Errors $errors) argument
30 $this->errors = $errors;
37 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DManagedInstanceLastAttemptErrors.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DGoogleCloudDialogflowCxV3ImportTestCasesMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
/plugin/bez/
H A Dcron-daily.php23 $errors = []; variable
32 $errors[] = $e->getMessage();
35 if ($errors) {
37 echo implode("\n", $errors);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUpload.php34 public $errors; variable in Google\\Service\\Analytics\\Upload
83 public function setErrors($errors) argument
85 $this->errors = $errors;
92 return $this->errors;
/plugin/freechat/phpfreechat/src/commands/
H A Dsend.class.php49 $errors = array();
50 if ($text == "") $errors["pfc_words"] = _pfc("Text cannot be empty");
51 if ($nick == "") $errors["pfc_handle"] = _pfc("Please enter your nickname");
52 if (count($errors) > 0)
56 $cmdp["param"] = $errors;
59 if (isset($errors["pfc_handle"])) // the nick is empty so give it focus
H A Derror.class.php10 $errors = $p["param"];
11 if (is_array($errors))
14 foreach ($errors as $k => $e) { $error_ids .= ",'".$k."'"; $error_str.= $e." "; }
19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableDataInsertAllResponseInsertErrors.php33 public function setErrors($errors) argument
35 $this->errors = $errors;
42 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyGroup.php47 public function setErrors($errors) argument
49 $this->errors = $errors;
56 return $this->errors;
H A DFreeBusyCalendar.php45 public function setErrors($errors) argument
47 $this->errors = $errors;
54 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperationErrors.php33 public function setErrors($errors) argument
35 $this->errors = $errors;
42 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DImportAptArtifactsResponse.php45 public function setErrors($errors) argument
47 $this->errors = $errors;
54 return $this->errors;
H A DImportYumArtifactsResponse.php31 public function setErrors($errors) argument
33 $this->errors = $errors;
40 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DWmxSitemap.php25 public $errors; variable in Google\\Service\\Webmasters\\WmxSitemap
48 public function setErrors($errors) argument
50 $this->errors = $errors;
54 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DWmxSitemap.php28 public $errors; variable in Google\\Service\\SearchConsole\\WmxSitemap
75 public function setErrors($errors) argument
77 $this->errors = $errors;
84 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCreateTimeSeriesSummary.php37 public function setErrors($errors) argument
39 $this->errors = $errors;
46 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementOperatorState.php51 public function setErrors($errors) argument
53 $this->errors = $errors;
60 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DErrors.php51 public function setErrors($errors) argument
53 $this->errors = $errors;
60 return $this->errors;
H A DLocalinventoryCustomBatchResponseEntry.php50 public function setErrors(Errors $errors) argument
52 $this->errors = $errors;
59 return $this->errors;

12345678910>>...17