Home
last modified time | relevance | path

Searched refs:errors (Results 101 – 125 of 414) sorted by relevance

12345678910>>...17

/plugin/projects/lib/
H A Dproject.php69 private $errors = array(); variable in Project
162 public function errors() { function in Project
163 return $this->errors;
167 if (isset($this->errors[$name])) return $this->errors[$name];
185 if (isset($this->errors[$name])) unset($this->errors[$name]);
248 $this->errors = $maker->errors();
250 foreach ($this->errors as $name => $error) {
261 if (!isset($this->errors[$name])) {
312 $this->errors = array();
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php267 public function allowedRetries($code, $errors = array()) argument
274 !empty($errors) &&
275 isset($errors[0]['reason'], $this->retryMap[$errors[0]['reason']])
277 return $this->retryMap[$errors[0]['reason']];
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php10 var $errors = array(); variable in pfcInfo
21 $this->errors[] = _pfc("Error: the cached config file doesn't exists");
43 return array_merge($this->errors, $this->c->getErrors());
45 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php81 public function setErrors($errors) argument
83 $this->errors = $errors;
90 return $this->errors;
H A DQueryResponse.php95 public function setErrors($errors) argument
97 $this->errors = $errors;
104 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DStream.php149 public function setErrors($errors) argument
151 $this->errors = $errors;
158 return $this->errors;
/plugin/farmer/admin/
H A Dnew.php136 * @return array|bool false on errors, clean data otherwise
149 $errors = [];
152 $errors[] = $this->getLang('animalname_missing');
154 $errors[] = $this->getLang('animalname_invalid');
158 $errors[] = $this->getLang('adminPassword_empty');
162 $errors[] = $this->getLang('animalname_preexisting');
166 $errors[] = $this->getLang('aclpolicy missing/bad');
169 if ($errors) {
170 foreach ($errors as $error) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php43 public $errors = array(); variable in getid3_write_lyrics3
52 $this->errors[] = 'WriteLyrics3() not yet functional - cannot write Lyrics3';
89 $this->errors[] = 'Cannot fopen('.$this->filename.', "a+b")';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php52 $errors = [];
55 $errors[] = $actionException->getMessage();
58 return $errors;
/plugin/authgoogle/google/
H A DGoogle_Client.php433 protected $errors = array(); variable in Google_ServiceException
445 $errors = array()) { argument
452 $this->errors = $errors;
469 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItemStatus.php104 public function setErrors($errors) argument
106 $this->errors = $errors;
113 return $this->errors;
/plugin/prolog/
H A Dattribute_options.php117 * @param string $errors output from errors pipe from prolog interpreter
120 function handleOptionDebug($errors = null) argument
126 $debug .= $errors;
/plugin/bez/mdl/
H A DValidator.php8 private $rules=array(), $errors=array(), $model; variable in dokuwiki\\plugin\\bez\\mdl\\Validator
39 return $this->errors;
43 $this->errors[$field] = $code;
100 $this->errors[$key] = $e->get_errors()[$key];
103 if (count($this->errors) > 0) {
/plugin/openid/Auth/Yadis/
H A DXML.php147 $this->errors = [];
154 $this->errors);
234 protected $errors = []; variable in Auth_Yadis_dom
249 $errors = libxml_use_internal_errors(true);
252 libxml_use_internal_errors($errors);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DXing.php76 $errors = json_decode($responseBody);
80 } elseif ($errors) {
81 throw new TokenResponseException('Error in retrieving token: "' . $errors->error_name . '"');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php123 $errors = [];
125 $errors[] = $this->getErrorMessage($error);
128 if ($errors) {
129 $form['errors'] = $errors;
/plugin/authyubikey/
H A Dauth.php120 $errors = array();
132 … array_push($errors, sprintf($this->getLang('yubikeyiderr'), substr($otp, 0, 12), $auth));
135 … array_push($errors, sprintf($this->getLang('yubikeyidserr'), $i+1, substr($otp, 0, 12), $auth));
144 if(count($errors) > 0) {
145 foreach($errors as $error) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php247 $errors = $this->_sourceCache[$author];
248 asort($errors);
249 $errors = array_reverse($errors);
251 foreach ($errors as $source => $sourceData) {
/plugin/weiqi/
H A Dweiqi_parser.php442 $errors = array();
448 $errors[$key] = '';
454 $errors[$key] = $value;
463 $errors[$key] = $value;
473 $errors[$key] = $value;
480 $errors[$key] = $value;
487 if (!empty($errors)) {
490 $this->error_data = array('attributes_str' => $str, 'errors' => $errors);
/plugin/farm/
H A Danimal.class.php591 if($handler) $handler->errors[] = array('code' => 'animal_new_eventhandlercancel_failure');
598 if($handler) $handler->errors[] = array('code' => 'animal_new_farmfull_failure');
605 if($handler) $handler->errors[] = array('code' => 'animal_new_farmtoobig_failure');
615 if($handler) $handler->errors[] = array('code' => 'animal_new_badname_failure');
640 if($handler) $handler->errors[] = array('code' => 'animal_new_templatecopy_failure');
648 if($handler) $handler->errors[] = array('code' => 'animal_new_metacreate_failure');
653 if($handler) $handler->errors[] = array('code' => 'animal_new_createdespite_failure');
659 if($handler) $handler->errors[] = array('code' => 'animal_new_setconfig_failure');
663 if($handler) $handler->errors[] = array('code' => 'animal_new_saveconfig_failure');
676 if($handler) $handler->errors[] = array('code' => 'animal_new_savevirtualhost_failure');
[all …]
H A Dadmin.php48 var $errors = array(); variable in admin_plugin_farm
135 if(!isset($this->errors[$family])) $this->errors[$family] = array();
136 $this->errors[$family][] = $e;
143 if(!count($this->errors)) return;
144 foreach($this->errors as $c => $list) {
/plugin/advrack/
H A Dscript.js54 var errors = new Array();
56 errors.push({"msg": server_err['error']});
60 errors.push({"msg": cage_err['error']});
63 if (! jQuery.isEmptyObject(errors))
64 drawError(errors);
237 var errors = new Array();
240 errors.push({"error": "No height property found in item index: " + item['index']});
242errors.push({"error": "No height value specified or incorrect value. Item index: " + item['index']…
261 return {"errors": errors, "height": height};
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php122 if (isset($data->errors) && 0 < count($data->errors)) {
124 …ption(sprintf('The Google Closure Compiler API threw some errors: '.print_r($data->errors, true)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php324 $errors = $childResult->errors();
346 } elseif (!empty($errors)) {
349 $this->getException($errors[0]),
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php42 $this->errors = new ERRORS();
171 $this->badInput($this->errors->text("file", "read"));
1211 $error = $this->errors->text("inputError", "missing");
1215 $error = $this->errors->text("inputError", "invalid");
1217 $error = $this->errors->text("inputError", "missing");
1219 $error = $this->errors->text("inputError", "missing");
1229 return $this->errors->text("inputError", "missing");
1240 $error = $this->errors->text("inputError", "nan");
1248 $error = $this->errors->text("inputError", "nan");
1256 $error = $this->errors->text("inputError", "nan");
[all …]

12345678910>>...17