| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | write.id3v2.php | 96 public $errors = array(); variable in getid3_write_id3v2 113 …$this->errors[] = 'Unable to write ID3v2 because file is larger than '.round(PHP_INT_MAX / 1073741… 136 $this->errors[] = 'Could not fopen("'.$this->filename.'", "r+b")'; 146 $this->errors[] = 'Could not fopen("'.$this->filename.'", "wb")'; 175 $this->errors[] = 'Could not fopen("'.$tempfilename.'", "wb")'; 180 $this->errors[] = 'Could not fopen("'.$this->filename.'", "rb")'; 189 $this->errors[] = '$this->GenerateID3v2Tag() failed'; 193 if (!empty($this->errors)) { 198 $this->errors[] = 'WriteID3v2() failed: !is_writeable('.$this->filename.')'; 219 …$this->errors[] = 'Unable to remove ID3v2 because file is larger than '.round(PHP_INT_MAX / 107374… [all …]
|
| D | write.php | 122 public $errors = array(); variable in getid3_writetags 140 $this->errors[] = 'filename is undefined in getid3_writetags'; 143 $this->errors[] = 'filename set to non-existant file "'.$this->filename.'" in getid3_writetags'; 148 $this->errors[] = 'tagformats must be an array in getid3_writetags'; 162 $this->errors[] = 'tagformats must not contain more than one version of ID3v2'; 206 $this->errors[] = 'metaflac is not (yet) compatible with OggFLAC files'; 212 $this->errors[] = 'metaflac is not (yet) compatible with Ogg files other than OggVorbis'; 226 $this->errors[] = $errormessage; 259 $GETID3_ERRORARRAY = &$this->errors; 268 $GETID3_ERRORARRAY = &$this->errors; [all …]
|
| /plugin/webdav/vendor/sabre/xml/lib/ |
| D | LibXMLException.php | 24 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;
|
| D | Reader.php | 73 $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/ |
| D | LibXMLException.php | 24 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;
|
| D | Reader.php | 73 $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 D | LibXMLException.php | 24 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/saml/phpsaml/lib/Saml2/ |
| D | Settings.php | 262 $errors = $this->checkSettings($settings); 263 if (empty($errors)) { 296 $this->_errors = $errors; 471 $errors = array('invalid_syntax'); 473 $errors = array(); 476 $errors = array_merge($idpErrors, $errors); 479 $errors = array_merge($spErrors, $errors); 482 $errors = array_merge($compressErrors, $errors); 485 return $errors; 497 $errors = array(); [all …]
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Settings.php | 262 $errors = $this->checkSettings($settings); 263 if (empty($errors)) { 296 $this->_errors = $errors; 471 $errors = array('invalid_syntax'); 473 $errors = array(); 476 $errors = array_merge($idpErrors, $errors); 479 $errors = array_merge($spErrors, $errors); 482 $errors = array_merge($compressErrors, $errors); 485 return $errors; 497 $errors = array(); [all …]
|
| /plugin/structnotification/ |
| H A D | admin.php | 53 $errors = $this->validate($predicate); 54 if ($errors) { 55 $this->displayErrors($errors); 64 $errors = $this->validate($predicate); 65 if ($errors) { 66 $this->displayErrors($errors); 229 $errors = []; 231 $errors[] = 'val schema blank'; 235 $errors[] = 'val field blank'; 239 $errors[] = 'val operator blank'; [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.zip.php | 15 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/ |
| D | maker.php | 33 public function find_affected(&$errors, $path = array()) { argument 44 add_error($errors, $this->name, array('loop' => $loop)); 51 $link->find_affected($errors, $path); 61 public function mark_invalid(&$errors) { argument 65 add_error($errors, $link->name(), 67 if ($link->valid) $link->mark_invalid($errors); 98 private $errors = array(); variable in Maker 111 public function errors() { return $this->errors; } function in Maker 127 $this->errors = array(); 170 foreach ($this->nodes as $node) $node->find_affected($this->errors); [all …]
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfctools.php | 217 $errors = array(); 221 $errors[] = _pfc("%s doesn't exist: %s", $func, $err); 223 return $errors; 229 $errors = array(); 231 $errors[] = _pfc("%s directory must be specified", ($name!="" ? $name : $dir)); 234 $this->errors[] = _pfc("%s must be a directory",$dir); 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; [all …]
|
| D | pfcglobalconfig.class.php | 634 var $errors = array(); variable in pfcGlobalConfig 652 …$this->errors[] = _pfc("'%s' parameter is mandatory by default use '%s' value", "serverid", "md5(_… 699 …$this->errors[] = _pfc("Error: undefined or obsolete parameter '%s', please correct or remove this… 701 …$this->errors[] = _pfc("Error: '%s' is a private parameter, you are not allowed to change it", $k); 785 $this->errors[] = _pfc("'%s' parameter must be an array", $ap); 791 $this->errors[] = _pfc("'%s' parameter must be a positive number", $npp); 797 $this->errors[] = _pfc("'%s' parameter must be a boolean", $bp); 803 $this->errors[] = _pfc("'%s' parameter must be a charatere string", $sp); 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… [all …]
|
| /plugin/timetrack/ |
| D | action.php | 134 $errors = array(); 141 $errors = $this->saveUserTime($INPUT->arr('UserTime'), $dbUserValues); 144 if($INPUT->has('UserTime') && empty($errors)) { 150 $dialogHtml = $this->renderErrors($errors); 175 $errors = $this->saveUserTime($INPUT->arr('UserTime'), $dbUserValues); 178 if($INPUT->has('UserTime') && empty($errors)) { 184 $dialogHtml = $this->renderErrors($errors); 206 $errors = array(); 223 $errors[] = sprintf($this->getLang('err_max_hours'),$date); 225 return $errors; [all …]
|
| /plugin/editx/ |
| D | action.php | 147 …$this->errors[] = sprintf( $this->getLang('rp_msg_file_conflict'), '<a href="'. wl($opts['newpage'… 219 $this->errors[] = $this->getLang('rp_msg_unconfirmed'); 223 $this->errors[] = $this->getLang('rp_msg_old_empty'); 225 $this->errors[] = sprintf( $this->getLang('rp_msg_old_noexist'), $opts['oldpage'] ); 227 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['oldpage'] ); 229 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['oldpage'] ); 233 $this->errors[] = $this->getLang('rp_msg_auth_nr'); 236 $this->errors[] = $this->getLang('rp_msg_new_empty'); 238 …$this->errors[] = sprintf( $this->getLang('rp_msg_new_exist'), '<a href="'. wl($opts['newpage']) .… 240 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['newpage'] ); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1Metadata.php | 26 public $errors; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Metadata 35 public function setErrors($errors) argument 37 $this->errors = $errors; 44 return $this->errors;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
| D | ElasticsearchException.php | 76 $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/authgooglesheets/vendor/google/apiclient/src/Service/ |
| D | Exception.php | 27 protected $errors = array(); variable in Google\\Service\\Exception 43 $errors = array() argument 51 $this->errors = $errors; 69 return $this->errors;
|
| /plugin/farmer/admin/ |
| H A D | setup.php | 41 $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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | ErrorCollector.php | 22 protected $errors; variable in HTMLPurifier_ErrorCollector 62 $this->errors =& $this->_stacks[0]; 165 return $this->errors; 171 * @param array $errors Errors array to display; used for recursion. 174 public function getHTMLFormatted($config, $errors = null) argument 179 if ($errors === null) { 180 $errors = $this->errors; 198 if (empty($errors)) { 212 foreach ($current->errors as $error) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | Reporting.php | 317 $errors = array(); 337 $errors[$line][$column] = $newErrors; 340 ksort($errors[$line]); 360 if (isset($errors[$line]) === false) { 361 $errors[$line] = array(); 364 if (isset($errors[$line][$column]) === true) { 365 $errors[$line][$column] = array_merge( 367 $errors[$line][$column] 370 $errors[$line][$column] = $newWarnings; 374 ksort($errors[$line]); [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
| D | Cbf.php | 61 $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/freechat/phpfreechat/src/commands/ |
| D | send.class.php | 49 $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
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | Upload.php | 34 public $errors; variable in Google\\Service\\Analytics\\Upload 83 public function setErrors($errors) argument 85 $this->errors = $errors; 92 return $this->errors;
|