Home
last modified time | relevance | path

Searched refs:packageType (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dupgradecmd_test.go17 packageType string
22 packageType: packageTypeAPK,
27 packageType: packageTypeDEB,
32 packageType: packageTypeDEB,
37 packageType: packageTypeDEB,
42 packageType: packageTypeDEB,
47 packageType: packageTypeRPM,
52 packageType: packageTypeRPM,
57 packageType: packageTypeRPM,
62 packageType: packageTypeRPM,
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dusers_packages.go52 u = fmt.Sprintf("users/%v/packages/%v/%v", user, packageType, packageName)
54 u = fmt.Sprintf("user/packages/%v/%v", packageType, packageName)
79 u = fmt.Sprintf("users/%v/packages/%v/%v", user, packageType, packageName)
81 u = fmt.Sprintf("user/packages/%v/%v", packageType, packageName)
100 u = fmt.Sprintf("users/%v/packages/%v/%v/restore", user, packageType, packageName)
102 u = fmt.Sprintf("user/packages/%v/%v/restore", packageType, packageName)
121 u = fmt.Sprintf("users/%v/packages/%v/%v/versions", user, packageType, packageName)
123 u = fmt.Sprintf("user/packages/%v/%v/versions", packageType, packageName)
150 u = fmt.Sprintf("user/packages/%v/%v/versions/%v", packageType, packageName, packageVersionID)
177 u = fmt.Sprintf("user/packages/%v/%v/versions/%v", packageType, packageName, packageVersionID)
[all …]
H A Dorgs_packages.go40 func (s *OrganizationsService) GetPackage(ctx context.Context, org, packageType, packageName string… argument
41 u := fmt.Sprintf("orgs/%v/packages/%v/%v", org, packageType, packageName)
59 func (s *OrganizationsService) DeletePackage(ctx context.Context, org, packageType, packageName str… argument
60 u := fmt.Sprintf("orgs/%v/packages/%v/%v", org, packageType, packageName)
72 func (s *OrganizationsService) RestorePackage(ctx context.Context, org, packageType, packageName st… argument
73 u := fmt.Sprintf("orgs/%v/packages/%v/%v/restore", org, packageType, packageName)
86 u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions", org, packageType, packageName)
110 …u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions/%v", org, packageType, packageName, packageVersi…
128 func (s *OrganizationsService) PackageDeleteVersion(ctx context.Context, org, packageType, packageN… argument
129 …u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions/%v", org, packageType, packageName, packageVersi…
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dusers_packages.go52 u = fmt.Sprintf("users/%v/packages/%v/%v", user, packageType, packageName)
54 u = fmt.Sprintf("user/packages/%v/%v", packageType, packageName)
79 u = fmt.Sprintf("users/%v/packages/%v/%v", user, packageType, packageName)
81 u = fmt.Sprintf("user/packages/%v/%v", packageType, packageName)
100 u = fmt.Sprintf("users/%v/packages/%v/%v/restore", user, packageType, packageName)
102 u = fmt.Sprintf("user/packages/%v/%v/restore", packageType, packageName)
121 u = fmt.Sprintf("users/%v/packages/%v/%v/versions", user, packageType, packageName)
123 u = fmt.Sprintf("user/packages/%v/%v/versions", packageType, packageName)
150 u = fmt.Sprintf("user/packages/%v/%v/versions/%v", packageType, packageName, packageVersionID)
177 u = fmt.Sprintf("user/packages/%v/%v/versions/%v", packageType, packageName, packageVersionID)
[all …]
H A Dorgs_packages.go40 func (s *OrganizationsService) GetPackage(ctx context.Context, org, packageType, packageName string… argument
41 u := fmt.Sprintf("orgs/%v/packages/%v/%v", org, packageType, packageName)
59 func (s *OrganizationsService) DeletePackage(ctx context.Context, org, packageType, packageName str… argument
60 u := fmt.Sprintf("orgs/%v/packages/%v/%v", org, packageType, packageName)
72 func (s *OrganizationsService) RestorePackage(ctx context.Context, org, packageType, packageName st… argument
73 u := fmt.Sprintf("orgs/%v/packages/%v/%v/restore", org, packageType, packageName)
86 u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions", org, packageType, packageName)
110 …u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions/%v", org, packageType, packageName, packageVersi…
128 func (s *OrganizationsService) PackageDeleteVersion(ctx context.Context, org, packageType, packageN… argument
129 …u := fmt.Sprintf("orgs/%v/packages/%v/%v/versions/%v", org, packageType, packageName, packageVersi…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Package/
H A DMetaData.php45 protected $packageType; variable in TYPO3\\CMS\\Core\\Package\\MetaData
101 return is_string($this->packageType) && str_starts_with($this->packageType, 'typo3-cms-');
106 return $this->packageType === self::FRAMEWORK_TYPE;
116 return $this->packageType;
122 * @param string|null $packageType
124 public function setPackageType($packageType) argument
126 $this->packageType = $packageType;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/
H A DLinuxHelper.java51 final PackageType packageType = cmd.packageType(); in getBundleName() local
53 switch (packageType) { in getBundleName()
67 getDefaultPackageArch(packageType)) + packageType.getSuffix(); in getBundleName()
73 final PackageType packageType = cmd.packageType(); in getPackageFiles() local
77 switch (packageType) { in getPackageFiles()
104 var packageType = cmd.packageType(); in getPrerequisitePackages() local
105 switch (packageType) { in getPrerequisitePackages()
130 var packageType = cmd.packageType(); in getBundleProperty() local
131 switch (packageType) { in getBundleProperty()
134 packageType)); in getBundleProperty()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Package/
H A DMetaData.php41 protected $packageType; variable in TYPO3\\CMS\\Core\\Package\\MetaData
102 return $this->packageType;
108 * @param string $packageType
110 public function setPackageType($packageType) argument
112 $this->packageType = $packageType;
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/ci/
H A Dpackage20 local packageType=${1}
39 mkdir -p "out/${packageType}/"
42 --package "out/${packageType}/${PACKAGE_NAME}_${PACKAGE_ARCH}.${packageType}" \
45 --output-type "${packageType}" \
68 --after-install "packaging/scripts/postinst.${packageType}" \
69 --before-remove "packaging/scripts/prerm.${packageType}" \
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Package/
H A DMetaData.php44 protected $packageType; variable in TYPO3\\CMS\\Core\\Package\\MetaData
105 return $this->packageType;
111 * @param string $packageType
113 public function setPackageType($packageType) argument
115 $this->packageType = $packageType;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Compatibility/
H A DLoadedExtensionArrayElement.php75 $packageType = null;
79 $packageType = 'L';
82 $packageType = 'G';
85 $packageType = 'S';
88 $packageType = 'T';
91 if ($packageType !== null) {
92 $this->extensionInformation['type'] = $packageType;
/dports/security/vuls/go-autorest-autorest-v0.9.3/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/security/vuls/go-autorest-logger-v0.1.0/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/security/vuls/go-autorest-tracing-v0.5.0/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/security/vuls/go-autorest-aff029487b89/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/www/grafana8/go-autorest-tracing-v0.6.0/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/www/gitlab-workhorse/go-autorest-b3a0b30a7423/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/www/gitlab-workhorse/go-autorest-tracing-v0.6.0/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/Azure/go-autorest/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/go-autorest/go-autorest-14.2.0/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/Azure/go-autorest/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Azure/go-autorest/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/github.com/Azure/go-autorest/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,
/dports/sysutils/chaoskube/go-autorest-autorest-v0.11.1/autorest/
H A Derror.go55 func NewError(packageType string, method string, message string, args ...interface{}) DetailedError…
56 return NewErrorWithError(nil, packageType, method, nil, message, args...)
63 func NewErrorWithResponse(packageType string, method string, resp *http.Response, message string, a…
64 return NewErrorWithError(nil, packageType, method, resp, message, args...)
71 func NewErrorWithError(original error, packageType string, method string, resp *http.Response, mess…
83 PackageType: packageType,

12345678910>>...30