| /plugin/zip/pear/File/Archive/ |
| D | Reader.php | 120 return PEAR::raiseError("Reader abstract function call (getFilename)"); 182 return PEAR::raiseError("Reader abstract function call (getData)"); 213 return PEAR::raiseError('Rewind function is not implemented on this reader'); 334 $result = PEAR::raiseError("File $filename not found"); 373 return PEAR::raiseError("Reader abstract function call (makeWriterRemoveFiles)"); 412 return PEAR::raiseError("Reader abstract function call (makeWriterRemoveBlocks)");
|
| D | Predicate.php | 53 return PEAR::raiseError("Predicat abstract function call");
|
| D | Writer.php | 101 return PEAR::raiseError("Unable to write to $filename");
|
| /plugin/zip/pear/MIME/ |
| D | Type.php | 337 …return PEAR::raiseError("Sorry, can't autodetect; you need the mime_magic extension or System_Comm… 347 return PEAR::raiseError("Sorry, couldn't determine file type."); 372 return PEAR::raiseError("File \"$file\" doesn't exist"); 376 return PEAR::raiseError("File \"$file\" is not readable"); 386 return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
|
| /plugin/authyubikey/lib/ |
| D | Yubico.php | 257 return PEAR::raiseError('Could not parse parameter ' . $param . ' from response'); 287 return PEAR::raiseError('Could not parse Yubikey OTP'); 441 if ($replay) return PEAR::raiseError('REPLAYED_OTP'); 443 return PEAR::raiseError($status); 465 if ($replay) return PEAR::raiseError('REPLAYED_OTP'); 467 return PEAR::raiseError('NO_VALID_ANSWER');
|
| /plugin/zip/pear/File/Archive/Reader/ |
| D | Directory.php | 98 return PEAR::raiseError( 153 return PEAR::raiseError("Unable to unlink $toUnlink"); 159 return PEAR::raiseError($pred); 186 return PEAR::raiseError('No file selected');
|
| D | Ar.php | 130 … return PEAR::raiseError("File {$filename} is not a valid Ar file format (starts with $header)"); 150 return PEAR::raiseError("Files must be at least one byte long"); 169 return PEAR::raiseError("An ar field is empty"); 208 return PEAR::raiseError('Unexpected end of Ar archive'); 233 return PEAR::raiseError('Unexpected end of Ar archive'); 328 return PEAR::raiseError('No file selected');
|
| D | File.php | 169 return PEAR::raiseError("Can't open {$this->filename} for reading"); 173 return PEAR::raiseError("File {$this->filename} not found"); 262 return PEAR::raiseError( 289 return PEAR::raiseError(
|
| D | Zip.php | 119 return PEAR::raiseError("File_Archive_Reader_Zip doesn't ". 123 return PEAR::raiseError("File_Archive_Reader_Zip doesn't ". 137 return PEAR::raiseError("File_Archive_Reader_Zip doesn't ". 141 return PEAR::raiseError("File_Archive_Reader_Zip doesn't ". 275 return PEAR::raiseError("Zip archive: CRC fails on entry ". 355 return PEAR::raiseError('No file selected'); 445 …return PEAR::raiseError('End of central directory not found. The file is probably not a zip archiv…
|
| D | Bzip2.php | 82 return PEAR::raiseError("bzopen failed to open $dataFilename"); 179 return PEAR::raiseError('Unable to append files to a bzip2 archive'); 187 return PEAR::raiseError('Unable to remove files from a bzip2 archive'); 198 return PEAR::raiseError('No file selected');
|
| D | Gzip.php | 201 return PEAR::raiseError('Unable to append files to a gzip archive'); 209 return PEAR::raiseError('Unable to remove files from a gzip archive'); 220 return PEAR::raiseError('No file selected');
|
| D | Memory.php | 189 return PEAR::raiseError('Unable to append files to a memory archive'); 197 return PEAR::raiseError('Unable to remove files from a memory archive');
|
| /plugin/eventum/XML/ |
| D | RPC.php | 431 XML_RPC_Base::raiseError('Non-numeric value received in INT or DOUBLE', 558 function raiseError($msg, $code) function in XML_RPC_Base 562 return PEAR::raiseError(get_class($this) . ': ' . $msg, $code); 564 return PEAR::raiseError('XML_RPC: ' . $msg, $code); 858 $this->raiseError($this->errstr, XML_RPC_ERROR_PROGRAMMING); 947 $this->raiseError('Connection to proxy server ' 953 $this->raiseError('Connection to RPC server ' 978 $this->raiseError($this->errstr, XML_RPC_ERROR_CONNECTION_FAILED); 1326 $this->raiseError('The submitted request did not contain this parameter', 1357 return $this->raiseError('mb_convert_encoding() is not available', [all …]
|
| /plugin/zip/pear/File/Archive/Writer/ |
| D | Files.php | 79 return PEAR::raiseError( 93 return PEAR::raiseError("Unable to create directory $pathname"); 113 return PEAR::raiseError("Unable to open file $filename"); 189 return PEAR::raiseError("Unable to write to file $filename");
|
| D | Output.php | 65 return PEAR::raiseError(
|
| D | Gzip.php | 94 return PEAR::raiseError("A Gz archive can only contain one single file.".
|
| /plugin/zip/pear/File/ |
| D | Archive.php | 496 return PEAR::raiseError("File $name has not been uploaded"); 503 return PEAR::raiseError( 508 return PEAR::raiseError( 513 return PEAR::raiseError( 517 return PEAR::raiseError( 521 return PEAR::raiseError( 527 return PEAR::raiseError("The file is not an uploaded file"); 1144 return PEAR::raiseError("Archive $extension unknown");
|
| /plugin/zip/pear/ |
| D | PEAR.php | 464 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I… 470 … return PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME 474 return PEAR::raiseError("The expected error you submitted is empty"); // IMPROVE ME 518 function &raiseError($message = null, function in PEAR 586 $a = &$this->raiseError($message, $code, null, null, $userinfo); 589 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
|
| /plugin/publist/bib2tpl/lib/ |
| D | PEAR.php | 425 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I… 432 … return PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME 436 return PEAR::raiseError("The expected error you submitted is empty"); // IMPROVE ME 476 function &raiseError($message = null, function in PEAR 562 $a = &$this->raiseError($message, $code, null, null, $userinfo); 566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
|
| D | BibTex.php | 223 $ret = PEAR::raiseError('Unknown option '.$option); 239 return PEAR::raiseError('Could not open file '.$filename); 246 return PEAR::raiseError('Could not find file '.$filename); 359 return PEAR::raiseError('Unbalanced parenthesis'); 829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
|
| /plugin/publistx/bib2tpl/lib/ |
| D | PEAR.php | 425 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I… 432 … return PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME 436 return PEAR::raiseError("The expected error you submitted is empty"); // IMPROVE ME 476 function &raiseError($message = null, function in PEAR 562 $a = &$this->raiseError($message, $code, null, null, $userinfo); 566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
|
| D | BibTex.php | 223 $ret = PEAR::raiseError('Unknown option '.$option); 239 return PEAR::raiseError('Could not open file '.$filename); 246 return PEAR::raiseError('Could not find file '.$filename); 359 return PEAR::raiseError('Unbalanced parenthesis'); 829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
|
| /plugin/amcharts/assets/amcharts/plugins/dataloader/ |
| D | dataloader.js | 225 …raiseError( AmCharts.__( 'Error loading the file', chart.language ) + ': ' + url, false, options ); 246 …raiseError( AmCharts.__( 'Error parsing JSON file', chart.language ) + ': ' + l.url, false, option… 262 …raiseError( AmCharts.__( 'Error parsing CSV file', chart.language ) + ': ' + l.url, false, options… 274 …raiseError( AmCharts.__( 'Unsupported data format', chart.language ) + ': ' + options.format, fals… 375 …raiseError( AmCharts.__( 'Error loading file', chart.language ) + ': ' + options.url, false, optio… 416 function raiseError( msg, error, options ) { function
|
| /plugin/publistf/bib2tpl/lib/ |
| D | PEAR.php | 425 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I… 432 … return PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME 436 return PEAR::raiseError("The expected error you submitted is empty"); // IMPROVE ME 476 function &raiseError($message = null, function in PEAR 562 $a = &$this->raiseError($message, $code, null, null, $userinfo); 566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
|
| D | BibTex.php | 223 $ret = PEAR::raiseError('Unknown option '.$option); 239 return PEAR::raiseError('Could not open file '.$filename); 246 return PEAR::raiseError('Could not find file '.$filename); 359 return PEAR::raiseError('Unbalanced parenthesis'); 829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
|