Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php96 public $errors = array(); variable in getid3_write_id3v2
189 $this->errors[] = '$this->GenerateID3v2Tag() failed';
193 if (!empty($this->errors)) {
279 $this->errors[] = 'Could not create tmpfile()';
287 $this->errors[] = 'Directory and file both not writeable';
291 if (!empty($this->errors)) {
884 $this->errors[] = 'Missing Description in '.$frame_name;
930 $this->errors[] = 'Invalid Buffer Size in '.$frame_name;
1269 if (!empty($this->errors)) {
1368 $this->errors[] = 'Only one '.$frame_name.' tag allowed';
[all …]
H A Dwrite.php122 public $errors = array(); variable in getid3_writetags
226 $this->errors[] = $errormessage;
259 $GETID3_ERRORARRAY = &$this->errors;
268 $GETID3_ERRORARRAY = &$this->errors;
276 $GETID3_ERRORARRAY = &$this->errors;
334 $this->errors[] = 'FormatDataForAPE() failed';
346 $this->errors[] = 'FormatDataForID3v1() failed';
365 $this->errors[] = 'FormatDataForID3v2() failed';
389 $this->errors[] = 'FormatDataForMetaFLAC() failed';
401 $this->errors[] = 'FormatDataForReal() failed';
[all …]
/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php24 protected $errors; variable in Sabre\\Xml\\LibXMLException
31 * @param LibXMLError[] $errors
35 function __construct(array $errors, $code = null, Exception $previousException = null) { argument
37 $this->errors = $errors;
38 …parent::__construct($errors[0]->message . ' on line ' . $errors[0]->line . ', column ' . $errors[0…
49 return $this->errors;
H A DReader.php73 $errors = libxml_get_errors();
75 if ($errors) {
76 throw new LibXMLException($errors);
152 $errors = libxml_get_errors();
154 if ($errors) {
155 throw new LibXMLException($errors);
164 $errors = libxml_get_errors();
166 if ($errors) {
168 throw new LibXMLException($errors);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DLibXMLException.php24 protected $errors; variable in Sabre\\Xml\\LibXMLException
31 * @param LibXMLError[] $errors
35 function __construct(array $errors, $code = null, Exception $previousException = null) { argument
37 $this->errors = $errors;
38 …parent::__construct($errors[0]->message . ' on line ' . $errors[0]->line . ', column ' . $errors[0…
49 return $this->errors;
H A DReader.php73 $errors = libxml_get_errors();
75 if ($errors) {
76 throw new LibXMLException($errors);
152 $errors = libxml_get_errors();
154 if ($errors) {
155 throw new LibXMLException($errors);
164 $errors = libxml_get_errors();
166 if ($errors) {
168 throw new LibXMLException($errors);
/plugin/davcal/vendor/sabre/xml/lib/
H A DLibXMLException.php24 protected $errors; variable in Sabre\\Xml\\LibXMLException
31 * @param LibXMLError[] $errors
35 function __construct(array $errors, $code = null, Exception $previousException = null) { argument
37 $this->errors = $errors;
38 …parent::__construct($errors[0]->message . ' on line ' . $errors[0]->line . ', column ' . $errors[0…
49 return $this->errors;
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php476 $errors = array_merge($idpErrors, $errors);
479 $errors = array_merge($spErrors, $errors);
482 $errors = array_merge($compressErrors, $errors);
485 return $errors;
497 $errors = array();
514 return $errors;
532 $errors = array();
587 return $errors;
605 $errors = array();
689 return $errors;
[all …]
/plugin/structnotification/
H A Dadmin.php57 $errors = $this->validate($predicate);
58 if ($errors) {
59 $this->display_errors($errors);
68 $errors = $this->validate($predicate);
69 if ($errors) {
70 $this->display_errors($errors);
226 $errors = [];
228 $errors[] = 'val schema blank';
232 $errors[] = 'val field blank';
236 $errors[]
258 display_errors($errors) global() argument
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php15 function UnzipFileContents($filename, &$errors) { argument
16 $errors = array();
19 $errors[] = 'class getID3 not defined, please include getid3.php';
34 $errors[] = 'failed to parse ZIP attachment "'.$filename.'" (no central directory)<br>';
61 …$errors[] = 'gzinflate() failed for file ['.$LocalFileHeader['filename'].']: "'.$gzinflate_errors.…
76 …$errors[] = 'unsupported ZIP compression method ('.$LocalFileHeader['raw']['compression_method'].'…
81 … $errors[] = 'unknown ZIP compression method ('.$LocalFileHeader['raw']['compression_method'].')';
89 $errors[] = $filename.' does not appear to be a zip file';
94 $errors[] = 'failed to fopen('.$filename.', rb): '.$error_message;
97 $errors[] = 'failed to include_once(module.archive.zip.php)';
/plugin/projects/lib/
H A Dmaker.php51 $link->find_affected($errors, $path);
65 add_error($errors, $link->name(),
98 private $errors = array(); variable in Maker
111 public function errors() { return $this->errors; } function in Maker
127 $this->errors = array();
172 $errors = array_intersect(array_keys($this->errors),
174 foreach ($errors as $name)
324 $errors = array();
332 if (!isset($errors[$name]))
333 $errors[$name] = array($error);
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php217 $errors = array();
223 return $errors;
229 $errors = array();
238 $errors[] = _pfc("%s can't be created",$dir);
240 $errors[] = _pfc("%s is not writeable",$dir);
242 $errors[] = _pfc("%s is not readable",$dir);
244 return $errors;
249 $errors = array();
265 return $errors;
270 $errors = array();
[all …]
H A Dpfcglobalconfig.class.php634 var $errors = array(); variable in pfcGlobalConfig
824 $this->errors = array_merge($this->errors, check_functions_exist($f_list));
827 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path, "data_priv…
828 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path."/cache", "…
905 $this->errors[] = _pfc("cannot copy %s in %s",
921 $this->errors[] = _pfc("cannot copy %s in %s",
935 $this->errors = array_merge($this->errors, $ct_errors);
994 $this->is_init = (count($this->errors) == 0);
1004 return $this->errors;
1093 $errors =& $this->getErrors();
[all …]
/plugin/timetrack/
H A Daction.php134 $errors = array();
150 $dialogHtml = $this->renderErrors($errors);
184 $dialogHtml = $this->renderErrors($errors);
206 $errors = array();
225 return $errors;
229 $errors = $this->validateUserTime($userTime);
231 if(empty($errors)) {
255 $errors[] = $res;
271 return $errors;
276 public function renderErrors($errors) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Metadata.php26 public $errors; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Metadata
35 public function setErrors($errors) argument
37 $this->errors = $errors;
44 return $this->errors;
/plugin/editx/
H A Daction.php223 $this->errors[] = $this->getLang('rp_msg_old_empty');
233 $this->errors[] = $this->getLang('rp_msg_auth_nr');
236 $this->errors[] = $this->getLang('rp_msg_new_empty');
245 if (!$this->errors) {
257 if (!$this->errors) {
286 if ($this->errors) {
287 foreach ($this->errors as $error) msg( $error, -1 );
305 $this->errors[] = $this->getLang('dp_msg_old_empty');
310 if (!$this->errors) {
320 if ($this->errors) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DException.php27 protected $errors = array(); variable in Google\\Service\\Exception
43 $errors = array() argument
51 $this->errors = $errors;
69 return $this->errors;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php76 $errors = \explode(']; nested: ', $error);
78 if (1 === \count($errors)) {
79 $this->_exception = $this->_extractException($errors[0]);
81 if (self::REMOTE_TRANSPORT_EXCEPTION === $this->_extractException($errors[0])) {
83 $this->_exception = $this->_extractException($errors[1]);
85 $this->_exception = $this->_extractException($errors[0]);
/plugin/farmer/admin/
H A Dsetup.php41 $errors = [];
43 $errors[] = $this->getLang('farmdir_missing');
45 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
47 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
49 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
51 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
54 if ($errors) {
55 foreach ($errors as $error) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php61 $errors = $phpcsFile->getFixableCount();
62 if ($errors !== 0) {
65 $errors = $phpcsFile->getFixableCount();
67 echo "\t=> Fixing file: $errors/$errors violations remaining";
82 if ($errors === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php317 $errors = array();
337 $errors[$line][$column] = $newErrors;
340 ksort($errors[$line]);
360 if (isset($errors[$line]) === false) {
361 $errors[$line] = array();
365 $errors[$line][$column] = array_merge(
367 $errors[$line][$column]
370 $errors[$line][$column] = $newWarnings;
374 ksort($errors[$line]);
377 ksort($errors);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3RunContinuousTestMetadata.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperationError.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;
H A DManagedInstanceLastAttempt.php28 public function setErrors(ManagedInstanceLastAttemptErrors $errors) argument
30 $this->errors = $errors;
37 return $this->errors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DFetchErrorsResponse.php29 public function setErrors($errors) argument
31 $this->errors = $errors;
38 return $this->errors;

12345678910>>...17