| /plugin/mikioplugin/icons/elusive/css/ |
| H A D | elusive-icons.min.css | 4 …el{display:inline-block;font:normal normal normal 14px/1 'Elusive-Icons';font-size:inherit;text-re…
|
| /plugin/sequencediagram/bower_components/raphael/dev/test/svg/ |
| D | dom.js | 30 const el = paper.rect(); 32 el.insertBefore(null); 34 equalNodePosition(assert, el.node, paper.canvas, paper.defs, null); 39 const el = paper.rect(); 41 el.insertBefore(x); 43 equalNodePosition(assert, el.node, paper.canvas, paper.defs, x.node); 49 const el = paper.rect(); 51 el.insertBefore(y); 53 equalNodePosition(assert, el.node, paper.canvas, x.node, y.node); 57 const el = paper.rect().attr('href', url), [all …]
|
| /plugin/svgedit/ |
| D | script.js | 63 var el = document.createElement('iframe'); 64 el.setAttribute("src", svgeditor_path + 'svg-editor.html'); 65 el.setAttribute("id", "svg__edit"); 66 el.setAttribute("name", "svg__edit"); 67 el.setAttribute("frameborder", "0"); 68 el.setAttribute("width", "100%"); 69 el.setAttribute("height", "70%"); 70 el.setAttribute("style", "min-height: 600px;"); 71 insertAfter(el, field); 78 el = document.createElement('input'); [all …]
|
| /plugin/livepreview/ |
| D | script.js | 27 function getParent (el, cp, vl) { argument 28 if (el == null) return null; 29 else if (el.nodeType == 1 && 30 ((!isUndefined(vl) && el[cp] == vl) || 31 ('string' == typeof cp && el.tagName.toLowerCase() == cp.toLowerCase()) || 32 el == cp)) return el; 33 else return getParent(el.parentNode, cp, vl); 49 var L, i, k, el = document.createElement(tag); 50 if (!el) return false; 54 case "class" : el.setAttribute('className',p[i]); el.setAttribute('class',p[i]); break; [all …]
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | documentselection.js | 50 this.setRange = function(el, start, end, related) { argument 55 var st = self.getStart(el); 59 if ('function' == typeof el.setSelectionRange) { 63 try {el.setSelectionRange(start, end)} catch (e) {} 73 range = el.createTextRange(); 77 range.moveToElementText(el); 90 self.setCursorPosition(el,start,end); 100 this.setCursorPosition = function (el,start,end) { argument 101 el[keys['selectionStart']] = parseInt(start); 102 el[keys['selectionEnd']] = parseInt(end); [all …]
|
| D | helpers.js | 212 DOM.getParent = function (el /* : HTMLElement */, cp /* :String, HTMLElement */, vl /* :String */) … argument 213 if (el == null) return null; 214 else if (el.nodeType == 1 && 215 ((!isUndefined(vl) && el[cp] == vl) || 216 ('string' == typeof cp && DOM.hasTagName(el, cp)) || 217 el == cp)) return el; 218 else return arguments.callee(el.parentNode, cp, vl); 229 DOM.getOffset = function (el /* :HTMLElement */) /* :Object */ { argument 231 ,o = el 243 ,el = o; // "el" will be nodes as we walk up, "o" will be saved for offsetParent references [all …]
|
| /plugin/combo/resources/snippet/js/ |
| H A D | lozad-raster.js | 4 load: function (el) { argument 5 el.classList.add('lazy-fade-cs') 6 if (el.hasAttribute("data-srcset")) { 7 if (el.hasAttribute("data-sizes")) { 8 el.sizes = el.dataset.sizes; 10 el.srcset = el.dataset.srcset; 12 if (el.hasAttribute("data-src")) { 13 el.src = el.dataset.src; 16 loaded: function (el) { argument 18 el.classList.add('loaded-cs');
|
| H A D | lozad-svg-injection.js | 4 load: function (el) { argument 8 let displayValue = el.style.getPropertyValue('display'); 9 let displayPriority = el.style.getPropertyPriority('display'); 11 el.style.setProperty('display', 'none', 'important'); 14 SVGInjector(el, { 20 if (el.hasOwnProperty("style")) { 21 svg.style.cssText = el.style.cssText; 23 if (el.hasOwnProperty("dataset")) { 24 let dataSet = el.dataset; 44 loaded: function (el) { argument [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 3 el:{}, property 116 …el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fi… 121 el.content = {}; 122 …el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('fireb… 123 …el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true)… 125 …el.resizer = new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",wi… 127 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main); 128 el.left = {}; 129 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main); 130 el.right = {}; [all …]
|
| D | firebug-lite-1.2-compressed.js | 1 var firebug={version:[1.231,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/fir… property 10 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fireb… 11 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.co… 12 if(lib.env.ie||lib.env.webkit){el.button.container.environment.addStyle({"paddingTop":"12px"});} 13 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.containe… 14 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",l… 16 if(env.showIconWhenHidden){if(!internal.popupWin){el.firebugIcon.environment.addStyle({"display":en… 18 …el.main.environment.addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.add… 22 …el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getD… 23 …el.button.dock.environment.addStyle({"display":"block"});el.button.newWindow.environment.addStyle(… [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 12 var firebug={version:[1.231,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/fir… property 21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fireb… 22 el.header=new lib.element("DIV").attribute.addClass("Header").insert(el.main);el.left={};el.left.co… 23 if(lib.env.ie||lib.env.webkit){el.button.container.environment.addStyle({"paddingTop":"12px"});} 24 el.nav={};el.nav.container=new lib.element("DIV").attribute.addClass("Nav").insert(el.left.containe… 25 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",l… 27 if(env.showIconWhenHidden){if(!internal.popupWin){el.firebugIcon.environment.addStyle({"display":en… 29 …el.main.environment.addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.add… 33 …el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getD… 34 …el.button.dock.environment.addStyle({"display":"block"});el.button.newWindow.environment.addStyle(… [all …]
|
| H A D | firebug-lite-1.2.js | 14 el:{}, property 127 …el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fi… 132 el.content = {}; 133 …el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('fireb… 134 …el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true)… 136 …el.resizer = new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",wi… 138 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main); 139 el.left = {}; 140 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main); 141 el.right = {}; [all …]
|
| /plugin/indexmenu2/cms/modifiers/ |
| D | ajaxum.js | 14 …el,keys,css,mo){el=el[keys.submenu];if(el.childNodes.length&&!el[keys.ajaxumTarget])return;var sho… argument
|
| /plugin/datepicker/script/jscalendar-1.0/ |
| D | calendar.js | 101 Calendar.getAbsolutePos = function(el) { argument 103 var is_div = /^div$/i.test(el.tagName); 104 if (is_div && el.scrollLeft) 105 SL = el.scrollLeft; 106 if (is_div && el.scrollTop) 107 ST = el.scrollTop; 108 var r = { x: el.offsetLeft - SL, y: el.offsetTop - ST }; 109 if (el.offsetParent) { 110 var tmp = this.getAbsolutePos(el.offsetParent); 117 Calendar.isRelated = function (el, evt) { argument [all …]
|
| /plugin/code3/src/ |
| D | psyhi.js | 178 var el = tc.firstChild, 179 el_1 = el.childNodes[1]; 191 el.style.width = w+"px"; 196 pre[i].parentNode.insertBefore(el,pre[i]); 205 …el.firstChild.lastChild.innerHTML = el.firstChild.lastChild.innerHTML.replace('{PROCESSING}', ((ne… 216 ,'handler' : function (el) { argument 217 var tgt = el.parentNode.parentNode.childNodes[1]; 219 el.className = el.className=='expandSource'?'collapseSource':'expandSource' 225 ,'handler' : function (el) { argument 226 el = el.parentNode.parentNode.getElementsByTagName('ol')[0]; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | view.js | 28 assert.equal(view.el.id, 'test-view'); 29 assert.equal(view.el.className, 'test-view'); 30 assert.equal(view.el.other, void 0); 47 assert.strictEqual(myView.el.nodeType, 1); 50 assert.strictEqual(myView.$el[0], myView.el); 79 assert.equal(this.el, undefined); 83 assert.notEqual(_view.el, undefined); 96 var myView = new Backbone.View({el: '#testElement'}); property 119 var myView = new Backbone.View({el: '#testElement'}); property 133 var myView = new Backbone.View({el: '<p></p>'}); property [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktools_gecko.js | 192 FCKTools.GetElementPosition = function( el, relativeWindow ) argument 199 var oOwnerWindow = FCKTools.GetElementWindow( el ) ; 202 while ( el ) 204 var sPosition = oOwnerWindow.getComputedStyle(el, '').position ; 208 if ( sPosition && sPosition != 'static' && el.style.zIndex != FCKConfig.FloatingPanelsZIndex ) 211 c.X += el.offsetLeft - el.scrollLeft ; 212 c.Y += el.offsetTop - el.scrollTop ; 214 if ( el.offsetParent ) 215 el = el.offsetParent ; 220 el = oOwnerWindow.frameElement ; [all …]
|
| /plugin/lightmenu/ |
| D | script.js | 4 let el = document.getElementById(`lm-${_id}`); 5 while ((_id.length > 0) && (el === null)) 8 el = document.getElementById(`lm-${_id}`); 10 if (el !== null) 11 el.classList.add('current'); 14 let el = document.getElementById(`checkbox-${id}`); 15 if (el !== null) 16 el.checked = true;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktools_gecko.js | 206 FCKTools.GetElementPosition = function( el, relativeWindow ) argument 213 var oOwnerWindow = FCKTools.GetElementWindow( el ) ; 217 while ( el ) 219 var sPosition = oOwnerWindow.getComputedStyle(el, '').position ; 223 if ( sPosition && sPosition != 'static' && el.style.zIndex != FCKConfig.FloatingPanelsZIndex ) 231 c.X += el.offsetLeft - el.scrollLeft ; 232 c.Y += el.offsetTop - el.scrollTop ; 239 while ( scrollElement && scrollElement != el ) 247 previousElement = el ; 248 if ( el.offsetParent ) [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckcontextmenu.js | 88 var el = e.target ; 90 while ( el ) 92 if ( el._FCKContextMenu ) 94 if ( el._FCKContextMenu.CtrlDisable && ( e.ctrlKey || e.metaKey ) ) 98 FCKContextMenu_AttachedElement_OnContextMenu( e, el._FCKContextMenu, el ) ; 101 el = el.parentNode ; 113 var el = e.target ; 115 while ( el ) 117 if ( el._FCKContextMenu ) 119 if ( el._FCKContextMenu.CtrlDisable && ( e.ctrlKey || e.metaKey ) ) [all …]
|
| /plugin/structpublish/action/ |
| H A D | revisions.php | 42 $el = $form->getElementAt($i); 44 if (!$el instanceof CheckableElement && !$el instanceof HTMLElement) { 49 if (is_a($el, CheckableElement::class)) { 50 if ($el->attr('name') === $checkName) { 51 $rev = $el->attr('value'); 62 is_a($el, HTMLElement::class) && 63 !empty(trim($el->val())) && 66 $val = $el->val(); 69 $el->val("$val $label");
|
| /plugin/virtualkeyboard/vk/ |
| D | virtualkeyboard.js | 502 var el = document.getElementById(idPrefix+key); 503 chr = (el.firstChild.childNodes[Math.min(mode&(VK_ALT|VK_SHIFT),2)].firstChild|| 504 el.firstChild.firstChild.firstChild).nodeValue; 628 var el = nodes.desk.childNodes[keymap[e.keyCode]]; 629 el.className += " "+cssClasses['buttonDown']; 666 var el = nodes.desk.childNodes[keymap[e.keyCode]]; 667 … el.className = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),""); 705 var el = DOM.getParent(e.srcElement||e.target,'a'); 709 if (!el || el.parentNode.id.indexOf(idPrefix)<0) return; 710 el = el.parentNode; [all …]
|
| /plugin/jsoncode/ |
| D | jsonTree.js | 221 el = document.createElement('li'), 243 el.classList.add('jsontree_node'); 244 el.innerHTML = template(label, val); 246 self.el = el; 248 labelEl = el.querySelector('.jsontree_label'); 271 this.el.classList.add('jsontree_node_marked'); 278 this.el.classList.remove('jsontree_node_marked'); 285 this.el.classList.toggle('jsontree_node_marked'); 442 el = document.createElement('li'), 475 el.classList.add('jsontree_node'); [all …]
|
| /plugin/slider/ |
| D | jquery.bxslider.js | 99 var el = this; 100 plugin.el = this; 126 slider.children = el.children(slider.settings.slideSelector); 169 el.data("origStyle", el.attr("style")); 170 el.children(slider.settings.slideSelector).each(function() { 182 el.wrap('<div class="bx-wrapper"><div class="bx-viewport"></div></div>'); 184 slider.viewport = el.parent(); 190 el.css({ 196 el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing); 239 slider.controls.el = $('<div class="bx-controls" />'); [all …]
|
| /plugin/rowmove/ |
| D | script.js | 11 function rowup(el,pageid) argument 13 var elTr = getParentTr(el); 39 function rowdown(el,pageid) argument 42 var elTr = getParentTr(el); 98 function countRows(el) argument 102 var elTr = getParentTr(el); 127 function getParentTr(el) argument 129 while ( el.nodeName.toLowerCase() != "tr") 130 el = el.parentNode; 131 return el;
|