Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 1840) sorted by relevance

12345678910>>...74

/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php105 $style = new ODTMasterPageStyle();
110 $style->importODTStyleInternal(self::$master_fields, $open, $style->master_style);
116 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_header);
123 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_footer);
130 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_header_left);
137 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_footer_left);
141 return $style;
150 $style = '';
186 $style .= $content_header;
191 $style .= $content_footer;
[all …]
H A DODTPageLayoutStyle.php218 $style = new ODTPageLayoutStyle();
223 … $style->importODTStyleInternal(self::$page_layout_fields, $open, $style->page_layout_style);
232 … $style->importODTStyleInternal(self::$layout_props_fields, $open, $style->layout_props);
239 … $style->importODTStyleInternal(self::$bgi_fields, $open, $style->bgi_props);
246 … $style->importODTStyleInternal(self::$columns_fields, $open, $style->columns_props);
253 … $style->importODTStyleInternal(self::$footnote_fields, $open, $style->footnote_props);
260 return $style;
323 $style .= $this->content_header;
324 $style .= $this->content_footer;
327 return $style;
[all …]
H A DODTStyleStyle.php101 $style = '';
113 $style .= $items ['odt_property'].'="'.$items ['value'].'" ';
144 $style = '<'.$element.' '.$style.'>'."\n";
151 $style .= ' </style:paragraph-properties>'."\n";
155 $style .= ' <style:text-properties '.$text.'/>'."\n";
158 $style .= ' <style:table-properties '.$table.'/>'."\n";
164 $style .= ' <style:table-row-properties '.$table_row.'/>'."\n";
171 $style .=' <style:background-image '.$image.'/>'."\n";
172 $style .= ' </style:table-cell-properties>';
175 $style .= '</'.$element.'>'."\n";
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js32 this.Style = style ? style : FCK_TOOLBARITEM_ICONTEXT ;
53 if ( !style.IsCore )
54 styles[ styleName ] = style ;
76 var style = styles[ styleName ] ;
81 FCKToolbarStyleCombo_BuildPreview( style, style.Label || styleName ) ;
85 item.Style = style ;
106 var style = item.Style ;
110 targetSpecialCombo.SetLabel( style.Label || style.Name ) ;
150 var style = item.Style ;
154 item.style.display = '' ;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js35 div.style.width = '100%';
36 div.style.height = '100%';
203 elt.style.left = '0';
216 div.style.bottom = '0';
1418 this.div.style.left = parseInt(this.div.style.left) + 150 + 'px';
1544 elt.style.top = '6px';
1583 btn.style.top = '0px';
1891 footer.style.top = toolbar.style.top;
1910 ui.rightResizer.style.visibility = ui.bottomResizer.style.visibility;
2316 redoElt.style.display = undoElt.style.display;
[all …]
H A DExtensions.js4622 if (style != null && style != '' && style.charAt(style.length - 1) != ';')
6851 v.style += addAllStyles(v.style, p, a, v);
6877 v.style += addAllStyles(v.style, p, a, v);
6903 v.style += addAllStyles(v.style, p, a, v);
7037 v.style += addAllStyles(v.style, p, a, v);
10472 item3.style = item2.style;
10477 item4.style = item2.style;
10482 item5.style = item2.style;
10487 item6.style = item2.style;
10492 item7.style = item2.style;
[all …]
H A DDialogs.js11 div.style.textAlign = 'center';
12 div.style.whiteSpace = 'nowrap';
13 div.style.paddingTop = '0px';
45 button.style.margin = '4px';
58 label.style.bottom = '8px';
59 label.style.left = '0px';
60 label.style.right = '0px';
4560 wndBtn.style.width = replaceBtn.style.width;
5809 cmpContainer.style.backgroundColor = container.style.backgroundColor;
6971 if (state.style != null && state.style['html'] == '1')
[all …]
/plugin/callflow/
H A Dscript.js3 ;style = class
148 el.style.clear = "both";
298 5+style.cols.height+(title?style.titlesize:0),// center y
300 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
348 y-style.txtsize/2-2,
353 y-style.txtsize/2-2,
456 style.cols.height,
463 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
483 10+style.titlesize/2,
485 .attr({"font-size":style.titlesize, "fill":style.txtcolor});
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js304 graph.mergeStyle(state.style, result.style, initial);
1748 var style = (graph.isStack(ss.vertices[0])) ? ss.style :
3565 stepper.style.display = input.style.display;
3695 borderPanel.style.display = bgPanel.style.display;
5156 stepper.style.display = input.style.display;
5162 altStepper.style.display = altInput.style.display;
5196 …if (ss.style.shape == 'connector' || ss.style.shape == 'flexArrow' || ss.style.shape == 'filledEdg…
5254 …if (ss.style.shape == 'connector' || ss.style.shape == 'flexArrow' || ss.style.shape == 'filledEdg…
5488 altSolid.style.borderBottom = solid.style.borderBottom;
6803 stepper.style.display = input.style.display;
[all …]
H A DDialogs.js12 iframe.style.borderStyle = 'none';
13 iframe.style.borderWidth = '0px';
14 iframe.style.overflow = 'hidden';
120 td.style.width = '16px';
175 td.style.padding = '0px';
176 td.style.width = '16px';
177 td.style.height = '16px';
399 img.style.border = '0px';
442 td.style.width = '100px';
1538 top.style.top = '30px';
[all …]
H A DToolbar.js71 viewMenu.style.width = '50px';
75 viewMenu.style.width = '36px';
183 img.style.right = '4px';
203 menuElt.style.width = '30px';
209 div.style.marginLeft = '-2px';
275 div.style.maxWidth = '66px';
295 div.style.maxWidth = '24px';
439 div.style.marginLeft = '-2px';
539 div.style.marginTop = '-3px';
686 table.style.border = '';
[all …]
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js57 'transform' in document.body.style;
105 document.body.style.transform = '';
106 document.body.style.OTransform = '';
107 document.body.style.msTransform = '';
132 document.body.style.position = '';
133 document.body.style.left = '';
134 document.body.style.top = '';
135 document.body.style.width = '';
136 document.body.style.height = '';
137 document.body.style.zoom = '';
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js178 padding: body.style.padding ? body.style.padding : null,
179 paddingTop: body.style.paddingTop ? body.style.paddingTop : null,
180 paddingRight: body.style.paddingRight ? body.style.paddingRight : null,
181 paddingBottom: body.style.paddingBottom ? body.style.paddingBottom : null,
182 paddingLeft: body.style.paddingLeft ? body.style.paddingLeft : null
184 if (body.style.padding) {
187 if (body.style.paddingTop) {
200 root.style.width = "100vw";
202 root.style.top = "0px";
203 root.style.left = "0px";
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js13style,o),l={overflow:t.style.overflow,padding:t.style.padding?t.style.padding:null,paddingTop:t.st…
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog_ie6.js48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ;
52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ;
56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ;
60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ;
65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ;
70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ;
75 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
83 this.style.backgroundPosition = '-16px -687px' ;
[all …]
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog_ie6.js48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ;
52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ;
56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ;
60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ;
65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ;
70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ;
75 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ;
83 this.style.backgroundPosition = '-16px -687px' ;
[all …]
/plugin/godiag/
H A Dsyntax.php48 var $style = array( variable in syntax_plugin_godiag
271 $dimh=($this->dgm['gridh']-1)*$this->style['line_sp']+$this->style['edge_sp']*2+1;
272 $dimv=($this->dgm['gridv']-1)*$this->style['line_sp']+$this->style['edge_sp']*2+1;
482 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
484 …imagettftext($im, $this->style['ttfont_sz'], 0, $basex, $y+$this->style['majusc_voffs'], $col, $th…
490 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
505 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
507 $basex=$x - $this->style['stone_radius']+($str<10?$this->style['sm_offs']:0);
516 …edrectangle($im, $x-$this->style['line_sp']/2+1, $y-$this->style['line_sp']/2+1, $x+$this->style['…
631 return array($bx*$this->style['line_sp']+$this->style['edge_sp']+$additional_sp,
[all …]
/plugin/dwcommits/
H A Dscript.js9 if(d.style.display && d.style.display == 'block') {
13 d.style.display="block";
16 return d.style.display;
24 dtop.style.display = which;
25 dma.style.display = which;
57 d.style.display = 'none';
74 if(!dom.style.height) {
80 dom.style.height = h+'px';
86 if(!dom.style.height) {
87 dom.style.height = "50px";
[all …]
/plugin/odt/ODT/css/
H A Dcssborder.php55 $style = NULL;
62 $style = $value;
153 $style = NULL;
162 if (!empty($style)) {
179 $style = NULL;
185 if (!empty($style)) {
196 $style = NULL;
202 if (!empty($style)) {
213 $style = NULL;
219 if (!empty($style)) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.border.php22 $this->assertEqual($table_border->left->style , BS_SOLID);
23 $this->assertEqual($table_border->right->style , BS_SOLID);
24 $this->assertEqual($table_border->top->style , BS_SOLID);
25 $this->assertEqual($table_border->bottom->style , BS_SOLID);
34 $this->assertEqual($cell1_border->left->style , BS_SOLID);
35 $this->assertEqual($cell1_border->right->style , BS_SOLID);
36 $this->assertEqual($cell1_border->top->style , BS_SOLID);
37 $this->assertEqual($cell1_border->bottom->style , BS_SOLID);
50 $this->assertEqual($cell2_border->left->style , BS_SOLID);
52 $this->assertEqual($cell2_border->top->style , BS_SOLID);
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxArrows.js89 if (mxUtils.getValue(this.style, 'boundedLbl', false))
97 if (mxUtils.getValue(this.style, 'flipH', false))
105 if (mxUtils.getValue(this.style, 'flipV', false))
259 if (mxUtils.getValue(this.style, 'boundedLbl', false))
1666style['dy1'] = Math.round(100 * Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.state.style,…
1672style, 'dy1', this.dy1)) + parseFloat(mxUtils.getValue(this.state.style, 'arrowHead', this.arrowHe…
1673style, 'dy1', this.dy1)) + parseFloat(mxUtils.getValue(this.state.style, 'arrowHead', this.arrowHe…
1678style['dx2'] = Math.round(100 * Math.max(parseFloat(mxUtils.getValue(this.state.style, 'dy1', this…
1679style['dy2'] = Math.round(100 * Math.max(parseFloat(mxUtils.getValue(this.state.style, 'dy1', this…
1693style['arrowHead'] = Math.round(100 * Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.state.
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js26 this.box.style.position = 'absolute';
27 this.box.style.zIndex = 100;
28 this.box.style.display = 'none';
31 this.box.style.overflow = 'auto';
82 this.bgbox.style.opacity = '.7';
86 this.bgbox.style.display = 'none';
87 this.bgbox.style.zIndex = 50;
103 this.bgbox.style.top = pos[1]+'px';
104 this.bgbox.style.left = pos[0]+'px';
118 this.bgbox.style.display = 'block';
[all …]
/plugin/lightbox/
H A Dscript.js185 objOverlay.style.display = 'block';
211 objCaption.style.display = 'none';
260 objOverlay.style.display = 'none';
261 objLightbox.style.display = 'none';
323 objOverlay.style.display = 'none';
325 objOverlay.style.top = '0';
326 objOverlay.style.left = '0';
327 objOverlay.style.zIndex = '90';
328 objOverlay.style.width = '100%';
364 objLightbox.style.zIndex = '100';
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js29 ApplyStyle : function( style )
31 if ( typeof style == 'string' )
32 style = this.GetStyles()[ style ] ;
34 if ( style )
45 RemoveStyle : function( style )
47 if ( typeof style == 'string' )
48 style = this.GetStyles()[ style ] ;
50 if ( style )
93 style._LastState = state ;
254 style.IsCore = true ;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php37 function font_resolved($family, $weight, $style, $encoding) { argument
41 isset($this->ps_fonts[$family][$weight][$style]) and
42 isset($this->ps_fonts[$family][$weight][$style][$encoding]);
51 function resolve_font($family, $weight, $style, $encoding) { argument
52 if (!$this->font_resolved($family, $weight, $style, $encoding)) {
56 return $this->ps_fonts[$family][$weight][$style][$encoding];
105 function get_global_encoding_override($weight, $style, $encoding) { argument
114 return $this->overrides[$encoding][$family][$weight][$style];
119 isset($this->overrides_mask[$family][$weight][$style])) {
152 function get_typeface_name($family, $weight, $style, $encoding) { argument
[all …]

12345678910>>...74