Home
last modified time | relevance | path

Searched refs:errors (Results 51 – 75 of 414) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php92 $errors = $this->readProcessErrors();
93 if (empty($errors) === false) {
94 … throw new \UnexpectedValueException(sprintf('Errors while writing to process: %s', $errors));
135 $errors = $this->readProcessErrors();
137 if (is_resource($this->process) === false || empty($errors) === false) {
139 sprintf('The process "%s" could not be opened: ' . $errors, $this->command)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php48 public $errors = array(); variable in getid3_write_real
71 $this->errors[] = 'Cannot write Real tags on old-style file format';
77 $this->errors[] = 'Cannot write Real tags because cannot find DATA chunk in file';
148 $this->errors[] = 'FAILED: copy('.$tempfilename.', '.$this->filename.')';
151 $this->errors[] = 'Could not fopen("'.$tempfilename.'", "wb")';
160 $this->errors[] = 'Could not fopen("'.$this->filename.'", "r+b")';
275 $this->errors[] = 'Cannot remove Real tags from old-style file format';
281 $this->errors[] = 'Cannot remove Real tags because cannot find DATA chunk in file';
314 $this->errors[] = 'FAILED: copy('.$tempfilename.', '.$this->filename.')';
317 $this->errors[] = 'Could not fopen("'.$tempfilename.'", "wb")';
[all …]
H A Dwrite.metaflac.php42 public $errors = array(); variable in getid3_write_metaflac
55 …$this->errors[] = 'PHP running in Safe Mode (backtick operator not available) - cannot call metafl…
76 …$this->errors[] = 'failed to open temporary tags file, tags not written - fopen("'.$temppicturefil…
96 …$this->errors[] = 'failed to open temporary tags file, tags not written - fopen("'.$tempcommentsfi…
153 …$this->errors[] = 'System call to metaflac failed with this message returned: '."\n\n".$metaflacEr…
167 …$this->errors[] = 'PHP running in Safe Mode (backtick operator not available) - cannot call metafl…
203 …$this->errors[] = 'System call to metaflac failed with this message returned: '."\n\n".$metaflacEr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php49 public function setErrors($errors) argument
51 $this->errors = $errors;
58 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedstatusesCustomBatchResponseEntry.php62 public function setErrors(Errors $errors) argument
64 $this->errors = $errors;
71 return $this->errors;
H A DAccountstatusesCustomBatchResponseEntry.php62 public function setErrors(Errors $errors) argument
64 $this->errors = $errors;
71 return $this->errors;
H A DDatafeedsCustomBatchResponseEntry.php62 public function setErrors(Errors $errors) argument
64 $this->errors = $errors;
71 return $this->errors;
H A DProductstatusesCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
H A DRegionalinventoryCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
H A DAccountsCustomBatchResponseEntry.php66 public function setErrors(Errors $errors) argument
68 $this->errors = $errors;
75 return $this->errors;
H A DAccounttaxCustomBatchResponseEntry.php66 public function setErrors(Errors $errors) argument
68 $this->errors = $errors;
75 return $this->errors;
H A DShippingsettingsCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
H A DReturnaddressCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
H A DProductsCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
H A DReturnpolicyCustomBatchResponseEntry.php52 public function setErrors(Errors $errors) argument
54 $this->errors = $errors;
61 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSqlInstancesVerifyExternalSyncSettingsResponse.php35 public function setErrors($errors) argument
37 $this->errors = $errors;
44 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DConversionStatus.php49 public function setErrors($errors) argument
51 $this->errors = $errors;
58 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1ExplainedAccess.php49 public function setErrors($errors) argument
51 $this->errors = $errors;
58 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatus.php49 public function setErrors($errors) argument
51 $this->errors = $errors;
58 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RevisionStatus.php41 public function setErrors($errors) argument
43 $this->errors = $errors;
50 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DListGroupItemsResponse.php39 public function setErrors(Errors $errors) argument
41 $this->errors = $errors;
48 return $this->errors;
H A DQueryResponse.php53 public function setErrors(Errors $errors) argument
55 $this->errors = $errors;
62 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DBackfillJob.php45 public function setErrors($errors) argument
47 $this->errors = $errors;
54 return $this->errors;
/plugin/struct/meta/
H A DAccessDataValidator.php39 * @param string[] $errors validation errors
42 public static function validateDataForPage($data, $pageid, &$errors) argument
46 $errors = [];
55 $errors = array_merge($errors, $validation->getErrors());
H A DValueValidator.php15 /** @var array list of validation errors */
16 protected $errors = []; variable in dokuwiki\\plugin\\struct\\meta\\ValueValidator
60 * The errors that occured during validation
66 return $this->errors;
92 $this->errors[] = $prefix . $e->getMessage();
104 $this->errors[] = $prefix . $e->getMessage();

12345678910>>...17