Home
last modified time | relevance | path

Searched refs:e (Results 251 – 275 of 3328) sorted by last modified time

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

/plugin/combo/ComboStrap/
H A DFetcherTraitWikiPath.php115 } catch (ExceptionNotFound $e) {
H A DFetcherVignette.php86 } catch (\ReflectionException $e) {
126 } catch (ExceptionCompile $e) {
128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
140 } catch (ExceptionNotFound $e) {
197 } catch (ExceptionNotFound $e) {
198 LogUtility::errorIfDevOrTest("Error while getting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
203 } catch (ExceptionBadSyntax $e) {
205 LogUtility::errorIfDevOrTest("Error while formatting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
221 } catch (ExceptionNotFound $e) {
223 LogUtility::warning("The vignette could not be created with your logo because of the following error: {$e
[all...]
H A DTemplateEngine.php50 } catch (ExceptionNotFound $e) {
84 } catch (ExceptionCompile $e) {
85 throw new ExceptionRuntimeInternal($e);
145 } catch (ExceptionCast $e) {
147 throw ExceptionRuntimeInternal::withMessageAndError("Error while instantiating handlebars for page", $e);
170 } catch (ExceptionNotFound $e) {
249 } catch (ExceptionNotFound $e) {
250 LogUtility::internalError("The theme home is not the root file system", self::CANONICAL, $e);
293 } catch (\Exception $e) {
H A DTemplateForWebPage.php212 } catch (ExceptionNotFound $e) {
277 } catch (ExceptionNotFound $e) {
315 } catch (ExceptionNotFound $e) {
337 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
343 } catch (\DOMException $e) {
344 throw new ExceptionRuntimeInternal("Bad local name meta, should not occur", self::CANONICAL, 1, $e);
380 } catch (ExceptionNotFound $e) {
414 } catch (ExceptionNotFound $e) {
447 } catch (ExceptionNotFound $e) {
461 } catch (\Exception $e) {
[all...]
H A DTemplateSlot.php176 } catch (ExceptionNotFound $e) {
183 } catch (ExceptionNotFound $e) {
213 } catch (ExceptionNotExists $e) {
H A DTextColor.php76 } catch (ExceptionCompile $e) {
77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DThirdMediaLink.php29 } catch (ExceptionNotFound $e) {
43 } catch (ExceptionNotFound $e) {
44 LogUtility::warning("No icon could be added to the media link. Error: {$e->getMessage()}");
69 } catch (ExceptionNotFound $e) {
79 } catch (ExceptionBadArgument $e) {
80 LogUtility::internalError($e->getMessage());
H A DToc.php84 } catch (ExceptionNotEnabled $e) {
86 } catch (ExceptionBadSyntax $e) {
H A DTooltip.php48 } catch (ExceptionCompile $e) {
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
H A DTreeNode.php32 } catch (ExceptionNotFound $e) {
118 } catch (ExceptionNotFound $e) {
/plugin/combo/renderer/
H A Danalytics.php209 } catch (ExceptionCompile $e) {
479 } catch (ExceptionNotFound $e) {
595 } catch (ExceptionCompile $e) {
596 LogUtility::msg("An error has occurred while saving the low quality level. Error: {$e->getMessage()}");
621 } catch (ExceptionCompile $e) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php57 * This method is called to recover from exception `e`. This method is
62 * @param RecognitionException $e The recognition exception to
70 public function recover(Parser $recognizer, RecognitionException $e) : void; argument
120 * @param RecognitionException $e The recognition exception to report.
122 public function reportError(Parser $recognizer, RecognitionException $e) : void; argument
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php107 $read = $e = [];
113 if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php87 } catch (ExceptionCompile $e) {
88 $html = "Error while trying to create the link for the page ($backlinkId). Error: {$e->getMessage()}";
H A DSubscribeTag.php56 } catch (ExceptionNotFound $e) {
H A DTableTag.php51 } catch (ExceptionCompile $e) {
H A DWebCodeTag.php279 } catch (ExceptionCompile $e) {
280 $html .= $e->getMessage();
281 LogUtility::log2file("Error while rendering webcode", LogUtility::LVL_MSG_ERROR, WebCodeTag::CANONICAL, $e);
300 } catch (ExceptionBadState $e) {
302 LogUtility::internalError("We were unable to set the iframe URL. Error:{$e->getMessage()}", WebCodeTag::CANONICAL);
429 } catch (ExceptionNotFound $e) {
430 LogUtility::internalError("We were unable to add the firebug css and js. Error: {$e->getMessage()}", WebCodeTag::CANONICAL);
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php54 } catch (ExceptionBadArgument $e) {
H A DAnimation.php66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
68 LogUtility::internalError("Error while trying to add the animate css stylesheet",self::CANONICAL,$e);
H A DBackgroundAttribute.php192 } catch (ExceptionCompile $e) {
193 LogUtility::error("We could not create a background image. Error: {$e->getMessage()}");
199 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {
200 LogUtility::internalError("The fetcher for the background image ($mediaMarkup) returns an error", self::CANONICAL, $e);
H A DHero.php55 } catch (ExceptionBadArgument $e) {
56 LogUtility::error($e->getMessage(), self::CANONICAL);
H A DTextAlign.php35 } catch (ExceptionBadArgument $e) {
36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
42 } catch (ExceptionBadArgument $e) {
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DToggle.php65 } catch (ExceptionBadSyntax $e) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php67 } catch (Exception $e) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php44 * e.g. &amp;.
132 } catch (ExceptionBadArgument $e) {
133 throw new ExceptionBadArgument("The port ($port) in ($url) is not an integer. Error: {$e->getMessage()}");
154 $encodedParts = array_map(function ($e) {
155 return urlencode($e);
318 } catch (ExceptionNotFound $e) {
383 } catch (ExceptionNotFound $e) {
396 } catch (ExceptionNotFound $e) {
456 } catch (ExceptionNotFound $e) {
476 } catch (ExceptionNotFound $e) {
[all...]

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