Home
last modified time | relevance | path

Searched refs:selector (Results 101 – 125 of 328) sorted by last modified time

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php379 public function setSelector(Parameter $selector) argument
381 $this->selector = $selector;
388 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DCustomErrorRule.php29 public $selector; variable in Google\\Service\\ServiceNetworking\\CustomErrorRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
H A DSystemParameterRule.php28 public $selector; variable in Google\\Service\\ServiceNetworking\\SystemParameterRule
47 public function setSelector($selector) argument
49 $this->selector = $selector;
56 return $this->selector;
H A DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceNetworking\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;
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 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 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 DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceNetworking\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 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;
H A DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceNetworking\\MetricRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
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;
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 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 DCustomErrorRule.php29 public $selector; variable in Google\\Service\\ServiceUsage\\CustomErrorRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
H A DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceUsage\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 return $this->selector;
H A DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceUsage\\MetricRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DIAMCredentials.php31 private $selector; variable in Google\\Auth\\Credentials\\IAMCredentials
39 * @param string $selector the IAM selector
42 public function __construct($selector, $token) argument
44 if (!is_string($selector)) {
55 $this->selector = $selector;
86 $metadata_copy[self::SELECTOR_KEY] = $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
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 DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\MetricRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
H A DSystemParameterRule.php28 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\SystemParameterRule
47 public function setSelector($selector) argument
49 $this->selector = $selector;
56 return $this->selector;
H A DCustomErrorRule.php29 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\CustomErrorRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 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 DSystemParameterRule.php28 public $selector; variable in Google\\Service\\ServiceManagement\\SystemParameterRule
47 public function setSelector($selector) argument
49 $this->selector = $selector;
56 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;
/plugin/authgooglesheets/
H A Dcomposer.lock98 "symfony/css-selector": "~2.1",

12345678910>>...14