Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for mod$ (0.05 sec)

  1. go.sum

    github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
    github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
    github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
    github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // To create a new go.mod file, use 'go mod init'. For details see
    // 'go help mod init' or https://golang.org/ref/mod#go-mod-init.
    //
    // To add missing module requirements or remove unneeded requirements,
    // use 'go mod tidy'. For details, see 'go help mod tidy' or
    // https://golang.org/ref/mod#go-mod-tidy.
    //
    // To add, upgrade, downgrade, or remove a specific module requirement, use
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    	 * Not all systems support a separate read-only non-executable data section.
    	 * ELF and Windows PE systems do.
    	 * OS X and Plan 9 do not.
    	 * And if we're using external linking mode, the point is moot,
    	 * since it's not our decision; that code expects the sections in
    	 * segtext.
    	 */
    	var segro *sym.Segment
    	if ctxt.IsELF && ctxt.LinkMode == LinkInternal {
    		segro = &Segrodata
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

    ear"},"showPoints":"never","spanNulls":false,"stacking":{"group":"A","mode":"none"},"thresholdsStyle":{"mode":"off"}},"mappings":[],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]},"unit":"short"},"overrides":[]},"gridPos":{"h":8,"w":12,"x":0,"y":8},"id":4,"links":[],"options":{"legend":{"calcs":[],"displayMode":"list","placement":"bottom","showLegend":true},"tooltip":{"mode":"multi","sort":"none"}},"pluginVersion":"10.1.5","targets":[{"datasou...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    	run(t, func(t *testing.T, mode testMode) {
    		testServerNoHeader(t, mode, "Date")
    	})
    }
    
    func TestServerContentType(t *testing.T) {
    	run(t, func(t *testing.T, mode testMode) {
    		testServerNoHeader(t, mode, "Content-Type")
    	})
    }
    
    func testServerNoHeader(t *testing.T, mode testMode, header string) {
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_builder_test.go

    			}
    		} else {
    			t.Errorf("alpn_override metadata should be written for either TLS mode SIMPLE or MUTUAL")
    		}
    	} else if ok {
    		alpnOverride, found := istio.Fields[util.AlpnOverrideMetadataKey]
    		if found {
    			t.Errorf("alpn_override:%s tlsMode:%s, alpn_override metadata should not be written if TLS mode is neither SIMPLE nor MUTUAL",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  7. pkg/config/validation/validation.go

    		}
    		return
    	}
    
    	if tls.Mode == networking.ServerTLSSettings_PASSTHROUGH || tls.Mode == networking.ServerTLSSettings_AUTO_PASSTHROUGH {
    		if tls.CaCrl != "" || tls.ServerCertificate != "" || tls.PrivateKey != "" || tls.CaCertificates != "" || tls.CredentialName != "" {
    			// Warn for backwards compatibility
    			v = AppendWarningf(v, "%v mode does not use certificates, they will be ignored", tls.Mode)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. src/cmd/go/internal/work/exec.go

    				sum := sha256.Sum256([]byte(a.Package.ImportPath))
    				coverVar := fmt.Sprintf("goCover_%x_", sum[:6])
    				mode := a.Package.Internal.Cover.Mode
    				if mode == "" {
    					panic("covermode should be set at this point")
    				}
    				if newoutfiles, err := b.cover2(a, infiles, outfiles, coverVar, mode); err != nil {
    					return err
    				} else {
    					outfiles = newoutfiles
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_test.go

    		TLSClientRootCert:  expectedRootCertPath,
    	}
    
    	destRule := &networking.DestinationRule{
    		Host: "*.example.org",
    		TrafficPolicy: &networking.TrafficPolicy{
    			Tls: &networking.ClientTLSSettings{
    				Mode:              networking.ClientTLSSettings_MUTUAL,
    				ClientCertificate: "/defaultCert.pem",
    				PrivateKey:        "/defaultPrivateKey.pem",
    				CaCertificates:    "/defaultCaCert.pem",
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  10. cluster/gce/util.sh

            kube-down
          fi
        fi
      fi
    }
    
    function check-network-mode() {
      local mode
      mode=$(gcloud compute networks list --filter="name=('${NETWORK}')" --project "${NETWORK_PROJECT}" --format='value(x_gcloud_subnet_mode)' || true)
      # The deprecated field uses lower case. Convert to upper case for consistency.
      echo "$mode" | tr '[:lower:]' '[:upper:]'
    }
    
    function create-network() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top