Home
last modified time | relevance | path

Searched refs:PEAR (Results 26 – 50 of 60) sorted by last modified time

123

/plugin/publistx/bib2tpl/lib/
H A DBibTex.php184 if (PEAR::isError($test)) {
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');
693 if (PEAR::isError($case)) {
700 if (PEAR::isError($case)) {
721 if (PEAR::isError($case)) {
754 if (PEAR::isError($case)) {
829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
H A DPEAR.php91 class PEAR class
153 function PEAR($error_class = null) function in PEAR
473 * @see PEAR::setErrorHandling
557 * @see PEAR::raiseError
566 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
651 * @see PEAR::setErrorHandling
668 PEAR::setErrorHandling($mode, $options);
679 * @see PEAR::pushErrorHandling
690 PEAR::setErrorHandling($mode, $options);
797 * @see PEAR::raiseError(), PEAR::throwError()
[all …]
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php168 if ( PEAR::isError($stat) ) {
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php169 return PEAR::isError($value);
H A DMDB2Store.php106 return !PEAR::isError($this->connection->query(
138 if (PEAR::isError($r)) {
143 if (PEAR::isError(
175 if (PEAR::isError($r)) {
183 if (PEAR::isError($r)) {
211 if (PEAR::isError($r)) {
216 if (PEAR::isError(
261 if (PEAR::isError($r)) {
343 if (!$assoc || PEAR::isError($assoc)) {
364 if (PEAR::isError($r) || $r == 0) {
[all …]
/plugin/zip/pear/
H A DPEAR.php102 class PEAR class
170 function PEAR($error_class = null) function in PEAR
515 * @see PEAR::setErrorHandling
589 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
678 * @see PEAR::setErrorHandling
695 PEAR::setErrorHandling($mode, $options);
709 * @see PEAR::pushErrorHandling
720 PEAR::setErrorHandling($mode, $options);
770 if (@PEAR::getStaticProperty('PEAR', 'destructlifo')) {
813 * @see PEAR::raiseError(), PEAR::throwError()
[all …]
/plugin/zip/pear/MIME/
H A DType.php23 $_fileCmd = &PEAR::getStaticProperty('MIME_Type', 'fileCmd');
337 …return PEAR::raiseError("Sorry, can't autodetect; you need the mime_magic extension or System_Comm…
341 if (PEAR::isError($type)) {
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");
383 $fileCmd = PEAR::getStaticProperty('MIME_Type', 'fileCmd');
386 return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php150 return PEAR::raiseError("Files must be at least one byte long");
169 return PEAR::raiseError("An ar field is empty");
204 if (PEAR::isError($data)) {
208 return PEAR::raiseError('Unexpected end of Ar archive');
229 if (PEAR::isError($skipped)) {
233 return PEAR::raiseError('Unexpected end of Ar archive');
253 if (!PEAR::isError($rewinded)) {
328 return PEAR::raiseError('No file selected');
353 if (PEAR::isError($writer)) {
371 if (PEAR::isError($error)) {
[all …]
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 DTar.php80 if (!PEAR::isError($skipped)) {
97 if (!PEAR::isError($rewinded)) {
148 if (PEAR::isError($error)) {
152 if (PEAR::isError($rawHeader)) {
228 return PEAR::raiseError('Unexpected end of tar archive');
296 return PEAR::raiseError('No file selected');
321 if (PEAR::isError($writer)) {
340 if (PEAR::isError($error)) {
346 if (PEAR::isError($innerWriter)) {
H A DUncompress.php166 if (PEAR::isError($error)) {
220 return PEAR::raiseError("No directory $baseDir in inner reader");
221 } else if (PEAR::isError($error)) {
235 if (PEAR::isError($close)) {
290 if (PEAR::isError($error)) {
304 if (PEAR::isError($error)) {
H A DZip.php92 if (PEAR::isError($error)) {
102 if (PEAR::isError($header)) {
108 if (PEAR::isError($header)) {
162 if (PEAR::isError($error)) {
217 if (PEAR::isError($error)) {
319 if (PEAR::isError($error)) {
337 if (PEAR::isError($writer)) {
378 if (PEAR::isError($writer)) {
397 if (PEAR::isError($error)) {
455 if (PEAR::isError($nbSkipped)) {
[all …]
H A DCache.php130 if (PEAR::isError($data)) {
232 if (!PEAR::isError($writer)) {
244 if (!PEAR::isError($writer)) {
255 if (!PEAR::isError($writer)) {
H A DConcat.php69 if (PEAR::isError($error) || PEAR::isError($source->close())) {
116 if (PEAR::isError($sourceData)) {
122 if (PEAR::isError($error)) {
143 if (PEAR::isError($sourceSkipped)) {
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');
192 if (!PEAR::isError($writer)) {
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 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');
H A DRelay.php105 if (!PEAR::isError($writer)) {
116 if (!PEAR::isError($writer)) {
127 if (!PEAR::isError($writer)) {
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php94 return PEAR::raiseError("A Gz archive can only contain one single file.".
H A DFiles.php79 return PEAR::raiseError(
89 if (PEAR::isError($error)) {
93 return PEAR::raiseError("Unable to create directory $pathname");
113 return PEAR::raiseError("Unable to open file $filename");
130 if (PEAR::isError($error)) {
183 if (PEAR::isError($error)) {
189 return PEAR::raiseError("Unable to write to file $filename");
206 if (PEAR::isError($error)) {
H A DMemoryArchive.php86 if (PEAR::isError($error)) {
91 if (PEAR::isError($error)) {
109 if (PEAR::isError($error)) {
113 if (PEAR::isError($error)) {
137 if (PEAR::isError($error)) {
H A DUniqueAppender.php126 if (PEAR::isError($error)) {
134 if (PEAR::isError($tmp)) {
H A DZip.php173 if (PEAR::isError($error)) {
/plugin/zip/pear/File/
H A DArchive.php275 if (PEAR::isError($source)) {
503 return PEAR::raiseError(
508 return PEAR::raiseError(
513 return PEAR::raiseError(
517 return PEAR::raiseError(
521 return PEAR::raiseError(
551 if (PEAR::isError($source)) {
731 if (PEAR::isError($s)) {
1038 if (PEAR::isError($a)) {
1041 if (PEAR::isError($b)) {
[all …]
/plugin/zip/pear/File/Archive/
H A DPredicate.php53 return PEAR::raiseError("Predicat abstract function call");

123