Home
last modified time | relevance | path

Searched refs:REGISTRY (Results 1 – 25 of 1190) sorted by relevance

12345678910>>...48

/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Utils/
H A Dregistry.sh9 REGISTRY=anyremote.registry
19 if [ ! -f "$1/$REGISTRY" ]; then
20 touch "$1/$REGISTRY";
28 grep -v "^$3=" $1/$REGISTRY > $1/$REGISTRY.tmp
29 mv $1/$REGISTRY.tmp $1/$REGISTRY
30 echo "$3=$4" >> $1/$REGISTRY
35 VALUE=`grep "^$3=" $1/$REGISTRY|cut -f 2 -d '=' 2> /dev/null`
41 grep -v "^$3=" $1/$REGISTRY > $1/$REGISTRY.tmp
42 mv $1/$REGISTRY.tmp $1/$REGISTRY
47 cat $1/$REGISTRY|cut -f 2 -d '='
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/kitten/
H A DBASEIMAGE1 linux/amd64=REGISTRY/agnhost:2.26-linux-amd64
2 linux/arm=REGISTRY/agnhost:2.26-linux-arm
3 linux/arm64=REGISTRY/agnhost:2.26-linux-arm64
4 linux/ppc64le=REGISTRY/agnhost:2.26-linux-ppc64le
5 linux/s390x=REGISTRY/agnhost:2.26-linux-s390x
6 windows/amd64/1809=REGISTRY/agnhost:2.26-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/agnhost:2.26-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/agnhost:2.26-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/agnhost:2.26-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/agnhost:2.26-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/nautilus/
H A DBASEIMAGE1 linux/amd64=REGISTRY/agnhost:2.26-linux-amd64
2 linux/arm=REGISTRY/agnhost:2.26-linux-arm
3 linux/arm64=REGISTRY/agnhost:2.26-linux-arm64
4 linux/ppc64le=REGISTRY/agnhost:2.26-linux-ppc64le
5 linux/s390x=REGISTRY/agnhost:2.26-linux-s390x
6 windows/amd64/1809=REGISTRY/agnhost:2.26-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/agnhost:2.26-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/agnhost:2.26-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/agnhost:2.26-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/agnhost:2.26-windows-amd64-20H2
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/
H A DMakefile7 REGISTRY ?= quay.io/oauth2-proxy macro
49 $(DOCKER_BUILDX) -f Dockerfile -t $(REGISTRY)/oauth2-proxy:latest .
53 $(DOCKER_BUILD) -f Dockerfile -t $(REGISTRY)/oauth2-proxy:latest-amd64 .
54 $(DOCKER_BUILD) -f Dockerfile -t $(REGISTRY)/oauth2-proxy:${VERSION} .
67 docker push $(REGISTRY)/oauth2-proxy:latest-amd64
68 docker push $(REGISTRY)/oauth2-proxy:${VERSION}
69 docker push $(REGISTRY)/oauth2-proxy:${VERSION}-amd64
70 docker push $(REGISTRY)/oauth2-proxy:latest-arm64
71 docker push $(REGISTRY)/oauth2-proxy:${VERSION}-arm64
72 docker push $(REGISTRY)/oauth2-proxy:latest-armv6
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/DB/
H A DRegistry.pm73 $HOME $PRIVATE_DIR $PUBLIC_DIR $REGISTRY
98 $REGISTRY = 'seqdatabase.ini';
244 my $file = $dir . "/" . $REGISTRY;
249 push @ini_files,"$HOME/$PRIVATE_DIR/$REGISTRY"
250 if ( $HOME && -e "$HOME/$PRIVATE_DIR/$REGISTRY" );
251 push @ini_files, "$PUBLIC_DIR/$REGISTRY"
252 if ( -e "$PUBLIC_DIR/$REGISTRY" );
287 "no $REGISTRY file available") if $@;
289 open my $F, '>', "$HOME/$PRIVATE_DIR/$REGISTRY"
294 $self->warn("Stored $REGISTRY file in $HOME/$PRIVATE_DIR");
[all …]
/dports/devel/py-pooch/pooch-1.5.2/pooch/tests/
H A Dtest_core.py38 REGISTRY = pooch_test_registry() variable
69 assert REGISTRY[data_file] in logs
95 assert REGISTRY[data_file] in logs
116 assert REGISTRY[data_file] in logs
369 assert pup.registry == REGISTRY
377 assert pup.registry == REGISTRY
389 assert pup.registry == REGISTRY
396 assert pup.registry == REGISTRY
404 assert pup.registry == REGISTRY
426 registry.update(REGISTRY)
[all …]
/dports/devel/py-catalogue/catalogue-2.0.6/catalogue/
H A D__init__.py106 global REGISTRY
173 return namespace in REGISTRY
182 global REGISTRY
188 if namespace not in REGISTRY:
190 return REGISTRY[namespace]
201 global REGISTRY
217 global REGISTRY
227 global REGISTRY
229 if namespace not in REGISTRY:
231 removed = REGISTRY[namespace]
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/bs4/
H A Dformatter.py66 REGISTRY = {} variable in HTMLFormatter
72 REGISTRY = {} variable in XMLFormatter
78 HTMLFormatter.REGISTRY['html'] = HTMLFormatter(
81 HTMLFormatter.REGISTRY["html5"] = HTMLFormatter(
85 HTMLFormatter.REGISTRY["minimal"] = HTMLFormatter(
88 HTMLFormatter.REGISTRY[None] = HTMLFormatter(
91 XMLFormatter.REGISTRY["html"] = XMLFormatter(
94 XMLFormatter.REGISTRY["minimal"] = XMLFormatter(
97 XMLFormatter.REGISTRY[None] = Formatter(
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bs4/
H A Dformatter.py130 REGISTRY = {} variable in HTMLFormatter
137 REGISTRY = {} variable in XMLFormatter
143 HTMLFormatter.REGISTRY['html'] = HTMLFormatter(
146 HTMLFormatter.REGISTRY["html5"] = HTMLFormatter(
151 HTMLFormatter.REGISTRY["minimal"] = HTMLFormatter(
154 HTMLFormatter.REGISTRY[None] = HTMLFormatter(
157 XMLFormatter.REGISTRY["html"] = XMLFormatter(
160 XMLFormatter.REGISTRY["minimal"] = XMLFormatter(
163 XMLFormatter.REGISTRY[None] = Formatter(
/dports/www/py-beautifulsoup/beautifulsoup4-4.10.0/bs4/
H A Dformatter.py130 REGISTRY = {} variable in HTMLFormatter
137 REGISTRY = {} variable in XMLFormatter
143 HTMLFormatter.REGISTRY['html'] = HTMLFormatter(
146 HTMLFormatter.REGISTRY["html5"] = HTMLFormatter(
151 HTMLFormatter.REGISTRY["minimal"] = HTMLFormatter(
154 HTMLFormatter.REGISTRY[None] = HTMLFormatter(
157 XMLFormatter.REGISTRY["html"] = XMLFormatter(
160 XMLFormatter.REGISTRY["minimal"] = XMLFormatter(
163 XMLFormatter.REGISTRY[None] = Formatter(
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/images/kubemark/
H A DMakefile22 REGISTRY := $(if $(REGISTRY),$(REGISTRY),staging-k8s.gcr.io) macro
28 docker build --pull -t $(REGISTRY)/kubemark:$(IMAGE_TAG) .
31 docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
34 docker push $(REGISTRY)/kubemark:$(IMAGE_TAG)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/
H A Dparsers.py55 return resources.REGISTRY.Parse(
74 return resources.REGISTRY.Parse(
89 return resources.REGISTRY.Parse(
107 return resources.REGISTRY.Parse(
130 return resources.REGISTRY.Parse(
145 return resources.REGISTRY.Parse(
167 return resources.REGISTRY.Parse(
/dports/devel/p5-Moose/Moose-2.2201/lib/Moose/Util/
H A DTypeConstraints.pm55 my $REGISTRY = Moose::Meta::TypeConstraint::Registry->new;
57 sub get_type_constraint_registry {$REGISTRY}
64 my $tc = $REGISTRY->get_type_constraint($constraint)
119 if ( $REGISTRY->has_type_constraint($base_type) ) {
177 $REGISTRY->add_type_constraint($tc);
211 $REGISTRY->add_type_constraint($tc);
274 $REGISTRY->add_type_constraint($constraint);
303 return $REGISTRY->get_type_constraint($type);
311 $REGISTRY->add_type_constraint($constraint);
549 my $type = $REGISTRY->get_type_constraint($name);
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/
H A Dimage-util.sh147 base_image=$(getBaseImage "${os_arch}" | "${SED}" "s|REGISTRY|${REGISTRY}|g")
184 …--build-arg BASEIMAGE="${base_image}" --build-arg REGISTRY="${REGISTRY}" --build-arg OS_VERSION="$…
185 -t "${REGISTRY}/${image}:${TAG}-${suffix}" -f "${dockerfile_name}" .
225 …done < <(echo "$os_archs" | "${SED}" "s~\/~-~g" | "${SED}" -e "s~[^ ]*~$REGISTRY\/$image:$TAG\-&~g…
226 docker manifest create --amend "${REGISTRY}/${image}:${TAG}" "${manifest[@]}"
231 if [[ ! $REGISTRY =~ .*/.* ]]; then
236 …manifest_image_folder=$(echo "${registry_prefix}${REGISTRY}/${image}:${TAG}" | sed "s|/|_|g" | sed…
240 … manifest annotate --os "${os_name}" --arch "${arch}" "${REGISTRY}/${image}:${TAG}" "${REGISTRY}/$…
254 docker manifest push --purge "${REGISTRY}/${image}:${TAG}"
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/doc/
H A Dexported-functions9 CLEAR-SOURCE-REGISTRY
31 COMPUTE-SOURCE-REGISTRY
39 ENSURE-SOURCE-REGISTRY
53 INITIALIZE-SOURCE-REGISTRY
78 PROCESS-SOURCE-REGISTRY
109 SYSTEM-SOURCE-REGISTRY
110 SYSTEM-SOURCE-REGISTRY-DIRECTORY
118 USER-SOURCE-REGISTRY
119 USER-SOURCE-REGISTRY-DIRECTORY
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/agnhost/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/redis/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/net-p2p/p5-Net-BitTorrent/Net-BitTorrent-0.052/lib/Net/BitTorrent/Torrent/
H A DTracker.pm15 my %REGISTRY;
50 weaken($REGISTRY{refaddr $self} = $self);
98 for my $_oID (keys %REGISTRY) {
99 my $_obj = $REGISTRY{$_oID};
106 weaken($REGISTRY{$_nID} = $_obj);
107 delete $REGISTRY{$_oID};
114 return delete $REGISTRY{refaddr $self};
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/tld/
H A Dregistry.py13 REGISTRY = {} # type: Dict[str, Registry] variable in Registry
20 mcs.REGISTRY[new_cls._uid] = new_cls
29 mcs.REGISTRY = {}
33 return mcs.REGISTRY.get(key, default)
37 return mcs.REGISTRY.items()
/dports/dns/py-tld/tld-0.11.11/src/tld/
H A Dregistry.py13 REGISTRY = {} variable in Registry
20 cls.REGISTRY[new_cls._uid] = new_cls
29 cls.REGISTRY = {}
33 return cls.REGISTRY.get(key, default)
37 return cls.REGISTRY.items()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/jessie-dnsutils/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/echoserver/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/httpd/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/nginx/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/images/nginx-new/
H A DBASEIMAGE6 windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
7 windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
8 windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
9 windows/amd64/2004=REGISTRY/busybox:1.29-windows-amd64-2004
10 windows/amd64/20H2=REGISTRY/busybox:1.29-windows-amd64-20H2

12345678910>>...48