Home
last modified time | relevance | path

Searched refs:errors (Results 151 – 175 of 414) sorted by relevance

12345678910>>...17

/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php225 public $errors; variable in Google_Analyze
238 public function setErrors(/* array(Google_string) */ $errors) { argument
239 $this->assertIsArray($errors, 'Google_string', __METHOD__);
240 $this->errors = $errors;
243 return $this->errors;
H A DGoogle_CalendarService.php1760 public $errors; variable in Google_FreeBusyCalendar
1768 public function setErrors(/* array(Google_Error) */ $errors) { argument
1769 $this->assertIsArray($errors, 'Google_Error', __METHOD__);
1770 $this->errors = $errors;
1773 return $this->errors;
1781 public $errors; variable in Google_FreeBusyGroup
1789 public function setErrors(/* array(Google_Error) */ $errors) { argument
1790 $this->assertIsArray($errors, 'Google_Error', __METHOD__);
1791 $this->errors = $errors;
1794 return $this->errors;
/plugin/showphperrors/
H A Dplugin.info.txt6 desc Small plugin to show php errors without changing php.ini file. Intended for development
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php15 private static $errors = [ variable in GuzzleHttp\\Psr7\\UploadedFile
120 if (false === in_array($error, UploadedFile::$errors)) {
/plugin/spellcheck/
H A Dplugin.info.txt6 desc Sends the editor text to an aspell backend service to check for spelling errors
/plugin/twitter/
H A Dsyntax.php29 if (is_array($data->errors)) {
30 …e . '<div class="error">Twitter error...<br />' . $data->errors [0]->code . ': ' . $data->errors […
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.simple.write.php60 echo 'Failed to write tags!<br>'.implode('<br><br>', $tagwriter->errors);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js118 var errors = [];
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders');
H A DJsHttpRequest-script-xml.js118 var errors = [];
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders');
H A DJsHttpRequest-form.js118 var errors = [];
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
149 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders');
H A DJsHttpRequest.js119 var errors = [];
143 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
150 … return tryLoader? this._error('no_loader_matched', errors.join('\n')) : this._error('no_loaders');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php233 $errors = null;
234 set_error_handler(function ($_, $msg, $file, $line) use (&$errors) {
235 $errors[] = [
248 foreach ($errors as $err) {
/plugin/farm/
H A Dsoapserver.php14 var $errors = array(); variable in SOAP_errorHandler
19 return array_values($this->errors);
H A Dvirtualhostconfig.class.php21 var $errors = array(); variable in dokuwiki_farm_virtualhostconfig
/plugin/issuelinks/classes/
H A DIssue.php32 private $errors = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
116 if (!end($this->errors)) {
119 return end($this->errors);
558 $this->errors[] = $e;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.CollectErrors.txt
H A DOutput.TidyFormat.txt
/plugin/bez/action/
H A Ddefault.php16 protected $errors = array(); variable in action_plugin_bez_default
47 $this->errors[] = array('value' => $value, 'header' => $header);
269 foreach ($this->errors as $error) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt19 There were 3 errors:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt18 There were 2 errors:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1351.phpt25 There were 2 errors:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php1066 $errors = 0;
1090 $errors = $result['errors'];
1101 || (($errors + $warnings) === 0 && $this->values['showProgress'] === true))
1111 $return = ($errors + $warnings);
1115 $return -= $errors;
/plugin/dataplot/
H A DChangeLog3 * Fix type mismatch errors with Dokuwiki 2020-07-29 "Hogfather".
/plugin/jirainfo/
H A Dscript.js293 if (obj.errors) {
294 this.updContent(obj.errors);
/plugin/mellelexport/
H A Drenderer.php510 $errors = libxml_get_errors();
512 if (count($errors) > 0) {
517 foreach($errors as $error) {
533 echo var_export($errors, 1);

12345678910>>...17