Home
last modified time | relevance | path

Searched refs:fromHex (Results 1 – 9 of 9) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php35 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 DHtml5Entities.php
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …m=fabric.Color.fromHex(k).getSource();-1==b.classList.indexOf(c.setup.chart.classNamePrefix+"-guid…
H A Dexport.js1706 var attrRGBA = fabric.Color.fromHex( attrVal ).getSource();
1711 attrRGBA = fabric.Color.fromHex( "#000000" ).getSource();
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1fromHex("#797979").transparent(.4),light:r.a.fromHex("#646464").transparent(.4),hc:Mt(m,.6)},s.a("…
396fromHex("#4D4D4D"),badgeForeground:o.a.fromHex("#FFFFFF")};class l{constructor(e,t){this.count=0,t…
426fromHex("#"+e),n)}getColorMap(){return this._id2color.slice(0)}}class $i{constructor(e,t){this._co…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1fromHex("#797979").transparent(.4),light:r.a.fromHex("#646464").transparent(.4),hc:Mt(m,.6)},s.a("…
396fromHex("#4D4D4D"),badgeForeground:o.a.fromHex("#FFFFFF")};class l{constructor(e,t){this.count=0,t…
426fromHex("#"+e),n)}getColorMap(){return this._id2color.slice(0)}}class $i{constructor(e,t){this._co…
H A Dbundle.js.map1fromHex('#0E639C'),\n buttonHoverBackground: Color.fromHex('#006BB3'),\n buttonForeground: C…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4 …arseFloat(match[4]):1]};fabric.Color.fromHsla=Color.fromHsl;fabric.Color.fromHex=function(color){r… function
H A Dfabric.js4814 fabric.Color.fromHex = function(color) { function