Home
last modified time | relevance | path

Searched refs:style (Results 126 – 150 of 2224) sorted by relevance

12345678910>>...89

/plugin/s5reloaded/ui/thesis/
H A Dslides.js1070 tl.style.color = '';
1214 pg.style.top = 0 + 'px';
1222 pg.style.opacity = 1.0;
1224 pg.style.zIndex = 9999;
1388 pg.style.zIndex = 9999;
1410 em.id='EMSizeControl'; em.style.position="absolute"; em.style.left="-999px";
1411 em.style.width="1em"; em.style.height="1em"; em.style.opacity=0.0;
1932 ctx.fillStyle = style;
2415 obj.style.position = 'fixed'; obj.style.left = x + 'px'; obj.style.top = y + 'px';
2419 vol.style.position = 'fixed'; vol.style.left = x + 'px'; vol.style.top = y + 'px';
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19style:{position:"absolute",width:0,height:0,overflow:"hidden",padding:0,border:0,margin:0}},[["div…
/plugin/quickstats/
H A Dscript.js10 dom.style.backgroundColor='white';
14 dom.style.backgroundColor='white';
19 dom.style.display = 'none';
24 dom.style.display = 'block';
29 if(dom.style.display == 'block') {
41 var display = dom.style.display;
47 dom.style.display = 'block';
49 else dom.style.display = 'block';
90 dom.style.display='none';
92 else dom.style.display='block';
[all …]
/plugin/ghissues/
H A Dstyle.css2 list-style-type: none;
6 border-style:none none solid none;
35 border-style:solid;
46 border-style:none;
61 border-style:solid none none none;
69 border-style:none;
98 border-style:none;
101 font-style:italic;
/plugin/embedover/
H A Dscript.js4 function embedover_click(e, click, style) argument
7 document.getElementById("embedover_div" ).setAttribute("style", style);
8 document.getElementById("embedover_div" ).style.cssText = style;
13 document.getElementById("embedover_div" ).style.display= 'none';
19 document.getElementById("embedover_div" ).style.display = 'block' ;
26 document.getElementById("embedover_div" ).style.top = posy;
27 …document.getElementById("embedover_div" ).style.left = document.body.clientWidth - document.getEle…
/plugin/typography/helper/
H A Dodt.php30 $style = implode(' ', $css);
35 $renderer->_odtParagraphOpenUseCSSStyle($style);
37 $renderer->_odtParagraphOpenUseCSS('p', 'style="'.$style.'"');
42 $renderer->_odtSpanOpenUseCSSStyle($style);
44 $renderer->_odtSpanOpenUseCSS('span', 'style="'.$style.'"');
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.list-style.inc.php18 $style = new ListStyleValue;
19 $style->image = CSSListStyleImage::parse($value, $pipeline);
20 $style->position = CSSListStylePosition::parse($value);
21 $style->type = CSSListStyleType::parse($value);
23 return $style;
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js54 div.style.fontFamily = 'Arial,Helvetica';
55 div.style.visibility = 'hidden';
56 div.style.position = 'absolute';
57 div.style.fontSize = '11px';
147 var prev = cell.style;
149 cell.style = mxUtils.setStyle(cell.style, 'issueType', type);
150 cell.style = mxUtils.setStyle(cell.style, 'issueStatus', status);
151 cell.style = mxUtils.setStyle(cell.style, 'issueStatusWidth', sw);
152 cell.style = mxUtils.setStyle(cell.style, 'issuePriority', priority);
154 return prev != cell.style;
[all …]
H A Dflow.js46 if (mxUtils.getValue(state.style, mxConstants.STYLE_DASHED, '0') != '1')
55 if (mxUtils.getValue(state.style, mxConstants.STYLE_DASHED, '0') != '1')
91 var style = document.createElement('style')
92 style.type = 'text/css';
93 style.innerHTML = ['.mxEdgeFlow {',
102 document.getElementsByTagName('head')[0].appendChild(style);
/plugin/quizlib/
H A Dscript.js15 quizResultElement.style.display = 'block';
21 if (quizScorePercent >= 75) quizResultElement.style.backgroundColor = '#4caf50';
22 else if (quizScorePercent >= 50) quizResultElement.style.backgroundColor = '#ffc107';
23 else if (quizScorePercent >= 25) quizResultElement.style.backgroundColor = '#ff9800';
24 else if (quizScorePercent >= 0) quizResultElement.style.backgroundColor = '#f44336';
49 correctAnswer.style.marginLeft = '10px';
/plugin/structprogress/
H A Dstyle.less25 //sample for style: rounded
37 //sample for style: rounded_red
47 //sample for style: rounded_blue
57 //sample for style: red
62 //sample for style: blue
67 //sample for style: gradient
/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…
/plugin/diagramsnet/lib/math/extensions/
H A DHelpDialog.js19style:{fontSize:"120%"}},[["Help","MathJax Help"]]],["div",{id:"MathJax_HelpContent",tabIndex:0},[…
/plugin/revealjs/plugin/search/
H A Dsearch.js79 match.style.backgroundColor = wordColor[regs[0].toLowerCase()];
80 match.style.fontStyle = "inherit";
81 match.style.color = "#000";
115 inputboxdiv.style.display = "inline";
122 inputboxdiv.style.display = "none";
128 if (inputboxdiv.style.display !== "inline") {
172 searchElement.style.position = 'absolute';
173 searchElement.style.top = '10px';
174 searchElement.style.right = '10px';
175 searchElement.style.zIndex = 10;
/plugin/toctweak/
H A Dall.less8 METATOC hierarchical list style
12 border-style: solid;
26 list-style-type: none;
49 border-style: solid;
65 list-style-type: square;
68 list-style-type: none;
79 list-style-type: square;
92 list-style-type: none;
125 // list-style: none;
138 list-style-type: none;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionSnippet.php39 public $style; variable in Google\\Service\\YouTube\\ChannelSectionSnippet
108 public function setStyle($style) argument
110 $this->style = $style;
117 return $this->style;
/plugin/odt/ODT/
H A DODTHeading.php26 $style = $params->document->getStyleName('heading'.$level);
30 $pageStyle = $params->document->doPageFormatChange($style);
32 $style = $pageStyle;
41 $style = $params->document->createPagebreakStyle ($style);
44 $params->content .= '<text:h text:style-name="'.$style.'" text:outline-level="'.$level.'">';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextRun.php46 public function setStyle(TextStyle $style) argument
48 $this->style = $style;
55 return $this->style;
/plugin/wrap/
H A Dhelper.php139 $out .= ' style="width: '.hsc($attr['width']).';"';
142 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
199 $style = null;
201 $style = 'width: '.$attr['width'].';';
208 $this->renderODTOpenSpan ($renderer, $attr ['class'], $style, $language, $attr_string);
211 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, true, $attr_string);
220 $this->renderODTOpenBox ($renderer, $attr ['class'], $style, $fullattr);
222 $this->renderODTOpenTable ($renderer, $attr, $style, $attr_string);
226 $this->renderODTOpenColumns ($renderer, $attr ['class'], $style);
229 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style,
271 renderODTOpenBox($renderer, $class, $style, $fullattr) global() argument
317 renderODTOpenColumns($renderer, $class, $style) global() argument
339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument
449 renderODTOpenColumn($renderer, $class, $style, $attr) global() argument
524 renderODTOpenGroup($renderer, $class, $style) global() argument
539 renderODTOpenSpan($renderer, $class, $style, $language, $attr) global() argument
619 renderODTOpenTable($renderer, $attr, $style, $attr_string) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js95 …if ( eDIV.style.pageBreakAfter == 'always' && eDIV.childNodes.length == 1 && eDIV.childNodes[0].st…
160 …placeHolderImage.style.width = FCKTools.ConvertHtmlSizeToStyle( originalEmbed.getAttribute( 'width…
163 …placeHolderImage.style.height = FCKTools.ConvertHtmlSizeToStyle( originalEmbed.getAttribute( 'heig…
172 if ( fakeElement.style.width.length > 0 )
173 e.width = FCKTools.ConvertStyleSizeToHtml( fakeElement.style.width ) ;
175 if ( fakeElement.style.height.length > 0 )
176 e.height = FCKTools.ConvertStyleSizeToHtml( fakeElement.style.height ) ;
/plugin/googlemaps3/
H A Dsyntax.php112 …$style = $map['width'] ? 'width: '.(is_numeric($map['width']) ? $map['width'].'px' : $map['width']…
113 …$style .= $map['height'] ? 'height: '.(is_numeric($map['height']) ? $map['height'].'px' : $map['he…
116 $style = "style='$style'";
118 $style = '';
156 return array($map['mapID'], $style, $lang, $jsData);
172 list($mapID, $style, $lang, $jsData) = $data;
180 …$renderer->doc .= "<div id='googlemaps3map".$mapID."' class='googlemaps3'".($style ? ' '.$style : …
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js308 …return (style != null) ? (style['html'] == '1' || style[mxConstants.STYLE_WHITE_SPACE] == 'wrap') …
2190 var style = {};
2195 this.mergeStyle(state.style, style, i == 0);
2198 return style;
2311 return style;
4311 return style;
6289 var temp = {style: style, cell: cells[i], geo: cell}; property in TableLayout.layoutRow.temp
7313 state.style = this.graph.postProcessCellStyle(state.style);
7769 if (style != null && style['snapToPoint'] == '1')
9037 label.style = 'edgeLabel;' + style;
[all …]
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php149 $style = new ODTTableCellStyle();
154 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
158 $style->setDefault(true);
159 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
165 … $attrs += $style->importODTStyleInternal(ODTParagraphStyle::getParagraphProperties (), $xmlCode);
170 $attrs += $style->importODTStyleInternal(ODTTextStyle::getTextProperties (), $open);
175 $attrs += $style->importODTStyleInternal(self::$table_cell_fields, $open);
183 return $style;
/plugin/hcalendar/
H A Dstyle.css5 /*font-style:italic;*/
11 font-style:italic;
36 font-style:italic;
40 font-style:italic;
45 font-style:italic;
/plugin/freechat/phpfreechat/data/public/js/
H A Dcreatestylerule.js15 this.style = (typeof document.createElementNS != "undefined") ?
18 this.style.setAttribute("type", "text/css");
19 this.style.setAttribute("media", "screen");
20 head.appendChild(this.style);
32 this.style.appendChild(styleRule); // bugs in IE/Win

12345678910>>...89