Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
Dcss.property.declaration.php37 $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/
DCSS.php71 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/
DMacroTest.php42 $declaration = ', ...$__varargs__';
45 $declaration = '';
52 public function getfoo(\$__foo__ = null, \$__bar__ = "Foo"$declaration)
/plugin/freechat/phpfreechat/data/public/js/
Dcreatestylerule.js25 applyRule: function(selector, declaration) argument
31 var styleRule = document.createTextNode(selector[i] + " {" + declaration + "}");
35 this.lastStyle.addRule(selector[i], declaration);
/plugin/odt/ODT/css/
Dcssimportnew.php743 $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/
Dcssimport.php969 $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/
Dstatement.js68 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/
Dparser.php118 foreach ($tokens as $declaration) {
119 $item = array_map('trim', explode(':', $declaration, 2));
/plugin/asciidocjs/node_modules/babel-types/lib/
Dretrievers.js41 if (t.isDeclaration(id.declaration)) {
42 search.push(id.declaration);
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js57 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/
DREADME.md9declaration supports both visible and invisible modes. In visible mode, the declared value will be…
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc9 "func-style": [2, "declaration"],
/plugin/asciidocjs/node_modules/acorn-globals/
Dindex.js92 node.declarations.forEach(function (declaration) { argument
93 declarePattern(declaration.id, parent);
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js353 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/
Des2015.js121 declaration: { property
131 declaration: { property
/plugin/code3/styles/schemes/
Didea_alloy.css19 /** markup declaration such as a DOCTYPE. */
Ddefault.css49 /** markup declaration such as a DOCTYPE. */
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js1455 $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/
DFilter.ExtractStyleBlocks.Scope.txt13 CSS declaration extracted from the document. For example, if this
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js333 node.declaration = expr
338 node.declaration = this.parseStatement()
342 node.declaration = null
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js318 if (node.declaration)
319 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
Dwalk.es.js312 if (node.declaration)
313 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js312 if (node.declaration)
313 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
Dwalk.js318 if (node.declaration)
319 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js314 if (node.declaration)
315 …c(node.declaration, st, node.type == "ExportNamedDeclaration" || node.declaration.id ? "Statement"…

1234