/plugin/html2pdf/html2pdf/html2ps/ |
D | css.property.declaration.php | 37 $declaration =& new CSSPropertyDeclaration(); 38 $declaration->_code = $code; 42 $declaration->_important = true; 44 $declaration->_important = false; 47 $declaration->_value = $handler->parse($value, $pipeline); 48 return $declaration; 56 $declaration =& new CSSPropertyDeclaration(); 57 $declaration->_code = $this->_code; 60 $declaration->_value =& $this->_value->copy(); 62 $declaration->_value =& $this->_value; [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
D | CSS.php | 71 foreach ($declarations as $declaration) { 72 if (!$declaration) { 75 if (!strpos($declaration, ':')) { 78 list($property, $value) = explode(':', $declaration, 2);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/ |
D | MacroTest.php | 42 $declaration = ', ...$__varargs__'; 45 $declaration = ''; 52 public function getfoo(\$__foo__ = null, \$__bar__ = "Foo"$declaration)
|
/plugin/freechat/phpfreechat/data/public/js/ |
D | createstylerule.js | 25 applyRule: function(selector, declaration) argument 31 var styleRule = document.createTextNode(selector[i] + " {" + declaration + "}"); 35 this.lastStyle.addRule(selector[i], declaration);
|
/plugin/odt/ODT/css/ |
D | cssimportnew.php | 743 $declaration = new css_declaration ($property, $value); 744 $this->declarations [] = $declaration; 747 if ( $declaration->isShorthand () === true ) { 748 $declaration->explode ($this->declarations); 766 foreach ($this->declarations as $declaration) { 767 $returnString .= $declaration->getProperty ().':'.$declaration->getValue ().";\n"; 805 foreach ($this->declarations as $declaration) { 806 if ( $name == $declaration->getProperty () ) { 807 return $declaration->getValue (); 821 foreach ($this->declarations as $declaration) { [all …]
|
/plugin/odt/helper/ |
D | cssimport.php | 969 $declaration = new css_declaration ($property, $value); 970 $this->declarations [] = $declaration; 973 if ( $declaration->isShorthand () === true ) { 974 $declaration->explode ($this->declarations); 991 foreach ($this->declarations as $declaration) { 992 $returnString .= ' '.$declaration->getProperty ().':'.$declaration->getValue ().";\n"; 1054 foreach ($this->declarations as $declaration) { 1055 if ( $name == $declaration->getProperty () ) { 1056 return $declaration->getValue (); 1067 foreach ($this->declarations as $declaration) { [all …]
|
/plugin/asciidocjs/node_modules/acorn/src/ |
D | statement.js | 68 pp.parseStatement = function(declaration, topLevel, exports) { argument 86 if (!declaration && this.options.ecmaVersion >= 6) this.unexpected() 89 if (!declaration) this.unexpected() 98 if (!declaration && kind != "var") this.unexpected() 120 if (this.isAsyncFunction() && declaration) { 586 node.declaration = this.parseFunction(fNode, null, false, isAsync) 589 node.declaration = this.parseClass(cNode, null) 591 node.declaration = this.parseMaybeAssign() 598 node.declaration = this.parseStatement(true) 599 if (node.declaration.type === "VariableDeclaration") [all …]
|
/plugin/typography/helper/ |
D | parser.php | 118 foreach ($tokens as $declaration) { 119 $item = array_map('trim', explode(':', $declaration, 2));
|
/plugin/asciidocjs/node_modules/babel-types/lib/ |
D | retrievers.js | 41 if (t.isDeclaration(id.declaration)) { 42 search.push(id.declaration);
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
D | statement.js | 57 pp.parseStatement = function(declaration, topLevel) { argument 75 if (!declaration && this.options.ecmaVersion >= 6) this.unexpected() 78 if (!declaration) this.unexpected() 87 if (!declaration && kind != "var") this.unexpected() 543 node.declaration = expr 549 node.declaration = this.parseStatement(true) 553 node.declaration = null
|
/plugin/custommeta/ |
D | README.md | 9 …declaration supports both visible and invisible modes. In visible mode, the declared value will be…
|
/plugin/asciidocjs/node_modules/minimist/ |
D | .eslintrc | 9 "func-style": [2, "declaration"],
|
/plugin/asciidocjs/node_modules/acorn-globals/ |
D | index.js | 92 node.declarations.forEach(function (declaration) { argument 93 declarePattern(declaration.id, parent);
|
/plugin/asciidocjs/node_modules/acorn/src/loose/ |
D | statement.js | 353 node.declaration = this.parseFunction(fNode, null, isAsync) 355 node.declaration = this.parseClass(null) 357 node.declaration = this.parseMaybeAssign() 363 node.declaration = this.parseStatement() 367 node.declaration = null
|
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
D | es2015.js | 121 declaration: { property 131 declaration: { property
|
/plugin/code3/styles/schemes/ |
D | idea_alloy.css | 19 /** markup declaration such as a DOCTYPE. */
|
D | default.css | 49 /** markup declaration such as a DOCTYPE. */
|
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | ast.js | 1455 $documentation: "A default value declaration", 1986 …$documentation: "A declaration symbol (symbol in var, function name or argument, symbol in catch)", 2040 $documentation: "Symbol naming a label (declaration)", 2051 $documentation: "Reference to some symbol (not definition/declaration)",
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Filter.ExtractStyleBlocks.Scope.txt | 13 CSS declaration extracted from the document. For example, if this
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
D | statement.js | 333 node.declaration = expr 338 node.declaration = this.parseStatement() 342 node.declaration = null
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
D | walk.js | 318 if (node.declaration) 319 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
|
D | walk.es.js | 312 if (node.declaration) 313 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
|
/plugin/asciidocjs/node_modules/acorn/dist/ |
D | walk.es.js | 312 if (node.declaration) 313 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
|
D | walk.js | 318 if (node.declaration) 319 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
|
/plugin/asciidocjs/node_modules/acorn/src/walk/ |
D | index.js | 314 if (node.declaration) 315 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
|