Searched refs:fromHex (Results 1 – 9 of 9) sorted by relevance
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | Html5EntityDecoder.php | 35 return self::fromHex(\substr($entity, 3, -1)); 54 return self::fromHex('fffd'); 62 return self::fromHex('fffd'); 71 private static function fromHex(string $hexChars): string 59 private static function fromHex(string $hexChars): string global() function in League\\CommonMark\\Util\\Html5EntityDecoder
|
H A D | Html5Entities.php |
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.min.js | 1 …m=fabric.Color.fromHex(k).getSource();-1==b.classList.indexOf(c.setup.chart.classNamePrefix+"-guid…
|
H A D | export.js | 1706 var attrRGBA = fabric.Color.fromHex( attrVal ).getSource(); 1711 attrRGBA = fabric.Color.fromHex( "#000000" ).getSource();
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 1 …fromHex("#797979").transparent(.4),light:r.a.fromHex("#646464").transparent(.4),hc:Mt(m,.6)},s.a("… 396 …fromHex("#4D4D4D"),badgeForeground:o.a.fromHex("#FFFFFF")};class l{constructor(e,t){this.count=0,t… 426 …fromHex("#"+e),n)}getColorMap(){return this._id2color.slice(0)}}class $i{constructor(e,t){this._co…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js | 1 …fromHex("#797979").transparent(.4),light:r.a.fromHex("#646464").transparent(.4),hc:Mt(m,.6)},s.a("… 396 …fromHex("#4D4D4D"),badgeForeground:o.a.fromHex("#FFFFFF")};class l{constructor(e,t){this.count=0,t… 426 …fromHex("#"+e),n)}getColorMap(){return this._id2color.slice(0)}}class $i{constructor(e,t){this._co…
|
H A D | bundle.js.map | 1 …fromHex('#0E639C'),\n buttonHoverBackground: Color.fromHex('#006BB3'),\n buttonForeground: C…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 4 …arseFloat(match[4]):1]};fabric.Color.fromHsla=Color.fromHsl;fabric.Color.fromHex=function(color){r… function
|
H A D | fabric.js | 4814 fabric.Color.fromHex = function(color) { function
|