| /plugin/scrape/vendor/symfony/css-selector/Node/ |
| D | Specificity.php | 43 public function plus(self $specificity): self argument 45 …return new self($this->a + $specificity->a, $this->b + $specificity->b, $this->c + $specificity->c… 57 public function compareTo(self $specificity): int argument 59 if ($this->a !== $specificity->a) { 60 return $this->a > $specificity->a ? 1 : -1; 63 if ($this->b !== $specificity->b) { 64 return $this->b > $specificity->b ? 1 : -1; 67 if ($this->c !== $specificity->c) { 68 return $this->c > $specificity->c ? 1 : -1;
|
| /plugin/odt/ODT/css/ |
| D | cssimportnew.php | 170 protected $specificity = 0; variable in css_simple_selector 296 $this->specificity = $a * 100 + $b *10 + $c; 392 return $this->specificity; 413 protected $specificity = array(); variable in css_selector 428 $specificity = 0; 449 $specificity += $selector [$size]['selector']->getSpecificity(); 473 $this->specificity [] = $specificity; 476 $specificity = 0; 483 $specificity += $selector [$size]['selector']->getSpecificity(); 485 $this->specificity [] = $specificity; [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.selectors.inc.php | 180 $specificity = array(0,0,0); 183 $specificity = array($specificity[0]+$s[0], 184 $specificity[1]+$s[1], 185 $specificity[2]+$s[2]); 187 return $specificity;
|
| D | css.rules.inc.php | 10 var $specificity; variable in CSSRule 29 $this->specificity = css_selector_specificity($this->selector); 44 function get_specificity() { return $this->specificity; }
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | functions.php | 167 $specificity = 176 ($proposal['quality'] === $lastQuality && $specificity > $lastSpecificity) || 177 …($proposal['quality'] === $lastQuality && $specificity === $lastSpecificity && $optionIndex < $las… 181 $lastSpecificity = $specificity;
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | functions.php | 167 $specificity = 176 ($proposal['quality'] === $lastQuality && $specificity > $lastSpecificity) || 177 …($proposal['quality'] === $lastQuality && $specificity === $lastSpecificity && $optionIndex < $las… 181 $lastSpecificity = $specificity;
|
| /plugin/html2pdf/html2pdf/html2ps/cache/ |
| D | 7d888258e9745b3716532ea81342daaf.css.compiled | 1 …specificity";a:3:{i:0;i:0;i:1;i:0;i:2;i:1;}s:13:"pseudoelement";N;}i:1;O:7:"CSSRule":6:{s:8:"selec…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | specificities-overlap.js | 1 var specificity = require('./specificity'); variable 28 cache[selector] = value = specificity(selector);
|
| D | specificity.js | 16 function specificity(selector) { function 77 module.exports = specificity;
|
| D | merge-non-adjacent-by-selector.js | 11 var specificityCache = context.cache.specificity;
|
| D | merge-media-queries.js | 12 var specificityCache = context.cache.specificity;
|
| D | restructure.js | 30 var specificityCache = context.cache.specificity;
|
| /plugin/asciidocjs/node_modules/clean-css/lib/ |
| D | clean.js | 97 specificity: {} property
|
| /plugin/sidebar/ |
| D | style.css | 176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
|
| /plugin/indexmenu/scripts/fancytree/skin-bootstrap/ |
| D | ui.fancytree.less | 243 …&.fancytree-container { // adding this class to increase specificity, so we can override .fancytr… 342 // // We add .fancytree-container to increase specificity, so we can override
|
| /plugin/dropfiles/ |
| D | yarn.lock | 2551 specificity@^0.3.1: 2553 …resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.3.2.tgz#99e6511eceef0f8d9b57924… 2713 specificity "^0.3.1"
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 35585 specificity.id++; 35589 specificity.attr++; 35596 specificity.tag++; 35601 specificity.tag++; // pseudo element 35608 specificity.attr++; //pseudo class 35617 var specificity = new Specificity(); 35619 …rg/en-US/docs/Web/CSS/Specificity): ({0}, {1}, {2})", specificity.id, specificity.attr, specificit…
|
| D | 2.2.js.map | 1 …specificity.\"\n },\n {\n \"name\": \":only-of-type\",\n \"ref…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 26011 specificity: property 26198 rule.specificity = maxSpecificity; 26216 var specificityA = ruleA.specificity; 26217 var specificityB = ruleB.specificity; 26234 if (ruleA.specificity == ruleB.specificity)
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 6898 }}}CSSRuleMap[rid]={styleSheetId:ssid,styleSheetIndex:i,order:++globalCSSRuleIndex,specificity:sele… property 6959 }}}rule.specificity=maxSpecificity 6965 var specificityA=ruleA.specificity; 6966 var specificityB=ruleB.specificity; 6973 if(ruleA.specificity==ruleB.specificity){return ruleA.order>ruleB.order?1:-1
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 6909 }}}CSSRuleMap[rid]={styleSheetId:ssid,styleSheetIndex:i,order:++globalCSSRuleIndex,specificity:sele… property 6970 }}}rule.specificity=maxSpecificity 6976 var specificityA=ruleA.specificity; 6977 var specificityB=ruleB.specificity; 6984 if(ruleA.specificity==ruleB.specificity){return ruleA.order>ruleB.order?1:-1
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | History.md | 228 …://github.com/jakubpawlowicz/clean-css/issues/773) - adds reordering based on selector specificity.
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …specificity issues in many other styles that are too complex to fix.\n// See https://github.com/tw…
|
| H A D | bootstrap.rtl.min.css.map | 1 …specificity issues in many other styles that are too complex to fix.\n// See https://github.com/tw…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 20813 specificity: ids.length * 10000 + classes.length * 100 + tags.length 20863 if (!(specificities[key] > rule.selector.specificity)) { 20865 specificities[key] = rule.selector.specificity;
|