Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for modzip (0.1 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.hzn-3d-crossword",
    				"application/vnd.ibm.afplinedata",
    				"application/vnd.ibm.electronic-media",
    				"application/vnd.ibm.minipay",
    				"application/vnd.ibm.modcap",
    				"application/vnd.ibm.rights-management",
    				"application/vnd.ibm.secure-container",
    				"application/vnd.iccprofile",
    				"application/vnd.igloader",
    				"application/vnd.immervision-ivp",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/init.go

    	// Clean up and annotate directories.
    	// TODO(matloob): update x/mod to actually add module paths.
    	for moddir, absmodroot := range missingModulePaths {
    		_, f, err := ReadModFile(filepath.Join(absmodroot, "go.mod"), nil)
    		if err != nil {
    			continue // Error will be reported if modules are loaded.
    		}
    		wf.AddUse(moddir, f.Module.Mod.Path)
    	}
    }
    
    // LoadModFile sets Target and, if there is a main module, parses the initial
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    .Values.global.istioNamespace }}.svc:15012 {{- end }} - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: INSTANCE_IP valueFrom: fieldRef: fieldPath: status.podIP - name: SERVICE_ACCOUNT valueFrom: fieldRef: fieldPath: spec.serviceAccountName - name: HOST_IP valueFrom: fieldRef: fieldPath: status.hostIP - name: CANONICAL_SERVICE valueFrom: fieldRef: fieldPath: metadata.labels['service.istio.io/canonical-name']...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  4. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    			Labels: config.Labels,
    		},
    	}
    	// assign additional IPs
    	additionalIPs := apitest.FakePodSandboxIPs[1:]
    	additionalPodIPs := make([]*runtimeapi.PodIP, 0, len(additionalIPs))
    	for _, ip := range additionalIPs {
    		additionalPodIPs = append(additionalPodIPs, &runtimeapi.PodIP{
    			Ip: ip,
    		})
    	}
    	podSandBoxStatus.Network.AdditionalIps = additionalPodIPs
    	return podSandBoxStatus
    
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    .Values.global.istioNamespace }}.svc:15012 {{- end }} - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: INSTANCE_IP valueFrom: fieldRef: fieldPath: status.podIP - name: SERVICE_ACCOUNT valueFrom: fieldRef: fieldPath: spec.serviceAccountName - name: HOST_IP valueFrom: fieldRef: fieldPath: status.hostIP - name: CANONICAL_SERVICE valueFrom: fieldRef: fieldPath: metadata.labels['service.istio.io/canonical-name']...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    The following example comes from a project named `archive-naming`, hence the `myZip` task creates an archive named `archive-naming-1.0.zip`:
    
    ====
    include::sample[dir="snippets/files/archiveNaming/kotlin",files="build.gradle.kts[tags=zip-task]"]
    include::sample[dir="snippets/files/archiveNaming/groovy",files="build.gradle[tags=zip-task]"]
    ====
    
    ----
    $ gradle -q myZip
    include::{snippetsPath}/files/archiveNaming/tests/archiveNaming.out[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  7. common/scripts/metallb-native.yaml

              valueFrom:
                fieldRef:
                  fieldPath: status.hostIP
            - name: METALLB_ML_BIND_ADDR
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
            - name: METALLB_ML_LABELS
              value: app=metallb,component=speaker
            - name: METALLB_ML_SECRET_KEY_PATH
              value: /etc/ml_secret_key
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  8. tests/integration/ambient/baseline_test.go

    			})
    			run("Waypoint destination", echo.CallOptions{
    				To:      apps.ServiceAddressedWaypoint,
    				Count:   1,
    				Address: apps.WaypointProxies[apps.ServiceAddressedWaypoint.Config().ServiceWaypointProxy].PodIP(),
    				Port:    echo.Port{ServicePort: 15000},
    				Scheme:  scheme.HTTP,
    				HBONE:   hbsvc,
    				Check:   check.Error(),
    			})
    		})
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top