Home
last modified time | relevance | path

Searched refs:e (Results 501 – 525 of 3328) sorted by last modified time

1...<<21222324252627282930>>...134

/plugin/combo/ComboStrap/
H A DImageSystem.php34 } catch (ExceptionBadSyntax $e) {
35 LogUtility::error("The ratio ($stringRatio) is not a valid ratio. Error: {$e->getMessage()}", PageImageTag::CANONICAL);
44 } catch (Exception $e) {
45 LogUtility::msg("An image object could not be build from ($path). Is it an image file ?. Error: {$e->getMessage()}");
68 } catch (\Exception $e) {
69 LogUtility::internalError("The file ($pageMetadataImagePath) is not a valid image for the page ($page). Error: {$e->getMessage()}");
H A DSlotManagerMenuItem.php133 } catch (ExceptionNotFound $e) {
H A DSlotSystem.php45 } catch (ExceptionBadArgument|ExceptionNotFound $e) {
127 } catch (ExceptionNotFound $e) {
H A DSlug.php39 $parts = array_map(function ($e) use ($excludedCharacters) {
41 $e,
86 } catch (ExceptionNull $e) {
116 } catch (ExceptionNull $e) {
H A DSnippet.php227 } catch (ExceptionNotFound $e) {
273 } catch (ExceptionNotFound $e) {
308 } catch (ExceptionCast $e) {
310 } catch (ExceptionNotFound $e) {
319 } catch (ExceptionCast $e) {
321 } catch (ExceptionNotFound $e) {
326 } catch (ExceptionNotFound $e) {
334 } catch (ExceptionNotFound $e) {
379 } catch (ExceptionNotFound $e) {
389 } catch (ExceptionNotFound $e) {
[all...]
H A DSvgImageLink.php176 } catch (ExceptionNotFound $e) {
181 } catch (ExceptionNotFound $e) {
224 } catch (ExceptionNotFound $e) {
247 } catch (ExceptionNull $e) {
255 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionCompile $e) {
256 LogUtility::error("Unable to include the svg in the document. Error: {$e->getMessage()}");
H A DLang.php147 } catch (ExceptionNotFound $e) {
H A DTagAttributes.php638 } catch (ExceptionNotFound $e) {
885 } catch (ExceptionNotFound $e) {
H A DInterWiki.php210 } catch (ExceptionNotFound $e) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php40 ?RecognitionException $e argument
43 $listener->syntaxError($recognizer, $offendingSymbol, $line, $charPositionInLine, $msg, $e);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php73 } catch (ExceptionBadArgument $e) {
173 } catch (ExceptionCompile $e) {
174 return LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
H A DBarTag.php49 } catch (ExceptionNotFound $e) {
100 } catch (ExceptionBadArgument $e) {
H A DFollowTag.php53 } catch (ExceptionCompile $e) {
54 $message = "The brand button creation returns an error ({$e->getMessage()}";
64 } catch (ExceptionCompile $e) {
65 $message = "The style of the share button ($brand) could not be determined. Error: {$e->getMessage()}";
79 } catch (ExceptionCompile $e) {
80 $message = "The brand button creation returns an error when creating the link ({$e->getMessage()}";
90 } catch (ExceptionCompile $e) {
91 $message = "Getting the icon for the brand ($brand) returns an error ({$e->getMessage()}";
H A DMermaidTag.php45 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
46 LogUtility::internalError("The url should be good", self::CANONICAL,$e);
H A DShareTag.php39 } catch (ExceptionCompile $e) {
40 return LogUtility::wrapInRedForHtml("The brand creation returns an error ({$e->getMessage()}");
50 } catch (ExceptionCompile $e) {
51 $rendererHtml .= LogUtility::wrapInRedForHtml("The style of the share button ($brandButton) could not be determined. Error: {$e->getMessage()}");
66 } catch (ExceptionNotFound $e) {
72 } catch (ExceptionNotFound $e) {
73 return LogUtility::wrapInRedForHtml("Share Error: Requested Page Not Found: ({$e->getMessage()}");
80 } catch (ExceptionCompile $e) {
81 return LogUtility::wrapInRedForHtml("The social channel creation returns an error when creating the link ({$e->getMessage()}");
99 } catch (ExceptionCompile $e) {
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php156 public function getErrorHeader(RecognitionException $e) : string argument
158 $token = $e->getOffendingToken();
/plugin/combo/action/
H A Dcanonical.php56 } catch (ExceptionNotFound $e) {
63 } catch (ExceptionNotFound $e) {
/plugin/codify/
H A Dcodify.js1e=new Array(n);r<n;r++)e[r]=t[r];return e}function n(n,r){var e="undefined"!=typeof Symbol&&n[Symb…
/plugin/structodt/
H A Daction.php138 } catch (\Exception $e) {
142 msg($e->getMessage(), -1);
187 } catch (\Exception $e) {
188 msg($e->getMessage(), -1);
238 } catch (\Exception $e) {
239 msg($e->getMessage(), -1);
/plugin/data/lang/fr/
H A Dedit_intro_contentonly.txt
H A Dedit_intro.txt
/plugin/data/lang/hr/
H A Dadmin_intro.txt
H A Dintro_clean.txt
/plugin/adhoctags/
H A DREADME.md78 Note: This option is still included for compatibility, but it is generally not recommended because it can cause layout issues on smaller screens (e.g. smartphones).
82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
119 If needed, similar searches can also be used for other attributes (e.g. ` style="([^\"]*)"` -> ` [style=$1]` for style), but it is probably a good idea to manually update these, rather than relying on automatisms.
/plugin/adhoctags/images/
H A DREADME35 agreement as the rest of the code (i.e. GPL 2.0):

1...<<21222324252627282930>>...134