Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/core/
H A DTestResponse.php102 public function queryHTML($selector) { argument
107 return $this->pq->find($selector);
H A DphpQuery-onefile.php1721 protected function runQuery($XQuery, $selector = null, $compare = null) { argument
1768 if (call_user_func_array(array($this, $compare), array($selector, $node)))
1818 foreach($queries as $selector) {
1821 foreach($selector as $s) {
2016 $selector = self::unQuote($args);
2017 $this->elements = $this->not($selector)->stack();
2033 $selector = trim($args, "\"'");
2036 if ($this->find($selector, $el, true)->length)
2242 public function is($selector, $nodes = null) { argument
2243 phpQuery::debug(array("Is:", $selector));
[all …]
/dokuwiki/lib/scripts/
H A Dlocktimer.js55 addField: function(selector) { argument
56 dw_locktimer.fieldsToSaveAsDraft.push(selector);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php4359 $selector = '#' . $this->_genCSSName($this->overall_id);
4361 $selector = '.' . $this->_genCSSName($this->language);
4363 $selector .= '.' . $this->_genCSSName($this->overall_class);
4366 $selector .= ' ';
4392 $stylesheet .= "$selector.de1, $selector.de2 {{$this->code_style}}\n";
4398 $stylesheet .= "$selector {{$this->overall_style}}\n";
4409 $stylesheet .= "{$selector}a:link {{$style}}\n";
4412 $stylesheet .= "{$selector}a:hover {{$style}}\n";
4415 $stylesheet .= "{$selector}a:active {{$style}}\n";
4418 $stylesheet .= "{$selector}a:visited {{$style}}\n";
[all …]
/dokuwiki/_test/
H A Dcomposer.lock28 "symfony/css-selector": "^4.0 || ^5.0 || ^6.0"
70 "name": "symfony/css-selector",
74 "url": "https://github.com/symfony/css-selector.git",
79 …"url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f…
117 "source": "https://github.com/symfony/css-selector/tree/v5.4.45"
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2selector=e}return a}function re(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&Y(e=l.selec… property
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG933 - Fixed multiline comment selector in cssgen.php (Andrzej Kubaszek)