| /plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
| D | ChainLoader.php | 57 $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/ |
| D | AssignedRange.php | 31 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) {
|
| D | IPv4.php | 228 $exceptions = array(); 231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType); 234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
|
| D | IPv6.php | 377 $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/ |
| D | README.md | 26 This library allows to use advanced exceptions. It provides generic exceptions 27 (that are sent over the `hoa://Event/Exception` event channel), idle exceptions 29 to exceptions handler and group of exceptions (with transactions). 65 We propose a quick overview of how to use generic exceptions, how to listen all 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 113 Most exceptions in Hoa extend `Hoa\Exception\Exception`, which fire themselves 116 we can listen for all exceptions that are thrown in the application by writing: [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/ |
| D | AggregateException.php | 18 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/ |
| D | 873-php7.phpt | 2 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…
|
| D | 873-php5.phpt | 2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function 20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
|
| /plugin/matrixnotifierwas/vendor/psr/http-client/ |
| D | CHANGELOG.md | 23 Added Interface suffix on exceptions 27 All exceptions are in `Psr\Http\Client` namespace
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | EventIterator.php | 125 $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/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | EventIterator.php | 125 $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/ |
| D | EventIterator.php | 129 $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/ |
| D | EventIterator.php | 124 $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 D | EventIterator.php | 125 $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/ |
| D | Error.php | 310 $exceptions = [$e = $this]; 312 $exceptions[] = $e; 315 while ($e = array_pop($exceptions)) {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 39 - Memory leak on exceptions 73 - Update Promise to allow recursive waiting without unwrapping exceptions.
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | per-request-configuration.asciidoc | 38 ==== 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
|
| D | set-retries.asciidoc | 28 To help in identification, exceptions that are thrown due to max retries wrap a 49 Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`,
|
| /plugin/davcal/vendor/sabre/vobject/lib/ITip/ |
| H A D | Broker.php | 568 $exceptions = array(); 571 $exceptions[] = $instanceId; 577 if ($exceptions) { 581 $exceptions 584 $currentEvent->EXDATE = $exceptions;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 88 - Memory leak on exceptions 122 - Update Promise to allow recursive waiting without unwrapping exceptions.
|
| /plugin/davcard/vendor/sabre/vobject/lib/ITip/ |
| D | Broker.php | 573 $exceptions = array(); 576 $exceptions[] = $instanceId; 582 if ($exceptions) { 586 $exceptions 589 $currentEvent->EXDATE = $exceptions;
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ITip/ |
| D | Broker.php | 579 $exceptions = []; 582 $exceptions[] = $instanceId; 588 if ($exceptions) { 592 $exceptions 595 $currentEvent->EXDATE = $exceptions;
|
| /plugin/webdav/vendor/sabre/vobject/lib/ITip/ |
| D | Broker.php | 569 $exceptions = []; 572 $exceptions[] = $instanceId; 578 if ($exceptions) { 582 $exceptions 585 $currentEvent->EXDATE = $exceptions;
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ITip/ |
| D | Broker.php | 573 $exceptions = array(); 576 $exceptions[] = $instanceId; 582 if ($exceptions) { 586 $exceptions 589 $currentEvent->EXDATE = $exceptions;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/ |
| D | 578.phpt | 2 #578: Double printing of trace line for exceptions from notices and warnings
|