Home
last modified time | relevance | path

Searched refs:el (Results 26 – 50 of 306) sorted by path

12345678910>>...13

/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2el=e,this.list=e.classList}function Ft(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.remov…
16el=o((function e(t){r(this,e),t.onGetComponent("cell",(function(e){if("before-rule-cells"===e.cell…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js807 if (!el || !el.nodeType) {
810 this.el = el;
1205 return el.removeChild(el.lastChild);
1215 while (depth--) el = el.lastChild;
1218 if (el.firstChild == el.lastChild) {
1232 el = el || document;
1238 el = el || document;
1244 el.parentNode && el.parentNode.removeChild(el);
1462 if (!el || !el.nodeType) {
1465 this.el = el;
[all …]
H A Dbpmn-modeler.production.min.js2el=e,this.list=e.classList}function X(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.remove…
34el=10;function tl(e,t){function n(e){if(ro(e)){var n=function(e){var t=cn(e.label),n=nl(cn(e),t);i…
/plugin/c3chart/assets/
H A Dd3.min.js2el=10,rl=13,il=function(t){function n(t,n){function e(){if(s)return tl;if(f)return f=!1,Kf;var n,e… variable
/plugin/callflow/
H A Draphael.js2504 el == paper.top && (paper.top = el.prev);
2505 el == paper.bottom && (paper.bottom = el.next);
2506 el.next && (el.next.prev = el.prev);
2507 el.prev && (el.prev.next = el.next);
3192 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
5236 el[methodname][apply](el, arg);
5795 el = $(el);
5808 return el;
5818 if (!el) {
7118 el[methodname].apply(el, arg);
[all …]
H A Dscript.js43 Raphael.el.tooltip = function (paper,x,y,text) {
141 draw = function(el) argument
143 callCode = el.innerHTML;
148 el.style.clear = "both";
149 el.innerHTML = "";
152 paper = Raphael(el,0,0);
/plugin/chordsheets/js/
H A Draphael.js1el._drag.id){i=h.clientX,n=h.clientY,(e.originalEvent?e.originalEvent:e).preventDefault();break}}e…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js206 …n.length)"hr"==d&&"br"==b?a.replaceWith(x()):(a.parent&&c.push({check:"it",el:a.parent}),a.remove(…
207el:a});else{e=a.parent;for(var g=e.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||"body"==e.name,m,k,f=d.l…
208 …h.name]||c.push({check:"el-up",el:h}));a.remove()}}else d in{style:1,script:1}?a.remove():(a.paren…
214 …;)c.type==CKEDITOR.NODE_ELEMENT?r(c,d,a):c.remove();for(;l=a.pop();)if(c=l.el,c.parent)switch(n=F[…
232 "de-ch":1,el:1,"en-au":1,"en-ca":1,"en-gb":1,en:1,eo:1,es:1,et:1,eu:1,fa:1,fi:1,fo:1,"fr-ca":1,fr:1… property in CKEDITOR.lang.languages
601 …og",availableLangs:{af:1,ar:1,az:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-gb":1,eo:…
1080 …r",{availableLangs:{af:1,ar:1,az:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-au":1,"en…
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
H A D_translationstatus.txt8 el.js Found: 25 Missing: 5
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js.unc9 …lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,h…
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc88 var ckgedit_getEID = function (dialog,page,el) {
110 var el = ckgedit_getEID(dialog,ui_el,which);
112 var el = ckgedit_getEID(dialog,'general','contents');
114 el.style.color = style_spec.get(which);
130 var el = ckgedit_getEID(dialog,'general','contents');
132 el.style.color = style_spec.get('fg');
133 el.style.backgroundColor = style_spec.get('bg');
135 el.innerHTML = replace_formats(selectedText);
348 el.focus();
349 el.select();
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc60 var el = this.getContentElement( 'general', 'contents').getInputElement().$.id;
61 var ta = document.getElementById(el);
141 … var el = dialog.getContentElement( 'general', 'noteId').getInputElement().$.id;
142 var fn_id = document.getElementById(el).value;
145 … var el = dialog.getContentElement( 'general', 'contents').getInputElement().$.id;
146 var ta = document.getElementById(el);
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc14 …lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,h…
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1353 var el = editor.document.createElement( 'a' );
1354 el.setAttribute( 'href', attributes['href']);
1357 el.setHtml(internal_text);
1359 else el.setHtml(data.adv.advTitle);
1361 else el.setHtml(selection.getSelectedText());
1364 el.setAttribute( attr, attributes[attr]);
1366 editor.insertElement( el );
1448 var el = this.getContentElement('info', 'iwiki_shortcut').getInputElement().$.id;
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc8 …lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,h…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/lang/
H A D_translationstatus.txt7 el.js Found: 16 Missing: 102
/plugin/ckgdoku/lang/es/
H A Dlang.php48 $lang['btn_title_dw_fb'] = 'Guardar y cerrar el editor y cambiar al Explorador de Archivos DW…
49 $lang['btn_title_ckg_fb'] = 'Guardar y cerrar el editor y cambiar al Explorador de Archivos CK…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js230 …n.length)"hr"==d&&"br"==b?a.replaceWith(w()):(a.parent&&c.push({check:"it",el:a.parent}),a.remove(…
231el:a});else{e=a.parent;for(var f=e.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT||"body"==e.name,g,m,n=d.l…
232 {style:1,script:1}?a.remove():(a.parent&&c.push({check:"it",el:a.parent}),a.replaceWithChildren())}…
238 …;)c.type==CKEDITOR.NODE_ELEMENT?n(c,d,a):c.remove();for(;z=a.pop();)if(c=z.el,c.parent)switch(k=t[…
257 …anguages:{af:1,ar:1,az:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,"en-au":1,"en-ca":… property in CKEDITOR.lang.languages
648 …og",availableLangs:{af:1,ar:1,az:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-au":1,"en…
1101 …r",{availableLangs:{af:1,ar:1,az:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-au":1,"en…
H A Dckeditor.js.unc4738 el: a.parent
4755 el: a
4761 el: p
4763 check: "el-up",
4764 el: w
4774 el: a.parent
4927 case "el-up":
5342 el: 1,
12791 el: 1,
21847 el: 1,
[all …]
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
H A D_translationstatus.txt8 el.js Found: 25 Missing: 5
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc88 var ckgedit_getEID = function (dialog,page,el) {
110 var el = ckgedit_getEID(dialog,ui_el,which);
112 var el = ckgedit_getEID(dialog,'general','contents');
114 el.style.color = style_spec.get(which);
130 var el = ckgedit_getEID(dialog,'general','contents');
132 el.style.color = style_spec.get('fg');
133 el.style.backgroundColor = style_spec.get('bg');
135 el.innerHTML = replace_formats(selectedText);
348 el.focus();
349 el.select();
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc60 var el = this.getContentElement( 'general', 'contents').getInputElement().$.id;
61 var ta = document.getElementById(el);
141 … var el = dialog.getContentElement( 'general', 'noteId').getInputElement().$.id;
142 var fn_id = document.getElementById(el).value;
145 … var el = dialog.getContentElement( 'general', 'contents').getInputElement().$.id;
146 var ta = document.getElementById(el);
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc14 …lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,h…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1365 var el = editor.document.createElement( 'a' );
1366 el.setAttribute( 'href', attributes['href']);
1369 el.setHtml(internal_text);
1371 else el.setHtml(data.adv.advTitle);
1373 else el.setHtml(selection.getSelectedText());
1376 el.setAttribute( attr, attributes[attr]);
1378 editor.insertElement( el );
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc8 …lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,h…

12345678910>>...13