Home
last modified time | relevance | path

Searched refs:e (Results 426 – 450 of 3328) sorted by last modified time

1...<<11121314151617181920>>...134

/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php265 } catch (ExceptionCompile $e) {
283 } catch (ExceptionBadArgument $e) {
284 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
394 } catch (ExceptionNotFound $e) {
H A DFileSystems.php188 } catch (ExceptionBadArgument $e) {
190 throw new ExceptionRuntime("Error getting the children. Error: {$e->getMessage()}");
244 } catch (ExceptionNotFound $e) {
331 } catch (ExceptionCast $e) {
H A DFirstImage.php54 } catch (ExceptionNotFound $e) {
H A DPageType.php53 } catch (ExceptionNotFound $e) {
H A DPanelTag.php82 } catch (ExceptionNotFound $e) {
205 } catch (ExceptionNotFound $e) {
H A DPathAbs.php91 } catch (ExceptionBadArgument|ExceptionCast $e) {
92 throw new ExceptionCast($e);
98 } catch (ExceptionCast $e) {
99 throw new ExceptionCast($e);
H A DGridTag.php182 } catch (ExceptionBadArgument $e) {
183 LogUtility::error("The align attribute default values could not be processed. Error: {$e->getMessage()}");
240 } catch (ExceptionBadArgument $e) {
241 LogUtility::error("The max-cells attribute value ($maxCellsValue) is not a valid length value. Error: {$e->getMessage()}", GridTag::CANONICAL);
314 } catch (ExceptionBadArgument $e) {
316 LogUtility::error("The width length $conditionalWidthsLength is not a valid length value. Error: {$e->getMessage()}");
327 } catch (ExceptionBadArgument $e) {
329 LogUtility::error("The ratio of the width ($conditionalLengthObject) is not a valid. Error: {$e->getMessage()}");
358 } catch (ExceptionBadArgument $e) {
359 LogUtility::error("Bad default value initialization. Error:{$e
[all...]
H A DPathTreeNode.php44 } catch (ExceptionBadState $e) {
45 throw new ExceptionRuntimeInternal("We shouldn't add the node two times. ", self::CANONICAL, 1, $e);
94 } catch (ExceptionNotFound $e) {
H A DHeadingTag.php347 } catch (ExceptionBadSyntax $e) {
348 LogUtility::internalError("An error has occurred while trying to add the outline heading numbering stylesheet.", self::CANONICAL, $e);
349 } catch (ExceptionNotEnabled $e) {
363 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
365 LogUtility::internalError("Unable to add anchor. Error:{$e->getMessage()}", Outline::OUTLINE_ANCHOR);
H A DHorizontal.php47 } catch (ExceptionBadSyntax $e) {
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DPipelineUtility.php280 } catch (ExceptionBadSyntax $e) {
H A DPluginUtility.php536 } catch (ExceptionCompile $e) {
545 $xhtmlIcon = "Error: {$e->getMessage()}";
H A DQualityDynamicMonitoringOverwrite.php69 } catch (ExceptionNotFound $e) {
H A DRasterImageLink.php143 } catch (ExceptionBadArgument $e) {
144 LogUtility::warning("The variable (" . self::CONF_RESPONSIVE_IMAGE_MARGIN . ") has a value ($imageMargin) that is not a valid length.", self::CANONICAL, $e);
202 } catch (ExceptionInfinite $e) {
H A DIcon.php77 } catch (ExceptionNotFound $e) {
H A DResourceName.php32 } catch (ExceptionNotFound $e) {
35 } catch (ExceptionNotFound $e) {
100 } catch (ExceptionNotFound $e) {
126 } catch (ExceptionNotFound $e) {
H A DSearchTag.php49 } catch (ExceptionNull $e) {
55 } catch (ExceptionNotFound $e) {
56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
H A DIdentity.php124 } catch (ExceptionNotFound $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DAbstractWebDriverCheckboxOrRadio.php164 } catch (NoSuchElementException $e) {
175 } catch (NoSuchElementException $e) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php120 $r = $e = [];
124 if (false === @stream_select($r, $w, $e, 0, 0)) {
H A DWindowsPipes.php146 $read = $r = $e = [];
150 @stream_select($r, $w, $e, 0, Process::TIMEOUT_PRECISION * 1E6);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php40 * Instead of recovering from exception `e`, re-throw it wrapped
45 public function recover(Parser $recognizer, RecognitionException $e) : void argument
54 $context->exception = $e;
58 throw ParseCancellationException::from($e);
69 $e = new InputMismatchException($recognizer);
76 $context->exception = $e;
79 throw ParseCancellationException::from($e);
H A DDefaultErrorStrategy.php125 * the reporting task based on the runtime type of `e` according to
137 public function reportError(Parser $recognizer, RecognitionException $e) : void argument
148 if ($e instanceof NoViableAltException) {
149 $this->reportNoViableAlternative($recognizer, $e);
150 } elseif ($e instanceof InputMismatchException) {
151 $this->reportInputMismatch($recognizer, $e);
152 } elseif ($e instanceof FailedPredicateException) {
153 $this->reportFailedPredicate($recognizer, $e);
155 $recognizer->notifyErrorListeners($e->getMessage(), $e
166 recover(Parser $recognizer, RecognitionException $e) global() argument
322 reportNoViableAlternative(Parser $recognizer, NoViableAltException $e) global() argument
356 reportInputMismatch(Parser $recognizer, InputMismatchException $e) global() argument
382 reportFailedPredicate(Parser $recognizer, FailedPredicateException $e) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md160 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php27 ?RecognitionException $e argument

1...<<11121314151617181920>>...134