Home
last modified time | relevance | path

Searched refs:imageName (Results 1 – 25 of 2033) sorted by relevance

12345678910>>...82

/dports/textproc/chpp/chpp-0.3.5/include/
H A Dw3lib.chh12 %<define( w3locateImageFile, imageName,
13 %<if( %<fexists( %<imageName> )>,
14 %<imageName>
38 %<if( %<fexists( %<imageName>d )>,
39 %<imageName>d
65 %<w3imageInfoHash{%<imageName>}>\
154 %<define( w3image, imageName, %<w3img( %<imageName> )>)>\
156 %<define( w3imgX, imageName,
166 %<define( w3imgWidth, imageName, %<w3imgX( %<imageName> )>)>\
168 %<define( w3imgY, imageName,
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/internal/pull/
H A Dmanager.go84 m.markImageAsUsed(imageName, img)
91 imageName,
101 return m.usedImages[imageName] == imageID
111 m.usedImages[imageName] = image.ID
113 if imageName == image.ID {
125 imageName string,
143 if existingImage.ID == imageName {
159 return m.pullDockerImage(imageName, authConfig)
164 imageName,
184 imageName,
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/test/integration/
H A Dbenchmark_test.go42 imageName string member
49 imageName: "alpine:3.10",
78 ctx, imageName, cli := setup(b, tc)
87 run(b, ctx, imageName, c, opt)
95 teardown(b, ctx, tc.imageName, imageName, cli)
112 run(b, ctx, imageName, c, opt)
117 run(b, ctx, imageName, c, opt)
121 teardown(b, ctx, tc.imageName, imageName, cli)
165 imageName := fmt.Sprintf("%s-%d", tc.imageName, rand.New(rs).Intn(1000000))
168 err = cli.ImageTag(ctx, tc.imageName, imageName)
[all …]
/dports/graphics/fractgen/fractgen-2.1.11/ci/
H A Dbefore-install78 imageName="FreeBSD-${VARIANT}-amd64.raw"
79 if [ -e ${imageName}.xz -a ! -e ${imageName} ] ; then
80 echo "Extracting existing ${imageName}.xz ..."
81 xz -T0 -dk ${imageName}.xz
82 elif [ ! -e ${imageName}.xz -o ! -e ${imageName} ] ; then
83 …geURL="https://download.freebsd.org/ftp/releases/VM-IMAGES/${VARIANT}/amd64/Latest/${imageName}.xz"
85 curl "${imageURL}" | tee ${imageName}.xz.tmp | xz -T0 -d - >${imageName}
86 mv ${imageName}.xz.tmp ${imageName}.xz
/dports/converters/bibtexconv/bibtexconv-1.2.0/ci/
H A Dbefore-install78 imageName="FreeBSD-${VARIANT}-amd64.raw"
79 if [ -e ${imageName}.xz -a ! -e ${imageName} ] ; then
80 echo "Extracting existing ${imageName}.xz ..."
81 xz -T0 -dk ${imageName}.xz
82 elif [ ! -e ${imageName}.xz -o ! -e ${imageName} ] ; then
83 …geURL="https://download.freebsd.org/ftp/releases/VM-IMAGES/${VARIANT}/amd64/Latest/${imageName}.xz"
85 curl "${imageURL}" | tee ${imageName}.xz.tmp | xz -T0 -d - >${imageName}
86 mv ${imageName}.xz.tmp ${imageName}.xz
/dports/net/subnetcalc/subnetcalc-2.4.18/ci/
H A Dbefore-install78 imageName="FreeBSD-${VARIANT}-amd64.raw"
79 if [ -e ${imageName}.xz -a ! -e ${imageName} ] ; then
80 echo "Extracting existing ${imageName}.xz ..."
81 xz -T0 -dk ${imageName}.xz
82 elif [ ! -e ${imageName}.xz -o ! -e ${imageName} ] ; then
83 …geURL="https://download.freebsd.org/ftp/releases/VM-IMAGES/${VARIANT}/amd64/Latest/${imageName}.xz"
85 curl "${imageURL}" | tee ${imageName}.xz.tmp | xz -T0 -d - >${imageName}
86 mv ${imageName}.xz.tmp ${imageName}.xz
/dports/benchmarks/hipercontracer/hipercontracer-1.6.0/ci/
H A Dbefore-install78 imageName="FreeBSD-${VARIANT}-amd64.raw"
79 if [ -e ${imageName}.xz -a ! -e ${imageName} ] ; then
80 echo "Extracting existing ${imageName}.xz ..."
81 xz -T0 -dk ${imageName}.xz
82 elif [ ! -e ${imageName}.xz -o ! -e ${imageName} ] ; then
83 …geURL="https://download.freebsd.org/ftp/releases/VM-IMAGES/${VARIANT}/amd64/Latest/${imageName}.xz"
85 curl "${imageURL}" | tee ${imageName}.xz.tmp | xz -T0 -d - >${imageName}
86 mv ${imageName}.xz.tmp ${imageName}.xz
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/util/
H A DImageUtil.java68 .getBundle(IIntroConstants.PLUGIN_ID), ICONS_PATH + imageName); in createImageDescriptor()
76 String imageName) { in createImageDescriptor() argument
78 URL imageUrl = FileLocator.find(bundle, new Path(imageName), null); in createImageDescriptor()
97 String imageName) { in createImageDescriptor() argument
99 URL imageUrl = new URL(base.append(imageName).toOSString()); in createImageDescriptor()
118 public static Image createImage(String imageName) { in createImage() argument
120 ImageDescriptor imageDsc = createImageDescriptor(imageName); in createImage()
155 public static void registerImage(String key, String imageName) { in registerImage() argument
160 registry.put(key, createImageDescriptor(imageName)); in registerImage()
169 registry.put(key, createImageDescriptor(bundle, imageName)); in registerImage()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/org/eclipse/ui/internal/intro/universal/util/
H A DImageUtil.java78 public static ImageDescriptor createImageDescriptor(String imageName) { in createImageDescriptor() argument
88 String imageName) { in createImageDescriptor() argument
90 URL imageUrl = FileLocator.find(bundle, new Path(imageName), null); in createImageDescriptor()
109 String imageName) { in createImageDescriptor() argument
111 URL imageUrl = new URL(base.append(imageName).toOSString()); in createImageDescriptor()
128 public static Image createImage(String imageName) { in createImage() argument
130 ImageDescriptor imageDsc = createImageDescriptor(imageName); in createImage()
167 public static void registerImage(String key, String imageName) { in registerImage() argument
173 registry.put(key, createImageDescriptor(imageName)); in registerImage()
183 registry.put(key, createImageDescriptor(bundle, imageName)); in registerImage()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/image/daemon/
H A Dimage_test.go45 imageName string
52 imageName: "alpine:3.11",
57 imageName: "alpine:unknown",
80 imageName string
86 imageName: "alpine:3.11",
113 imageName string
119 imageName: "alpine:3.11",
176 imageName string
182 imageName: "alpine:3.10",
191 imageName: "alpine:3.11",
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/datasets/src/
H A Dis_weizmann.cpp85 string &imageName = *it; in loadDataset() local
86 if (imageName.find('.') == string::npos) // only folders, discard .mat in loadDataset()
89 curr->imageName = imageName; in loadDataset()
90 curr->srcBw = imageName + "/src_bw/" + imageName + ".png"; in loadDataset()
91 curr->srcColor = imageName + "/src_color/" + imageName + ".png"; in loadDataset()
93 curr->humanSeg = imageName + "human_seg/"; in loadDataset()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/api/image/
H A Dimage.go24 func Split(imageName string) (name string, tag string) {
28 if slashIndex := strings.Index(imageName, "/"); slashIndex < 0 {
29 ic = strings.LastIndex(imageName, ":")
31 lastIc := strings.LastIndex(imageName[slashIndex:], ":")
37 ia := strings.LastIndex(imageName, "@")
39 return imageName, ""
47 name = imageName[:i]
48 tag = imageName[i:]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/test/functional/utilities/
H A Dlayerfolders.go20 func LayerFolders(t *testing.T, imageName string) []string {
21 if _, ok := imageLayers[imageName]; !ok {
22 imageLayers[imageName] = getLayers(t, imageName)
24 return imageLayers[imageName]
27 func getLayers(t *testing.T, imageName string) []string {
28 cmd := exec.Command("docker", "inspect", imageName, "-f", `"{{.GraphDriver.Data.dir}}"`)
32 t.Skipf("Failed to find layers for %q. Check docker images", imageName)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/test/functional/utilities/
H A Dlayerfolders.go20 func LayerFolders(t *testing.T, imageName string) []string {
21 if _, ok := imageLayers[imageName]; !ok {
22 imageLayers[imageName] = getLayers(t, imageName)
24 return imageLayers[imageName]
27 func getLayers(t *testing.T, imageName string) []string {
28 cmd := exec.Command("docker", "inspect", imageName, "-f", `"{{.GraphDriver.Data.dir}}"`)
32 t.Skipf("Failed to find layers for %q. Check docker images", imageName)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/functional/utilities/
H A Dlayerfolders.go20 func LayerFolders(t *testing.T, imageName string) []string {
21 if _, ok := imageLayers[imageName]; !ok {
22 imageLayers[imageName] = getLayers(t, imageName)
24 return imageLayers[imageName]
27 func getLayers(t *testing.T, imageName string) []string {
28 cmd := exec.Command("docker", "inspect", imageName, "-f", `"{{.GraphDriver.Data.dir}}"`)
32 t.Skipf("Failed to find layers for %q. Check docker images", imageName)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/functional/utilities/
H A Dlayerfolders.go20 func LayerFolders(t *testing.T, imageName string) []string {
21 if _, ok := imageLayers[imageName]; !ok {
22 imageLayers[imageName] = getLayers(t, imageName)
24 return imageLayers[imageName]
27 func getLayers(t *testing.T, imageName string) []string {
28 cmd := exec.Command("docker", "inspect", imageName, "-f", `"{{.GraphDriver.Data.dir}}"`)
32 t.Skipf("Failed to find layers for %q. Check docker images", imageName)
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/functional/utilities/
H A Dlayerfolders.go20 func LayerFolders(t *testing.T, imageName string) []string {
21 if _, ok := imageLayers[imageName]; !ok {
22 imageLayers[imageName] = getLayers(t, imageName)
24 return imageLayers[imageName]
27 func getLayers(t *testing.T, imageName string) []string {
28 cmd := exec.Command("docker", "inspect", imageName, "-f", `"{{.GraphDriver.Data.dir}}"`)
32 t.Skipf("Failed to find layers for %q. Check docker images", imageName)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/
H A Dazure-pipelines.yml23 vmImage: $(imageName)
40 imageName: 'macOS-10.14'
46 imageName: 'macOS-10.14'
52 imageName: 'ubuntu-18.04'
59 imageName: 'ubuntu-18.04'
66 imageName: 'ubuntu-18.04'
74 imageName: 'ubuntu-18.04'
101 imageName: 'ubuntu-18.04'
128 imageName: 'ubuntu-18.04'
155 imageName: 'ubuntu-18.04'
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/
H A Dazure-pipelines.yml23 vmImage: $(imageName)
40 imageName: 'macOS-10.14'
46 imageName: 'macOS-10.14'
52 imageName: 'ubuntu-18.04'
59 imageName: 'ubuntu-18.04'
66 imageName: 'ubuntu-18.04'
74 imageName: 'ubuntu-18.04'
101 imageName: 'ubuntu-18.04'
128 imageName: 'ubuntu-18.04'
155 imageName: 'ubuntu-18.04'
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/
H A Dazure-pipelines.yml23 vmImage: $(imageName)
40 imageName: 'macOS-10.14'
46 imageName: 'macOS-10.14'
52 imageName: 'ubuntu-18.04'
59 imageName: 'ubuntu-18.04'
66 imageName: 'ubuntu-18.04'
74 imageName: 'ubuntu-18.04'
101 imageName: 'ubuntu-18.04'
128 imageName: 'ubuntu-18.04'
155 imageName: 'ubuntu-18.04'
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/transformers/
H A Dimage.go90 imageName := containerImage.(string)
92 if !isImageMatched(imageName, img.Name) {
95 name, tag := split(imageName)
145 func split(imageName string) (name string, tag string) {
149 if slashIndex := strings.Index(imageName, "/"); slashIndex < 0 {
150 ic = strings.LastIndex(imageName, ":")
152 lastIc := strings.LastIndex(imageName[slashIndex:], ":")
158 ia := strings.LastIndex(imageName, "@")
160 return imageName, ""
168 name = imageName[:i]
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/transformers/
H A Dimage.go90 imageName := containerImage.(string)
92 if !isImageMatched(imageName, img.Name) {
95 name, tag := split(imageName)
145 func split(imageName string) (name string, tag string) {
149 if slashIndex := strings.Index(imageName, "/"); slashIndex < 0 {
150 ic = strings.LastIndex(imageName, ":")
152 lastIc := strings.LastIndex(imageName[slashIndex:], ":")
158 ia := strings.LastIndex(imageName, "@")
160 return imageName, ""
168 name = imageName[:i]
[all …]
/dports/www/limesurvey/limesurvey/application/views/admin/survey/Question/
H A DeditQuestion_view.php26 $imageName = $key; variable
27 if ($imageName == ":") $imageName = "COLON"; variable
28 else if ($imageName == "|") $imageName = "PIPE"; variable
29 else if ($imageName == "*") $imageName = "EQUATION"; variable
33 <img src="'.Yii::app()->getConfig('imageurl').'/screenshots/'.$imageName.'.png" />
35 if ($imageName == 'S') {
38 <img src="'.Yii::app()->getConfig('imageurl').'/screenshots/'.$imageName.'.png" />
39 <img src="'.Yii::app()->getConfig('imageurl').'/screenshots/'.$imageName.'2.png" />
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/
H A DAssets.elm97 imageName = function
108 basePath ++ [ imageName ++ "-logo.svg" ]
118 imageName = function
129 imageName = function
140 imageName = function
147 basePath ++ [ "star" ++ imageName ++ ".svg" ]
154 imageName = function
177 imageName = function
201 imageName = function
249 imageName = function
[all …]
/dports/misc/concourse/concourse-6.7.2/web/elm/src/
H A DAssets.elm97 imageName = function
108 basePath ++ [ imageName ++ "-logo.svg" ]
118 imageName = function
129 imageName = function
140 imageName = function
147 basePath ++ [ "star" ++ imageName ++ ".svg" ]
154 imageName = function
177 imageName = function
201 imageName = function
249 imageName = function
[all …]

12345678910>>...82