/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.property.declaration.php | 37 $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 D | MacroTest.php | 42 $declaration = ', ...$__varargs__'; 45 $declaration = ''; 52 public function getfoo(\$__foo__ = null, \$__bar__ = "Foo"$declaration)
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | createstylerule.js | 25 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 D | cssimportnew.php | 744 $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 D | cssimport.php | 970 $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 D | parser.php | 118 foreach ($tokens as $declaration) { 119 $item = array_map('trim', explode(':', $declaration, 2));
|
/plugin/code3/styles/schemes/ |
H A D | idea_alloy.css | 19 /** markup declaration such as a DOCTYPE. */
|
H A D | default.css | 49 /** markup declaration such as a DOCTYPE. */
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Filter.ExtractStyleBlocks.Scope.txt |
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.print.less | 106 /* 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 D | prettify.css | 35 .dec, .var { color: #606 } /* a declaration; a variable name */
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 68.68.js.map | 1 …' }, { token: 'metatag', next: '@tag' }]],\n // Meta tags - declaration\n [/…
|
H A D | 2.2.js | 29293 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 D | 52.52.js.map | 1 …declaration (like 'class')\n root: [\n // identifiers and keywords\n …
|
H A D | 2.2.js.map | 1 …declaration.\",\n \"restrictions\": [\n \"identifier\",\n …
|
/plugin/webcode/ |
H A D | README.md | 80 * There was a bug with the declaration of a variable
|
/plugin/highlightjs/highlight/ |
H A D | readme.eng.txt | 171 doctype <!DOCTYPE ... > declaration 198 doctype <!DOCTYPE ... > declaration
|
/plugin/diagramsnet/lib/js/sanitizer/ |
H A D | sanitizer.min.js | 55 …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 D | 1_John.txt | 5 …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 D | dtd.min.js.map | 1 …doindent\");\n } else if (ch == \"<\" && stream.eat(\"?\")) { //xml declaration\n state.to…
|
/plugin/odt/ |
H A D | ChangeLog.txt | 218 * renderer.php: don't compress mimetype declaration
|
/plugin/structsection/ |
H A D | yarn.lock | 80 "@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 D | README.txt | 169 The pgn4web scripts and pages are optimized for the HTML5 doctype declaration:
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|
H A D | HTMLPurifier.standalone.php |
|