Home
last modified time | relevance | path

Searched refs:e (Results 526 – 550 of 3328) sorted by relevance

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

/plugin/tcycle/
H A Dscript.js2e){"use strict";e.fn.tcycle=function(){return this.each(function(){function t(){var t=i==c-1?0:i+1…
/plugin/codemirror/dist/modes/
H A Dsolr.min.js1e(a){return function(b,c){var d=false,e;while((e=b.next())!=null){if(e==a&&!d)break;d=!d&&e=="\\"}… argument
H A Dcrystal.min.js1e=/^(?:[=!]~|===|<=>|[<>=!]=?|[|&]{2}|~)/;var f=/^(?:\[\][?=]?)/;var g=/^(?:\.(?:\.{2})?|->|[?:])/… argument
H A Dmodelica.min.js1e=c.keywords||{};var f=c.builtin||{};var g=c.atoms||{};var h=/[;=\(:\),{}.*<>+\-\/^\[\]]/;var i=/(… function
/plugin/diagramsnet/lib/math/extensions/
H A DHelpDialog.js19e=MathJax.Extension.Help={version:"2.7.9"};var b="http://www.stixfonts.org/";var a=MathJax.Menu;va… variable
/plugin/encryptedpasswords/script/
H A DEditorHandling.js22 * @param {Event} e
26 async decryptAllSyntax(e, edid) { argument
79 } catch (e) {
90 * @param {Event} e
93 async encryptAllSyntax(e) {
95 const prefix = e.target.form.prefix.value;
96 const suffix = e.target.form.suffix.value;
97 const text = e.target.form.wikitext.value;
110 e.stopPropagation();
111 e
92 encryptAllSyntax(e) global() argument
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Ddjango.min.js1e){var t={b:/\|[A-Za-z]+:?/,k:{name:"truncatewords removetags linebreaksbr yesno get_digit timesin… argument
H A Dtex.min.js1e={cN:"tag",b:/\\/,r:0,c:[{cN:"name",v:[{b:/[a-zA-Zа-яА-я]+[*]?/},{b:/[^a-zA-Zа-яА-я0-9]/}],starts… class in AnonymousFunctiondd0c955d0100
H A Dnix.min.js1e){var r={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",b… property in AnonymousFunction96bef29b0100.t
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php63 * @param Exception $e
66 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) argument
68 $this->exception = $e;
75 * @param PHPUnit_Framework_Warning $e
86 * @param PHPUnit_Framework_AssertionFailedError $e
91 $this->exception = $e;
98 * @param Exception $e
109 * @param Exception $e
112 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) argument
120 * @param Exception $e
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dms.js19e){e=this.HTMLhandleSize(this.HTMLcreateSpan(e));var d=this.getValues("lquote","rquote","mathvaria… argument
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1e,h){oDokuWiki_FCKEditorInstance.Lang=e.lang;var d=1,l=2,m=4,A=8,p=/^\s*(\d+)((px)|\%)?\s*$/i,z=/(… argument
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1e,h){oDokuWiki_FCKEditorInstance.Lang=e.lang;var d=1,l=2,m=4,A=8,p=/^\s*(\d+)((px)|\%)?\s*$/i,z=/(… argument
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js7 …unction(e){e.error||a.toggleDictionaryState.call(b,"dictionaryState");e.dialog=b;e.command="create…
9e=h.getValue();a.isLicensed()&&(a.disconnectFromUserDictionary({}),h.setValue(""),g.toggleDictiona…
10e=h.getValue();a.isLicensed()&&a.removeUserDictionary(e,function(a){h.setValue("");a.error||g.togg…
14e=h.getValue(),c=a.getOption("wordBoundaryRegex"),f=this;e&&(-1!==e.search(c)?d.fire("scaytUserDic…
15 …d(e,!0));a.dialog=b;a.command="addWord";a.name=e;f.enable();d.fire("scaytUserDictionaryAction",a)}…
17e,function(a){a.error||f.removeChild(h,e);q.unblock();a.dialog=c;a.command="deleteWord";a.name=e;d…
18e=b.editor.scayt,c;void 0===b.data.error?(c=e.getLocal("message_success_"+b.data.command+"Dic"),c=…
19 …r:"red"}),null!=e.getUserDictionaryName()&&""!=e.getUserDictionaryName()?g.getContentElement("dict…
24e.on("click",function(a){l.newLang=a.sender.getValue()});f.appendText(b);f.setAttribute("for",h);c…
25e={},f=[],k=0,l=!1,m;for(m in h.ltr)e[m]=h.ltr[m];for(m in h.rtl)e[m]=h.rtl[m];for(m in e)f.push([…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php272 * @param PHPUnit_Framework_Warning $e
692 $e->getMessage()
700 $e->getMessage()
718 } catch (Throwable $e) {
724 $frame = $e->getTrace()[0];
729 $e->getMessage(),
735 $e = new PHPUnit_Framework_ExceptionWrapper($e);
738 } catch (Exception $e) {
739 $e = new PHPUnit_Framework_ExceptionWrapper($e);
838 if (!isset($e)) {
[all …]
/plugin/combo/ComboStrap/
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()}");
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...]
/plugin/structat/syntax/
H A Dtable.php83 } catch (StructException $e) {
84 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
120 } catch (StructException $e) {
121 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php76 } catch (Exception $e) {
77 echo "\n\ncreateGroupPad Failed with message ". $e->getMessage();
87 } catch (Exception $e) {
89 echo "\n\ndeletePad Failed with message ". $e->getMessage();
97 } catch (Exception $e) {
99 echo "\n\nMake Public Failed with message ". $e->getMessage();
107 } catch (Exception $e) {
109 echo "\n\nMake Private Failed with message ". $e->getMessage();
120 } catch (Exception $e) {
121 echo "\n\nlistPads Failed: ". $e->getMessage();
/plugin/bez/syntax/
H A Dstruct.php65 } catch(StructException $e) {
66 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
101 } catch(Exception $e) {
102 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
103 if($conf['allowdebug']) msg('<pre>' . hsc($e
[all...]
/plugin/struct/syntax/
H A Dlist.php
H A Dtable.php81 } catch (StructException $e) {
82 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
133 } catch (StructException $e) {
134 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e
[all...]
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dwgxpath.install.js31e=[],f=0,g=l(a)?a.split(""):a,h=0;h<d;h++)if(h in g){var p=g[h];b.call(c,p,h,a)&&(e[f++]=p)}return…
37e){if(a instanceof E||8==a.b||c&&null===a.b){var f=b.all;if(!f)return e;a=Ga(a);if("*"!=a&&(f=b.ge… argument
38e){b.getElementsByName&&d&&"name"==c&&!v?(b=b.getElementsByName(d),r(b,function(b){a.a(b)&&F(e,b)}… argument
39e){var f;if((a instanceof E||8==a.b||c&&null===a.b)&&(f=b.childNodes)){var g=Ga(a);if("*"!=g&&(f=i… argument
44e){b=b.a(d);c=c.a(d);var f;if(b instanceof C&&c instanceof C){b=H(b);for(d=I(b);d;d=I(b))for(e=H(c… argument
57e=a[c],f=H(b,e.c.a),g;if(e.g||e.c!=pb)if(e.g||e.c!=qb)for(g=I(f),b=e.a(new Q(g));null!=(g=I(f));)g…
61e=null,f=0;c&&(d=c.name,e=c.s?L(c.s,a):null,f=1);if(this.u)if(this.g||this.c!=tb)if(a=H((new U(ub,…
64e=b.attributes;if(e)if(a instanceof G&&null===a.b||"*"==d)for(var d=0,f;f=e[d];d++)w?f.nodeValue&&… argument
65e=new C;A(b,c,d)&&a.a(b)&&F(e,b);return B(a,b,c,d,e)},!1,!0),pb=V("following",function(a,b,c,d){va…
72e=S(a.a).charAt(0);var g=null;if('"'==e||"'"==e)g=Gb(a);W(a,"Bad nodetype");Fb(a);c=new G(c,g)}els… variable
[all …]
/plugin/txt2tags/
H A Dlinkwiz.js68 onEntry: function(e){ argument
69 if(e.keyCode == 37 || e.keyCode == 39){ //left/right
74 e.preventDefault();
75 e.stopPropagation();
80 e.preventDefault();
81 e.stopPropagation();
86 e.preventDefault();
87 e.stopPropagation();
100 e.preventDefault();
182 e.stopPropagation();
[all …]
/plugin/bookcreator/script/
H A Dnspicker.js78 onEntry: function (e) { argument
80 if (e.keyCode === 37 || e.keyCode === 39) { //left/right
83 if (e.keyCode === 27) { //Escape
85 e.preventDefault();
86 e.stopPropagation();
89 if (e.keyCode === 38) { //Up
91 e.preventDefault();
92 e.stopPropagation();
95 if (e
181 onResultClick(e) global() argument
[all...]

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