Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php57 $exceptions = [];
66 $exceptions[] = $e->getMessage();
70 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions
75 $exceptions = [];
88 $exceptions[] = $e->getMessage();
92 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions
129 $exceptions = [];
138 $exceptions[] = \get_class($loader).': '.$e->getMessage();
142 …ror(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions
147 $exceptions = [];
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php31 protected $exceptions; variable in IPLib\\Address\\AssignedRange
40 public function __construct(RangeInterface $range, $type, array $exceptions = array()) argument
44 $this->exceptions = $exceptions;
74 return $this->exceptions;
88 foreach ($this->exceptions as $exception) {
124 foreach ($this->exceptions as $exception) {
H A DIPv4.php228 $exceptions = array();
231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);
234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
H A DIPv6.php377 $exceptions = array();
380 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);
383 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md26 This library allows to use advanced exceptions. It provides generic exceptions
29 to exceptions handler and group of exceptions (with transactions).
66 thrown exceptions through events and how to use group of exceptions.
68 ### Generic exceptions
90 Previous exceptions are shown too, for instance:
111 ### Listen exceptions through events
133 to add more exceptions in the group with the following methods:
144 which is useful to represent a tree of exceptions. Thus:
147 // A group of exceptions.
163 * Contains the following exceptions:
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php18 private $exceptions = array(); variable in Prophecy\\Exception\\Prediction\\AggregateException
25 $message = empty($this->exceptions) ? $message : "\n" . $message;
28 $this->exceptions[] = $exception;
36 return $this->exceptions;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D873-php5.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
H A D873-php7.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 Fatal error: Uncaught Exception: PHPUnit suppresses exceptions thrown outside of test case function…
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php125 $this->exceptions[
155 $this->exceptions[$dt->getTimeStamp()] = true;
362 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
463 protected $exceptions = array(); variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php125 $this->exceptions[
155 $this->exceptions[$dt->getTimeStamp()] = true;
362 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
463 protected $exceptions = array(); variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php129 $this->exceptions[
159 $this->exceptions[$dt->getTimeStamp()] = true;
368 } while (isset($this->exceptions[$nextDate->getTimeStamp()]));
473 protected $exceptions = []; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php124 $this->exceptions[
150 $this->exceptions[$dt->getTimeStamp()] = true;
350 } while (isset($this->exceptions[$nextDate->getTimeStamp()]));
447 protected $exceptions = []; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php125 $this->exceptions[
155 $this->exceptions[$dt->getTimeStamp()] = true;
369 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
470 protected $exceptions = array(); variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php310 $exceptions = [$e = $this];
312 $exceptions[] = $e;
315 while ($e = array_pop($exceptions)) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md39 - Memory leak on exceptions
73 - Update Promise to allow recursive waiting without unwrapping exceptions.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc38 ==== Ignoring exceptions
40 The library attempts to throw exceptions for common problems. These exceptions
46 to deal with the response body rather than catch exceptions (often useful in
86 <1> `ignore` also accepts an array of exceptions to ignore. In this example, the
270 may start receiving `EsRejectedExecutionException` exceptions from {es} when the
H A Dset-retries.asciidoc28 To help in identification, exceptions that are thrown due to max retries wrap a
49 Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`,
H A Dconfig-hash.asciidoc30 $quiet = true in fromConfig() to silence the exceptions.
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php568 $exceptions = array();
571 $exceptions[] = $instanceId;
577 if ($exceptions) {
581 $exceptions
584 $currentEvent->EXDATE = $exceptions;
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php569 $exceptions = [];
572 $exceptions[] = $instanceId;
578 if ($exceptions) {
582 $exceptions
585 $currentEvent->EXDATE = $exceptions;
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php573 $exceptions = array();
576 $exceptions[] = $instanceId;
582 if ($exceptions) {
586 $exceptions
589 $currentEvent->EXDATE = $exceptions;
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php579 $exceptions = [];
582 $exceptions[] = $instanceId;
588 if ($exceptions) {
592 $exceptions
595 $currentEvent->EXDATE = $exceptions;
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php573 $exceptions = array();
576 $exceptions[] = $instanceId;
582 if ($exceptions) {
586 $exceptions
589 $currentEvent->EXDATE = $exceptions;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt2 #578: Double printing of trace line for exceptions from notices and warnings
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md77 `hoa://Event/Exception` channel contains all exceptions that have been thrown.
79 about to close. Thus, the following example will observe all thrown exceptions:
101 This way, all exceptions will be printed on the `Foo.log` file.

12345678910>>...21