Home
last modified time | relevance | path

Searched refs:e (Results 451 – 475 of 3328) sorted by last modified time

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

/plugin/combo/ComboStrap/
H A DImageLink.php38 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
96 } catch (ExceptionNotFound $e) {
H A DSnippetSystem.php58 } catch (ExceptionNotFound $e) {
173 } catch (ExceptionNotFound $e) {
203 } catch (ExceptionNotFound $e) {
310 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
311 throw new RuntimeException("Bad URL (" . $e->getMessage() .")", $e);
353 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
354 throw new RuntimeException("Bad URL (" . $e->getMessage() .")", $e);
H A DSqlite.php88 } catch (ExceptionNotFound $e) {
201 } catch (ExceptionNotFound $e) {
428 } catch (ExceptionCompile $e) {
449 } catch (ExceptionCompile $e) {
H A DWikiPath.php146 } catch (ExceptionNotFound $e) {
164 } catch (ExceptionNotFound $e) {
167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
178 } catch (ExceptionNotFound $e) {
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
286 } catch (ExceptionNotFound $e) {
287 throw new ExceptionBadArgument("The context path ($contextPath) does not have a grand parent, therefore the relative path ($parameterPath) is invalid.", $e);
295 } catch (ExceptionNotFound $e) {
296 LogUtility::internalError("A context path is a page and should therefore have a parent", $e);
615 } catch (ExceptionBadArgument $e) {
[all...]
H A DDisplay.php27 } catch (ExceptionNotFound $e) {
H A DEditButton.php142 } catch (ExceptionNotAuthorized|ExceptionBadState $e) {
284 } catch (ExceptionNotFound $e) {
296 } catch (ExceptionNotFound $e) {
H A DEvent.php52 } catch (ExceptionTimeOut $e) {
61 } catch (ExceptionSqliteNotAvailable $e) {
62 LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
92 } catch (ExceptionCompile $e) {
93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
122 } catch (ExceptionCompile $e) {
123 LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e
[all...]
H A DPageImageTag.php98 } catch (ExceptionNotFound $e) {
104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
105 LogUtility::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
112 } catch (ExceptionNotFound $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
118 LogUtility::warning("Error while creating the ancestor image handler for the image ($ancestor) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
124 } catch (ExceptionNotFound $e) {
143 } catch (ExceptionBadSyntax $e) {
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php18 ?RecognitionException $e argument
/plugin/combo/vendor/symfony/yaml/
H A DInline.php383 } catch (\InvalidArgumentException $e) {
465 throw new ParseException('Colons must be followed by a space or an indication character (i.e. " ", ",", "[", "]", "{", "}").', self::$parsedLineNumber + 1, $mapping);
710 } catch (\ValueError $e) {
H A DParser.php228 } catch (ParseException $e) {
229 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
230 $e->setSnippet($this->currentLine);
232 throw $e;
374 } catch (ParseException $e) {
375 $e->setParsedLine($this->getRealCurrentLineNb() + 1);
376 $e->setSnippet($this->currentLine);
378 throw $e;
395 } catch (ParseException $e) {
396 $e
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php151 * Return a token from this source; i.e., match a token on the char stream.
188 } catch (LexerNoViableAltException $e) {
189 $this->notifyListeners($e); // report error
190 $this->recover($e);
523 public function notifyListeners(LexerNoViableAltException $e) : void argument
542 $e
H A DParser.php198 * (i.e. has a value greater than 0), {@see ANTLRErrorStrategy::reportMatch()}
288 * <em>deterministic</em>, i.e. for identical input the calls to listener
461 * into the label for the associated token ref; e.g., x=ID.
482 ?RecognitionException $e = null argument
492 $listener->syntaxError($this, $offendingToken, $line, $charPositionInLine, $msg, $e);
838 /** Get a rule's index (i.e., `RULE_ruleName` field) or -1 if not found. */
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js13 window.onerror=function(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));};}catch(e){}},overrideConsole:function(){with(firebug){env.override=true;try{internal.extConsole=window.console;}catch(e){}
14 initConsole();}},restoreConsole:function(){with(firebug){if(internal.extConsole){env.override=false;try{window.console=internal.extConsole;}catch(e){}
41 return;el.left.console.input.environment.getElement().value="";d.console.historyIndex=d.console.history.push(_cmd);try{if(_cmd==='console.firebug'){d.console.addLine().attribute.addClass("Arrow").update(firebug.version);}else{result=eval.call(window,_cmd);d.console.print(_cmd,result);}}catch(e){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.printException(e);}
43 d.console.countMap[_name]=0;d.console.countMap[_name]++;d.console.cmd.log.apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.console.cmd.log.apply(this,["console.group is not supported"]);}},groupEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.groupEnd is not supported"]);}},profile:function(){with(firebug){d.console.cmd.log.apply(this,["console.profile is not supported"]);}},profileEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.profileEnd is not supported"]);}}}},css:{index:-1,open:function(_index){with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=item.href;try{var rules=item[lib.env.ie?"rules":"cssRules"],str="";for(var i=0;i<rules.length;i++){var item=rules[i];var selector=item.selectorText;var cssText=lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];str+=d.css.printRule(selector,cssText.split(";"),el.left.css.container);}}catch(e){str="<em>Access to restricted URI denied</em>";}
48 continue;link.event.addListener("click",lib.util.Curry(d.dom.print,window,value,subContainer,true));}catch(e){}}
61 result.push("</span>");}}else{result.push(["<span class'Gray Italic'>"+_value+"</span>"]);}}catch(e){result.push("..");}
81 el.left.scripts.container.update(source);}catch(e){el.left.scripts.container.child.add(new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI denied</em>"));}}},toggleLineNumbers:function(){with(firebug){d.scripts.lineNumbers=!d.scripts.lineNumbers;el.button.scripts.lineNumbers.attribute[(d.scripts.lineNumbers?"add":"remove")+"Class"]("Enabled");d.scripts.open(d.scripts.index);}},refresh:function(){with(firebug){el.button.scripts.selectbox.clean();var collection=internal.targetWindow.document.getElementsByTagName("script");for(var i=0,len=collection.length;i<len;i++){var item=collection[i],fileName=getFileName(item.src||item.baseURI||"..");d.scripts.index=d.scripts.index<0?i:d.scripts.index;el.button.scripts.selectbox.child.add(new lib.element("OPTION").attribute.set("value",i).update(fileName));}
82 d.scripts.open(d.scripts.index);}}},str:{open:function(_str){with(firebug){d.navigate("str");el.left.str.container.update(_str.replace(/\n/g,"<br />"))}}},xhr:{objects:[],addObject:function(){with(firebug){for(var i=0,len=arguments.length;i<len;i++){try{var item=arguments[i],val=internal.targetWindow.eval(item);d.xhr.objects.push([item,val]);}catch(e){continu
[all...]
H A Dfirebug-lite-1.2.js58 } catch(e){}
65 } catch(e){}
75 } catch(e){}
951 } catch(e){
953 d.console.printException(e);
1103 } catch(e) {
1180 }catch(e){
1300 } catch(e){
1569 } catch(e){
1616 } catch(e){
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php61 } catch (\Exception $e) {
196 } catch (ExceptionBadSyntax|ExceptionNotEquals $e) {
197 $error .= $e->getMessage();
210 } catch (ExceptionNotEquals $e) {
211 $error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMessage()}\n";
213 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
214 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the right value is not an URL. Error:{$e->getMessage()}\n";
216 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
217 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the left value is not an URL. Error:{$e->getMessage()}\n";
223 } catch (ExceptionNotEquals $e) {
[all...]
/plugin/combo/action/
H A Dautofrontmatter.php41 } catch (ExceptionCompile $e) {
H A Dbacklinkmenuitem.php72 } catch (ExceptionNotFound $e) {
H A Dbacklinkmutation.php72 } catch (ExceptionNotExists $e) {
89 } catch (ExceptionCompile $e) {
90 LogUtility::msg("Backlink Mutation: Error while trying to replicate the analytics. Error: {$e->getMessage()}");
H A Dinstructionspostprocessing.php80 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
120 } catch (ExceptionNotFound $e) {
/plugin/combo/syntax/
H A Dbadge.php145 } catch (ExceptionCompile $e) {
146 LogUtility::msg("The color value ($color) for the badge type ($type) is not valid. Error: {$e->getMessage()}");
165 } catch (ExceptionCompile $e) {
183 } catch (ExceptionCompile $e) {
184 LogUtility::msg("Error while scaling the text color ($color) for the badge type ($type). Error: {$e->getMessage()}");
H A Dbrand.php195 } catch (ExceptionCompile $e) {
196 LogUtility::msg("Error while trying to set the icon color on exit. Error: {$e->getMessage()}");
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php106 } catch (ExceptionNotFound $e) {
107 LogUtility::error("No template could be found", self::CANONICAL, $e);
160 } catch (ExceptionNotFound $e) {
204 } catch (ExceptionNotFound $e) {
258 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php78 } catch (ExceptionNotFound $e) {
296 } catch (ExceptionCast $e) {
297 throw new ExceptionRuntimeInternal("Should not happen", $e);
336 } catch (ExceptionNotExists $e) {
337 LogUtility::error("Metadata Build Error", self::CANONICAL, $e);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md11 The parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9),
12 lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to

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