/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A 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/ |
H A 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) {
|
H A D | IPv4.php | 228 $exceptions = array(); 231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType); 234 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
|
H A 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/ |
H A D | README.md | 26 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 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/ |
H A 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…
|
H A 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…
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A 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/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | Error.php | 310 $exceptions = [$e = $this]; 312 $exceptions[] = $e; 315 while ($e = array_pop($exceptions)) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | CHANGELOG.md | 39 - Memory leak on exceptions 73 - Update Promise to allow recursive waiting without unwrapping exceptions.
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A 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
|
H A 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`,
|
H A D | config-hash.asciidoc | 30 $quiet = true in fromConfig() to silence the exceptions.
|
/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/webdav/vendor/sabre/vobject/lib/ITip/ |
H A D | Broker.php | 569 $exceptions = []; 572 $exceptions[] = $instanceId; 578 if ($exceptions) { 582 $exceptions 585 $currentEvent->EXDATE = $exceptions;
|
/plugin/davcard/vendor/sabre/vobject/lib/ITip/ |
H A 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/ |
H A D | Broker.php | 579 $exceptions = []; 582 $exceptions[] = $instanceId; 588 if ($exceptions) { 592 $exceptions 595 $currentEvent->EXDATE = $exceptions;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/ |
H A 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/ |
H A D | 578.phpt | 2 #578: Double printing of trace line for exceptions from notices and warnings
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | README.md | 77 `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.
|