| /plugin/captcha/ |
| D | EasySVG.php | 29 $this->font->lineHeight = 1; 113 $this->font->lineHeight = $value; 239 … $horizAdvY += $this->font->lineHeight * ($this->font->ascent + $this->font->descent); 270 $lineHeight = ($this->font->ascent + $this->font->descent) * $fontSize * 2; 273 $height = $lineHeight; 282 $height += $lineHeight * $this->font->lineHeight;
|
| /plugin/fuzzysearch/ |
| H A D | editor.js | 223 const lineHeight = parseInt(font); 224 const top = (lines.length - 1) * lineHeight; 229 const lineHeight = parseInt(font);
|
| /plugin/emoji/script/ |
| D | jquery.textcomplete.js | 862 bottom: this.$el.parent().height() - position.top + position.lineHeight, 867 delete position.lineHeight; 1121 lineHeight: this._calculateLineHeight() 1126 var lineHeight = parseInt(this.$el.css('line-height'), 10); 1127 if (isNaN(lineHeight)) { 1138 lineHeight = temp.clientHeight; 1141 return lineHeight; 1295 position.lineHeight = $node.height();
|
| /plugin/amcharts/assets/amcharts/themes/ |
| D | black.js | 185 lineHeight: "100%", property
|
| D | dark.js | 184 lineHeight: "100%", property
|
| D | light.js | 178 lineHeight: "100%", property
|
| D | chalk.js | 200 lineHeight: "100%", property
|
| D | patterns.js | 245 lineHeight: "100%", property
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 724 var lineHeight = measuredFont[1]; 733 y -= (lines.length-1) * lineHeight / 2; 738 y -= lineHeight * (lines.length-1);
|
| /plugin/linksuggest/vendor/ |
| D | jquery.textcomplete.min.js | 2 …lineHeight,left:a.left}:(a.bottom="auto",delete a.lineHeight),-1!==this.placement.indexOf("absleft…
|
| /plugin/snow/ |
| D | snowstorm.js | 490 …s.o.style.lineHeight = storm.flakeHeight+2+(storm.flakeHeight*0.75*(s.meltFrame/s.meltFrameCount))… 510 s.o.style.lineHeight = (storm.flakeHeight+2)+'px';
|
| /plugin/markdownextra/lib/meltdown/js/ |
| D | jquery.meltdown.js | 356 lineHeight: '1.3em', property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 3460 lineHeight = match[5], 3475 if (lineHeight) { 3476 oStyle.lineHeight = lineHeight === 'normal' ? 1 : lineHeight; 16497 lineHeight: true, property 19372 lineHeight: true, property 19582 lineHeight: 1.16, property 19842 maxHeight = heightOfLine / this.lineHeight; 19883 maxHeight = heightOfLine / this.lineHeight; 19900 return this.fontSize * this._fontSizeMult * this.lineHeight; 20032 var i, lineHeight = 0, len, j, oLen; [all …]
|
| D | fabric.min.js | 2 …lineHeight=match[5],fontFamily=match[6];if(fontStyle){oStyle.fontStyle=fontStyle}if(fontWeight){oS… 9 …city:true,fontFamily:true,fontWeight:true,fontSize:true,fontStyle:true,lineHeight:true,textDecorat… 11 …lineHeight:true,stroke:true,strokeWidth:true,text:true,textAlign:true},_reNewline:/\r?\n/,type:"te… property 13 …lineHeight-this.getCurrentCharFontSize(lineIndex,charIndex)*(1-this._fontSizeFraction)}return{top:… argument 15 …lineHeight*this._fontSizeMult)}},_createTextCharBg:function(styleDecl,lineLeftOffset,lineTopOffset…
|
| /plugin/statistics/js/ |
| D | chartjs-plugin-datalabels.js | 7 …lineHeight,width:l}},n=function(t,e,r){return Math.max(t,Math.min(e,r))},i=function(t,e){var r,a,o…
|
| D | chart.js | 13 …lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(t,e)=>te(e.backgroundColor),t… property
|
| /plugin/aceeditor/ |
| D | build.js | 1 …lineHeight+15<n.bottom?(u.style.bottom="",u.style.top=e.y+15+"px"):(u.style.top="",u.style.bottom=… property
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 3849 node.style.lineHeight = value / 100; 4288 var lineHeight = css.lineHeight 4290 …if (elt.style.lineHeight != null && elt.style.lineHeight.substring(elt.style.lineHeight.length - 1… 4292 return parseInt(elt.style.lineHeight) / 100; 4296 return (lineHeight.substring(lineHeight.length - 2) == 'px') ? 4297 parseFloat(lineHeight) / fontSize : parseInt(lineHeight); 4322 var lineHeight = getRelativeLineHeight(fontSize, css, node); 4340 if (lh != lineHeight || isNaN(lh)) 4342 lineHeight = ''; 4446 var lh = parseFloat(lineHeight);
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 553 seg.style.lineHeight = '0'; 691 p.btnS.style.lineHeight = p.btn.style.height;
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 602 seg.style.lineHeight = '0'; 783 p.btnS.style.lineHeight = p.btn.style.height;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | NotionClient.js | 534 div.style.lineHeight = '1.2em';
|
| D | GitHubClient.js | 807 div.style.lineHeight = '1.2em';
|
| D | GitLabClient.js | 793 div.style.lineHeight = '1.2em';
|
| D | Minimal.js | 2389 pageMenu.style.lineHeight = ''; 2459 elt.style.lineHeight = (parseInt(ui.tabContainerHeight) + 1) + 'px';
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 5208 lineHeight = bb[3] - bb[1], property 5210 … height = +bb[1] + (origin == "baseline" ? lineHeight + (+font.face.descent) : lineHeight / 2); 5216 shifty += lineHeight * line_spacing;
|