Home
last modified time | relevance | path

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

12

/plugin/typography/helper/
H A 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/
H A 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/odt/helper/
H A 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/
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/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc38 Added type hints and return type declarations in all the code base where
H A Drelease-notes.asciidoc389 * Code refactoring using type hints and return type declarations where possible
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md19 - Added type hints and return type declarations where possible
H A DCHANGELOG.md252 - Code refactoring using type hints and return type declarations where possible
/plugin/404manager/
H A DCHANGES.md17 …* Css declarations are now encapsulated around the class `redirect_manager` to avoid any style pro…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1declarations like if or until, but sometimes 'if' or 'until'\n * are modifiers where there is no '…
H A D52.52.js1 …r","protected","private_class_method","protected_class_method","new"],declarations:["module","clas… property in AnonymousFunctiona75057290100.o
H A D2.2.js25153 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 nodes
31905 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 …]
H A D7.7.js.map1 …myy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarations',\n 'deep',\…
/plugin/codemirror/dist/modes/
H A Dhaml.min.js.map1 …te) {\n var ch = stream.peek();\n\n // handle haml declarations. All declarations that c…
H A Dpuppet.min.js.map1 …h(/(\\s+)?\\w+\\s+=>.*/, false);\n // Matches non-builtin resource declarations\n // (i.e. \…
/plugin/mytemplate/
H A DREADME88 All variable declarations need to be enclosed within the following tags
/plugin/chat/
H A Dreadme.txt47 \\ Original file miss some ''";"'' on the end of declarations and it did not work well with DokuWik…
/plugin/adhoctags/
H A DREADME.md80 - `: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)”.
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md129 * `(…)` to group multiple declarations;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md76 `callable` keyword or type declarations such as `int`, `float`, `string` etc.,
/plugin/processing/
H A Dscript.js12523 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(';');
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md513 * `FIX`: deconflict styles by putting shared declarations into `dmn-js-shared.css`
/plugin/mantis/lib/
H A Dchangelog409 - wsdl: process namespace declarations first when parsing an element

12