Home
last modified time | relevance | path

Searched refs:declarations (Results 1 – 25 of 74) sorted by relevance

123

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DCSS.php37 $declarations = array();
52 $declarations[] = $accum;
60 if ($accum != "") $declarations[] = $accum;
71 foreach ($declarations as $declaration) {
/plugin/typography/helper/
Dparser.php166 * @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/
Dcssimportnew.php696 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/
Dstatement.js58 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/
Dstatement.js58 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/
Dcssimport.php925 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/
DCONTRIBUTING.md51 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 DCONTRIBUTING.md51 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/
Dstatement.js194 …|| (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/
DFilter.ExtractStyleBlocks.Scope.txt10 only allow them to specify CSS declarations for a specific node and
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js178 …|| (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/
Dbreaking-changes.asciidoc38 Added type hints and return type declarations in all the code base where
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DBREAKING_CHANGES.md19 - Added type hints and return type declarations where possible
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md16 * Fix non-optional params on some objects and return type declarations.
/plugin/asciidocjs/node_modules/@types/babylon/
DREADME.md26 * By default, import and export declarations can only appear at a program's top level.
/plugin/404manager/
DCHANGES.md17 …* Css declarations are now encapsulated around the class `redirect_manager` to avoid any style pro…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D52.52.js.map1declarations like if or until, but sometimes 'if' or 'until'\n * are modifiers where there is no '…
D52.52.js1 …r","protected","private_class_method","protected_class_method","new"],declarations:["module","clas… property
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md63 Disallow labeled declarations.
78 Allow regular function declarations inside single-statement `if`
/plugin/asciidocjs/node_modules/babylon/
DREADME.md39 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/
Dindex.js92 node.declarations.forEach(function (declaration) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js234 for (var i = 0; i < node.declarations.length; ++i)
235 c(node.declarations[i], st)
Dwalk.es.js228 for (var i = 0; i < node.declarations.length; ++i)
229 c(node.declarations[i], st)
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js228 for (var i = 0; i < node.declarations.length; ++i)
229 c(node.declarations[i], st)
Dwalk.js234 for (var i = 0; i < node.declarations.length; ++i)
235 c(node.declarations[i], st)

123