/plugin/translator/syntax/ |
H A D | label.php | 21 var $category = null; variable in syntax_plugin_translator_label 65 $this->category = $this->getConf('category'); 97 if ( !empty( $this->category) ) { 99 if ( !is_numeric($this->category) ) { 100 $this->category = $this->functions->_getCategoryFromName($this->category); 103 if ( $this->category === false || !is_array($this->category) ) { 107 list($this->category, $fileName) = $this->category; 111 $EXECUTE[] = $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | SettlementTransactionAmountCommission.php | 25 public $category; variable in Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission 34 public function setCategory($category) argument 36 $this->category = $category; 43 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | CategoryCount.php | 25 public $category; variable in Google\\Service\\Bigquery\\CategoryCount 34 public function setCategory($category) argument 36 $this->category = $category; 43 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | SuggestionClusterProto.php | 26 public $category; variable in Google\\Service\\ToolResults\\SuggestionClusterProto 33 public function setCategory($category) argument 35 $this->category = $category; 42 return $this->category;
|
H A D | TestIssue.php | 25 public $category; variable in Google\\Service\\ToolResults\\TestIssue 46 public function setCategory($category) argument 48 $this->category = $category; 55 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | FreeFormServiceItem.php | 25 public $category; variable in Google\\Service\\MyBusinessBusinessInformation\\FreeFormServiceItem 32 public function setCategory($category) argument 34 $this->category = $category; 41 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | Category.php | 25 public $category; variable in Google\\Service\\Games\\Category 38 public function setCategory($category) argument 40 $this->category = $category; 47 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/ |
H A D | GoogleCloudRecommenderV1Impact.php | 25 public $category; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Impact 34 public function setCategory($category) argument 36 $this->category = $category; 43 return $this->category;
|
H A D | GoogleCloudRecommenderV1Insight.php | 28 public $category; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Insight 85 public function setCategory($category) argument 87 $this->category = $category; 94 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | InventoryZypperPatch.php | 25 public $category; variable in Google\\Service\\OSConfig\\InventoryZypperPatch 42 public function setCategory($category) argument 44 $this->category = $category; 51 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
H A D | ZypperPatch.php | 25 public $category; variable in Google\\Service\\CloudAsset\\ZypperPatch 42 public function setCategory($category) argument 44 $this->category = $category; 51 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | ExternalRef.php | 22 public $category; variable in Google\\Service\\ContainerAnalysis\\ExternalRef 27 public function setCategory($category) argument 29 $this->category = $category; 33 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | CreateLineRequest.php | 25 public $category; variable in Google\\Service\\Slides\\CreateLineRequest 40 public function setCategory($category) argument 42 $this->category = $category; 49 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/ |
H A D | Extension.php | 25 public $category; variable in Google\\Service\\TrafficDirectorService\\Extension 44 public function setCategory($category) argument 46 $this->category = $category; 53 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | AttributeDefinition.php | 30 public $category; variable in Google\\Service\\CloudHealthcare\\AttributeDefinition 65 public function setCategory($category) argument 67 $this->category = $category; 74 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | DimensionMetadata.php | 30 public $category; variable in Google\\Service\\AnalyticsData\\DimensionMetadata 65 public function setCategory($category) argument 67 $this->category = $category; 74 return $this->category;
|
H A D | MetricMetadata.php | 34 public $category; variable in Google\\Service\\AnalyticsData\\MetricMetadata 91 public function setCategory($category) argument 93 $this->category = $category; 100 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1ProcessorType.php | 32 public $category; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1ProcessorType 77 public function setCategory($category) argument 79 $this->category = $category; 86 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
H A D | UserPageLoadMetricV5.php | 26 public $category; variable in Google\\Service\\PagespeedInsights\\UserPageLoadMetricV5 49 public function setCategory($category) argument 51 $this->category = $category; 58 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/ |
H A D | Webfont.php | 26 public $category; variable in Google\\Service\\Webfonts\\Webfont 59 public function setCategory($category) argument 61 $this->category = $category; 68 return $this->category;
|
/plugin/stopforumspam/ |
H A D | ResponseChecker.php | 131 * @param ResponseCategory $category 134 private function categoryIsValid(ResponseCategory $category) argument 136 if ($category->frequency > 0 && $category->confidence > $this->tolerance) { 137 $this->confidence = $category->confidence; 138 $this->frequency = $category->frequency;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/ |
H A D | SasPortalDeviceConfig.php | 32 public $category; variable in Google\\Service\\Sasportal\\SasPortalDeviceConfig 89 public function setCategory($category) argument 91 $this->category = $category; 98 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/ |
H A D | SasPortalDeviceConfig.php | 32 public $category; variable in Google\\Service\\SASPortalTesting\\SasPortalDeviceConfig 89 public function setCategory($category) argument 91 $this->category = $category; 98 return $this->category;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/ |
H A D | GoogleCloudSecuritycenterV1p1beta1Finding.php | 29 public $category; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1Finding 86 public function setCategory($category) argument 88 $this->category = $category; 95 return $this->category;
|
/plugin/noticeboard/classes/ |
H A D | Notice.php | 31 private $category; variable in helper_plugin_noticeboard_Notice 107 public function setCategory($category){ argument 108 $this->category = $category; 112 return $this->category;
|