Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 2285) sorted by relevance

12345678910>>...92

/plugin/jmol2/jmol/
DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ReadersCifPdb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersCifPdb.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ReadersMolXyz.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersMolXyz.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
DExceptionComparatorTest.php13 use \Exception; alias
33 array(new Exception, new Exception),
35 array(new Exception, new RuntimeException)
42 array(new Exception, null),
43 array(null, new Exception),
50 $exception1 = new Exception;
51 $exception2 = new Exception;
69 $exception1 = new Exception('Error', 100);
70 $exception2 = new Exception('Error', 101);
71 $exception3 = new Exception('Errors', 101);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DOptions.php41 * @throws Exception when arguments can't be read
113 * @throws Exception
118 throw new Exception("Command $command not registered");
135 * @throws Exception
140 throw new Exception("Command $command already registered");
159 * @throws Exception
164 throw new Exception("Command $command not registered");
175 throw new Exception("Short options should be exactly one ASCII character");
189 * @throws Exception
204 throw new Exception("Not enough arguments", Exception::E_OPT_ARG_REQUIRED);
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
DClient.php5 use GeoIp2\Exception\AddressNotFoundException;
6 use GeoIp2\Exception\AuthenticationException;
7 use GeoIp2\Exception\GeoIp2Exception;
8 use GeoIp2\Exception\HttpException;
9 use GeoIp2\Exception\InvalidRequestException;
10 use GeoIp2\Exception\OutOfQueriesException;
194 } catch (\MaxMind\Exception\IpAddressNotFoundException $ex) {
200 } catch (\MaxMind\Exception\AuthenticationException $ex) {
206 } catch (\MaxMind\Exception\InsufficientFundsException $ex) {
212 } catch (\MaxMind\Exception\InvalidRequestException $ex) {
[all …]
/plugin/database2/
Dmedia.php70 throw new Exception( 'invalid request method', 400 );
82 throw new Exception( 'invalid request', 400 );
89 throw new Exception( 'no such media', 404 );
96 throw new Exception( 'file is empty', 404 );
102 throw new Exception( 'invalid media', 403 );
113 throw new Exception( 'invalid request parameter', 400 );
119 throw new Exception( 'invalid request context', 400 );
127 throw new Exception( 'access denied', 403 );
153 throw new Exception( 'database not available/not found', 404 );
157 throw new Exception( 'invalid media selector (table)', 400 );
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestListener.php20 * @param Exception $e
23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time);
51 * @param Exception $e
54 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time);
60 * @param Exception $e
63 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time);
69 * @param Exception $e
72 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time);
/plugin/oauth/
DOAuthManager.php35 * @throws Exception
68 …if (!$service->checkToken()) throw new \OAuth\Common\Exception\Exception("Invalid Token - Login fa…
96 * @throws Exception
156 } catch (\OAuth\Common\Exception\Exception $e) {
180 * @throws Exception
189 throw new Exception('noEmail', [$servicename]);
199 throw new Exception('rejectedEMail', [implode(', ', $hlp->getValidDomains())]);
229 * @throws Exception
245 throw new Exception('authnotenabled', [$servicename]);
267 throw new Exception('generic create error');
[all …]
/plugin/ifauthex/lib/
Dexceptions.php4 use \Exception; alias
6 class UnknownTokenException extends Exception {
10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
31 class MalformedExpressionException extends Exception {
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
46 class InvalidExpressionException extends Exception {
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
61 class NotEnoughArgumentsException extends Exception {
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
80 class StrayTokenException extends Exception {
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/
DREADME.md19 # Hoa\Exception
23 …cumentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Exception)
27 (that are sent over the `hoa://Event/Exception` event channel), idle exceptions
31 [Learn more](https://central.hoa-project.net/Documentation/Library/Exception).
79 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world');
93 $previous = new Hoa\Exception\Exception('Hello previous.');
94 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world', $previous);
105 * Nested exception (Hoa\Exception\Exception):
113 Most exceptions in Hoa extend `Hoa\Exception\Exception`, which fire themselves
114 on the `hoa://Event/Exception` event channel (please, see [the `Hoa\Event`
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DCollection.php28 * @throws Exception\NotFound
38 throw new Exception\NotFound('File not found: ' . $name);
57 } catch (Exception\NotFound $e) {
91 throw new Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
99 * @throws Exception\Forbidden
104 throw new Exception\Forbidden('Permission denied to create directory');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
DCollection.php28 * @throws Exception\NotFound
38 throw new Exception\NotFound('File not found: ' . $name);
57 } catch (Exception\NotFound $e) {
91 throw new Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
99 * @throws Exception\Forbidden
104 throw new Exception\Forbidden('Permission denied to create directory');
/plugin/botbouncer/lib/
Dmollom.php196 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
232 …ail === null && $authorOpenId === null && $authorId === null) throw new Exception('Specify at leas…
260 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
321 …if($server === null && $countServerList == 0) throw new Exception('No servers found, populate the …
331 …if(!in_array($method, $aPossibleMethods)) throw new Exception('Invalid method. Only '. implode(', …
334 if(self::$publicKey === null) throw new Exception('Public key wasn\'t set.');
337 if(self::$privateKey === null) throw new Exception('Private key wasn\'t set.');
413 …!isset(self::$serverList[$counter]) && $countServerList != 0) throw new Exception('No more servers…
419 …else throw new Exception('Something went wrong. Maybe the following message can be handy.<br />'. …
426 if(!isset($parts[0]) || !isset($parts[1])) throw new Exception('Invalid response in doCall.');
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.dbm.php102 * @throws Exception
109 throw new Exception('PHP is not compiled with dba support, required to use DBM style cache.');
114 …throw new Exception('PHP is not compiled --with '.$cache_type.' support, required to use DBM style…
120 throw new Exception('failed to create lock file: '.$lock_filename);
126 throw new Exception('lock file: '.$lock_filename.' is not writable');
136 throw new Exception('failed to create dbm file: '.$dbm_filename);
148 throw new Exception('failed to create dbm file: '.$dbm_filename);
192 * @throws Exception
203 throw new Exception('failed to clear cache/recreate dbm file: '.$this->dbm_filename);
/plugin/rrdgraph/inc/
Drpncomputer.php25 * @throws Exception
30 …if (strspn($name, "abcdefghijklmnopqrstuvwxyz_.") != strlen($name)) throw new Exception("Invalid v…
83 * @throws Exception An exception is thrown if the RPN expression could not be parsed.
92 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
102 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
112 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
122 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
133 if (count($stack) < 2) throw new Exception("RPN stack underflow"); //FIXME: Position
155 if (count($stack) > 1) throw new Exception("Unused parameters on RPN stack.");
/plugin/bookcreator/action/
Dhandleselection.php48 throw new Exception('Security Token did not match. Possible CSRF attack.');
76 } catch(Exception $e){
166 * @throws Exception
170 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
173 throw new Exception($this->getLang('empty'));
176 throw new Exception($this->getLang('needtitle'));
204 * @throws Exception
208 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
214 throw new Exception(sprintf($this->getLang('selectiondontexist'), $pageid));
228 * @throws Exception
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
DClientProtocolContext.php14 use FreeDSx\Asn1\Exception\EncoderException;
17 use FreeDSx\Ldap\Exception\BindException;
18 use FreeDSx\Ldap\Exception\ConnectionException;
19 use FreeDSx\Ldap\Exception\OperationException;
20 use FreeDSx\Ldap\Exception\ProtocolException;
21 use FreeDSx\Ldap\Exception\ReferralException;
22 use FreeDSx\Ldap\Exception\UnsolicitedNotificationException;
27 use FreeDSx\Sasl\Exception\SaslException;
/plugin/adfs/phpsaml/lib/Saml/
DXmlSec.php70 * @throws Exception
76 throw new Exception('Multiple assertions are not supported');
81 throw new Exception('Timing issues (please check your clock settings)');
88 throw new Exception('Cannot locate Signature Node');
95 throw new Exception('We have no idea about the key');
100 } catch (Exception $e) {
101 throw new Exception('Reference Validation Failed');
/plugin/saml/phpsaml/lib/Saml/
DXmlSec.php70 * @throws Exception
76 throw new Exception('Multiple assertions are not supported');
81 throw new Exception('Timing issues (please check your clock settings)');
88 throw new Exception('Cannot locate Signature Node');
95 throw new Exception('We have no idea about the key');
100 } catch (Exception $e) {
101 throw new Exception('Reference Validation Failed');

12345678910>>...92