Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php70 if (!empty($block->selectors)) {
80 implode($selectorSeparator, $block->selectors);
102 if (!empty($block->selectors)) {
H A DLessc.php496 $selectors = $this->compileSelectors($block->tags);
497 $env->selectors = $this->multiplySelectors($selectors);
498 $out = $this->makeOutputBlock(null, $env->selectors);
551 protected function compileNestedBlock($block, $selectors) argument
554 $this->scope = $this->makeOutputBlock($block->type, $selectors);
736 $selectors = null;
738 if (isset($env->selectors)) {
739 $selectors = $env->selectors;
745 return $selectors;
750 protected function multiplySelectors($selectors) argument
[all …]
H A DParser.php1421 protected function pushBlock($selectors = null, $type = null) argument
1430 $b->tags = $selectors;
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1793 public function find($selectors, $context = null, $noHistory = false) { argument
1811 $queries = $this->parseSelector($selectors);
1812 $this->debug(array('FIND', $selectors, $queries));
2292 public function filter($selectors, $_skipHistory = false) { argument
2293 if ($selectors instanceof Callback OR $selectors instanceof Closure)
2294 return $this->filterCallback($selectors, $_skipHistory);
2298 if (! is_array($selectors))
2299 $selectors = $this->parseSelector($selectors);
2301 $this->debug(array("Filtering:", $selectors));
2303 foreach($selectors as $selector) {
/dokuwiki/_test/
H A Dcomposer.lock114 "description": "Converts CSS selectors to XPath expressions",
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 …ze=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.suppor…