| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
| D | CSS.php | 37 $declarations = array(); 52 $declarations[] = $accum; 60 if ($accum != "") $declarations[] = $accum; 71 foreach ($declarations as $declaration) {
|
| /plugin/typography/helper/ |
| D | parser.php | 166 * @param array $declarations CSS property-value pairs 169 public function build_inlineCSS(array $declarations) argument 172 foreach ($declarations as $name => $value) {
|
| /plugin/odt/ODT/css/ |
| D | cssimportnew.php | 696 protected $declarations = array (); variable in css_rule_new 744 $this->declarations [] = $declaration; 748 $declaration->explode ($this->declarations); 766 foreach ($this->declarations as $declaration) { 805 foreach ($this->declarations as $declaration) { 821 foreach ($this->declarations as $declaration) { 837 foreach ($this->declarations as $declaration) { 850 foreach ($this->declarations as $declaration) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | statement.js | 58 if (init.declarations.length === 1 && (this.tok.type === tt._in || this.isContextual("of"))) { 230 node.declarations = [] 235 node.declarations.push(this.finishNode(decl, "VariableDeclarator")) 237 if (!node.declarations.length) { 240 node.declarations.push(this.finishNode(decl, "VariableDeclarator"))
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | statement.js | 58 if (init.declarations.length === 1 && (this.tok.type === tt._in || this.isContextual("of"))) { 235 node.declarations = [] 240 node.declarations.push(this.finishNode(decl, "VariableDeclarator")) 242 if (!node.declarations.length) { 245 node.declarations.push(this.finishNode(decl, "VariableDeclarator"))
|
| /plugin/odt/helper/ |
| D | cssimport.php | 925 protected $declarations = array (); variable in css_rule 970 $this->declarations [] = $declaration; 974 $declaration->explode ($this->declarations); 991 foreach ($this->declarations as $declaration) { 1054 foreach ($this->declarations as $declaration) { 1067 foreach ($this->declarations as $declaration) { 1079 foreach ($this->declarations as $declaration) {
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CONTRIBUTING.md | 51 do so. In particular, function declarations are never split over multiple 55 6. `public` must be omitted from method declarations. It must also be omitted
|
| /plugin/davcal/vendor/sabre/dav/ |
| H A D | CONTRIBUTING.md | 51 do so. In particular, function declarations are never split over multiple 55 6. `public` must be omitted from method declarations. It must also be omitted
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | statement.js | 194 …|| (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init.declarations.length === 1 && 195 !(kind !== "var" && init.declarations[0].init)) 419 node.declarations = [] 433 node.declarations.push(this.finishNode(decl, "VariableDeclarator")) 600 this.checkVariableExport(exports, node.declaration.declarations)
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Filter.ExtractStyleBlocks.Scope.txt | 10 only allow them to specify CSS declarations for a specific node and
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | statement.js | 178 …|| (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init.declarations.length === 1 && 179 !(kind !== "var" && init.declarations[0].init)) 400 node.declarations = [] 414 node.declarations.push(this.finishNode(decl, "VariableDeclarator"))
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | breaking-changes.asciidoc | 38 Added type hints and return type declarations in all the code base where
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | BREAKING_CHANGES.md | 19 - Added type hints and return type declarations where possible
|
| /plugin/pureldap/vendor/freedsx/asn1/ |
| H A D | CHANGELOG.md | 16 * Fix non-optional params on some objects and return type declarations.
|
| /plugin/asciidocjs/node_modules/@types/babylon/ |
| D | README.md | 26 * By default, import and export declarations can only appear at a program's top level.
|
| /plugin/404manager/ |
| D | CHANGES.md | 17 …* Css declarations are now encapsulated around the class `redirect_manager` to avoid any style pro…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 52.52.js.map | 1 …declarations like if or until, but sometimes 'if' or 'until'\n * are modifiers where there is no '…
|
| D | 52.52.js | 1 …r","protected","private_class_method","protected_class_method","new"],declarations:["module","clas… property
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 63 Disallow labeled declarations. 78 Allow regular function declarations inside single-statement `if`
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | README.md | 39 declarations can only appear at a program's top level. Setting this 109 // parse in strict mode and allow module declarations
|
| /plugin/asciidocjs/node_modules/acorn-globals/ |
| D | index.js | 92 node.declarations.forEach(function (declaration) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 234 for (var i = 0; i < node.declarations.length; ++i) 235 c(node.declarations[i], st)
|
| D | walk.es.js | 228 for (var i = 0; i < node.declarations.length; ++i) 229 c(node.declarations[i], st)
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 228 for (var i = 0; i < node.declarations.length; ++i) 229 c(node.declarations[i], st)
|
| D | walk.js | 234 for (var i = 0; i < node.declarations.length; ++i) 235 c(node.declarations[i], st)
|