Home
last modified time | relevance | path

Searched refs:raiseError (Results 1 – 25 of 31) sorted by relevance

12

/plugin/zip/pear/File/Archive/
H A DReader.php120 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)");
H A DPredicate.php53 return PEAR::raiseError("Predicat abstract function call");
H A DWriter.php101 return PEAR::raiseError("Unable to write to $filename");
/plugin/zip/pear/MIME/
H A DType.php337 …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/
H A DYubico.php257 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/
H A DDirectory.php98 return PEAR::raiseError(
153 return PEAR::raiseError("Unable to unlink $toUnlink");
159 return PEAR::raiseError($pred);
186 return PEAR::raiseError('No file selected');
H A DAr.php130 … 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');
H A DFile.php169 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(
H A DZip.php119 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…
H A DBzip2.php82 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');
H A DGzip.php201 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');
H A DMemory.php189 return PEAR::raiseError('Unable to append files to a memory archive');
197 return PEAR::raiseError('Unable to remove files from a memory archive');
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php79 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");
H A DOutput.php65 return PEAR::raiseError(
H A DGzip.php94 return PEAR::raiseError("A Gz archive can only contain one single file.".
H A DBzip2.php92 return PEAR::raiseError("A Bzip2 archive can only contain one single file.".
/plugin/eventum/XML/
H A DRPC.php558 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);
1587 $this->raiseError('Scalar can have only one value',
1593 $this->raiseError("Not a scalar type (${typeof})",
1628 $this->raiseError(
[all …]
/plugin/zip/pear/File/
H A DArchive.php496 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/
H A DPEAR.php464 …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/
H A DPEAR.php425 …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);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js225raiseError( AmCharts.__( 'Error loading the file', chart.language ) + ': ' + url, false, options );
246raiseError( AmCharts.__( 'Error parsing JSON file', chart.language ) + ': ' + l.url, false, option…
262raiseError( AmCharts.__( 'Error parsing CSV file', chart.language ) + ': ' + l.url, false, options…
274raiseError( AmCharts.__( 'Unsupported data format', chart.language ) + ': ' + options.format, fals…
375raiseError( AmCharts.__( 'Error loading file', chart.language ) + ': ' + options.url, false, optio…
416 function raiseError( msg, error, options ) { function
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php425 …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);
H A DBibTex.php223 $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/
H A DPEAR.php425 …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);
H A DBibTex.php223 $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);

12