Searched refs:decl (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.colors.inc.php | 150 function &parse_color_declaration($decl) { argument 151 $color = _parse_color_declaration($decl, $success); 157 function _parse_color_declaration($decl, &$success) { argument 161 if (isset($g_colors[strtolower($decl)])) { return $g_colors[strtolower($decl)]; }; 164 switch (strtolower($decl)) { 170 if (preg_match("/rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/",$decl,$matches)) { 178 if (preg_match("/rgb\(\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*\)/",$decl,$matches)) { 189 if (strlen($decl) > 0) { 190 if ($decl{0} !== "#") { $decl = "#" . $decl; }; 194 if (preg_match("/^#([[:xdigit:]]{2})([[:xdigit:]]{2})([[:xdigit:]]{2})$/",$decl,$matches)) { [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 52.52.js.map | 1 …decl> where decl is the current opening declaration (like 'class')\n root: [\n /…
|
H A D | 57.57.js.map | 1 …decl', '@declarationbody']\n ],\n urldeclaration: [\n { include: '@string…
|
H A D | 2.2.js | 24857 var value = decl && decl.getValue(); 24859 return decl; 27038 var decl = parseDeclaration(); 27039 while (node.addChild(decl)) { 29006 if (decl) { 29009 && decl.getValue() && decl.getValue().offset === node.offset) { 31942 var decl = symbol.node; 32095 function matchesProperty(decl) { argument 33958 if (decl) { 34185 function Element(decl) { argument [all …]
|
H A D | 2.2.js.map | 1 …decl = node.findParent(NodeType.Declaration);\n var value = decl && decl.getValue();\n if (v…
|
H A D | bundle.js.map | 1 …decl.title', 'Declarations'));\n });\n }\n _getNoResultFoundMessage(info) {\n …
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 13 …decl,charWidth,charHeight,offset=this._fontSizeFraction*lineHeight/this.lineHeight;if(this.styles&… argument
|
H A D | fabric.js | 21028 var decl, charWidth, charHeight, 21031 if (this.styles && this.styles[lineIndex] && (decl = this.styles[lineIndex][i])) { 21033 var shouldStroke = decl.stroke || this.stroke, 21034 shouldFill = decl.fill || this.fill; 21037 charWidth = this._applyCharStylesGetWidth(ctx, _char, lineIndex, i, decl); 21047 this._renderCharDecoration(ctx, decl, left, top, offset, charWidth, charHeight); 21229 _applyCharStylesGetWidth: function(ctx, _char, lineIndex, charIndex, decl) { argument 21230 var styleDeclaration = decl ||
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe |
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 22564 case 'dde-connection-decl': // 14.6.3 <text:
|