Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.declaration.php37 $declaration =& new CSSPropertyDeclaration();
38 $declaration->_code = $code;
42 $declaration->_important = true;
44 $declaration->_important = false;
48 return $declaration;
56 $declaration =& new CSSPropertyDeclaration();
57 $declaration->_code = $this->_code;
60 $declaration->_value =& $this->_value->copy();
62 $declaration->_value =& $this->_value;
65 $declaration->_important = $this->_important;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DMacroTest.php42 $declaration = ', ...$__varargs__';
45 $declaration = '';
52 public function getfoo(\$__foo__ = null, \$__bar__ = "Foo"$declaration)
/plugin/freechat/phpfreechat/data/public/js/
H A 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/
H A Dcssimportnew.php744 $this->declarations [] = $declaration;
766 foreach ($this->declarations as $declaration) {
767 $returnString .= $declaration->getProperty ().':'.$declaration->getValue ().";\n";
805 foreach ($this->declarations as $declaration) {
807 return $declaration->getValue ();
821 foreach ($this->declarations as $declaration) {
822 $property = $declaration->getProperty ();
823 $value = $declaration->getValue ();
837 foreach ($this->declarations as $declaration) {
850 foreach ($this->declarations as $declaration) {
[all …]
/plugin/odt/helper/
H A Dcssimport.php970 $this->declarations [] = $declaration;
973 if ( $declaration->isShorthand () === true ) {
991 foreach ($this->declarations as $declaration) {
992 $returnString .= ' '.$declaration->getProperty ().':'.$declaration->getValue ().";\n";
1054 foreach ($this->declarations as $declaration) {
1056 return $declaration->getValue ();
1067 foreach ($this->declarations as $declaration) {
1068 $property = $declaration->getProperty ();
1069 $value = $declaration->getValue ();
1079 foreach ($this->declarations as $declaration) {
[all …]
/plugin/typography/helper/
H A Dparser.php118 foreach ($tokens as $declaration) {
119 $item = array_map('trim', explode(':', $declaration, 2));
/plugin/code3/styles/schemes/
H A Didea_alloy.css19 /** markup declaration such as a DOCTYPE. */
H A Ddefault.css49 /** markup declaration such as a DOCTYPE. */
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less106 /* important overrides inline declaration */ }
144 /* undo a previous declaration and let the time text span to a second line */
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css35 .dec, .var { color: #606 } /* a declaration; a variable name */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js.map1 …' }, { token: 'metatag', next: '@tag' }]],\n // Meta tags - declaration\n [/…
H A D2.2.js29293 if (declaration === void 0) { declaration = false; }
31255 return this.getPropertyProposals(declaration, result);
31266 if (declaration) {
31280 if (!declaration && completePropertyWithSemicolon) {
31284 if (declaration && !declaration.semicolonPosition) {
31841 var declaration = node;
31842 …s_js__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.colonPosition) || this.offset <= decla…
31870 …ts_js__WEBPACK_IMPORTED_MODULE_6__["isDefined"])(declaration.colonPosition) && this.offset > decla…
31882 if (!declaration) {
32086 function collectValues(styleSheet, declaration) { argument
[all …]
H A D52.52.js.map1declaration (like 'class')\n root: [\n // identifiers and keywords\n …
H A D2.2.js.map1declaration.\",\n \"restrictions\": [\n \"identifier\",\n …
/plugin/webcode/
H A DREADME.md80 * There was a bug with the declaration of a variable
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt171 doctype <!DOCTYPE ... > declaration
198 doctype <!DOCTYPE ... > declaration
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js55 …sh(b,"{")}F.push(s)},endRuleset:function(){F.pop();r||q.push("}");i()},declaration:function(a,b){i…
59 …];if(";"===a||"}"===a)break;l=0}while(++d<g);";"===a&&++d}l&&f.declaration&&f.declaration(h.toLowe…
91 …YLE:if("undefined"===typeof N){i=s;h&&y(h,a,k,m,i);break}var r=[];N(i,{declaration:function(a,b){v…
/plugin/bible/bible_douayRheims/
H A D1_John.txt5 …1:5. And this is the declaration which we have heard from him and declare unto you: That God is li…
49 …3:11. For this is the declaration which you have heard from the beginning, that you should love on…
/plugin/codemirror/dist/modes/
H A Ddtd.min.js.map1 …doindent\");\n } else if (ch == \"<\" && stream.eat(\"?\")) { //xml declaration\n state.to…
/plugin/odt/
H A DChangeLog.txt218 * renderer.php: don't compress mimetype declaration
/plugin/structsection/
H A Dyarn.lock80 "@babel/helper-split-export-declaration" "^7.11.0"
111 "@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
113 …tps://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaratio…
163 "@babel/helper-split-export-declaration" "^7.12.11"
/plugin/pgn4web/pgn4web/
H A DREADME.txt169 The pgn4web scripts and pages are optimized for the HTML5 doctype declaration:
/plugin/scrape/
H A DphpQuery-onefile.php
H A DHTMLPurifier.standalone.php

12