Searched refs:declarations (Results 1 – 25 of 38) sorted by relevance
12
166 * @param array $declarations CSS property-value pairs169 public function build_inlineCSS(array $declarations) argument172 foreach ($declarations as $name => $value) {
696 protected $declarations = array (); variable in css_rule_new744 $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) {
925 protected $declarations = array (); variable in css_rule970 $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) {
51 do so. In particular, function declarations are never split over multiple55 6. `public` must be omitted from method declarations. It must also be omitted
38 Added type hints and return type declarations in all the code base where
389 * Code refactoring using type hints and return type declarations where possible
19 - Added type hints and return type declarations where possible
252 - Code refactoring using type hints and return type declarations where possible
17 …* Css declarations are now encapsulated around the class `redirect_manager` to avoid any style pro…
1 …declarations like if or until, but sometimes 'if' or 'until'\n * are modifiers where there is no '…
1 …r","protected","private_class_method","protected_class_method","new"],declarations:["module","clas… property in AnonymousFunctiona75057290100.o
25153 return this.declarations;27119 if (propertySet.setDeclarations(declarations) && !declarations.isErroneous(true)) {31738 var isAfter = declarations && declarations.endsWith('}') && this.offset >= declarations.end;31742 var isInSelectors = !declarations || this.offset <= declarations.offset;31833 if (!declarations || this.offset === declarations.offset) { // incomplete nodes31905 var declarations = decl.getDeclarations();31906 if (declarations && this.offset > declarations.offset && this.offset < declarations.end) {31978 var inInCondition = !declarations || this.offset <= declarations.offset;33744 if (!declarations) {33748 if (!declarations.hasChildren()) {[all …]
1 …myy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarations',\n 'deep',\…
1 …te) {\n var ch = stream.peek();\n\n // handle haml declarations. All declarations that c…
1 …h(/(\\s+)?\\w+\\s+=>.*/, false);\n // Matches non-builtin resource declarations\n // (i.e. \…
88 All variable declarations need to be enclosed within the following tags
47 \\ Original file miss some ''";"'' on the end of declarations and it did not work well with DokuWik…
80 - `:lang` – a colon (`:`), followed by a valid [BCP47](https://www.rfc-editor.org/info/bcp47) language code. Examples: `:en`, `:fr-CH`, `:grc-Latn`, etc. See also: “[Declaring language in HTML](https://www.w3.org/International/questions/qa-html-language-declarations)”.
129 * `(…)` to group multiple declarations;
76 `callable` keyword or type declarations such as `int`, `float`, `string` etc.,
12523 var declarations = body.substring(1, body.length - 1);12524 declarations = extractClassesAndMethods(declarations);12525 declarations = extractConstructors(declarations, name);12527 declarations = declarations.replace(/"([DEGH])(\d+)"/g, function(all, type, index) {12534 var fields = declarations.split(';');
513 * `FIX`: deconflict styles by putting shared declarations into `dmn-js-shared.css`
409 - wsdl: process namespace declarations first when parsing an element