Home
last modified time | relevance | path

Searched refs:Tag (Results 151 – 175 of 252) sorted by last modified time

1234567891011

/plugin/combo/action/
H A Dwebcode.php7 use ComboStrap\Tag\WebCodeTag;
/plugin/combo/conf/
H A Ddefault.php37 use ComboStrap\Tag\RelatedTag;
138 * See {@link \ComboStrap\Tag\AdTag::CONF_IN_ARTICLE_PLACEHOLDER
483 * {@link \ComboStrap\Tag\AdTag::CONF_IN_ARTICLE_ENABLED}
/plugin/combo/ComboStrap/
H A DPrism.php248 if (in_array($language, Tag\WebCodeTag::MARKIS)) {
H A DTagAttributes.php15 use ComboStrap\Tag\BoxTag;
78 Tag\WebCodeTag::RENDERING_MODE_ATTRIBUTE,
92 Tag\FollowTag::HANDLE_ATTRIBUTE,
405 * Tag Attributes are used for request and for response
773 LogUtility::error("The value of the output attribute is blank for the key ($key) - Tag ($this->logicalTag). Use the empty / boolean function if the value can be empty");
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php14 use Symfony\Component\Yaml\Tag\TaggedValue;
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php13 namespace ComboStrap\Tag;
H A DBackgroundTag.php3 namespace ComboStrap\Tag;
H A DBarTag.php3 namespace ComboStrap\Tag;
H A DBoxTag.php3 namespace ComboStrap\Tag;
34 // Tag that may make external http requests are not authorized
H A DFollowTag.php3 namespace ComboStrap\Tag;
H A DMermaidTag.php4 namespace ComboStrap\Tag;
H A DShareTag.php3 namespace ComboStrap\Tag;
/plugin/combo/syntax/
H A Dcell.php19 use ComboStrap\Tag\BoxTag;
/plugin/googletagmanager/
H A DREADME.md4 Dokuwiki plugin for Google Tag Manager
H A Dplugin.info.txt5 name Google Tag Manager
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/questions/tagged/elastica) and add the Tag "Elastica" or
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTag.php20 class Tag extends \Google\Collection class
501 class_alias(Tag::class, 'Google_Service_TagManager_Tag');
H A DContainerVersion.php65 protected $tagType = Tag::class;
261 * @param Tag[]
268 * @return Tag[]
H A DEntity.php30 protected $tagType = Tag::class;
80 * @param Tag
82 public function setTag(Tag $tag)
87 * @return Tag
H A DFolderEntities.php27 protected $tagType = Tag::class;
49 * @param Tag[]
56 * @return Tag[]
H A DListTagsResponse.php27 protected $tagType = Tag::class;
45 * @param Tag[]
52 * @return Tag[]
H A DRevertTagResponse.php22 protected $tagType = Tag::class;
26 * @param Tag
28 public function setTag(Tag $tag)
33 * @return Tag
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersWorkspacesTags.php22 use Google\Service\TagManager\Tag; alias
39 * @param Tag $postBody
41 * @return Tag
43 public function create($parent, Tag $postBody, $optParams = [])
47 return $this->call('create', [$params], Tag::class);
68 * @return Tag
74 return $this->call('get', [$params], Tag::class);
116 * @param Tag $postBody
121 * @return Tag
123 public function update($path, Tag $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/Resource/
H A DProjectsLocationsRepositoriesPackagesTags.php22 use Google\Service\ArtifactRegistry\Tag; alias
39 * @param Tag $postBody
43 * @return Tag
45 public function create($parent, Tag $postBody, $optParams = [])
49 return $this->call('create', [$params], Tag::class);
69 * @return Tag
75 return $this->call('get', [$params], Tag::class);
109 * @param Tag $postBody
115 * @return Tag
117 public function patch($name, Tag $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DTag.php20 class Tag extends \Google\Model class
62 class_alias(Tag::class, 'Google_Service_ArtifactRegistry_Tag');

1234567891011