Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dreduce-non-adjacent.js14 var mergeablePseudoClasses = options.compatibility.selectors.mergeablePseudoClasses;
15 var mergeablePseudoElements = options.compatibility.selectors.mergeablePseudoElements;
16 var multiplePseudoMerging = options.compatibility.selectors.multiplePseudoMerging;
33 var selectors = isComplexAndNotSpecial ?
37 for (var j = 0, m = selectors.length; j < m; j++) {
38 var selector = selectors[j];
90 var mergeablePseudoClasses = options.compatibility.selectors.mergeablePseudoClasses;
91 var mergeablePseudoElements = options.compatibility.selectors.mergeablePseudoElements;
92 var multiplePseudoMerging = options.compatibility.selectors.multiplePseudoMerging;
114 …var selectors = isMergeable(complexSelector, mergeablePseudoClasses, mergeablePseudoElements, mult…
[all …]
Dmerge-adjacent.js18 var adjacentSpace = options.compatibility.selectors.adjacentSpace;
20 var mergeablePseudoClasses = options.compatibility.selectors.mergeablePseudoClasses;
21 var mergeablePseudoElements = options.compatibility.selectors.mergeablePseudoElements;
22 var mergeLimit = options.compatibility.selectors.mergeLimit;
23 var multiplePseudoMerging = options.compatibility.selectors.multiplePseudoMerging;
Dmerge-non-adjacent-by-body.js41 var adjacentSpace = options.compatibility.selectors.adjacentSpace;
43 var mergeablePseudoClasses = options.compatibility.selectors.mergeablePseudoClasses;
44 var mergeablePseudoElements = options.compatibility.selectors.mergeablePseudoElements;
45 var multiplePseudoMerging = options.compatibility.selectors.multiplePseudoMerging;
Drestructure.js26 var mergeablePseudoClasses = options.compatibility.selectors.mergeablePseudoClasses;
27 var mergeablePseudoElements = options.compatibility.selectors.mergeablePseudoElements;
28 var mergeLimit = options.compatibility.selectors.mergeLimit;
29 var multiplePseudoMerging = options.compatibility.selectors.multiplePseudoMerging;
63 var selectors = id.split(ID_JOIN_CHARACTER);
64 for (i = selectors.length - 1; i >= 0; i--) {
65 if (matchSelectors.indexOf(selectors[i]) > -1) {
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dsort-selectors.js11 function sortSelectors(selectors, method) { argument
14 return selectors.sort(naturalSorter);
16 return selectors.sort(standardSorter);
19 return selectors;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
DScalingConfig.php81 public function setSelectors($selectors) argument
83 $this->selectors = $selectors;
90 return $this->selectors;
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dcompatibility.js21 selectors: { property
100 selectors: { property
127 selectors: { property
/plugin/html2pdf/html2pdf/html2ps/
Dcss.parse.inc.php183 $selectors = array();
198 $selectors[] = parse_css_selector($selector_string);
202 return $selectors;
Dcss.ruleset.class.php212 $selectors = parse_css_selectors($raw_selectors);
216 foreach ($selectors as $selector) {
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php95 $selectors = $this->parseSelectors($cssExpr);
98 foreach ($selectors as $index => $selector) {
103 $selectors[$index] = $this->selectorToXPath($selector, $prefix);
106 return implode(' | ', $selectors);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconfiguration.asciidoc21 * <<selectors>>
46 include::selectors.asciidoc[]
Dselectors.asciidoc1 [[selectors]] anchor
90 You can implement your own custom selector. Custom selectors must implement
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md15 PhpCSS is a parser for CSS 3 selectors. It parses them into an AST and allows them to compile the A…
17 The main target of this project is the possibilty to convert CSS selectors into Xpath expressions.
45 …nject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project,…
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php238 $selectors = $this->compileSelectors($block->tags);
239 $env->selectors = $this->multiplySelectors($selectors);
240 $out = $this->makeOutputBlock(null, $env->selectors);
287 protected function compileNestedBlock($block, $selectors) argument
290 $this->scope = $this->makeOutputBlock($block->type, $selectors);
465 $selectors = null;
467 if (isset($env->selectors)) {
468 $selectors = $env->selectors;
474 return $selectors;
479 protected function multiplySelectors($selectors) argument
[all …]
/plugin/revealjs/css/theme/
DREADME.md3 Themes are written using Sass to keep things modular and reduce the need for repeated selectors acr…
18 …aster/css/theme/template/settings.scss) for reference) or by adding any selectors and styles you p…
/plugin/scrape/vendor/symfony/css-selector/Parser/
DParser.php98 $selectors = [];
101 $selectors[] = $this->parserSelectorNode($stream);
111 return $selectors;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php216 $selectors = array_map('trim', explode(',', $selector));
218 foreach ($selectors as $sel) {
/plugin/odt/helper/
Dcssimport.php923 protected $selectors = array (); variable in css_rule
937 $this->selectors = explode (' ', $selector);
987 foreach ($this->selectors as $selector) {
1016 foreach ($this->selectors as $selector) {
1040 if ( $matches == count($this->selectors) ) {
1206 $selectors = explode (',', $before_open_bracket);
1211 foreach ( $selectors as $selector ) {
/plugin/scrape/vendor/symfony/css-selector/
DREADME.md4 The CssSelector component converts CSS selectors to XPath expressions.
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md74 …953](https://github.com/jakubpawlowicz/clean-css/issues/953) - beautify breaks attribute selectors.
119 …#916](https://github.com/jakubpawlowicz/clean-css/issues/916) - maximum number of merged selectors.
131 …e [#930](https://github.com/jakubpawlowicz/clean-css/issues/930) - regression in tidying selectors.
142 …#916](https://github.com/jakubpawlowicz/clean-css/issues/916) - maximum number of merged selectors.
244 …https://github.com/jakubpawlowicz/clean-css/issues/847) - regression in handling invalid selectors.
414 * Adds support for Polymer / Web Components special selectors.
451 …ue [#634](https://github.com/jakubpawlowicz/clean-css/issues/634) - merging :placeholder selectors.
538 …e [#561](https://github.com/jakubpawlowicz/clean-css/issues/561) - restructuring special selectors.
654 … [#462](https://github.com/jakubpawlowicz/clean-css/issues/462) - escaped apostrophes in selectors.
670 * Adds restructuring optimizations to reorganize selectors, which vastly improves minification.
[all …]
/plugin/imapmarkers/syntax/
Dimapmarkers_simple_html_dom.php505 $selectors = $this->parse_selector($selector);
506 if (($count = count($selectors)) === 0) {
516 if (($levle = count($selectors[$c])) === 0) {
533 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
537 $cmd = $selectors[$c][$l][4]; // Next Combinator
903 $selectors = array();
979 $selectors[] = $result;
985 $selectors[] = $result;
987 return $selectors;
/plugin/sqlraw/
Dsimple_html_dom.php504 $selectors = $this->parse_selector($selector);
505 if (($count=count($selectors))===0) return array();
513 if (($levle=count($selectors[$c]))===0) return array();
526 $n->seek($selectors[$c][$l], $ret, $lowercase);
687 $selectors = array();
711 $selectors[] = $result;
716 $selectors[] = $result;
717 return $selectors;
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php82 foreach ($this->css as $medium => $selectors) {
83 if (is_array($selectors)) {
84 foreach ($selectors as $selector => $properties) {
568 $selectors = array_map('trim', explode(',', $selector));
569 foreach ($selectors as $s) {
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
Dmpdf.css5 [mPDF default CSS set in configuration only works on basic elements, cannot do selectors such as "o…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DFilter.ExtractStyleBlocks.txt66 and the flexible nature of selectors makes it difficult to selectively

1234