| /plugin/c3chart/assets/ |
| D | c3.min.js | 2 …e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof defi… variable
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | date.test | 5 {{ date1|date('d/m/Y') }} 6 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }} 7 {{ date1|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }} 8 {{ date1|date('d/m/Y H:i:s P', 'America/Chicago') }} 9 {{ date1|date('e') }} 10 {{ date1|date('d/m/Y H:i:s') }} 13 {{ date2|date('d/m/Y') }} 14 {{ date2|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }} 15 {{ date2|date('d/m/Y H:i:s', timezone1) }} 16 {{ date2|date('d/m/Y H:i:s') }} [all …]
|
| D | date_immutable.test | 7 {{ date1|date('d/m/Y') }} 8 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }} 9 {{ date1|date('d/m/Y H:i:s', timezone1) }} 10 {{ date1|date('d/m/Y H:i:s') }} 11 {{ date1|date_modify('+1 hour')|date('d/m/Y H:i:s') }} 13 {{ date2|date('d/m/Y H:i:s P', 'Europe/Paris') }} 14 {{ date2|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }} 15 {{ date2|date('d/m/Y H:i:s P', false) }} 16 {{ date2|date('e', 'Europe/Paris') }} 17 {{ date2|date('e', false) }}
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktools_gecko.js | 24 FCKTools.CancelEvent = function( e ) argument 26 if ( e ) 27 e.preventDefault() ; 41 var e = documentElement.createElement( 'LINK' ) ; 42 e.rel = 'stylesheet' ; 43 e.type = 'text/css' ; 44 e.href = cssFileUrl ; 45 documentElement.getElementsByTagName("HEAD")[0].appendChild( e ) ; 46 return e ; 52 var e = documentElement.createElement( "STYLE" ) ; [all …]
|
| D | fcktools_ie.js | 24 FCKTools.CancelEvent = function( e ) argument 61 FCKTools.RemoveOuterTags = function( e ) argument 63 e.insertAdjacentHTML( 'beforeBegin', e.innerHTML ) ; 64 e.parentNode.removeChild( e ) ; 85 catch (e) 101 var e, i = 0 ; 103 while ( (e = element.all[ i++ ]) ) 105 switch ( e.tagName ) 114 e.unselectable = 'on' ; 124 var oPos = { X : oDoc.documentElement.scrollLeft, Y : oDoc.documentElement.scrollTop } ; property [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktools_gecko.js | 24 FCKTools.CancelEvent = function( e ) argument 26 if ( e ) 27 e.preventDefault() ; 41 var e = documentElement.createElement( 'LINK' ) ; 42 e.rel = 'stylesheet' ; 43 e.type = 'text/css' ; 44 e.href = cssFileUrl ; 45 documentElement.getElementsByTagName("HEAD")[0].appendChild( e ) ; 46 return e ; 89 FCKTools.RemoveOuterTags = function( e ) argument [all …]
|
| D | fcktools_ie.js | 24 FCKTools.CancelEvent = function( e ) argument 53 FCKTools.RemoveOuterTags = function( e ) argument 55 e.insertAdjacentHTML( 'beforeBegin', e.innerHTML ) ; 56 e.parentNode.removeChild( e ) ; 77 catch (e) 93 var e, i = 0 ; 95 while ( (e = element.all[ i++ ]) ) 97 switch ( e.tagName ) 106 e.unselectable = 'on' ; 116 var oPos = { X : oDoc.documentElement.scrollLeft, Y : oDoc.documentElement.scrollTop } ; property [all …]
|
| /plugin/tindexmenu/ |
| D | script.js | 113 function indexmenu_checkcontextm(n,obj,e){ argument 115 e=e||event; 116 if ((e.which == 3 || e.button == 2) || (window.opera && e.which == 1 && e.ctrlKey)) { 117 obj.contextmenu (n,e); 118 indexmenu_stopevt(e); 122 function indexmenu_stopevt(e) { argument 126 e=e||event; 127 e.preventdefault? e.preventdefault() : e.returnValue = false; 140 function indexmenu_mouseposition(obj,e) { argument 142 if (!e) e = window.event; [all …]
|
| /plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/ |
| D | Personal_Computer_Wireless.svg | 1 …Y{fill:#626366}.Z{fill:#231f20}.a{stroke-linejoin:round}.b{fill:none}.c{stroke:#626366}.d{fill:#89…
|
| /plugin/indexmenu/scripts/ |
| D | contextmenu.js | 382 mouseposition: function (obj, e) { argument 384 var X = 0, Y = 0; 385 if (!e) e = window.event; 386 if (e.pageX || e.pageY) { 387 X = e.pageX; 388 Y = e.pageY; 390 else if (e.clientX || e.clientY) { 391 X = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft; 392 Y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop; 395 obj.style.top = Y - 5 + 'px'; [all …]
|
| /plugin/indexmenu2/cms/ |
| D | cms.js | 15 …e,K){if(_[e]&&typeof _[e]!=typeof K)return false;_[e]=K;return true};this.initMenu=function(e,K){I… argument
|
| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/ |
| D | fontdata.js | 19 …e="STIXMathJax_Alphabets",S="STIXMathJax_Arrows-bold",w="STIXMathJax_Arrows",g="STIXMathJax_Double…
|
| /plugin/codemirror/dist/modes/ |
| D | rst.min.js | 1 …e=/^\*[^\*\s](?:[^\*]*[^\*\s])?\*/;var f=/^``[^`\s](?:[^`]*[^`\s])``/;var g=/^(?:[\d]+(?:[\.,]\d+)… class in anonymousFunctionab4d4a620400.P
|
| D | stylus.min.js | 1 …e),B=q(d),C=q(h),D=/^\s*([.]{2,3}|&&|\|\||\*\*|[?!=:]?=|[-+*\/%<>]=?|\?:|\~)/,E=p(k),F=q(l),G=new … class
|
| D | haxe.min.js | 1 …e=d("keyword a"),f=d("keyword b"),g=d("keyword c");var h=d("operator"),i={type:"atom",style:"atom"… class
|
| /plugin/combo/vendor/dragonmantank/cron-expression/ |
| H A D | README.md | 11 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 35 echo $cron->getNextRunDate()->format('Y-m-d H:i:s'); 36 echo $cron->getPreviousRunDate()->format('Y-m-d H:i:s'); 40 echo $cron->getNextRunDate()->format('Y-m-d H:i:s'); 44 echo $cron->getNextRunDate(null, 2)->format('Y-m-d H:i:s'); 48 echo $cron->getNextRunDate('2010-01-12 00:00:00')->format('Y-m-d H:i:s');
|
| /plugin/combo/resources/library/bootstrap/4.5.0/ |
| H A D | jquery-3.5.1.min.js | 2 …e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.docume… argument
|
| /plugin/swfobject/ |
| D | script.js | 4 …Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=… argument
|
| /plugin/sequencediagram/bower_components/bower-webfontloader/ |
| D | webfont.js | 3 …e=!1,g=0;g<d.length;g+=1)if(b[f]===d[g]){e=!0;break}e||d.push(b[f])}b=[];for(f=0;f<d.length;f+=1){… 5 …e=a.createElement("script",{src:b}),g=!1;e.onload=e.onreadystatechange=function(){g||this.readySta… 6 function G(a,b){var c=a.j,d;d=[];for(var f=b.V.split(/,\s*/),e=0;e<f.length;e++){var g=f[e].replace… 7 …ild(a)};function I(a,b,c,d,f,e,g){this.O=a;this.ba=b;this.a=c;this.g=d;this.q=g||"BESbswy";this.s=… argument 9 …ar b=this.o;b.u&&t(b.h,[b.e.d(b.f,a.getName(),B(a).toString(),"active")],[b.e.d(b.f,a.getName(),B(… 10 …e.d(b.f,a.getName(),B(a).toString(),"active")),d=[],f=[b.e.d(b.f,a.getName(),B(a).toString(),"load… 11 …e=0==--a.U;(a.P||a.Q)&&setTimeout(function(){var a=f||null,l=d||null||{};if(0===c.length&&e)D(b.o)… 12 …e=new P(a.a,b,f);a.U=d.length;b=0;for(c=d.length;b<c;b++)d[b].load(function(b,c,d){ja(a,e,b,c,d)})… 14 …e;var g=c[1];e=[];if(g)for(var g=g.split(","),l=g.length,h=0;h<l;h++){var k;k=g[h];if(k.match(/^[\… 15 …e,0<c.length&&(c=U[c[0]])&&(this.G[d]=c))}this.G[d]||(c=U[d])&&(this.G[d]=c);for(c=0;c<f.length;c+… [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/crh/ |
| D | viewer.properties | 56 page_rotate_cw.title=Saat Yönünde Devrettir 57 page_rotate_cw.label=Saat Yönünde Aylandır 58 page_rotate_cw_label=Saat Yönünde Aylandır 59 page_rotate_ccw.title=Saat Yönüniñ Tersine Devrettir 60 page_rotate_ccw.label=Saat Yönüniñ Tersine Aylandır 61 page_rotate_ccw_label=Saat Yönüniñ Tersine Aylandır 142 document_outline.title=Vesiqa Tış-hizasını Köster (unsurlarnıñ episini cayıldırmaq/eştirmek içün çi… 177 find_match_count[one]={{total}} eşleşmeden {{current}} eşleşme 178 find_match_count[two]={{total}} eşleşmeden {{current}}. eşleşme 179 find_match_count[few]={{total}} eşleşmeden {{current}}. eşleşme [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/hto/ |
| D | viewer.properties | 27 download.title=Yúnua 28 download_label=Yúnua 35 first_page.title=Nano fueñe rabemo jaíri 36 first_page.label=Nano fueñe rabemo jaíri 37 first_page_label=Nano fueñe rabemo jaíri 38 last_page.title=Ɨ́kóɨ fueñe rabemo jaíri 39 last_page.label=Ɨ́kóɨ fueñe rabemo jaíri 40 last_page_label=Ɨ́kóɨ fueñe rabemo jaíri 59 document_properties_author=Fɨnokamɨe: 65 document_properties_version=Yóga ráfue PDF: [all …]
|
| /plugin/llm/llm.js/wasm/ |
| D | llamacpp-cpu.js | 1 …e(A)?new URL(A):H.normalize(A),M.readFileSync(A,g?void 0:"utf8")),N=A=>{var g=o(A,!0);return g.buf…
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | wgxpath.install.js | 30 …ch.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=l(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call… 31 …e=[],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… 32 …){var c;a:{c=a.length;for(var d=l(a)?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))… 34 …c=fa(String(ua)).split("."),d=fa(String(a)).split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e… 36 …e(b):a.getAttribute(b,2)==c}function B(a,b,c,d,e){return(w?Ea:Fa).call(null,a,b,l(c)?c:null,l(d)?d… argument 37 …e){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 38 …e){b.getElementsByName&&d&&"name"==c&&!v?(b=b.getElementsByName(d),r(b,function(b){a.a(b)&&F(e,b)}… argument 39 …e){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 40 function Ha(a,b,c,d,e){for(b=b.firstChild;b;b=b.nextSibling)A(b,c,d)&&a.a(b)&&F(e,b),Ha(a,b,c,d,e)}… argument 41 …ex-b.sourceIndex;var e=a.parentNode,f=b.parentNode;return e==f?Ma(a,b):!c&&Ka(e,b)?-1*Na(a,b):!d&&… [all …]
|
| /plugin/zwidoku/files/ |
| H A D | jquery.js | 2 …e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.docume… argument 9 …e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden… argument 10 …e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function… argument 16 …e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disab… argument
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link-cmpr.js | 1 …Y=Z.getContentElement("info","internal").getInputElement().$.id;Y=document.getElementById(Y).value… argument
|