Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 25 of 252) sorted by path

1234567891011

/plugin/addressbook/
H A DREADME.md55 …ich the link directs. This target page must contatin an ``[ADDRESSBOOK:]``-Tag for the request to …
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_de.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_en.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
H A Dnewstemplate_it.txt10 tags |text |size="14" | |Tag&nbsp |tagdescr
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListTagsResponse.php27 protected $tagsType = Tag::class;
45 * @param Tag[]
52 * @return Tag[]
H A DTag.php20 class Tag extends \Google\Model class
62 class_alias(Tag::class, 'Google_Service_ArtifactRegistry_Tag');
H A DVersion.php39 protected $relatedTagsType = Tag::class;
103 * @param Tag[]
110 * @return Tag[]
/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/TagManager/
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
H A DTag.php20 class Tag extends \Google\Collection class
501 class_alias(Tag::class, 'Google_Service_TagManager_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/codemirror/dist/modes/
H A Djinja2.min.js.map1 … state.incomment = false;\n }\n return \"comment\";\n //Tag\n } else if (s…
H A Djsx.min.js.map1 …x.depth == 1) { // Inside of tag\n if (stream.peek() == \"<\") { // Tag inside of tag\n …
H A Dtwig.min.js.map1 … state.incomment = false;\n }\n return \"comment\";\n //Tag\n } else if (s…
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php11 use ComboStrap\Tag\BoxTag;
H A DBrandButton.php259 $templateData[Tag\FollowTag::HANDLE_ATTRIBUTE] = $this->handle;
H A DBrandTag.php216 $handle = $brandAttributes->getValueAndRemoveIfPresent(Tag\FollowTag::HANDLE_ATTRIBUTE);
H A DCardTag.php5 use ComboStrap\Tag\BoxTag;
H A DContainerTag.php6 use ComboStrap\Tag\BarTag;
H A DExecutionContext.php8 use ComboStrap\Tag\WebCodeTag;

1234567891011