/plugin/amcharts/assets/amcharts/themes/ |
H A D | chalk.js | 8 fontSize: 18, property in AmCharts.themes.chalk.AmChart 46 fontSize: 15, property in AmCharts.themes.chalk.ChartScrollbar 147 fontSize:"16px", property in AmCharts.themes.chalk.PeriodSelector 153 fontSize:"16px", property in AmCharts.themes.chalk.PeriodButton 167 fontSize:"16px", property in AmCharts.themes.chalk.PeriodButtonSelected 181 fontSize:"16px", property in AmCharts.themes.chalk.PeriodInputField 190 fontSize:"16px", property in AmCharts.themes.chalk.DataSetSelector 198 fontSize:"16px", property in AmCharts.themes.chalk.DataSetCompareList 208 fontSize:"16px", property in AmCharts.themes.chalk.DataSetSelect
|
/plugin/bibtex/OSBib/ |
H A D | MINIMALRTF.php | 149 function paragraph($fontBlock = 0, $fontSize = 12) argument 151 $fontSize *= 2; 152 return "{\\f$fontBlock\\fs$fontSize \\par }\n"; 159 function textBlock($fontBlock = FALSE, $fontSize = FALSE, $input = FALSE) argument 161 if(($fontBlock === FALSE) || ($fontSize === FALSE) || ($input === FALSE)) 163 $fontSize *= 2; 164 return "{\\f$fontBlock\\fs$fontSize $input \\par }\n";
|
/plugin/webcode/_test/data/pages/ |
H A D | across_section.txt | 11 <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 … 31 ==== Output the value of element.style.fontSize for each element ==== 32 * The first ''p'' element will have a element.style.fontSize 34 …e.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.fontS… 38 … p with a stylesheet definition has an undefined fontSize property "+(typeof allP.item(0).style.fo…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | TextFormat.php | 33 public $fontSize; variable in Google\\Service\\Sheets\\TextFormat 84 public function setFontSize($fontSize) argument 86 $this->fontSize = $fontSize; 93 return $this->fontSize;
|
/plugin/captcha/ |
H A D | EasySVG.php | 229 $fontSize = (float) $this->font->size / $this->font->unitsPerEm; 247 $d = $this->defScale($d, $fontSize, -$fontSize); 248 $d = $this->defTranslate($d, $horizAdvX, $horizAdvY * $fontSize * 2); 253 $horizAdvX += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 254 $this->font->em * $this->font->letterSpacing * $fontSize; 266 $fontSize = (float) $this->font->size / $this->font->unitsPerEm; 270 $lineHeight = ($this->font->ascent + $this->font->descent) * $fontSize * 2; 287 $lineWidth += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 288 $this->font->em * $this->font->letterSpacing * $fontSize; [all...] |
/plugin/diagramsnet/lib/shapes/rack/ |
H A D | mxRack.js | 62 var fontSize = 12; 69 c.translate(x + fontSize * 2, y); 70 w = Math.max(w - fontSize * 2, 0); 78 this.background(c, w, h, fontSize); 81 this.foreground(c, w, h, fontSize); 85 this.sideText(c, w, h, fontSize); 97 if (w > 18 + fontSize * 2 && h > 42) 125 c.setFontSize(fontSize); 475 c.rect(fontSize * 3, 0, 160.9, h); 483 c.setFontSize(fontSize); [all …]
|
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupForms.js | 82 c.setFontSize(fontSize); 209 c.setFontSize(fontSize); 411 c.setFontSize(fontSize); 943 c.setFontSize(fontSize); 1133 c.setFontSize(fontSize); 1386 c.rect(0, 30 + selectedButton * fontSize * 1.5, w, fontSize * 1.5); 1400 c.setFontSize(fontSize); 2266 h = Math.max(h, fontSize * 10.5 + optCount * fontSize * 3); 2281 c.rect(tabX, fontSize * 9, w - tabX, fontSize * 1.5); 2294 c.rect(tabX, fontSize * 3, w - tabX, fontSize * 1.5); [all …]
|
H A D | mxMockupText.js | 137 var trueH = Math.max(h, fontSize * 1.5, 20); 243 c.setFontSize(fontSize); 251 c.moveTo((w + buttonWidth * 0.5) * trueW / minW - textW, h * 0.5 + fontSize * 0.5); 528 c.setFontSize(fontSize); 531 var textH = lineNum * fontSize * 1.5; 535 …c.text(w / 2, (h - textH) / 2 + i * fontSize * 1.5 + fontSize * 0.75, 0, 0, mainText[i], mxConstan… 664 c.setFontSize(fontSize); 689 …c.text(10, i * fontSize * 1.5 + fontSize * 0.75, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan… 748 c.setFontSize(fontSize); 752 …c.text(5, i * fontSize * 1.5 + fontSize * 0.75, 0, 0, mainText[i], mxConstants.ALIGN_LEFT, mxConst… [all …]
|
H A D | mxMockupButtons.js | 58 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 59 this.subText(c, x, y, w, h, subText, fontSize / 1.4, fontColor); 100 c.setFontSize(fontSize); 108 c.setFontSize(fontSize); 163 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor); 204 c.setFontSize(fontSize); 280 var trueH = Math.max(h, fontSize * 1.5, 20); 423 c.setFontSize(fontSize); 499 var minButtonHeight = fontSize * 1.5; 526 this.buttonText(c, trueW, currHeight, textStrings[i], fontSize); [all …]
|
H A D | mxMockupNavigation.js | 53 …buttonWidths[i] = mxUtils.getSizeForString(textStrings[i], fontSize, mxConstants.DEFAULT_FONTFAMIL… 57 var trueH = Math.max(h, fontSize * 1.5, 20); 78 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 111 c.setFontSize(fontSize); 182 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w… 187 var trueH = Math.max(h, fontSize * 1.5, 20); 192 …this.stepLineBg(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, bgColor, fontSize, tr… 210 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 220 var midY = fontSize * 2; 261 var midY = fontSize * 2; [all …]
|
H A D | mxMockupContainers.js | 400 c.setFontSize(fontSize); 1061 c.roundrect(0, fontSize * 0.5, w, h - fontSize * 0.5, 5, 5); 1069 c.roundrect(3, 0, textWidth + 6, fontSize * 1.5, fontSize * 0.25, fontSize * 0.25); 1078 c.setFontSize(fontSize); 1176 c.setFontSize(fontSize); 1228 var tabH = fontSize * 1.5; 1424 c.setFontSize(fontSize); 1501 var tabH = fontSize * 1.5; 1647 c.setFontSize(fontSize); 1765 c.setFontSize(fontSize); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1DocumentStyle.php | 74 public function setFontSize(GoogleCloudDocumentaiV1DocumentStyleFontSize $fontSize) argument 76 $this->fontSize = $fontSize; 83 return $this->fontSize;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentStyle.php | 74 public function setFontSize(GoogleCloudDocumentaiV1beta1DocumentStyleFontSize $fontSize) argument 76 $this->fontSize = $fontSize; 83 return $this->fontSize;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentStyle.php | 74 public function setFontSize(GoogleCloudDocumentaiV1beta2DocumentStyleFontSize $fontSize) argument 76 $this->fontSize = $fontSize; 83 return $this->fontSize;
|
/plugin/diagramsnet/lib/shapes/er/ |
H A D | mxER.js | 101 c.setFontSize(fontSize); 211 c.setFontSize(fontSize); 293 c.setFontSize(fontSize); 382 c.setFontSize(fontSize); 477 c.setFontSize(fontSize); 550 c.setFontSize(fontSize); 727 c.setFontSize(fontSize); 820 c.setFontSize(fontSize); 915 c.setFontSize(fontSize); 1025 c.setFontSize(fontSize); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | TextStyle.php | 102 public function setFontSize(Dimension $fontSize) argument 104 $this->fontSize = $fontSize; 111 return $this->fontSize;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | TextStyle.php | 120 public function setFontSize(Dimension $fontSize) argument 122 $this->fontSize = $fontSize; 129 return $this->fontSize;
|
/plugin/avbarchart/ |
H A D | syntax.php | 33 public $fontSize = "8pt;"; // Font size of labels and values. variable in syntax_plugin_avbarchart 104 …fontSize.";'>".$amount."</span><br clear='all' /><table style='display:inline;border:0;' cellpaddi…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | respond.min.js | 5 …fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:…
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | basic-style.xml.bak | 5 <add as="fontSize" value="11"/> 15 <add as="fontSize" value="10"/> 37 <add as="fontSize" value="12"/>
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 125 this.ctx.font = style + this.state.fontSize + 'px ' + this.state.fontFamily; 348 this.state.fontSize = value; 718 div.style.fontSize = this.state.fontSize + 'pt'; 734 backgroundY = y - this.state.fontSize / 2; 739 backgroundY = y - this.state.fontSize; 781 …this.ctx.fillRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIGHT… 787 …this.ctx.strokeRect(startMostX, backgroundY, maxWidth, this.state.fontSize * mxConstants.LINE_HEIG… 796 y += this.state.fontSize * mxConstants.LINE_HEIGHT;
|
H A D | mxAsyncCanvas.js | 79 this.ctx.font = style + this.state.fontSize + 'px ' + this.state.fontFamily; 118 this.state.fontSize = value;
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxAndroid.js | 73 var trueH = Math.max(h, fontSize * 1.5, 7); 96 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW); 163 c.setFontSize(fontSize); 359 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8').toString(); 367 var lineH = Math.max(fontSize * 1.5, buttonSize); 401 c.setFontSize(fontSize); 481 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8').toString(); 490 var lineH = Math.max(fontSize * 1.5, buttonSize); 524 c.setFontSize(fontSize); 595 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '12'); [all …]
|
/plugin/snow/ |
H A D | snowstorm.js | 368 this.fontSize = (10+(this.type/5)*10); 489 s.o.style.fontSize = s.fontSize-(s.fontSize*(s.meltFrame/s.meltFrameCount))+'px'; 509 s.o.style.fontSize = s.fontSize+'px';
|
/plugin/diagramsnet/lib/math/jax/output/SVG/ |
H A D | config.js | 19 …nkDelay:100,linebreaks:{automatic:false,width:"container"},merrorStyle:{fontSize:"90%",color:"#C00…
|