Home
last modified time | relevance | path

Searched refs:style (Results 301 – 325 of 2224) sorted by relevance

1...<<11121314151617181920>>...89

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupNavigation.js42 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupBreadcrumb.prototype.cst.TEXT_COLOR, '#6…
45 var separatorColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#c4c4c4');
161 …var fontColor = mxUtils.getValue(this.style, mxShapeMockupStepBar.prototype.cst.TEXT_COLOR, '#6666…
162 …var currColor = mxUtils.getValue(this.style, mxShapeMockupStepBar.prototype.cst.TEXT_COLOR2, '#008…
164 var bgColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#c4c4c4');
165 var doneColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#666666');
265 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
509 var barPos = mxUtils.getValue(this.style, mxShapeMockupScrollBar.prototype.cst.BAR_POS, '20');
597 var textSize = mxUtils.getValue(this.style, mxShapeMockupPagination.prototype.cst.TEXT_SIZE, '17');
648 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#000000');
[all …]
/plugin/dokukiwix/
H A Dscript.js31 obj.style.visibility='visible';
32 obj.style.display='inline';
34 obj.style.visibility='hidden';
35 obj.style.display='none';
45 obj.style.visibility='visible';
47 obj.style.visibility='hidden';
/plugin/odt/ODT/styles/
H A DODTTextStyle.php185 $style = new ODTTextStyle();
190 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
194 $style->setDefault(true);
195 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
201 $attrs += $style->importODTStyleInternal(self::$text_fields, $open);
209 return $style;
/plugin/tools/
H A Dstyle.css3 list-style: none;
13 list-style: none;
20 list-style: none;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dstylesheet.css10 font-style: normal;
22 font-style: normal;
34 font-style: normal;
/plugin/statdisplay/pchart/
H A DpChart.php233 if ($style->useStripe()) {
313 $style->getColor(),
319 $style->getColor(),
363 $style->getColor(),
370 $style->getColor(),
388 $style->getColor(),
623 $style->getColor(),
629 $style->getColor(),
671 $style->getColor(),
687 $style->getColor(),
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php192 * Set line style
212 private function drawGraphArea(BackgroundStyle $style) { argument
216 $style->getBackgroundColor(),
222 $style->getBackgroundColor()->addRGBIncrement(-40),
223 $style->getBorderWidth(),
224 $style->getBorderDotSize(),
228 if($style->useStripe()) {
229 $color2 = $style->getBackgroundColor()->addRGBIncrement(-15);
261 public function drawGraphBackground(BackgroundStyle $style) { argument
262 $this->drawGraphArea($style);
297 drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) global() argument
304 drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) global() argument
554 calculateDivisions(pData $Data, ScaleStyle $style) global() argument
645 drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decimals = 1) global() argument
866 drawGridMosaic(GridStyle $style, $divisionCount, $divisionHeight) global() argument
898 writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) global() argument
920 drawGrid(GridStyle $style) global() argument
2860 drawGraphAreaGradient(BackgroundStyle $style) global() argument
[all...]
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js758 var style = styleCache[token];
762 if (typeof style === 'string') {
768 style = patternParts[0];
774 style = patternParts[0];
780 style = PR_PLAIN;
784 isEmbedded = style.length >= 5 && 'lang-' === style.substring(0, 5);
787 style = PR_SOURCE;
790 if (!isEmbedded) { styleCache[token] = style; }
797 decorations.push(basePos + tokenStart, style);
809 var lang = style.substring(5);
H A Dprettify.js806 var style = styleCache[token];
810 if (typeof style === 'string') {
816 style = patternParts[0];
822 style = patternParts[0];
828 style = PR_PLAIN;
832 isEmbedded = style.length >= 5 && 'lang-' === style.substring(0, 5);
835 style = PR_SOURCE;
838 if (!isEmbedded) { styleCache[token] = style; }
845 decorations.push(basePos + tokenStart, style);
857 var lang = style.substring(5);
/plugin/googlepagerank/
H A Dsyntax.php62 if ($data[2] == 'style') {
64 …$html='<div style="position: relative; width: '.$data[1].'px; padding: 0; background: #D9D9D9;"><s…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1411 img.style.marginRight = '5px';
1439 d.style.display = 'block';
1440 d.style.zIndex = '400';
1441 d.style.position = 'absolute';
1698 elts[i].style.display = 'none';
1735 elts[i].style.color = '';
1865 content.style.display = 'none';
2000 if(element.style)
2008 element.style.display = type;
2028 $(idname).style.padding = '1px';
[all …]
/plugin/schedule/lib/
H A DscheduleCitiesMap.js86 if (!style) {
349 iconStyle = new ol.style.Style ({
358 iconSelectedStyle = new ol.style.Style ({
374 style: function (feature) {
385 var style = styleCache[selected][size];
386 if (!style) {
387 style = [new ol.style.Style({
388 image: new ol.style.Icon (/** @type {olx.style.IconOptions} */ ({
395 text: new ol.style.Text({
400 styleCache[selected][size] = style;
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dsql.js54 div.style.userSelect = 'none';
55 div.style.overflow = 'hidden';
56 div.style.padding = '10px';
57 div.style.height = '100%';
62 sqlInput.style.height = '200px';
63 sqlInput.style.width = '100%';
603 resetBtn.style.padding = '4px';
610 btn.style.marginTop = '8px';
611 btn.style.padding = '4px';
618 btn.style.marginTop = '8px';
[all …]
/plugin/s5/ui/default/
H A Dslides.js113 cs.style.visibility = 'hidden';
115 cs.style.visibility = 'visible';
155 ce.style.visibility = 'hidden';
156 ne.style.visibility = 'visible';
192 slide.style.visibility = 'visible';
201 slide.style.visibility = 'hidden';
213 if (obj.style.visibility != 'visible') {
214 obj.style.visibility = 'visible';
216 obj.style.visibility = 'hidden';
421 obj.style.display = 'none';
[all …]
/plugin/s5/ui/dokuwiki/
H A Dslides.js113 cs.style.visibility = 'hidden';
115 cs.style.visibility = 'visible';
154 ce.style.visibility = 'hidden';
155 ne.style.visibility = 'visible';
191 slide.style.visibility = 'visible';
200 slide.style.visibility = 'hidden';
212 if (obj.style.visibility != 'visible') {
213 obj.style.visibility = 'visible';
215 obj.style.visibility = 'hidden';
420 obj.style.display = 'none';
[all …]
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js35 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
36 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
150 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
155 var attrColor = mxUtils.getValue(this.style, 'fillColor2', '#ffffff');
343 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
344 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
427 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
428 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
522 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
523 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js206 str += '<div id="cdtree_' + this.treeName + '" class="dtree" style="position:relative;overflow:hidden;width:100%;">';
208 str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overflow:';
219 str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme + '" style="display:none;" title="Table of contents"></div>';
220 str += '<div id="toc_' + this.treeName + '" style="display:none;"></div>';
228 str += '<div id="left_' + this.treeName + '" class="indexmenu_larrow" style="display:none;" title="Click to scroll back" onmousedown="' + this.treeName + '.scroll(\'r\',1)" onmouseup="' + this.treeName + '.stopscroll()"></div>';
328 str += '<div id="d' + this.treeName + nodeId + '" class="clip" style="display:' + ((this.root.id === node.pid || node._io) ? 'block' : 'none') + ';">';
519 jQuery('#d' + this.treeName + id)[0].style.display = (status) ? 'block' : 'none';
726 jQuery('#left_' + this.treeName)[0].style.border = "thin inset";
761 jQuery('#dtree_' + self.treeName)[0].style.left = lft + "px";
780 jQuery('#dtree_' + self.treeName)[0].style
[all...]
/plugin/bez/images/
H A Dlogo.svg5 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
8 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
11 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js92 span1.style.cssText =
93 …span2.style.cssText = 'display:inline-block;float:right;line-height:2.1em;margin-left:1em;margin-t…
95 span1.firstChild.style.cssText =
96 span2.firstChild.style.cssText = 'display:inline-block;margin-right:.5em;';
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dmathchoice.js19 …box;if(e.firstChild&&e.firstChild.style.marginLeft){e.style.marginLeft=e.firstChild.style.marginLe…
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css13 -webkit-transform-style: preserve-3d;
14 transform-style: preserve-3d;
31 -webkit-transform-style: preserve-3d;
32 transform-style: preserve-3d;
/plugin/strata/
H A Dstyle.css62 /* Column filter style */
66 font-style: italic;
78 /* Sort style */
97 /* Column sort style */
122 /* Generic sort and filter style */
137 list-style-type: none;
162 font-style: italic;
167 font-style: italic;
/plugin/s5/ui/blue/
H A Dpretty.css15 blockquote, q {font-style: italic;}
18 blockquote i {font-style: normal;}
19 …b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
20 blockquote b i {font-style: italic;}
30 ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
42 #footer h2 {font-style: italic;}
89 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D24.24.js.map1style)/, ['delimiter', { token: 'tag', next: '@style' }]],\n [/(<)((?:[\\w\\-]+:)?[\\w\…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckicon.js68 eIconImage.style.top = sPos ;
76 eIcon.style.backgroundPosition = '0px ' + sPos ;
77 eIcon.style.backgroundImage = 'url("' + this.Path + '")' ;

1...<<11121314151617181920>>...89