Home
last modified time | relevance | path

Searched refs:declarations (Results 26 – 38 of 38) sorted by path

12

/plugin/jmol2/jmol/
H A DCHANGES.txt4742 # note that xmlReader (SAX reader) is now set to ignore all DOCTYPE declarations
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1083 in place of large multi-dimensional array declarations.
/plugin/mantis/lib/
H A Dchangelog409 - wsdl: process namespace declarations first when parsing an element
/plugin/mytemplate/
H A DREADME88 All variable declarations need to be enclosed within the following tags
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1declarations\nfunction opListToTree(opList) {\n let opTree = [];\n const tmp = [];\n\n for (con…
/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/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/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/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

12