Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 10 of 10) sorted by last modified time

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22564 case 'dde-connection-decl': // 14.6.3 <text:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1decl> where decl is the current opening declaration (like 'class')\n root: [\n /…
H A D57.57.js.map1decl', '@declarationbody']\n ],\n urldeclaration: [\n { include: '@string…
H A Dbundle.js.map1decl.title', 'Declarations'));\n });\n }\n _getNoResultFoundMessage(info) {\n …
H A D2.2.js24857 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 D2.2.js.map1decl = node.findParent(NodeType.Declaration);\n var value = decl && decl.getValue();\n if (v…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13decl,charWidth,charHeight,offset=this._fontSizeFraction*lineHeight/this.lineHeight;if(this.styles&… argument
H A Dfabric.js21028 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/html2pdf/html2pdf/html2ps/
H A Dcss.colors.inc.php150 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 …]