Home
last modified time | relevance | path

Searched refs:e (Results 551 – 575 of 3328) sorted by relevance

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

/plugin/dyncontent/
H A Dscript.js13 jQuery($btn).click(function(e){ argument
16 e.preventDefault();
83 onEntry: function(e){ argument
84 if(e.keyCode == 37 || e.keyCode == 39){ //left/right
89 e.preventDefault();
90 e.stopPropagation();
95 e.preventDefault();
101 e.preventDefault();
115 e.preventDefault();
197 e.stopPropagation();
[all …]
/plugin/favoris/
H A Dfavoris.js74 function afficherControles(e, delai) { argument
75 if (!e) var e = window.event;
76 e.cancelBubble = true;
77 if (e.stopPropagation) e.stopPropagation();
91 function masquerControles(e) { argument
92 if (!e) var e = window.event;
93 e.cancelBubble = true;
94 if (e.stopPropagation) e.stopPropagation();
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js14 8202>=b||D.test(a)},f={searchRange:null,matchRange:null,find:function(a,b,d,e,f,u){this.matchRange?… argument
15 …!0}}this.matchRange.clearMatched();this.matchRange.removeHighlight();return e&&!u?(this.searchRang…
16e,f,u,h){m=1;a=0;a=this.hasMatchOptionsChanged(b,e,f);if(!this.matchRange||!this.matchRange.isMatc… argument
17 …hOptions&&this.matchOptions!=a;this.matchOptions=a;return b}},e=c.lang.find;return{title:e.title,r…
18e.find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"t…
19e.findOptions),style:"margin-top:29px",children:[{type:"vbox",padding:0,children:[{type:"checkbox"…
20e.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"button",id:"btnFindReplace"…
21 …label:e.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"button",id:"btnRep…
22e.replaceSuccessMsg.replace(/%1/,f.replaceCounter)),c.fire("saveSnapshot")):alert(e.notFoundMsg)}}…
23e){c.call(a,e);var f=a._.tabs[e],h;h="find"===e?"txtFindWordChk":"txtReplaceWordChk";b=a.getConten… argument
[all …]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dprocessing.min.js1e){return{k:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char colo… argument
H A Dceylon.min.js1e){var a="assembly module package import alias class interface object given value assign void func… property in AnonymousFunctionb8a383160100.n
H A Dgams.min.js1e){var s="abort acronym acronyms alias all and assign binary card diag display else1 eps eq equati… argument
H A Dtwig.min.js1e){var t={cN:"params",b:"\\(",e:"\\)"},a="attribute block constant cycle date dump include max min… argument
H A Dgherkin.min.js1e){return{aliases:["feature"],k:"Feature Background Ability Business Need Scenario Scenarios Scena… argument
H A Dvim.min.js1e){return{l:/[!#@\w]+/,k:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo a… argument
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
/plugin/amcharts/assets/amcharts/
H A Dgauge.js3 …pTF.remove();var e=this.topTextFontSize;e||(e=b.fontSize);var d=this.topTextColor;d||(d=b.color);a…
4e=this.bottomTextFontSize;e||(e=b.fontSize);var d=this.bottomTextColor;d||(d=b.color);a=c.text(b.c…
5 …N(g)&&(g=(d-e)/this.gridCount);var m=this.minorTickInterval;isNaN(m)&&(m=g/5);var u=this.startAngl…
11e=this,d=e.chart;a.mouseover(function(a){d.showBalloon(b.balloonText,b.color,!0);e.fireEvent("roll…
15e=this.arrows;for(b=0;b<e.length;b++){a=e[b];a=c.processObject(a,c.GaugeArrow,this.theme);a.id||(a…
16e=this.updateHeight();this.realHeight=e;var d=c.toCoordinate,g=d(this.marginLeft,b),m=d(this.margi…
17e=this.faceBorderAlpha,f;if(0<b||0<e)f=c.circle(a,h,this.faceColor,b,this.faceBorderWidth,this.fac…
18 g.length-1)))/100),e.width*m>a&&(a=e.width*m),e.height*m>h&&(h=e.height*m);(b=this.legend)&&b.inval…
19 …alidateNow()},drawArrow:function(a,b){a.set&&a.set.remove();var e=this.container;a.set=e.set();c.s…
20e,a.nailRadius,p,a.nailAlpha,a.nailBorderThickness,p,a.nailBorderAlpha),c.setCN(this,p,"gauge-arro…
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php125 * the reporting task based on the runtime type of `e` according to
137 public function reportError(Parser $recognizer, RecognitionException $e) : void argument
148 if ($e instanceof NoViableAltException) {
149 $this->reportNoViableAlternative($recognizer, $e);
150 } elseif ($e instanceof InputMismatchException) {
151 $this->reportInputMismatch($recognizer, $e);
152 } elseif ($e instanceof FailedPredicateException) {
153 $this->reportFailedPredicate($recognizer, $e);
155 $recognizer->notifyErrorListeners($e->getMessage(), $e
166 recover(Parser $recognizer, RecognitionException $e) global() argument
322 reportNoViableAlternative(Parser $recognizer, NoViableAltException $e) global() argument
356 reportInputMismatch(Parser $recognizer, InputMismatchException $e) global() argument
382 reportFailedPredicate(Parser $recognizer, FailedPredicateException $e) global() argument
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2e=this;this.current=0,this.loop=!1,this.shuffled=!1,this.removing=!1,this.cssSelector=a.extend({},… argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java359 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showOutlinePopupMenu()
416 e.consume(); in showOutlinePopupMenu()
424 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showGraphPopupMenu()
429 e.consume(); in showGraphPopupMenu()
437 status(e.getX() + ", " + e.getY()); in mouseLocationChanged()
454 || e.isControlDown()) in installListeners()
476 mouseReleased(e); in installListeners()
484 if (e.isPopupTrigger()) in installListeners()
502 mouseReleased(e); in installListeners()
538 mouseDragged(e); in installListeners()
[all …]
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js596 e = e || window.event;
600 switch (e.type) {
627 if (keymap.hasOwnProperty(e.keyCode) && !e.ctrlKey) {
678 if (e.preventDefault) e.preventDefault();
705 var el = DOM.getParent(e.srcElement||e.target,'a');
736 var el = DOM.getParent(e.srcElement||e.target, 'a');
794 var el = DOM.getParent(e.srcElement||e.target, 'a');
829 var el = DOM.getParent(e.srcElement||e.target, 'a');
855 var el = DOM.getParent(e.srcElement||e.target, 'a');
858 if (e.preventDefault) e.preventDefault();
[all …]
/plugin/webdav/core/Plugin/
H A DException.php38 * @param Exception|Error $e
40 public function logException($e) argument
42 if (!preg_match("/No 'Authorization: (Basic|Digest)' header found./", $e->getMessage())) {
44 'class' => get_class($e),
45 'message' => $e->getMessage(),
46 'file' => $e->getFile(),
47 'line' => $e->getLine(),
/plugin/codemirror/dist/modes/
H A Dproperties.min.js1e=a.next();if(c&&(e==="#"||e==="!"||e===";")){b.position="comment";a.skipToEnd();return"comment"}e…
H A Dr.min.js1e=["list","quote","bquote","eval","return","call","parse","deparse"];var f=["if","else","repeat","…
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dworker.js5 addEventListener('message', function(e) { argument
6 if (e.data) {
8 importScripts('../' + e.data);
9 } catch (e) {
10 var lineNumber = e.lineNumber,
11 message = (lineNumber == null ? '' : (lineNumber + ': ')) + e.message;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php39 } catch (ExceptionNotFound $e) {
44 } catch (ExceptionBadArgument $e) {
45 throw ExceptionRuntimeInternal::withMessageAndError("The date time should have been checked on set. This error should not happen", $e);
81 } catch (ExceptionNotFound $e) {
86 } catch (ExceptionBadArgument $e) {
87 $message = "The date time ($this) has a default value ($defaultValue) that is not valid. Error: {$e->getMessage()}";
105 } catch (ExceptionCompile $e) {
106 LogUtility::msg($e->getMessage(), $this->getCanonical());
167 } catch (ExceptionCompile $e) {
168 LogUtility::msg($e
[all...]
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,
1 AnonymousFunctionb62c310b0200(e,f,a,n) global() argument
[all...]
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/3/
H A DdataTables.bootstrap.min.js
/plugin/combo/syntax/
H A Dmedia.php103 } catch (ExceptionNotFound $e) {
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
118 } catch (Exception $e) {
143 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
144 LogUtility::error("media update statistics: cannot create the media markup", "media", $e);
153 } catch (ExceptionNotFound $e) {
237 } catch (ExceptionCompile $e) {
238 $message = "The media ($match) could not be parsed. Error: {$e->getMessage()}";
240 LogUtility::error($message, self::TAG, $e);
328 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadSyntax $e) {
[all...]
/plugin/combo/ComboStrap/
H A DHttpResponse.php66 public static function getStatusFromException(\Exception $e): int argument
68 if ($e instanceof ExceptionNotFound || $e instanceof ExceptionNotExists) {
70 } elseif ($e instanceof ExceptionBadArgument) {
72 } elseif ($e instanceof ExceptionBadSyntax) {
74 } elseif ($e instanceof ExceptionBadState || $e instanceof ExceptionInternal) {
103 } catch (ExceptionNotFound|ExceptionNotExists $e) {
336 function setStatusAndBodyFromException(\Exception $e): HttpResponse argument
340 $this->setStatus(self::getStatusFromException($e));
383 setException(Exception $e) global() argument
[all...]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19e=x[1],n=x[2],i=x[3];var g=(this.data[1]||this).SVGgetScale();var C=c.TeX.sup_drop*g,A=c.TeX.sub_d…

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