Home
last modified time | relevance | path

Searched refs:e (Results 776 – 800 of 3328) sorted by relevance

1...<<31323334353637383940>>...134

/plugin/codemirror/dist/modes/
H A Dsmarty.min.js1e=c.leftDelimiter||"{";var f=c.version||2;var g=a.getMode(b,c.baseMode||"null");var h=["debug","ex…
/plugin/pureldap/classes/
H A DClient.php167 } catch (ConnectionException | OperationException $e) {
168 $this->fatal($e);
175 } catch (BindException $e) {
176 $this->debug("Bind for $user failed: " . $e->getMessage(), $e->getFile(), $e->getLine());
178 } catch (ConnectionException | OperationException $e) {
179 $this->fatal($e);
357 * @param \Exception $e
359 protected function fatal(\Exception $e)
325 fatal(\\Exception $e) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php88 } catch (ExceptionBadArgument $e) {
92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
99 } catch (ExceptionBadArgument $e) {
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
114 } catch (ExceptionBadSyntax|ExceptionNotFound|ExceptionBadArgument $e) {
116 throw new ExceptionRuntimeInternal("The $layoutName template returns an error", self::CANONICAL, 1, $e);
185 } catch (ExceptionNotFound $e) {
209 } catch (ExceptionNotFound $e) {
252 } catch (ExceptionBadState $e) {
[all...]
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...]
/plugin/chat/
H A Dscript.js40 if (!e) {
43 if (!e) {
46 if (!e) {
49 if (e.pageX || e.pageY) {
50 posx = e.pageX;
51 posy = e.pageY;
54 if (e.clientX || e.clientY) {
66 } catch (e) {};
160 } catch (e) {
198 } catch (e) {
[all …]
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:function(){h?h(this.container).off("change.datepair"):this.container.removeEventListener("change",this,!1)},handleEvent:function(a){this._unbindChangeHandler(),e(a.target,this.settings.dateClass)?""!=a.target.value?(this._dateChanged(a.target),this._timeChanged(a.target)):this.dateDelta=null:e(a.target,this.settings.timeClass)&&(""!=a.target.value?this._timeChanged(a.target):this.timeDelta=null),this._validateRanges(),this._updateEndMintime(),this._bindChangeHandler()},_dateChanged:function(a){if(this.startDateInput&&this.endDateInput){var b=this.settings.parseDate(this.startDateInput),c=this.settings.parseDate(this.endDateInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.dateDelta);this.settings.updateDate(this.endDateInput,d)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.dateDelta);this.settings.updateDate(this.startDateInput,d)}else if(c<b){var f=e(a,this.settings.startClass)?this.endDateInput:this.startDateInput,h=this.settings.parseDate(a);this.dateDelta=0,this.settings.updateDate(f,h)}else this.dateDelta=c.getTime()-b.getTime();else if(null!==this.settings.defaultDateDelta){if(b){var i=new Date(b.getTime()+this.settings.defaultDateDelta*g);this.settings.updateDate(this.endDateInput,i)}else if(c){var j=new Date(c.getTime()-this.settings.defaultDateDelta*g);this.settings.updateDate(this.startDateInput,j)}this.dateDelta=this.settings.defaultDateDelta*g}else this.dateDelta=null}},_timeChanged:function(a){if(this.startTimeInput&&this.endTimeInput){var b=this.settings.parseTime(this.startTimeInput),c=this.settings.parseTime(this.endTimeInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.timeDelta);this.settings.updateTime(this.endTimeInput,d),c=this.settings.parseTime(this.endTimeInput),this._doMidnightRollover(b,c)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.timeDelta);this.settings.updateTime(this.startTimeInput,d),b=this.settings.parseTime(this.startTimeInput),this._doMidnightRollover(b,c)}else{this._doMidnightRollover(b,c);var f,g;if(this.startDateInput&&this.endDateInput&&(f=this.settings.parseDate(this.startDateInput),g=this.settings.parseDate(this.endDateInput)),+f==+g&&c<b){var h=e(a,this.settings.endClass)?this.endTimeInput:this.startTimeInput,i=e( function
[all...]
/plugin/photogallery/lightGallery/js/
H A Dlg-video.min.js4e={videoMaxWidth:"855px",youtubePlayerParams:!1,vimeoPlayerParams:!1,dailymotionPlayerParams:!1,vk… argument
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dstata.min.js1e){return{aliases:["do","ado"],cI:!0,k:"if else in foreach for forv forva forval forvalu forvalue … argument
H A Derlang-repl.min.js1e){return{k:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bs… argument
H A Ddust.min.js1e){var t="if eq ne lt lte gt gte select default math sep";return{aliases:["dst"],cI:!0,sL:"xml",c:… argument
/plugin/tindexmenu/
H A Dnojsindex-full.js28 addEvent(elem,'click',function(e){ return indexmenu_nojs.toggle(e,this,iobj[1]); }); argument
41 toggle: function(e,clicky,jsajax){ argument
49 e.preventDefault();
57 e.preventDefault();
86 e.preventDefault();
H A Dnojsindex.js1e){return indexmenu_nojs.toggle(e,this,iobj[1]);}));}}),toggle:(function(e,clicky,jsajax){var list… argument
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dbbox.js19e){var p=this.GetBrackets(e,""),o=this.ParseArg(e);var k=p.split(/,/),g,d,c;for(var l=0,j=k.length… argument
H A Dboldsymbol.js19e=f.Get("mathvariant");if(e==null){f.mathvariant=a.VARIANT.BOLD}else{f.mathvariant=(c[e]||e)}}retu…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php8 } catch (PHPUnit_Framework_ExpectationFailedException $e) {
9 $message = $e->getMessage() . $e->getComparisonFailure()->getDiff();
10 throw new PHPUnit_Framework_Exception("Child exception\n$message", 101, $e);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php37 } catch (Exception $e) {
40 $e->getMessage()
41 ), $e->getCode(), $e);
/plugin/textinsert/lang/pt-br/
H A Dintro.txt1e excluir macros e seus textos de substituição e editá-los depois de salvos. Um nome de macro pode…
4 Insira o nome da macro na coluna ** Macro ** e os textos que eles representam na
7 Deleções são ilimitadas; marque a caixa ao lado da(s) macro(s) a ser (em) excluída(s) e clique
/plugin/encryptedpasswords/script/
H A DPageHandling.js46 } catch (e) {
55 * @param {Event} e
57 async copyHandler(e) { argument
58 const $element = jQuery(e.target).parent();
70 } catch (e) {
79 } catch (e) {
80 console.error(e);
97 jQuery('.encryptedpasswords.crypted').each(function (i, e) {
98 self.showClear(jQuery(e), passphrase);
96 AnonymousFunctione88f8f510100(i, e) global() argument
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php53 } catch (ExceptionNotFound $e) {
88 } catch (ExceptionNotFound $e) {
101 } catch (ExceptionNotFound $e) {
114 } catch (ExceptionNotFound $e) {
124 } catch (ExceptionNotFound $e) {
153 } catch (ExceptionNotFound $e) {
176 } catch (ExceptionNotFound $e) {
182 } catch (ExceptionNotFound $e) {
/plugin/datatables/assets/datatables.net-plugins/features/alphabetSearch/
H A DdataTables.alphabetSearch.min.js
/plugin/geonav/js/
H A DgetLocation.js66 function readCountry(e) { argument
67 var element = e.target;
75 function readState(e) { argument
76 var element = e.target;
84 function readCounty(e) { argument
85 var element = e.target;
93 function readLocality(e) { argument
94 var element = e.target;
169 catch(e)
176 catch(e) { }
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 ….setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=e.initPasteDataTransfer(a)…
6e=CKEDITOR.plugins.clipboard,f;c.on("pasteDialogCommit",function(a){a.data&&c.fire("paste",{type:"…
11e=CKEDITOR.dom.element.createFromHtml('\x3cspan tabindex\x3d"-1" style\x3d"position:absolute" role…
12 …tTimeout(function(){a.fire("pasteDialogCommit",{dataValue:d,dataTransfer:f||e.initPasteDataTransfe…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dsemantic-enrich.js21 Filter: function(t, a, e) { argument
25 t.root = MathJax.InputJax.MathML.Parse.prototype.MakeMML(n), t.root.inputID = e.id,
36 for (var e = this.dependents.length - 1; 0 <= e; e--) {
37 var n = this.dependents[e];
53 …otype.defaults : this.defaults, a = this.attrNames || l.copyAttributeNames, e = l.skipAttributes, …
55 …!this.attrNames) for (var r in t) e[r] || n[r] || !t.hasOwnProperty(r) || null != this[r] && this[…
62 toMathMLaddAttr: function(t, a, e) { argument
63 t.push(a + '="' + this.toMathMLquote(e) + '"'), t["_" + a] = 1;
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js5 ….setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=e.initPasteDataTransfer(a)…
6e=CKEDITOR.plugins.clipboard,f;c.on("pasteDialogCommit",function(a){a.data&&c.fire("paste",{type:"…
10 …ge){var e=CKEDITOR.dom.element.createFromHtml('\x3cspan tabindex\x3d"-1" style\x3d"position:absolu…
11e);this.focus=function(){e.focus();this.fire("focus")}}this.getInputElement=function(){return d};C…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2e=function(){return c.apply(this instanceof d&&a?this:a,b.concat(Array.prototype.slice.call(argume… argument
3e.width(t).height(u);var A=z.select(".nv-barsWrap").datum(k.filter(function(a){return!a.disabled})… argument
4e=a.models.discreteBar(),f=a.models.axis(),g=a.models.axis(),h=a.models.tooltip(),i={top:15,right:…
5e.xScale(),d=e.yScale();var E=v.selectAll("g.nv-wrap.nv-lineChart").data([j]),F=E.enter().append("… argument
6e.stacked()},{key:p.stacked||"Stacked",disabled:!e.stacked()}];i.width(B()).color(["#444","#444","… class in a.models.multiChart
7e=c[0]-(c[1]-c[0])/9;if(J.indexOf(b)<0){var h=d3.scale.linear().domain([e,c[1]]).range([x-12,d[1]]… argument
8e.orient(a?"right":"left")}},color:{get:function(){return n},set:function(b){n=a.utils.getColor(b)… class in a.models.sunburstChart

1...<<31323334353637383940>>...134