Home
last modified time | relevance | path

Searched refs:style (Results 2076 – 2100 of 2224) sorted by path

1...<<818283848586878889

/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js184 node.style.left = xy.x+'px';
185 node.style.top = xy.y+target.offsetHeight+'px';
229 return !node.style.display;
251 node.style.visibility = 'hidden';
252 node.style.display = '';
263 ct.parentNode.style.top = tsp-ct.parentNode.offsetHeight+DOM.getBodyScrollTop()+'px';
268 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
277 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
279 … ct.parentNode.style.top = tsp-ct.parentNode.offsetHeight+DOM.getBodyScrollTop()+'px';
282 node.style.visibility = '';
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js495 …case "style" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; el.style[k] = p[i][k]; } b…
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js920 setTimeout(function(){nodes.keyboard.style.display = 'block';},1);
932 nodes.keyboard.style.display = 'none';
943 return nodes.keyboard.style.display == 'block';
/plugin/vkeyboard/
H A Dstyle.css84 list-style-type:none;
258 font-style:italic;
H A Dvkeyboard.js1style.width="50px";var x=this.offsetWidth;this.style.width=""};J(this.VKI_keyboard,"click",functio…
H A Dvkeyboard.js.unc1185 this.style.width = "50px";
1187 this.style.width = "";
1207 if (!ol.style.display) {
1208 ol.style.display = "block";
1216 } else ol.style.display = "";
1246 kbNumpad.style.display = (!kbNumpad.style.display) ? "none" : "";
1357 this.VKI_iframe.style.border = "0px none";
1358 this.VKI_iframe.style.filter = "mask()";
1359 this.VKI_iframe.style.zIndex = "999999";
1717 self.VKI_iframe.style.top = self.VKI_keyboard.style.top;
[all …]
/plugin/vshare/
H A Ddeleted.files7 style.css
/plugin/vshare/syntax/
H A Dvideo.php136 'style' => $this->sizeToStyle($data['width'], $data['height']),
154 * Create a style attribute for the given size
171 $style = '';
172 if ($width) $style .= 'width:' . $width . ';';
173 if ($height) $style .= 'height:' . $height . ';';
174 return $style;
/plugin/webcode/
H A DREADME.md64 …* The bar (`rendered by` and `Try the code`) are now less prominent and follows the [prism style](…
H A Dstyle.css2 * style.css for the WebCode plugin
H A DwebCodeConsole.css2 * The style for the output of the javascript console
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt11 <webcode name="element.style.fontSize" frameborder=0 scrolling=yes >
13 We define a stylesheet to show that the value of ''element.style.fontSize'' is not defined in this …
18 * with an inline style
20 <p style="font-size: 20px">A p element with the font-size defined inline</p>
31 ==== Output the value of element.style.fontSize for each element ====
32 * The first ''p'' element will have a element.style.fontSize
34 console.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.…
38 …heet definition has an undefined fontSize property "+(typeof allP.item(0).style.fontSize == 'undef…
H A Dtwo.txt10 <span style="font-size:30pt">&#x1F600;</span>
16 <span style="font-size:30pt">&#x1F41E;</span>
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js22 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.repl…
25 …ht+38+"px"});win.refreshSize();el.left.console.monitor.element.parentNode.style.height=_height-47+…
32 … item=rules[i];var selector=item.selectorText;var cssText=lib.env.ie?item.style.cssText:item.cssTe…
85 …isplay=el.borderInspector.environment.getStyle("display");borderInspector.style.display="none";if(…
86 borderInspector.style.display=display;if(target!=document.body&&target!=document.firstChild&&target…
102 try{_element.style[key]=_style[key];}catch(e){}}},getStyle:function(_element,_property){_property=_…
103 …pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[_prope…
H A Dfirebug-lite-1.2.js582 …values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.rep…
819 el.left.console.monitor.element.parentNode.style.height=_height-47+"px";
1089 var cssText = lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];
1842 borderInspector.style.display = "none";
1852 borderInspector.style.display = display;
2117 _element.style[key] = _style[key];
2124 return pi.util.Element.getOpacity(_element.style);
2125 return typeof _property=="string"?_element.style[_property]:_element.style;
H A Dfirebug-lite-1.4.js623 }toNode.style.fontFamily=style.fontFamily;
624 toNode.style.fontSize=style.fontSize;
625 toNode.style.fontWeight=style.fontWeight;
626 toNode.style.fontStyle=style.fontStyle;
631 }toNode.style.marginTop=style.marginTop;
632 toNode.style.marginRight=style.marginRight;
634 toNode.style.marginLeft=style.marginLeft;
3560 style=o.fbOutlineT.style;
3565 style=o.fbOutlineL.style;
3570 style=o.fbOutlineB.style;
[all …]
H A Dfirebug-lite.css3 …none repeat left top; color:#111; font-size:1em; font-weight:normal; font-style:normal; font-famil…
8 #Firebug em { font-style:italic; }
28 #Firebug .ButtonContainer .Button:active { border-style:inset !important; background-color:#ccc; }
189 …,sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-varian…
203 #Firebug .Italic { font-style:italic; }
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt13 * Acknowledge the ''style'' attribute
24 <card style="width: 18rem;">
37 <teaser style="width: 18rem;">
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css6 font-style: normal;
26 font-style: normal;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css219 list-style: none;
225 list-style: none;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md423 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md197 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/weiqi/
H A Dstyle.css9 font-style: italic;
/plugin/widearea/widearea/
H A Dwidearea.js141 iconPanel.style.left = currentTextareaPosition.left + currentTextareaPosition.width - 36 + "px";
142 iconPanel.style.top = currentTextareaPosition.top + "px";
/plugin/wikipediasnippet/
H A Dall.css13 font-style: normal;

1...<<818283848586878889