Home
last modified time | relevance | path

Searched refs:getTags (Results 1 – 25 of 63) sorted by relevance

123

/plugin/webcomponent/syntax/
H A Dcardcolumns.php78 foreach (self::getTags() as $tag) {
87 foreach (self::getTags() as $tag) {
116 foreach (self::getTags() as $tag) {
166 public static function getTags() function in syntax_plugin_webcomponent_cardcolumns
H A Dbutton.php95 foreach (self::getTags() as $tag) {
107 foreach (self::getTags() as $tag) {
255 public static function getTags() function in syntax_plugin_webcomponent_button
H A Dcard.php96 foreach (self::getTags() as $tag) {
109 foreach (self::getTags() as $tag) {
145 foreach (self::getTags() as $tag) {
295 static function getTags() function in syntax_plugin_webcomponent_card
/plugin/combo/syntax/
H A Dmath.php74 foreach (self::getTags() as $element) {
184 static public function getTags(): array function in syntax_plugin_combo_math
186 return PluginUtility::getTags(get_called_class());
H A Dxmlprotectedtag.php20 private function getTags(): array function in syntax_plugin_combo_xmlprotectedtag
92 foreach ($this->getTags() as $tag) {
103 foreach ($this->getTags() as $tag) {
H A Dcell.php42 static function getTags(): array function in syntax_plugin_combo_cell
119 foreach (self::getTags() as $tag) {
130 foreach (self::getTags() as $tag) {
/plugin/webcomponent/_test/
H A Dcardcolumns.test.php18 $componentNames = syntax_plugin_webcomponent_cardcolumns::getTags();
29 $componentName = syntax_plugin_webcomponent_cardcolumns::getTags()[0];
H A Dbutton.test.php30 $elements = syntax_plugin_webcomponent_button::getTags();
50 $element = syntax_plugin_webcomponent_button::getTags()[0];
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php156 public function getTags() function in phpDocumentor\\Reflection\\DocBlock
176 foreach ($this->getTags() as $tag) {
199 foreach ($this->getTags() as $tag) {
/plugin/blogtng/action/
H A Dpagedata.php93 …['subject'] = array_unique(array_merge((array)$data['current']['subject'], $taghelper->getTags()));
95 $event->result['current']['subject'] = $taghelper->getTags();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DTagFilterList.php38 public function getTags() function in Google\\Service\\CloudHealthcare\\TagFilterList
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNetworkTags.php38 public function getTags() function in Google\\Service\\Container\\NetworkTags
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DXcodeVersion.php42 public function getTags() function in Google\\Service\\Testing\\XcodeVersion
H A DOrientation.php74 public function getTags() function in Google\\Service\\Testing\\Orientation
H A DLocale.php92 public function getTags() function in Google\\Service\\Testing\\Locale
H A DIosVersion.php110 public function getTags() function in Google\\Service\\Testing\\IosVersion
H A DAndroidVersion.php128 public function getTags() function in Google\\Service\\Testing\\AndroidVersion
H A DIosModel.php182 public function getTags() function in Google\\Service\\Testing\\IosModel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1ListTagsResponse.php45 public function getTags() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1ListTagsResponse
H A DGoogleCloudDatacatalogV1ListTagsResponse.php54 public function getTags() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ListTagsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListTagsResponse.php54 public function getTags() function in Google\\Service\\ArtifactRegistry\\ListTagsResponse
H A DDockerImage.php118 public function getTags() function in Google\\Service\\ArtifactRegistry\\DockerImage
/plugin/tagging/helper/
H A Dquerybuilder.php49 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
75 public function getTags() function in helper_plugin_tagging_querybuilder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketMirroringMirroredResourceInfo.php70 public function getTags() function in Google\\Service\\Compute\\PacketMirroringMirroredResourceInfo
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php78 public function getTags() function in phpDocumentor\\Reflection\\DocBlock\\Description

123