/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/Resource/ |
H A D | ProjectsLocationsRepositoriesPackagesTags.php | 22 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/Resource/ |
H A D | AccountsContainersWorkspacesTags.php | 22 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/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
H A D | DocBlock.php | 15 use phpDocumentor\Reflection\DocBlock\Tag; alias 26 /** @var Tag[] An array containing all the tags in this docblock; except inline. */ 62 Assert::allIsInstanceOf($tags, Tag::class); 154 * @return Tag[] 167 * @return Tag[] 175 /** @var Tag $tag */ 198 /** @var Tag $tag */ 211 * @param Tag $tag The tag to remove. 215 public function removeTag(Tag $tagToRemove) 228 * @param Tag $tag The tag to add. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | RevertTagResponse.php | 22 protected $tagType = Tag::class; 26 * @param Tag 28 public function setTag(Tag $tag) 33 * @return Tag
|
H A D | Entity.php | 30 protected $tagType = Tag::class; 80 * @param Tag 82 public function setTag(Tag $tag) 87 * @return Tag
|
H A D | ListTagsResponse.php | 27 protected $tagType = Tag::class; 45 * @param Tag[] 52 * @return Tag[]
|
H A D | FolderEntities.php | 27 protected $tagType = Tag::class; 49 * @param Tag[] 56 * @return Tag[]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/ |
H A D | AlignFormatter.php | 16 use phpDocumentor\Reflection\DocBlock\Tag; alias 27 * @param Tag[] $tags All tags that should later be aligned with the formatter. 39 * @param Tag $tag 43 public function format(Tag $tag)
|
H A D | PassthroughFormatter.php | 15 use phpDocumentor\Reflection\DocBlock\Tag; alias 23 * @param Tag $tag 27 public function format(Tag $tag)
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
H A D | Formatter.php | 15 use phpDocumentor\Reflection\DocBlock\Tag; alias 22 * @param Tag $tag 26 public function format(Tag $tag);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/ |
H A D | ListTagsResponse.php | 27 protected $tagsType = Tag::class; 45 * @param Tag[] 52 * @return Tag[]
|
H A D | Version.php | 39 protected $relatedTagsType = Tag::class; 103 * @param Tag[] 110 * @return Tag[]
|
H A D | Tag.php | 20 class Tag extends \Google\Model class 62 class_alias(Tag::class, 'Google_Service_ArtifactRegistry_Tag');
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Description.php | 56 /** @var Tag[] */ 63 * @param Tag[] $tags 76 * @return Tag[]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Columns.php | 3 namespace Mpdf\Tag; 5 class Columns extends Tag 9 * @return \Mpdf\Tag\Tag 13 $className = \Mpdf\Tag::getTagClassName($tag);
|
H A D | Toc.php | 3 namespace Mpdf\Tag; 5 class Toc extends Tag
|
H A D | NewColumn.php | 3 namespace Mpdf\Tag; 5 class NewColumn extends Tag
|
H A D | WatermarkText.php | 3 namespace Mpdf\Tag; 5 class WatermarkText extends Tag
|
H A D | SubstituteTag.php | 3 namespace Mpdf\Tag; 5 abstract class SubstituteTag extends Tag
|
H A D | IndexInsert.php | 3 namespace Mpdf\Tag; 5 class IndexInsert extends Tag
|
H A D | TBody.php | 3 namespace Mpdf\Tag; 5 class TBody extends Tag
|
H A D | Bookmark.php | 3 namespace Mpdf\Tag; 5 class Bookmark extends Tag
|
H A D | WatermarkImage.php | 3 namespace Mpdf\Tag; 5 class WatermarkImage extends Tag
|
H A D | IndexEntry.php | 3 namespace Mpdf\Tag; 5 class IndexEntry extends Tag
|
H A D | TocEntry.php | 3 namespace Mpdf\Tag; 5 class TocEntry extends Tag
|