Home
last modified time | relevance | path

Searched defs:selector (Results 26 – 50 of 144) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceUsage\\UsageRule
52 public function setSelector($selector)
DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceUsage\\AuthenticationRule
81 public function setSelector($selector)
DContextRule.php42 public $selector; variable in Google\\Service\\ServiceUsage\\ContextRule
103 public function setSelector($selector)
DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceUsage\\BackendRule
138 public function setSelector($selector)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceNetworking\\UsageRule
52 public function setSelector($selector)
DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceNetworking\\AuthenticationRule
81 public function setSelector($selector)
DContextRule.php42 public $selector; variable in Google\\Service\\ServiceNetworking\\ContextRule
103 public function setSelector($selector)
DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceNetworking\\BackendRule
138 public function setSelector($selector)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceManagement\\UsageRule
52 public function setSelector($selector)
DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceManagement\\DocumentationRule
66 public function setSelector($selector)
DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceManagement\\AuthenticationRule
81 public function setSelector($selector)
DContextRule.php42 public $selector; variable in Google\\Service\\ServiceManagement\\ContextRule
103 public function setSelector($selector)
DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceManagement\\BackendRule
138 public function setSelector($selector)
/plugin/scrape/vendor/symfony/css-selector/Node/
DCombinedSelectorNode.php26 private $selector; variable in Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode
30 …public function __construct(NodeInterface $selector, string $combinator, NodeInterface $subSelecto…
DFunctionNode.php28 private $selector; variable in Symfony\\Component\\CssSelector\\Node\\FunctionNode
35 public function __construct(NodeInterface $selector, string $name, array $arguments = [])
DAttributeNode.php26 private $selector; variable in Symfony\\Component\\CssSelector\\Node\\AttributeNode
32 …public function __construct(NodeInterface $selector, ?string $namespace, string $attribute, string…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\DocumentationRule
66 public function setSelector($selector)
DAuthenticationRule.php34 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\AuthenticationRule
81 public function setSelector($selector)
DContextRule.php42 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\ContextRule
103 public function setSelector($selector)
DBackendRule.php47 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
138 public function setSelector($selector)
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
DIAMCredentials.php31 private $selector; variable in Google\\Auth\\Credentials\\IAMCredentials
42 public function __construct($selector, $token)
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dspecificity.js16 function specificity(selector) { argument
73 function isNotPseudoClass(selector, index) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
DAbstractConnectionPool.php47 protected $selector; variable in Elasticsearch\\ConnectionPool\\AbstractConnectionPool
67 …public function __construct(array $connections, SelectorInterface $selector, ConnectionFactoryInte…
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php148 public function detach(string $selector = null): NodeList {
173 public function destroy(string $selector = null): self {
306 public function prependTo($selector): self {
323 public function appendTo($selector): self {
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php166 public $selector = ''; variable in csstidy
1070 public function css_add_property($media, $selector, $property, $new_val) {
1178 public function css_new_selector($media,$selector) {
1213 public function css_new_property($media, $selector, $property) {
1234 public function merge_css_blocks($media, $selector, $css_add) {

123456