Home
last modified time | relevance | path

Searched refs:exception (Results 126 – 150 of 679) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexception-stack.phpt21 PHPUnit_Framework_Exception: Child exception
H A Dteamcity-inner-exceptions.phpt22 ##teamcity[testFailed name='testPrintingChildException' message='Child exception|nmessage|nFailed a…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md15 …om/sebastianbergmann/php-code-coverage/issues/234): Optionally raise an exception when a specified…
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListens.php112 ->exception(function () use ($listenable) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php260 $this->fail('An exception should have been thrown');
366 $this->fail('This should have thrown an exception');
/plugin/bez/mdl/
H A DThreadFactory.php229 } catch(Exception $exception) {
290 } catch(Exception $exception) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md118 - Response first-line to response string exception (fixes #145)
125 - Clarify exception message when stream is detached
183 Invalid modifications will throw an exception instead of returning a wrong URI or
185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst42 …ese annotations are on a blacklist and never considered for throwing an exception due to wrongly u…
44 … clear how to handle this annotation. Depending on the configuration an exception (unknown annotat…
75 …. Setting this is necessary in our example case, otherwise ``@dummy`` would trigger an exception to
171 …Never is a loader to throw a warning or exception if the loading failed otherwise parsing doc bloc…
197 By default an exception is thrown from the AnnotationReader if an annotation was found that:
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md36 * Remove the unnecessary exception. (Ivan Enderlin, 2014-11-15T22:10:05+01:00)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php118 ->exception(function () use ($name, $min, $max, $children, $id) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml40 - echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc27 Unknown parameters throw an exception, to help the user find potential problems.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md42 - KeyDown and KeyUp actions will throw an exception when not used with modifier keys.
55 - Throw `DriverServerDiedException` on local driver process terminating unexpectedly and provide full details of original exception to improve debugging.
59 - Don't escape slashes in CURL exception message to improve readability.
104 - When zip archive cannot be created during file upload, throw an exception instead of silently returning false.
181 - Throw an exception when attempting to deselect options of non-multiselect (it already didn't have any effect, but was silently ignored).
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md100 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
112 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
186 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
203 * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
231 * Fixed RavenHandler dropping the message when logging exception
248 * Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces
382 * Added exception codes in the output of most formatters
383 …* Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than…
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
490 * Added support for previous exceptions in the LineFormatter exception serialization
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c150 if (!EG(exception)) { in TWIG_GET_ARRAYOBJECT_ELEMENT()
173 if (!EG(exception)) { in TWIG_ISSET_ARRAYOBJECT_ELEMENT()
947 if (EG(exception)) { in PHP_FUNCTION()
1074 if (EG(exception)) { in PHP_FUNCTION()
1093 if (EG(exception) && TWIG_INSTANCE_OF(EG(exception), spl_ce_BadMethodCallException TSRMLS_CC)) { in PHP_FUNCTION()
/plugin/highlightjs/highlight/styles/
H A Dzenburn.css53 .python .exception,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php199 $exception = null;
204 $exception = $matches[1];
210 if ($exception === null) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php56 ->exception(function () {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php116 } catch (OperationTimeoutException $exception) {
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md81 catch any exception thrown by the parser.
127 * Added: Throwing exception when invalid objects are written.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG60 * fixed filesystem loader throwing an exception instead of returning false
81 * added an exception when using "===" instead of "same as"
149 * turned fatal error into exception when a previously generated cache is corrupted
160 * fixed sandbox being left enabled if an exception is thrown while rendering
262 * fixed some exception messages which triggered PHP warnings
546 * fixed exception trace when an error occurs when rendering a child template
717 * enhanced the exception when a tag remains unclosed
738 * fixed output when a macro throws an exception
759 * added an exception when the template passed to "use" is not a string
816 * added an exception when a macro uses a reserved name
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md168 GeoIP2 Country database will result in an exception, and vice versa.
227 * The general exception classes were replaced with specific exception classes
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
83 exception's code will be used as the exit code then.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md81 is empty. Previously, such a promise would throw an exception when its `wait`
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md53 * Throw an exception when a node is not supported. (Ivan Enderlin, 2014-11-14T10:43:56+01:00)

12345678910>>...28