Home
last modified time | relevance | path

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

123

/plugin/webcomponent/syntax/
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
Dbutton.php95 foreach (self::getTags() as $tag) {
107 foreach (self::getTags() as $tag) {
255 public static function getTags() function in syntax_plugin_webcomponent_button
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/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
DDocBlock.php156 public function getTags() function in phpDocumentor\\Reflection\\DocBlock
176 foreach ($this->getTags() as $tag) {
199 foreach ($this->getTags() as $tag) {
/plugin/webcomponent/_test/
Dcardcolumns.test.php18 $componentNames = syntax_plugin_webcomponent_cardcolumns::getTags();
29 $componentName = syntax_plugin_webcomponent_cardcolumns::getTags()[0];
Dbutton.test.php30 $elements = syntax_plugin_webcomponent_button::getTags();
50 $element = syntax_plugin_webcomponent_button::getTags()[0];
/plugin/blogtng/action/
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/
DTagFilterList.php38 public function getTags() function in Google\\Service\\CloudHealthcare\\TagFilterList
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DNetworkTags.php38 public function getTags() function in Google\\Service\\Container\\NetworkTags
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
DXcodeVersion.php42 public function getTags() function in Google\\Service\\Testing\\XcodeVersion
DOrientation.php74 public function getTags() function in Google\\Service\\Testing\\Orientation
DLocale.php92 public function getTags() function in Google\\Service\\Testing\\Locale
DIosVersion.php110 public function getTags() function in Google\\Service\\Testing\\IosVersion
DAndroidVersion.php128 public function getTags() function in Google\\Service\\Testing\\AndroidVersion
DIosModel.php182 public function getTags() function in Google\\Service\\Testing\\IosModel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
DListTagsResponse.php54 public function getTags() function in Google\\Service\\ArtifactRegistry\\ListTagsResponse
DDockerImage.php118 public function getTags() function in Google\\Service\\ArtifactRegistry\\DockerImage
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
DGoogleCloudDatacatalogV1beta1ListTagsResponse.php45 public function getTags() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1ListTagsResponse
DGoogleCloudDatacatalogV1ListTagsResponse.php54 public function getTags() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ListTagsResponse
/plugin/tagging/helper/
H A Dquerybuilder.php52 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
78 public function getTags() function in helper_plugin_tagging_querybuilder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DPacketMirroringMirroredResourceInfo.php70 public function getTags() function in Google\\Service\\Compute\\PacketMirroringMirroredResourceInfo
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DDescription.php78 public function getTags() function in phpDocumentor\\Reflection\\DocBlock\\Description

123