Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php70 function match_selector($selector, $root) { argument
71 switch ($selector[0]) {
87 foreach ($selector[1] as $subselector) {
107 $attr_name = $selector[1];
119 $attr_name = $selector[1];
120 $attr_value = $selector[2];
136 $attr_name = $selector[1];
137 $attr_value = $selector[2];
170 switch ($selector[0]) {
220 function selector_get_type($selector) { argument
[all …]
H A Dcss.rules.page.inc.php63 var $selector; variable in CSSAtRulePage
68 $this->selector = $selector;
96 var $selector; variable in CSSAtRuleMarginBox
104 $this->selector = $selector;
125 switch ($selector) {
256 switch ($selector) {
259 return $selector;
262 return $selector;
265 return $selector;
268 return $selector;
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php157 var $selector = ''; variable in csstidy
574 $this->selector = '';
579 $this->selector = trim($this->selector).',';
620 $this->selector = '';
665 …if($this->selector{0} == '@' && isset($at_rules[substr($this->selector,1)]) && $at_rules[substr($t…
702 $this->selector = strtolower($this->selector);
714 $this->selector = trim($this->selector);
747 $this->selector = '';
847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
871 * @param string $selector
[all …]
/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/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceManagement\\MetricRule
48 public function setSelector($selector) argument
50 $this->selector = $selector;
57 return $this->selector;
H A DCustomErrorRule.php29 public $selector; variable in Google\\Service\\ServiceManagement\\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\\ServiceManagement\\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\\ServiceManagement\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;
H A DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceManagement\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 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 DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceNetworking\\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\\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 DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceNetworking\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
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 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 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 DDocumentationRule.php33 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\DocumentationRule
66 public function setSelector($selector) argument
68 $this->selector = $selector;
75 return $this->selector;
H A DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceConsumerManagement\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
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 DMetricRule.php29 public $selector; variable in Google\\Service\\ServiceUsage\\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\\ServiceUsage\\SystemParameterRule
47 public function setSelector($selector) argument
49 $this->selector = $selector;
56 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 DUsageRule.php29 public $selector; variable in Google\\Service\\ServiceUsage\\UsageRule
52 public function setSelector($selector) argument
54 $this->selector = $selector;
61 return $this->selector;

12345678910>>...14