Home
last modified time | relevance | path

Searched refs:PEAR (Results 1 – 25 of 60) sorted by path

123

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1111 * Bug: Fixed PEAR packaging
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md54 * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/p…
/plugin/authyubikey/
H A DREADME.md8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl …
H A Dauth.php85 return (PEAR::isError($auth) ? false : true);
130 if(PEAR::isError($auth) && $auth != 'REPLAYED_OTP') {
/plugin/authyubikey/lib/
H A DREADME5 infrastructure. Installation is simple using PEAR.
14 installed PEAR. On Debian/Ubuntu systems:
38 if (PEAR::isError($auth)) {
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/bibtex4dw/lib/
H A Dbibtexparser.php12 * This class is based originally on the PHP PEAR package
14 * For more information about the original PEAR package, please visit
17 * Some additional modifications to the original PHP PEAR package have
22 * During transition from the original PHP PEAR package to this class forming
24 * output to HTML and RTF have been removed, as well as the dependency on PEAR.
29 * This class is no longer PHP 4 compatible, as was the original PEAR package.
1170 // $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
/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);
/plugin/fedauth/Auth/OpenID/
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 …]
H A DSQLStore.php169 return PEAR::isError($value);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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
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
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php769 return PEAR::isError($data, $code);
/plugin/gtime/gtlib/
H A DREADME21 With a working PEAR installation the following commands should take care of everything:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md4 … a checkout of the repository, or your own fork, rather than an installed PEAR version. If you do …
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:/…
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock471 "CodeSniffer/Standards/PEAR/Sniffs/",
/plugin/openid/Auth/OpenID/
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 …]
H A DSQLStore.php182 return @PEAR::isError($value);
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php153 if ( PEAR::isError($stat) ) {
/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);
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/publistf/bib2tpl/
H A Dbibtex_converter.php172 if ( PEAR::isError($stat) ) {
/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);
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 …]

123