Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for default1 (0.2 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

        </ul>
        ]]>
      </description>
      <defaults>
        <default>
          <key>package</key>
          <value>org.apache.maven.model</value>
        </default>
      </defaults>
      <classes>
        <class rootElement="true" xml.tagName="project">
          <name>Model</name>
          <superClass>ModelBase</superClass>
          <description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

    "hide":false,"intervalFactor":2,"legendFormat":"Total (k8s)","refId":"A","step":2}],"title":"vCPU","type":"timeseries"}],"refresh":"","schemaVersion":38,"style":"dark","tags":[],"templating":{"list":[{"current":{"selected":false,"text":"default","value":"default"},"hide":0,"includeAll":false,"multi":false,"name":"datasource","options":[],"query":"prometheus","queryValue":"","refresh":1,"regex":"","skipUrlSync":false,"type":"datasource"}]},"time":{"from":"now-5m","to":"now"},"timepicker":{"refres...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    	dsProxy := model.Proxy{
    		Type:        model.SidecarProxy,
    		IPAddresses: []string{"1.1.1.1", "1111:2222::1"},
    		ID:          "v0.default",
    		DNSDomain:   "default.example.org",
    		Metadata: &model.NodeMetadata{
    			Namespace: "not-default",
    		},
    		ConfigNamespace: "not-default",
    	}
    
    	inboundFilter := func(c *cluster.Cluster) bool {
    		return strings.HasPrefix(c.Name, "inbound|")
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //		Note that some extensions are enabled by default starting from a certain GOARM64 version;
    //		for example, lse is enabled by default starting from v8.1.
    //	GO386
    //		For GOARCH=386, how to implement floating point instructions.
    //		Valid values are sse2 (default), softfloat.
    //	GOAMD64
    //		For GOARCH=amd64, the microarchitecture level for which to compile.
    //		Valid values are v1 (default), v2, v3, v4.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_builder_test.go

    			destRule: &networking.DestinationRule{
    				Host: "foo.default.svc.cluster.local",
    				TrafficPolicy: &networking.TrafficPolicy{
    					Tls: &networking.ClientTLSSettings{
    						Mode:            networking.ClientTLSSettings_SIMPLE,
    						CaCertificates:  constants.RootCertFilename,
    						Sni:             "foo.default.svc.cluster.local",
    						SubjectAltNames: []string{"foo.default.svc.cluster.local"},
    					},
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

        delete-firewall-rules \
          "${CLUSTER_NAME}-default-internal-master" \
          "${CLUSTER_NAME}-default-internal-node"
    
        if [[ "${KUBE_DELETE_NETWORK}" == "true" ]]; then
          delete-firewall-rules \
          "${NETWORK}-default-ssh" \
          "${NETWORK}-default-rdp" \
          "${NETWORK}-default-internal"  # Pre-1.5 clusters
          delete-cloud-nat-router
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

        }
      ],
      "liveNow": false,
      "panels": [
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
          "fieldConfig": {
            "defaults": {
              "mappings": [],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  8. fastapi/applications.py

                    have their default values. This is different from
                    `response_model_exclude_defaults` in that if the fields are set,
                    they will be included in the response, even if the value is the same
                    as the default.
    
                    When `True`, default values are omitted from the response.
    
                    Read more about it in the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    }
    
    func (b *Builder) cacheCgoHdr(a *Action) {
    	c := cache.Default()
    	b.cacheObjdirFile(a, c, "_cgo_install.h")
    }
    
    func (b *Builder) loadCachedCgoHdr(a *Action) error {
    	c := cache.Default()
    	return b.loadCachedObjdirFile(a, c, "_cgo_install.h")
    }
    
    func (b *Builder) cacheSrcFiles(a *Action, srcfiles []string) {
    	c := cache.Default()
    	var buf bytes.Buffer
    	for _, file := range srcfiles {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

    		config: `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default
    spec:
      hosts:
        - b
      http:
      - match:
        - uri:
            exact: /foo
        redirect:
          derivePort: FROM_REQUEST_PORT
    `,
    		children: []TrafficCall{
    			{
    				name: "to default",
    				call: t.Apps.A[0].CallOrFail,
    				opts: echo.CallOptions{
    					To: t.Apps.B,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top