Home
last modified time | relevance | path

Searched refs:selector (Results 26 – 50 of 328) sorted by relevance

12345678910>>...14

/plugin/freechat/phpfreechat/data/public/js/
H A Dcreatestylerule.js25 applyRule: function(selector, declaration) argument
27 selector = selector.split(',');
28 for ( var i = 0; i < selector.length; i++)
31 var styleRule = document.createTextNode(selector[i] + " {" + declaration + "}");
35 this.lastStyle.addRule(selector[i], declaration);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\AuthenticationRule
81 public function setSelector($selector) argument
83 $this->selector = $selector;
90 return $this->selector;
H A DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
138 public function setSelector($selector) argument
140 $this->selector = $selector;
147 return $this->selector;
H A DHttpRule.php58 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\HttpRule
189 public function setSelector($selector) argument
191 $this->selector = $selector;
198 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceManagement\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceManagement\\AuthenticationRule
81 public function setSelector($selector) argument
83 $this->selector = $selector;
90 return $this->selector;
H A DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceManagement\\BackendRule
138 public function setSelector($selector) argument
140 $this->selector = $selector;
147 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceNetworking\\AuthenticationRule
81 public function setSelector($selector) argument
83 $this->selector = $selector;
90 return $this->selector;
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceNetworking\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceNetworking\\BackendRule
138 public function setSelector($selector) argument
140 $this->selector = $selector;
147 return $this->selector;
H A DHttpRule.php58 public $selector; variable in Google\\Service\\ServiceNetworking\\HttpRule
189 public function setSelector($selector) argument
191 $this->selector = $selector;
198 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceUsage\\AuthenticationRule
81 public function setSelector($selector) argument
83 $this->selector = $selector;
90 return $this->selector;
H A DContextRule.php42 public $selector; variable in Google\\Service\\ServiceUsage\\ContextRule
103 public function setSelector($selector) argument
105 $this->selector = $selector;
112 return $this->selector;
H A DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceUsage\\BackendRule
138 public function setSelector($selector) argument
140 $this->selector = $selector;
147 return $this->selector;
H A DHttpRule.php58 public $selector; variable in Google\\Service\\ServiceUsage\\HttpRule
189 public function setSelector($selector) argument
191 $this->selector = $selector;
198 return $this->selector;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dobsidian.min.css1selector-tag,.hljs-literal,.hljs-selector-id{color:#93c763}.hljs-number{color:#ffcd22}.hljs{color:…
H A Dgithub-gist.min.css1selector-tag,.hljs-type{color:#a71d5d}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-attribute{colo…
H A Ddefault.min.css1selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-built_in,.hljs-lite…
H A Ddarkula.min.css1selector-class{color:#a6e22e}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hl…
/plugin/currentlyreading/
H A Dstyle.css3 * @selector div.plugin_currentlyreading
4 * @selector span.plugin_currentlyreading
5 * @selector a.plugin_currentlyreading
6 * @selector img.plugin_currentlyreading
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php47 protected $selector; variable in Elasticsearch\\ConnectionPool\\AbstractConnectionPool
63 * @param SelectorInterface $selector A Selector instance to perform the selection logic for the available connections
67 public function __construct(array $connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, array $connectionPoolParams) argument
69 $paramList = array('connections', 'selector', 'connectionPoolParams');
84 $this->selector = $selector;
/plugin/odt/ODT/css/
H A Dcssimportnew.php427 $selector = array();
474 $selector = array();
484 $this->selectors_parsed [] = $selector;
501 $size = count($selector);
507 if (!isset($selector [$size-1]['selector'])) {
513 $simple = $selector [$size-1]['selector'];
524 if (!isset($selector [$size-2]['combinator'])) {
528 $combinator = $selector [$size-2]['combinator'];
660 $size = count($selector);
694 protected $selector = NULL; variable in css_rule_new
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php5 var $selector; variable in CSSRule
24 $this->selector = $rule[0];
29 $this->specificity = css_selector_specificity($this->selector);
30 $this->pseudoelement = css_find_pseudoelement($this->selector);
43 function get_selector() { return $this->selector; }
47 return match_selector($this->selector, $root);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc6 connections, however. That job belongs to the selector class.
8 The job of a selector is to return a single connection from a provided array of
16 This selector returns connections in a round-robin fashion. Node #1 is selected
37 This selector is "sticky", so that it prefers to reuse the same connection
40 failure, the selector will round-robin to the next available node, then "stick"
49 By default, this selector randomizes the hosts upon initialization which still
53 If you are using <<future_mode>>, the "sticky" behavior of this selector is
58 If you wish to use this selector, you may do so with:
73 This selector returns a random node, regardless of state. It is generally just
76 If you wish to use this selector, yo
[all...]

12345678910>>...14