Home
last modified time | relevance | path

Searched refs:style (Results 51 – 75 of 2224) sorted by relevance

12345678910>>...89

/plugin/combo/resources/snippet/js/
H A Dlozad-svg-injection.js8 let displayValue = el.style.getPropertyValue('display');
9 let displayPriority = el.style.getPropertyPriority('display');
11 el.style.setProperty('display', 'none', 'important');
20 if (el.hasOwnProperty("style")) {
21 svg.style.cssText = el.style.cssText;
31 if(svg.style !== 'undefined' ) {
33 svg.style.removeProperty("display");
35 svg.style.setProperty("display", displayValue, displayPriority);
/plugin/odt/ODT/styles/
H A DODTTextOutlineStyle.php108 $style = new ODTTextOutlineStyle();
114 $attrs += $style->importODTStyleInternal(self::$outline_fields, $open);
135 $level_number = $style->getPropertyInternal('level', $properties);
136 $style->outline_level_styles [$level_number] = $properties;
152 return $style;
161 $style = '';
166 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
209 $style = '<'.$element.' '.$style.">\n";
211 $style .= $levels;
213 $style .= '</'.$element.">\n";
[all …]
H A DODTTextListStyle.php133 $style = new ODTTextListStyle();
139 $attrs += $style->importODTStyleInternal(self::$list_fields, $open);
181 $level_number = $style->getPropertyInternal('level', $list_style_properties);
186 $style->list_level_styles [$level_number] = $properties;
201 return $style;
210 $style = '';
215 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
274 $style = '<'.$element.' '.$style.">\n";
276 $style .= $levels;
278 $style .= '</'.$element.">\n";
[all …]
/plugin/indexmenu2/cms/transitions/
H A Dclip.js32style.visibility='hidden';i.style.display='block';var o=I.transitions.clip.direction,O;if(!o[i[l['…
H A Dblend.js12style.opacity==null)?((I.style.MozOpacity==null)?((I.style.KhtmlOpacity==null)?'KhtmlOpacity':'OOp…
/plugin/codeprettify/
H A Dall.css31 list-style-position: outside;
33 pre.prettyprint ol.linenums > li.L0 { list-style-type: decimal; }
34 pre.prettyprint ol.linenums > li.L1 { list-style-type: decimal; }
35 pre.prettyprint ol.linenums > li.L2 { list-style-type: decimal; }
36 pre.prettyprint ol.linenums > li.L3 { list-style-type: decimal; }
37 pre.prettyprint ol.linenums > li.L4 { list-style-type: decimal; }
38 pre.prettyprint ol.linenums > li.L5 { list-style-type: decimal; }
39 pre.prettyprint ol.linenums > li.L6 { list-style-type: decimal; }
40 pre.prettyprint ol.linenums > li.L7 { list-style-type: decimal; }
41 pre.prettyprint ol.linenums > li.L8 { list-style-type: decimal; }
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontscombo.js24 var FCKToolbarFontsCombo = function( tooltip, style ) argument
29 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ;
62 var style = FCKTools.CloneObject( baseStyle ) ;
64 style.SetVariable( 'Font', font ) ;
65 style.Label = caption ;
67 styles[ caption ] = style ;
89 var style = item.Style ;
91 if ( style.CheckActive( path ) )
H A Dfcktoolbarfontsizecombo.js24 var FCKToolbarFontSizeCombo = function( tooltip, style ) argument
29 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ;
64 var style = FCKTools.CloneObject( baseStyle ) ;
65 style.SetVariable( 'Size', font ) ;
66 style.Label = caption ;
68 styles[ caption ] = style ;
/plugin/stlviewer/stlviewer/
H A Dwebgl_detector.js12 element.style.fontFamily = 'monospace';
13 element.style.fontSize = '13px';
14 element.style.fontWeight = 'normal';
15 element.style.textAlign = 'center';
16 element.style.background = '#fff';
17 element.style.color = '#000';
18 element.style.padding = '1.5em';
19 element.style.width = '400px';
20 element.style.margin = '5em auto 0';
/plugin/diagramsnet/lib/js/
H A Dopen.js48 div.style.fontFamily = 'Arial';
72 hrow.style.height = '25px';
73 hrow.style.textAlign = 'left';
79 hModified.style.width = '180px';
84 hSize.style.width = '70px';
87 hCtrl.style.width = '23px';
89 table.style.fontSize = '12pt';
90 table.style.width = '100%';
112 link.style.cursor = 'pointer';
135 img.style.cursor = 'pointer';
[all …]
H A Dembed.dev.js13 style.type = 'text/css'
14 style.innerHTML = ['div.mxTooltip {',
281 (container.style.width == '' && container.style.height == ''))
289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')
651 btn.style.cursor = 'hand';
652 btn.style.width = bw + 'px';
653 btn.style.height = bh + 'px';
655 btn.style.top = '0px';
661 table.style.width = '100%';
662 table.style.height = '100%';
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.border.nested.php21 $this->assertEqual($table_border->left->style , BS_NONE);
22 $this->assertEqual($table_border->right->style , BS_NONE);
23 $this->assertEqual($table_border->top->style , BS_NONE);
24 $this->assertEqual($table_border->bottom->style , BS_NONE);
28 $this->assertEqual($cell_border->left->style , BS_NONE);
29 $this->assertEqual($cell_border->right->style , BS_NONE);
30 $this->assertEqual($cell_border->top->style , BS_NONE);
31 $this->assertEqual($cell_border->bottom->style , BS_NONE);
/plugin/diagramsnet/lib/plugins/
H A Dprops.js8 div.style.border = '1px solid gray';
9 div.style.opacity = '0.8';
10 div.style.padding = '10px';
11 div.style.paddingTop = '0px';
12 div.style.width = '20%';
19 div.style.boxSizing = 'border-box';
20 div.style.minHeight = '100%';
21 div.style.width = '100%';
55 div.style.minWidth = '200px';
56 div.style.top = '40px';
[all …]
/plugin/codehighlight/cp/
H A Dcodepress.js16 self.textarea.style.overflow = 'hidden';
19 self.textarea.style.overflow = 'auto';
20 self.style.border = '1px solid gray';
22 self.style.visibility = 'hidden';
23 self.style.position = 'absolute';
32 self.textarea.style.display = 'none';
33 self.style.position = 'static';
34 self.style.visibility = 'visible';
35 self.style.display = 'inline';
87 self.style.display = 'none';
[all …]
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js240 a.style.position='absolute';
242 a.style.left = curLeft(actb_curr) + "px";
278 c.style.cursor = 'pointer';
289 c.style.fontFamily = 'arial narrow';
294 c.style.cursor = 'pointer';
310 a.style.position='absolute';
328 c.style.fontFamily = 'arial narrow';
333 c.style.cursor = 'pointer';
351 c.style.cursor = 'pointer';
367 c.style.fontFamily = 'arial narrow';
[all …]
/plugin/snow/
H A Dsnowstorm.js383 this.o.style.cursor = 'default';
403 s.o.style.display = 'none';
404 s.o.style.top = 'auto';
405 s.o.style.bottom = '0%';
407 s.o.style.display = 'block';
480 o.style.opacity = opacity;
499 s.o.style.display = 'none';
501 s.o.style.bottom = 'auto';
507 s.o.style.padding = '0px';
508 s.o.style.margin = '0px';
[all …]
/plugin/xlsx2dw/
H A Dscript.js87 …ice:document-content"]["office:automatic-styles"]["style:style"].map(style => [style["-style:name"…
241 let fontStyle = cell.style.font?.color;
252 let fgStyle = cell.style.fill?.fgColor;
284 isBold: cell.style.font?.bold || false,
285 isItalic: cell.style.font?.italic || false,
286 isUnderline: cell.style.font?.underline || false,
287 isStrike: cell.style.font?.strike || false,
301 isBold: cell.style.font?.bold || false,
302 isItalic: cell.style.font?.italic || false,
303 isUnderline: cell.style.font?.underline || false,
[all …]
/plugin/revealjs/syntax/
H A Dfragment.php50 if ($this->_is_valid_style($param1)) $style = $param1;
55 elseif ($this->_is_valid_style($param2)) $style = $param2;
57 return array($state, array($style, $index));
83 list($style, $index) = $match;
84 … $renderer->doc .= '<span class="fragment' . ($style ? ' '.$style : '') . '"' .
106 private function _is_valid_style($style) { argument
108 if (preg_match($pattern, $style)) return $style;
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js13 style.type = 'text/css'
14 style.innerHTML = ['div.mxTooltip {',
281 (container.style.width == '' && container.style.height == ''))
289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')
651 btn.style.cursor = 'hand';
652 btn.style.width = bw + 'px';
653 btn.style.height = bh + 'px';
655 btn.style.top = '0px';
661 table.style.width = '100%';
662 table.style.height = '100%';
[all …]
H A DApp.js2559 bg.style.left = '0px';
2560 bg.style.top = '0px';
2561 bg.style.bottom = '0px';
2562 bg.style.right = '0px';
2975 alert.style.left = '0';
2976 alert.style.right = '0';
2997 div.style.zIndex = 2e9;
2998 div.style.left = '50%';
2999 div.style.top = '-100%';
3032 div.style.top = '30px';
[all …]
/plugin/google_adsense2/
H A Dcode.php102 function gads_boxopen($style, $title=NULL) argument
106 $class = "class='ads debug" . (isset($style['class']) ? ' '.$style['class'] : '') . "'";
110 $class = "class='ads" . (isset($style['class']) ? ' '.$style['class'] : '') . "'";
112 $style = isset($style['width']) ? " style='width: {$style['width']};'" : '';
114 $html = "<div $class$style>\n";
136 function gads_showADS($id, $style=NULL) argument
160 $obj .= gads_boxopen($style, $id);
168 $obj .= gads_boxopen($style);
/plugin/quickedit/
H A Dscript.js34 document.getElementById("load"+pl_si.id).style.display = 'none';
35 document.getElementById("quickedit_start"+pl_si.id).style.display = 'block';
51 document.getElementById("load"+pl_si.id).style.display = 'none';
52 document.getElementById("quickedit_start"+pl_si.id).style.display= 'none';
53 document.getElementById("quickedit_stop"+pl_si.id).style.display = 'block';
72 document.getElementById("quickedit_start"+pl_si.id).style.display = 'block';
73 document.getElementById("quickedit_stop"+pl_si.id).style.display = 'none';
88 document.getElementById("quickedit_start"+pl_si.id).style.display = 'none';
89 document.getElementById("load"+pl_si.id).style.display = 'block';
109 document.getElementById("quickedit_start"+id).style.display = 'block';
[all …]
/plugin/odt/
H A Dexample.css28 font-style: normal;
57 font-style: normal;
67 font-style: italic;
183 * 'list-style-image: url('picture.png');' instead of 'list-style-type'.
196 list-style-type: disc;
204 list-style-type: circle;
210 list-style-type: square;
228 list-style-type: ballotx;
246 list-style-type: none;
252 list-style-type: bullet;
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19style.marginRight=e.Em(-i.bbox.w);if(e.msieInlineBlockAlignBug){k.style.verticalAlign=e.Em(e.getHD…
/plugin/anewssystem/
H A Ddropdowncontent.js34 if (e.type=="click" && subobj.style.visibility=="visible"){
35 subobj.style.visibility="hidden"
40 subobj.style.left=this.getposOffset(anchorobj, "offsetLeft") + horizontaloffset + "px"
41 subobj.style.top=this.getposOffset(anchorobj, "offsetTop")+verticaloffset+"px"
43 subobj.style.visibility="visible"
61 …obj.style.clip=(direction=="down")? "rect(0 auto "+currentclip+" 0)" : "rect("+currentclip+" auto …
65 obj.style.clip="rect(0 auto auto 0)"
72 subobj.style.visibility="hidden"
73 subobj.style.left=subobj.style.top=0
80 document.getElementById(subobjid).style.visibility="hidden"
[all …]

12345678910>>...89