Home
last modified time | relevance | path

Searched refs:e (Results 226 – 250 of 3328) sorted by last modified time

12345678910>>...134

/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php55 } catch (ExceptionNotFound $e) {
97 } catch (ExceptionNotFound $e) {
102 } catch (ExceptionNotFound $e) {
147 } catch (ExceptionCompile $e) {
149 throw new ExceptionRuntime("Error while synchronizing data in the frontmatter", self::CANONICAL, 1, $e);
151 return Message::createInfoMessage($e->getMessage())
H A DMetadataStoreTransfer.php79 } catch (ExceptionNotFound $e) {
80 LogUtility::warning("The meta ($originalMetaKey) was not found", self::CANONICAL, $e);
185 } catch (ExceptionCompile $e) {
186 $messages[] = Message::createErrorMessage("Error while replicating the meta ($metadata) from the store ($this->sourceStore) to the store ($this->targetStore). Message: " . $e->getMessage())
H A DMime.php138 } catch (ExceptionNotFound $e) {
139 throw new ExceptionRuntime("Json is a known extension and should not throw. Error :{$e->getMessage()}");
147 } catch (ExceptionNotFound $e) {
148 throw new ExceptionRuntime("Html is a known extension and should not throw. Error :{$e->getMessage()}");
156 } catch (ExceptionNotFound $e) {
157 throw new ExceptionRuntime("Txt is a known extension and should not throw. Error :{$e->getMessage()}");
H A DModificationDate.php37 } catch (ExceptionNotFound $e) {
103 } catch (ExceptionNotFound $e) {
H A DFetcherAppPages.php48 } catch (ExceptionNotFound $e) {
116 } catch (ExceptionNotFound $e) {
176 } catch (FatalException $e) {
178 msg(hsc($e->getMessage()), -1);
210 } catch (ExceptionNotFound $e) {
H A DPageDescription.php101 } catch (ExceptionNotFound $e) {
223 } catch (ExceptionNotFound $e) {
H A DFetcherCache.php81 } catch (ExceptionNotFound $e) {
103 } catch (ExceptionCast|ExceptionBadArgument $e) {
104 LogUtility::internalError("The path seems to be not local, it should never happen.", self::CANONICAL, $e);
H A DPageExplorerTag.php124 } catch (ExceptionCompile $e) {
125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
134 } catch (ExceptionCompile $e) {
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
151 } catch (ExceptionNotFound $e) {
311 } catch (ExceptionNotFound $e) {
332 } catch (ExceptionNotFound $e) {
340 } catch (ExceptionNotFound $e) {
410 } catch (ExceptionCompile $e) {
411 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the home. Error: {$e
[all...]
H A DFetcherImage.php59 } catch (ExceptionNotFound $e) {
66 } catch (ExceptionNotFound $e) {
73 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotNeeded $e) {
108 } catch (ExceptionNotFound $e) {
113 } catch (ExceptionNotFound $e) {
120 } catch (ExceptionCast $e) {
121 LogUtility::error("Unable to calculate the image tok. The source path is not a web/wiki path", self::CANONICAL, $e);
122 throw new ExceptionNotNeeded("No tok added, error " . $e->getMessage());
143 } catch (ExceptionBadArgument $e) {
[all...]
H A DPageId.php137 } catch (ExceptionCompile $e) {
171 } catch (ExceptionNotExists|ExceptionSqliteNotAvailable $e) {
291 } catch (ExceptionNotFound $e) {
330 } catch (ExceptionNotFound $e) {
H A DFetcherMarkupBuilder.php78 } catch (ExceptionCast $e) {
82 } catch (ExceptionCast $e) {
83 throw new ExceptionRuntimeInternal("The source path ({$sourcePath}) is not supported as markup source path.", $e);
135 } catch (ExceptionCast $e) {
169 } catch (ExceptionNotFound $e) {
170 throw new ExceptionRuntime("Internal error", 0, $e);
186 } catch (ExceptionNotFound $e) {
366 } catch (ExceptionNotFound $e) {
367 throw new ExceptionRuntime("Internal error", 0, $e);
386 } catch (ExceptionCast|ExceptionNotFound $e) {
[all...]
H A DFetcherPage.php58 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
145 } catch (ExceptionNotFound $e) {
243 } catch (ExceptionNotFound $e) {
248 } catch (ExceptionNotFound $e) {
254 } catch (ExceptionNotFound $e) {
255 LogUtility::internalError("The html template should be found", self::CANONICAL, $e);
264 } catch (ExceptionNotFound $e) {
298 } catch (ExceptionBadArgument $e) {
299 throw new ExceptionRuntimeInternal("Not a local wiki path", self::NAME, 1, $e);
[all...]
H A DFetcherPageSearch.php64 } catch (ExceptionCompile $e) {
65 $html = "Unable to render the link for the page ($page). Error: {$e->getMessage()}";
H A DPagePublicationDate.php105 } catch (ExceptionCompile $e) {
106 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
131 } catch (ExceptionBadSyntax $e) {
133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DFetcherPdf.php22 } catch (ExceptionBadArgument $e) {
23 throw new ExceptionBadArgument("The pdf page number anchor seems to not be a number. Error: {$e->getMessage()}");
26 } catch (ExceptionNotFound $e) {
H A DPageRules.php35 } catch (ExceptionCompile $e) {
36 LogUtility::msg("Something went wrong when deleting the redirections. {$e->getMessage()}");
62 } catch (ExceptionCompile $e) {
63 LogUtility::msg("Error during pattern exist statement. {$e->getMessage()}");
90 } catch (ExceptionCompile $e) {
91 LogUtility::msg("Error during pattern exists query: {$e->getMessage()}");
142 } catch (ExceptionCompile $e) {
143 LogUtility::msg("There was a problem during Pages Rule insertion. " . $e->getMessage());
170 } catch (ExceptionSqliteNotAvailable $e) {
175 } catch (ExceptionCompile $e) {
[all...]
H A DFetcherRailBar.php78 } catch (ExceptionBadArgument $e) {
79 throw new ExceptionBadArgument("The viewport width is not a valid integer. Error:{$e->getMessage()}", self::CANONICAL);
89 } catch (ExceptionBadArgument $e) {
90 throw new ExceptionBadArgument("The layout is not a valid. Error:{$e->getMessage()}", self::CANONICAL);
113 } catch (ExceptionNotFound $e) {
287 } catch (ExceptionInfinite $e) {
298 } catch (ExceptionNotFound $e) {
H A DFetcherRaster.php112 } catch (ExceptionNotFound $e) {
242 } catch (ExceptionNotFound $e) {
H A DFetcherScreenshot.php48 } catch (ExceptionNotFound $e) {
112 } /** @noinspection PhpRedundantCatchClauseInspection */ catch (WebDriverCurlException $e) {
114 throw new ExceptionInternal("Web driver is not available at " . self::WEB_DRIVER_ENDPOINT . ". Did you run `chromedriver.exe --port=4444` ? Error: {$e->getMessage()}");
180 } catch (ExceptionNotFound $e) {
222 } catch (ExceptionNotFound $e) {
231 } catch (ExceptionNotFound $e) {
H A DFetcherSvg.php205 } catch (ExceptionNotFound $e) {
432 } catch (ExceptionBadSyntax $e) {
433 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
448 } catch (ExceptionBadSyntax $e) {
449 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
512 } catch (ExceptionNotFound $e) {
517 } catch (ExceptionNotFound $e) {
522 } catch (ExceptionNotFound $e) {
[all...]
H A DFetcherSystem.php28 } catch (\ReflectionException $e) {
29 throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}");
40 } catch (ExceptionNotFound $e) {
48 } catch (ExceptionBadArgument $e) {
53 } catch (ExceptionNotFound $e) {
54 throw new ExceptionNotFound("No fetcher could be created. The mime is unknown for the path ($dokuPath). Error: {$e->getMessage()}");
79 } catch (ExceptionNotFound $e) {
84 } catch (\ReflectionException $e) {
85 throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}");
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php99 } catch (InvalidArgumentException $e) {
109 * @param string $expression CRON expression (e.g. '8 * * * *')
121 * @param string $value CRON expression (e.g. 8 * * * *)
233 } catch (RuntimeException $e) {
305 } catch (Exception $e) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php258 } catch (InvalidArgumentException $e) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php504 $e = $this->noViableAlt($input, $outerContext, $previousD->configs, $startIndex);
517 throw $e;
787 $e = $this->noViableAlt($input, $outerContext, $previous, $startIndex);
797 throw $e;
1120 * e
1121 * : e '*' e
1122 * | e '+' e
1128 * e[in
[all...]
/plugin/combo/grammar/
H A DPageSql.g489 fragment Exponent : ('e' | 'E') ( PLUS|MINUS )? (Digit)+;

12345678910>>...134