Home
last modified time | relevance | path

Searched refs:ownerName (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/www/gitea/gitea-1.16.5/routers/private/
H A Dinternal_repo.go37 ownerName := ctx.Params(":owner")
40 repo := loadRepository(ctx, ownerName, repoName)
48 log.Error("Failed to open repository: %s/%s Error: %v", ownerName, repoName, err)
50 "Err": fmt.Sprintf("Failed to open repository: %s/%s Error: %v", ownerName, repoName, err),
71 func loadRepository(ctx *gitea_context.PrivateContext, ownerName, repoName string) *repo_model.Repo… argument
72 repo, err := repo_model.GetRepositoryByOwnerAndName(ownerName, repoName)
74 log.Error("Failed to get repository: %s/%s Error: %v", ownerName, repoName, err)
76 "Err": fmt.Sprintf("Failed to get repository: %s/%s Error: %v", ownerName, repoName, err),
81 repo.OwnerName = ownerName
H A Ddefault_branch.go34 ownerName := ctx.Params(":owner")
37 repo, err := repo_model.GetRepositoryByOwnerAndName(ownerName, repoName)
39 log.Error("Failed to get repository: %s/%s Error: %v", ownerName, repoName, err)
41 Err: fmt.Sprintf("Failed to get repository: %s/%s Error: %v", ownerName, repoName, err),
46 repo.OwnerName = ownerName
53 Err: fmt.Sprintf("Failed to get git repository: %s/%s Error: %v", ownerName, repoName, err),
61 …Err: fmt.Sprintf("Unable to set default branch on repository: %s/%s Error: %v", ownerName, repoNam…
70 …Err: fmt.Sprintf("Unable to set default branch on repository: %s/%s Error: %v", ownerName, repoNam…
H A Dhook_post_receive.go36 ownerName := ctx.Params(":owner")
54 repo = loadRepository(ctx, ownerName, repoName)
68 RepoUserName: ownerName,
82 log.Error("Failed to Update: %s/%s Total Updates: %d", ownerName, repoName, len(updates))
86 log.Error("Failed to Update: %s/%s Error: %v", ownerName, repoName, err)
89 Err: fmt.Sprintf("Failed to Update: %s/%s Error: %v", ownerName, repoName, err),
99 repo = loadRepository(ctx, ownerName, repoName)
110 log.Error("Failed to Update: %s/%s Error: %v", ownerName, repoName, err)
112 Err: fmt.Sprintf("Failed to Update: %s/%s Error: %v", ownerName, repoName, err),
131 repo = loadRepository(ctx, ownerName, repoName)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DCachePool.java54 private String ownerName; field in CachePool
110 String ownerName = info.getOwnerName(); in createFromInfoAndDefaults() local
111 if (ownerName == null) { in createFromInfoAndDefaults()
113 ownerName = ugi.getShortUserName(); in createFromInfoAndDefaults()
146 Preconditions.checkNotNull(ownerName); in CachePool()
150 this.ownerName = ownerName; in CachePool()
162 return ownerName; in getOwnerName()
165 public CachePool setOwnerName(String ownerName) { in setOwnerName() argument
166 this.ownerName = ownerName; in setOwnerName()
220 return info.setOwnerName(ownerName). in getInfo()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/inotify/
H A DEvent.java99 private String ownerName; field in Event.CreateEvent
111 private String ownerName; field in Event.CreateEvent.Builder
138 public Builder ownerName(String ownerName) { in ownerName() method in Event.CreateEvent.Builder
139 this.ownerName = ownerName; in ownerName()
179 this.ownerName = b.ownerName; in CreateEvent()
210 return ownerName; in getOwnerName()
256 private String ownerName; field in Event.MetadataUpdateEvent
301 public Builder ownerName(String ownerName) { in ownerName() argument
302 this.ownerName = ownerName; in ownerName()
343 this.ownerName = b.ownerName; in MetadataUpdateEvent()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/metrics/prometheus/ratelimiter/
H A Drate_limiter.go38 func registerRateLimiterMetric(ownerName string) error {
42 if _, ok := rateLimiterMetrics[ownerName]; ok {
48 Subsystem: ownerName,
49 …: fmt.Sprintf("A metric measuring the saturation of the rate limiter for %v", ownerName),
56 rateLimiterMetrics[ownerName] = &rateLimiterMetric{
65 func RegisterMetricAndTrackRateLimiterUsage(ownerName string, rateLimiter flowcontrol.RateLimiter) …
66 if err := registerRateLimiterMetric(ownerName); err != nil {
H A Drate_limiter_test.go28 ownerName string
33 ownerName: "owner_name",
38 ownerName: "owner_name",
43 ownerName: "invalid-owner-name",
50 e := RegisterMetricAndTrackRateLimiterUsage(tc.ownerName, tc.rateLimiter)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/metrics/prometheus/ratelimiter/
H A Drate_limiter.go38 func registerRateLimiterMetric(ownerName string) error {
42 if _, ok := rateLimiterMetrics[ownerName]; ok {
48 Subsystem: ownerName,
49 …: fmt.Sprintf("A metric measuring the saturation of the rate limiter for %v", ownerName),
56 rateLimiterMetrics[ownerName] = &rateLimiterMetric{
65 func RegisterMetricAndTrackRateLimiterUsage(ownerName string, rateLimiter flowcontrol.RateLimiter) …
66 if err := registerRateLimiterMetric(ownerName); err != nil {
H A Drate_limiter_test.go28 ownerName string
33 ownerName: "owner_name",
38 ownerName: "owner_name",
43 ownerName: "invalid-owner-name",
50 e := RegisterMetricAndTrackRateLimiterUsage(tc.ownerName, tc.rateLimiter)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeamIngameAttributes.java39 public final String ownerName; field in TeamIngameAttributes
43 public TeamIngameAttributes(String ownerName, int colorIndex, int hogCount, boolean remoteDriven) { in TeamIngameAttributes() argument
44 this.ownerName = ownerName; in TeamIngameAttributes()
67 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withColorIndex()
71 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withHogCount()
76 return "TeamIngameAttributes [ownerName=" + ownerName + ", colorIndex=" in toString()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/
H A DTeamIngameAttributes.java39 public final String ownerName; field in TeamIngameAttributes
43 public TeamIngameAttributes(String ownerName, int colorIndex, int hogCount, boolean remoteDriven) { in TeamIngameAttributes() argument
44 this.ownerName = ownerName; in TeamIngameAttributes()
67 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withColorIndex()
71 return new TeamIngameAttributes(ownerName, colorIndex, hogCount, remoteDriven); in withHogCount()
76 return "TeamIngameAttributes [ownerName=" + ownerName + ", colorIndex=" in toString()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/
H A DBiddersAccountsFilterSets.php32 * @param string $ownerName Name of the owner (bidder or account) of the filter
50 …public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParam… argument
52 $params = array('ownerName' => $ownerName, 'postBody' => $postBody);
106 * @param string $ownerName Name of the owner (bidder or account) of the filter
127 public function listBiddersAccountsFilterSets($ownerName, $optParams = array()) argument
129 $params = array('ownerName' => $ownerName);
H A DBiddersFilterSets.php32 * @param string $ownerName Name of the owner (bidder or account) of the filter
50 …public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParam… argument
52 $params = array('ownerName' => $ownerName, 'postBody' => $postBody);
106 * @param string $ownerName Name of the owner (bidder or account) of the filter
127 public function listBiddersFilterSets($ownerName, $optParams = array()) argument
129 $params = array('ownerName' => $ownerName);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/Resource/
H A DBiddersAccountsFilterSets.php32 * @param string $ownerName Name of the owner (bidder or account) of the filter
46 …public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParam… argument
48 $params = array('ownerName' => $ownerName, 'postBody' => $postBody);
94 * @param string $ownerName Name of the owner (bidder or account) of the filter
111 public function listBiddersAccountsFilterSets($ownerName, $optParams = array()) argument
113 $params = array('ownerName' => $ownerName);
H A DBiddersFilterSets.php32 * @param string $ownerName Name of the owner (bidder or account) of the filter
46 …public function create($ownerName, Google_Service_AdExchangeBuyerII_FilterSet $postBody, $optParam… argument
48 $params = array('ownerName' => $ownerName, 'postBody' => $postBody);
94 * @param string $ownerName Name of the owner (bidder or account) of the filter
111 public function listBiddersFilterSets($ownerName, $optParams = array()) argument
113 $params = array('ownerName' => $ownerName);
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dgdrive-utils.cxx162 string ownerName = ( *it )["displayName"].toString( ); in parseGdriveProperty() local
163 values.push_back( ownerName); in parseGdriveProperty()
168 string ownerName = json["displayName"].toString( ); in parseGdriveProperty() local
169 values.push_back( ownerName); in parseGdriveProperty()
173 string ownerName = json["role"].toString( ); in parseGdriveProperty() local
174 values.push_back( ownerName); in parseGdriveProperty()
182 string ownerName = ( *it )[""].toString( ); in parseGdriveProperty() local
183 values.push_back( ownerName); in parseGdriveProperty()
192 string ownerName = ( *it )["id"].toString( ); in parseGdriveProperty() local
193 values.push_back( ownerName); in parseGdriveProperty()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dcardzone.cpp58 QString ownerName = player->getName(); in getTranslatedName() local
60 … return (theirOwn ? tr("their hand", "nominative") : tr("%1's hand", "nominative").arg(ownerName)); in getTranslatedName()
65 : tr("%1's library", "look at zone").arg(ownerName)); in getTranslatedName()
68 : tr("of %1's library", "top cards of zone").arg(ownerName)); in getTranslatedName()
71 : tr("%1's library", "reveal zone").arg(ownerName)); in getTranslatedName()
73 … return (theirOwn ? tr("their library", "shuffle") : tr("%1's library", "shuffle").arg(ownerName)); in getTranslatedName()
75 …n (theirOwn ? tr("their library", "nominative") : tr("%1's library", "nominative").arg(ownerName)); in getTranslatedName()
78 …heirOwn ? tr("their graveyard", "nominative") : tr("%1's graveyard", "nominative").arg(ownerName)); in getTranslatedName()
80 …eturn (theirOwn ? tr("their exile", "nominative") : tr("%1's exile", "nominative").arg(ownerName)); in getTranslatedName()
85 : tr("%1's sideboard", "look at zone").arg(ownerName)); in getTranslatedName()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DNestedContainer.cs50 string ownerName = null;
56 ownerName = nestedOwnerSite.FullName;
60 ownerName = Owner.Site.Name;
64 return ownerName;
161 string ownerName = ((NestedContainer)Container).OwnerName;
163 if (ownerName != null)
165 … childName = string.Format(CultureInfo.InvariantCulture, "{0}.{1}", ownerName, childName);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/
H A DCachePoolInfo.java63 String ownerName; field in CachePoolInfo
93 return ownerName; in getOwnerName()
96 public CachePoolInfo setOwnerName(String ownerName) { in setOwnerName() argument
97 this.ownerName = ownerName; in setOwnerName()
163 append(", ownerName:").append(ownerName). in toString()
182 append(ownerName, other.ownerName). in equals()
194 append(ownerName). in hashCode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DNestedContainer.cs55 string ownerName = null;
59 ownerName = nestedOwnerSite.FullName;
62 ownerName = _owner.Site.Name;
66 return ownerName;
158 string ownerName = container.OwnerName;
160 if (ownerName != null) {
161 … childName = string.Format(CultureInfo.InvariantCulture, "{0}.{1}", ownerName, childName);
/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Dgit.go20 ownerName string member
26 func NewPlainGitDownloader(ownerName, repoName, remoteURL string) *PlainGitDownloader { argument
28 ownerName: ownerName,
42 Owner: g.ownerName,
/dports/www/gitea/gitea-1.16.5/routers/web/
H A Dgoget.go32 ownerName := parts[1]
43 if ownerName == "" || trimmedRepoName == "" {
56 repo, err := repo_model.GetRepositoryByOwnerAndName(ownerName, repoName)
60 …prefix := setting.AppURL + path.Join(url.PathEscape(ownerName), url.PathEscape(repoName), "src", "…
81 "GoGetImport": context.ComposeGoGetImport(ownerName, trimmedRepoName),
82 "CloneLink": repo_model.ComposeHTTPSCloneURL(ownerName, repoName),
/dports/graphics/qgis/qgis-3.22.3/src/providers/oracle/
H A Dqgsoracleconn.h46 QString ownerName; member
59 return types == other.types && srids == other.srids && ownerName == other.ownerName &&
72 property.ownerName = ownerName; in at()
103 .arg( ownerName, in toString()
188 QStringList pkCandidates( const QString &ownerName, const QString &viewName );
216 …QString getSpatialIndexName( const QString &ownerName, const QString &tableName, const QString &ge…
225 …QString createSpatialIndex( const QString &ownerName, const QString &tableName, const QString &geo…
230 QStringList getPrimaryKeys( const QString &ownerName, const QString &tableName );
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Daccount_spec.c35 p_struct->ownerName=NULL; in GWEN_LIST_FUNCTIONS()
63 p_struct->ownerName=NULL; in AB_AccountSpec_free()
126 if (p_struct->ownerName) { in AB_AccountSpec_dup()
128 p_struct->ownerName=NULL; in AB_AccountSpec_dup()
129 p_struct->ownerName=NULL; in AB_AccountSpec_dup()
131 if (p_src->ownerName) { in AB_AccountSpec_dup()
132 p_struct->ownerName=strdup(p_src->ownerName); in AB_AccountSpec_dup()
279 if (p_struct->ownerName) { in AB_AccountSpec_copy()
284 if (p_src->ownerName) { in AB_AccountSpec_copy()
285 p_struct->ownerName=strdup(p_src->ownerName); in AB_AccountSpec_copy()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/private/
H A Dhook.go102 func HookPreReceive(ctx context.Context, ownerName, repoName string, opts HookOptions) (int, string… argument
104 url.PathEscape(ownerName),
126 func HookPostReceive(ctx context.Context, ownerName, repoName string, opts HookOptions) (*HookPostR… argument
128 url.PathEscape(ownerName),
153 func HookProcReceive(ctx context.Context, ownerName, repoName string, opts HookOptions) (*HookProcR… argument
155 url.PathEscape(ownerName),
180 func SetDefaultBranch(ctx context.Context, ownerName, repoName, branch string) error { argument
182 url.PathEscape(ownerName),

12345678910>>...17