Home
last modified time | relevance | path

Searched refs:baseRef (Results 1 – 25 of 129) sorted by relevance

123456

/dports/sysutils/docker/docker-ce-18.09.5/components/cli/e2e/image/
H A Dpush_test.go122 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
125 notaryInit(t, notaryDir, homeDir, baseRef)
127 notaryAddDelegation(t, notaryDir, homeDir, baseRef, role, pubkey1)
129 notaryPublish(t, notaryDir, homeDir, baseRef)
131 notaryImportPrivateKey(t, notaryDir, homeDir, baseRef, role, privkey1)
173 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
176 notaryInit(t, notaryDir, homeDir, baseRef)
187 notaryPublish(t, notaryDir, homeDir, baseRef)
240 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
243 notaryInit(t, notaryDir, homeDir, baseRef)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/e2e/image/
H A Dpush_test.go148 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
151 notaryInit(t, notaryDir, homeDir, baseRef)
153 notaryAddDelegation(t, notaryDir, homeDir, baseRef, role, pubkey1)
155 notaryPublish(t, notaryDir, homeDir, baseRef)
157 notaryImportPrivateKey(t, notaryDir, homeDir, baseRef, role, privkey1)
199 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
202 notaryInit(t, notaryDir, homeDir, baseRef)
213 notaryPublish(t, notaryDir, homeDir, baseRef)
266 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
269 notaryInit(t, notaryDir, homeDir, baseRef)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/e2e/image/
H A Dpush_test.go148 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
151 notaryInit(t, notaryDir, homeDir, baseRef)
153 notaryAddDelegation(t, notaryDir, homeDir, baseRef, role, pubkey1)
155 notaryPublish(t, notaryDir, homeDir, baseRef)
157 notaryImportPrivateKey(t, notaryDir, homeDir, baseRef, role, privkey1)
199 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
202 notaryInit(t, notaryDir, homeDir, baseRef)
213 notaryPublish(t, notaryDir, homeDir, baseRef)
266 targetRef := fmt.Sprintf("%s:%s", baseRef, "latest")
269 notaryInit(t, notaryDir, homeDir, baseRef)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/internal/flatten/normalize/
H A Dnormalize.go19 func RebaseRef(baseRef string, ref string) string {
20 baseRef, _ = url.PathUnescape(baseRef)
23 if baseRef == "" || baseRef == "." || strings.HasPrefix(baseRef, "#") {
29 baseParts := strings.Split(baseRef, "#")
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/analysis/internal/flatten/normalize/
H A Dnormalize.go19 func RebaseRef(baseRef string, ref string) string {
20 baseRef, _ = url.PathUnescape(baseRef)
23 if baseRef == "" || baseRef == "." || strings.HasPrefix(baseRef, "#") {
29 baseParts := strings.Split(baseRef, "#")
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/test/
H A Dtest_reference.cpp94 Reference<Base> baseRef{ derivedRef }; in TEST() local
95 EXPECT_EQ(&var, baseRef.getPtr()); in TEST()
101 Reference<Base> baseRef{ var }; in TEST() local
102 auto derivedRef = baseRef.castTo<Derived>(); in TEST()
104 EXPECT_THROW(baseRef.castTo<Derived2>(), std::bad_cast); in TEST()
/dports/biology/bbmap/bbmap/current/align2/
H A DTranslateColorspaceRead.java734 baseRef=Arrays.copyOf(baseRef, colorRef.length+1); in fixIndels()
1042 baseRef[ri]=AminoAcid.colorToBase(baseRef[ri+1], r);
1045 baseRef[ri+1]=AminoAcid.colorToBase(baseRef[ri], r);
1070 baseRef[ri]=AminoAcid.colorToBase(baseRef[ri+1], r);
1073 baseRef[ri+1]=AminoAcid.colorToBase(baseRef[ri], r);
1144 baseRef[i]=AminoAcid.colorToBase(baseRef[i-1], colorRef[i-1]);
1218 if(baseRef[i]=='N'){baseRef[i]=AminoAcid.colorToBase(baseRef[i-1], colorRef[i-1]);}
1322 baseRef=Arrays.copyOf(baseRef, baseRef.length-trim+insertions);
1388 baseRef=Arrays.copyOf(baseRef, baseRef.length-trim+insertions);
1493 baseRef[i]=AminoAcid.colorToBase(baseRef[i-1], colors[i-1]);
[all …]
/dports/www/twiki/twiki/lib/TWiki/Plugins/HeadlinesPlugin/
H A DCore.pm496 my $baseRef = '';
508 $baseRef = $val;
509 $baseRef =~ s/^(https?.\/\/.*?)\/.*$/$1/go;
538 if ($baseRef && $val =~ /^\//o) {
539 $val = $baseRef.$val; # fix relative image url
624 $text =~ s/(<img .*?src=['"])\//$1$baseRef\//go if $baseRef;
636 my $baseRef = '';
648 $baseRef = $val;
666 if ($baseRef && $val =~ /^\//o) {
667 $val = $baseRef.$val; # fix relative image url
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
126 if baseRef, erb := NewRef(basePath); erb == nil {
127 root, _, _, _ = r.load(baseRef.GetURL())
133 baseRef := normalizeFileRef(ref, basePath)
135 debugLog("current ref normalized file: %s", baseRef.String())
136 data, _, _, err = r.load(baseRef.GetURL())
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
126 if baseRef, erb := NewRef(basePath); erb == nil {
127 root, _, _, _ = r.load(baseRef.GetURL())
133 baseRef := normalizeFileRef(ref, basePath)
135 debugLog("current ref normalized file: %s", baseRef.String())
136 data, _, _, err = r.load(baseRef.GetURL())
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
121 if baseRef, erb := NewRef(basePath); erb == nil {
122 root, _, _, _ = r.load(baseRef.GetURL())
128 baseRef := normalizeFileRef(ref, basePath)
130 debugLog("current ref normalized file: %s", baseRef.String())
131 data, _, _, err = r.load(baseRef.GetURL())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
126 if baseRef, erb := NewRef(basePath); erb == nil {
127 root, _, _, _ = r.load(baseRef.GetURL())
133 baseRef := normalizeFileRef(ref, basePath)
135 debugLog("current ref normalized file: %s", baseRef.String())
136 data, _, _, err = r.load(baseRef.GetURL())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
126 if baseRef, erb := NewRef(basePath); erb == nil {
127 root, _, _, _ = r.load(baseRef.GetURL())
133 baseRef := normalizeFileRef(ref, basePath)
135 debugLog("current ref normalized file: %s", baseRef.String())
136 data, _, _, err = r.load(baseRef.GetURL())
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
126 if baseRef, erb := NewRef(basePath); erb == nil {
127 root, _, _, _ = r.load(baseRef.GetURL())
133 baseRef := normalizeFileRef(ref, basePath)
135 debugLog("current ref normalized file: %s", baseRef.String())
136 data, _, _, err = r.load(baseRef.GetURL())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go73 baseRef, _ := NewRef(basePath)
75 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
121 if baseRef, erb := NewRef(basePath); erb == nil {
122 root, _, _, _ = r.load(baseRef.GetURL())
128 baseRef := normalizeFileRef(ref, basePath)
130 debugLog("current ref normalized file: %s", baseRef.String())
131 data, _, _, err = r.load(baseRef.GetURL())
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Drname.i25 %rename (Xfunc) Space::Derived::fn(Base baseValue, Base* basePtr, Base& baseRef);
46 void fn(Base baseValue, Base* basePtr, Base& baseRef){} in fn() argument
53 void fn(Base baseValue, Base* basePtr, Base& baseRef){} in fn() argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/spec/
H A Dschema_loader.go87 baseRef := MustCreateRef(basePath)
89 if strings.HasPrefix(currentRef.String(), baseRef.String()) {
136 if baseRef, erb := NewRef(basePath); erb == nil {
137 root, _, _, _ = r.load(baseRef.GetURL())
144 baseRef := normalizeRef(ref, basePath)
145 data, _, _, err = r.load(baseRef.GetURL())
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/model/
H A DSiteMap.java478 if (!baseRef.getCustomIcons().isEmpty()) { in findAndAddChild()
479 newNode = new SiteNode(this, baseRef.getHistoryType(), nodeName); in findAndAddChild()
480 newNode.setCustomIcons(baseRef.getCustomIcons(), baseRef.getClearIfManual()); in findAndAddChild()
482 newNode = new SiteNode(this, baseRef.getHistoryType(), nodeName); in findAndAddChild()
509 if (baseRef.getSiteNode() == null) { in findAndAddChild()
510 baseRef.setSiteNode(result); in findAndAddChild()
595 SiteNode node, HistoryReference baseRef, HttpMessage base) in createReference() argument
598 return createReference(node.getPath(), baseRef, base); in createReference()
602 TreeNode[] path, HistoryReference baseRef, HttpMessage base) in createReference() argument
607 String uriPath = baseRef.getURI().getPath(); in createReference()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/sprite/
H A DSpriteStore.java260 public Sprite getModifiedSprite(final String baseRef, final Color color, in getModifiedSprite() argument
263 return getSprite(baseRef); in getModifiedSprite()
268 String realRef = createModifiedRef(baseRef, color, blend); in getModifiedSprite()
271 sprite = modifySprite(getSprite(baseRef), color, blend, realRef); in getModifiedSprite()
285 public String createModifiedRef(String baseRef, Color color, Composite blend) { in createModifiedRef() argument
287 return baseRef + "@" + blend.toString() + "#" + colorName; in createModifiedRef()
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DweakPtr.cpp276 if (ProtectedBaseRefPtr baseRef = in FindOrCreate() local
281 if (ProtectedBaseRefPtr baseRef = in FindOrCreate()
284 return baseRef; in FindOrCreate()
292 ProtectedBaseRefPtr baseRef = in FindOrCreate() local
294 reg._registry[id] = ProtectedBasePtr(baseRef); in FindOrCreate()
295 return baseRef; in FindOrCreate()

123456