Home
last modified time | relevance | path

Searched refs:selector (Results 51 – 75 of 328) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DHttpRule.php58 public $selector; variable in Google\\Service\\ServiceManagement\\HttpRule
189 public function setSelector($selector) argument
191 $this->selector = $selector;
198 return $this->selector;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgooglecode.min.css1selector-tag,.hljs-section,.hljs-title,.hljs-name{color:#008}.hljs-variable,.hljs-template-variabl…
H A Dmonokai.min.css1selector-tag,.hljs-literal,.hljs-strong,.hljs-name{color:#f92672}.hljs-code{color:#66d9ef}.hljs-cl…
H A Dsolarized-light.min.css1selector-tag,.hljs-addition{color:#859900}.hljs-number,.hljs-string,.hljs-meta .hljs-meta-string,.…
H A Dmonokai-sublime.min.css1selector-class{color:#a6e22e}.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}.hljs-…
H A Dsolarized-dark.min.css1selector-tag,.hljs-addition{color:#859900}.hljs-number,.hljs-string,.hljs-meta .hljs-meta-string,.…
H A Dhybrid.min.css1selector-attr,.hljs-selector-pseudo{color:#b5bd68}.hljs-attribute,.hljs-code,.hljs-selector-id{col…
H A Dir-black.min.css1 …hljs-selector-tag,.hljs-tag,.hljs-name{color:#96cbfe}.hljs-attribute,.hljs-selector-id{color:#ffff…
H A Dfar.min.css1selector-tag,.hljs-section,.hljs-type,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-vari…
H A Drainbow.min.css1selector-tag,.hljs-literal,.hljs-type,.hljs-addition{color:#cc99cc}.hljs-number,.hljs-selector-att…
H A Dandroidstudio.min.css1selector-tag,.hljs-deletion{color:#cc7832}.hljs-variable,.hljs-template-variable,.hljs-link{color:…
H A Dcodepen-embed.min.css1 …e,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-type,.hljs-attribute{color:#9b869b}.hljs…
/plugin/revealjs/lib/css/
H A Dmonokai.css15 .hljs-selector-tag,
46 .hljs-selector-attr,
47 .hljs-selector-pseudo,
63 .hljs-selector-tag,
69 .hljs-selector-id {
/plugin/deletepagebutton/
H A Dscript.js14 let selector;
17 selector = 'li.action a.deletepagebutton';
22 selector = '.deletepagebutton a';
25 let $button = jQuery(selector);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php53 $this->selector =& $css->selector;
81 foreach ($value as $selector => $value1)
83 …$this->css[$medium][$selector] = csstidy_optimise::merge_4value_shorthands($this->css[$medium][$se…
89 … $this->css[$medium][$selector] = csstidy_optimise::merge_bg($this->css[$medium][$selector]);
91 unset($this->css[$medium][$selector]);
449 foreach($css as $selector => $vali)
451 if($selector == $key)
458 $keys[] = $selector;
466 foreach($keys as $selector)
468 unset($css[$selector]);
[all …]
/plugin/likeit/script/
H A Djquery.hoverIntent.js33 $.fn.hoverIntent = function(handlerIn,handlerOut,selector) { argument
45 cfg = $.extend(cfg, { over: handlerIn, out: handlerOut, selector: selector } );
47 cfg = $.extend(cfg, { over: handlerIn, out: handlerIn, selector: handlerOut } );
113 …this.on({'mouseenter.hoverIntent':handleHover,'mouseleave.hoverIntent':handleHover}, cfg.selector);
/plugin/jquery/
H A Djquery-1.4.2.js148 this.selector = selector;
154 this.selector = selector;
156 selector = document.getElementsByTagName( selector );
175 if (selector.selector !== undefined) {
176 this.selector = selector.selector;
184 selector: "",
232 ret.selector = this.selector + (this.selector ? " " : "") + selector;
234 ret.selector = this.selector + "." + name + "(" + selector + ")";
2477 selector = origSelector || this.selector,
2655 if ( !selector || typeof selector !== "string" ) {
[all …]
/plugin/rowmove/_test/
H A Dsyntax.test.php24 $selector = pq("span.rowmove",$doc);
25 $this->assertTrue($selector->length === 2);
26 $this->assertTrue(pq("img",$selector)->length === 4);
H A Dajax.test.php43 $selector = pq("span.rowmove",$doc);
44 $this->assertTrue($selector->length === 2);
45 $this->assertTrue(pq("img",$selector)->length === 4);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php32 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
34 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
39 return $this->selector->select($this->connections);
H A DStaticNoPingConnectionPool.php42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
54 $connection = $this->selector->select($this->connections);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php47 $mechanism = 'css selector';
51 $mechanism = 'css selector';
55 $mechanism = 'css selector';
65 * Escapes a CSS selector.
72 * @param string $selector
75 private static function escapeSelector($selector) argument
87 }, $selector);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php12 function css_find_pseudoelement($selector) { argument
13 $selector_type = selector_get_type($selector);
19 foreach ($selector[1] as $subselector) {
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js156 jQuery.find = function( selector ) { argument
161 if ( typeof selector === "string" && rattrHashTest.test( selector ) ) {
166 window.document.querySelector( selector );
170 selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) {
177 window.document.querySelector( selector );
179 args[ 0 ] = selector;
558 delegate: function( selector, types, data, fn ) { argument
560 return this.on( types, selector, data, fn );
562 undelegate: function( selector, types, fn ) { argument
565 this.off( selector, "**" ) :
[all …]

12345678910>>...14