| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxAsyncCanvas.js | 69 if ((this.state.fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD) 74 if ((this.state.fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC) 128 this.state.fontStyle = value;
|
| D | mxJsCanvas.js | 115 if ((this.state.fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD) 120 if ((this.state.fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC) 358 this.state.fontStyle = value;
|
| /plugin/xlsx2dw/ |
| D | script.js | 241 let fontStyle = cell.style.font?.color; 242 if(fontStyle?.argb) 244 if(fontStyle?.theme !== undefined) { 245 if(fontStyle.theme === 0) 247 return colorsJSON[fontStyle.theme];
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | default-style.xml.bak | 29 <add as="fontStyle" value="1"/>
|
| D | basic-style.xml.bak | 38 <add as="fontStyle" value="1"/>
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | mxVsdxCanvas2D.js | 883 var fontStyle = that.cellState.style["fontStyle"]; 889 bold: pStyle['bold'] || (fontStyle & 1), 890 italic: pStyle['italic'] || (fontStyle & 2), 891 underline: pStyle['underline'] || (fontStyle & 4)
|
| D | importer.js | 4242 var fontStyle = fontStyleElems[index141]; 4244 var name_5 = fontStyle.nodeName; 4247 … this.fillFontStyles(fontStyle, this.connFontColors, this.connFontStyles); 4250 … this.fillFontStyles(fontStyle, this.fontColors, this.fontStyles); 4283 … /*private*/ mxVsdxTheme.prototype.fillFontStyles = function (fontStyle, fontColors, fontStyles) { argument 4284 … var fontProps = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(fontStyle); 10302 var fontStyle = this.isBold(index) ? mxConstants.FONT_BOLD : 0; 10303 fontStyle |= this.isItalic(index) ? mxConstants.FONT_ITALIC : 0; 10304 fontStyle |= this.isUnderline(index) ? mxConstants.FONT_UNDERLINE : 0; 10305 /* put */ (this.styleMap["fontStyle"] = new String(fontStyle).toString());
|
| /plugin/revealjs/plugin/search/ |
| D | search.js | 80 match.style.fontStyle = "inherit";
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | compactable.js | 628 canOverride.property.fontStyle, 662 canOverride: canOverride.property.fontStyle,
|
| D | can-override.js | 263 fontStyle: keywordWithGlobal('font-style'), property
|
| /plugin/refnotes/ |
| D | rendering.php | 348 $fontStyle = $this->getInlineReferenceStyle($reference, 'reference-font-style', 'normal'); 352 list($fontOpen, $fontClose) = $this->renderFont($fontWeightStyle, 'normal', $fontStyle);
|
| /plugin/diagramsnet/lib/math/extensions/ |
| D | Safe.js | 19 …,margin:true,padding:true,textShadow:true,fontFamily:true,fontSize:true,fontStyle:true,fontWeight:… property
|
| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/ |
| D | jax.js | 19 …fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 3455 var fontStyle = match[1], 3463 if (fontStyle) { 3464 oStyle.fontStyle = fontStyle; 16496 fontStyle: true, property 19371 fontStyle: true, property 19575 fontStyle: '', property 20071 (fabric.isLikelyNode ? this.fontWeight : this.fontStyle), 20072 (fabric.isLikelyNode ? this.fontStyle : this.fontWeight), 20120 fontStyle: this.fontStyle, property 20172 (this.fontStyle ? 'font-style="' + this.fontStyle + '" ': ''), [all …]
|
| D | fabric.min.js | 2 …urn}var fontStyle=match[1],fontWeight=match[3],fontSize=match[4],lineHeight=match[5],fontFamily=ma… 9 …s:{fill:true,opacity:true,fontFamily:true,fontWeight:true,fontSize:true,fontStyle:true,lineHeight:… 11 …fontStyle:true,lineHeight:true,stroke:true,strokeWidth:true,text:true,textAlign:true},_reNewline:/… property 13 …fontStyle:style&&style.fontStyle||this.fontStyle,stroke:style&&style.stroke||this.stroke,strokeWid… 15 …ze?'font-size="'+styleDecl.fontSize+'" ':"",styleDecl.fontStyle?'font-style="'+styleDecl.fontStyle…
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.vml.js | 213 params["font-style"] && (textpathStyle.fontStyle = params["font-style"]); 329 a["font-style"] && (s.fontStyle = a["font-style"]);
|
| /plugin/diagramsnet/lib/math/jax/output/SVG/ |
| D | jax.js | 19 …fontStyle){o.fontStyle=n.fontStyle}if(n.fontWeight){o.fontWeight=n.fontWeight}if(n.fontFamily){o.f…
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 81 (f.style.fontStyle="italic"),b=[],(e&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&b.pus… 257 …:mxConstants.DEFAULT_FONTSIZE,fontFamily:mxConstants.DEFAULT_FONTFAMILY,fontStyle:0,shadow:!1,shad… 265 mxAbstractCanvas2D.prototype.setFontStyle=function(a){null==a&&(a=0);this.state.fontStyle=a};mxAbst… 287 …){if(this.textEnabled){null==a&&(a=0);if(this.compressed){if(this.state.fontStyle==a)return;mxAbst… 309 …fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&g.setAttribute("font-weight","bold"),(d.f… 345 …EventsValue:"none")+"; ";(a.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&(b+="font-wei… 346 …le: italic; ");var c=[];(a.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&c.pu… 353 …fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&a.setAttribute("font-weight","bold");(b.f… 354 (b.fontStyle&mxConstants.FONT_STRIKETHROUGH)==mxConstants.FONT_STRIKETHROUGH&&c.push("line-through"… 356 ….visibility="hidden",n.style.display="inline-block",n.style.zoom="1",(m.fontStyle&mxConstants.FONT… [all …]
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 329 fontStyle: style.fontStyle, property
|
| D | select2.min.js | 21 …000px",display:"none",fontSize:c.fontSize,fontFamily:c.fontFamily,fontStyle:c.fontStyle,fontWeight… property
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 4141 var fontStyle = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSTYLE, 0); 4142 setSelected(fontStyleItems[0], (fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD); 4143 setSelected(fontStyleItems[1], (fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC); 4144 …setSelected(fontStyleItems[2], (fontStyle & mxConstants.FONT_UNDERLINE) == mxConstants.FONT_UNDERL… 4394 setSelected(fontStyleItems[1], css.fontStyle == 'italic' ||
|
| D | Actions.js | 1271 elt.style.fontStyle = null;
|
| /plugin/diagramsnet/lib/math/config/ |
| D | MML_HTMLorMML-full.js | 56 …fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
|
| D | AM_HTMLorMML-full.js | 56 …fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 4872 var fontStyle = 0; 4889 fontStyle += 1; 4895 fontStyle += 1; 4918 fontStyle += 2; 4942 fontStyle += 4; 4950 if (fontStyle > 0) 4952 return 'fontStyle=' + fontStyle + ';';
|