Home
last modified time | relevance | path

Searched refs:PEAR (Results 26 – 50 of 60) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst33 Installing the PEAR package
38 Using PEAR for installing Twig is deprecated and Twig 1.15.1 was the last
39 version published on the PEAR channel; use Composer instead.
73 You can also install the C extension via PEAR (note that this method is
74 deprecated and newer versions of Twig are not available on the PEAR
H A Ddeprecated.rst55 PEAR section in Deprecated Features
58 PEAR support has been discontinued in Twig 1.15.1, and no PEAR packages are
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md28PEAR, you can install PHP\_CodeSniffer using the PEAR installer. This will make the `phpcs` and `p…
70 …sue Tracker](https://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http:/…
H A DCONTRIBUTING.md4 … a checkout of the repository, or your own fork, rather than an installed PEAR version. If you do …
/plugin/zip/pear/File/Archive/Writer/
H A DUniqueAppender.php126 if (PEAR::isError($error)) {
134 if (PEAR::isError($tmp)) {
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.".
H A DTar.php76 return PEAR::raiseError(
H A DZip.php173 if (PEAR::isError($error)) {
/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);
/plugin/publistf/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);
/plugin/publist/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);
/plugin/zip/pear/File/Archive/Reader/
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');
H A DMulti.php74 if (PEAR::isError($error)) {
H A DFilter.php75 if (PEAR::isError($error)) {
/plugin/zip/pear/File/Archive/
H A DPredicate.php53 return PEAR::raiseError("Predicat abstract function call");
/plugin/authyubikey/lib/
H A DREADME5 infrastructure. Installation is simple using PEAR.
14 installed PEAR. On Debian/Ubuntu systems:
38 if (PEAR::isError($auth)) {
/plugin/sql/
H A DDB.php50 class PEAR class
58 class DB extends PEAR
/plugin/authyubikey/
H A Dauth.php85 return (PEAR::isError($auth) ? false : true);
130 if(PEAR::isError($auth) && $auth != 'REPLAYED_OTP') {
H A DREADME.md8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl …
/plugin/gtime/gtlib/
H A DREADME21 With a working PEAR installation the following commands should take care of everything:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md54 * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/p…
/plugin/eventum/XML/
H A DRPC.php28 PEAR::loadExtension('xml');
562 return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
564 return PEAR::raiseError('XML_RPC: ' . $msg, $code);

123