Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for dev3 (0.04 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump.json

                                "typed_config": {
                                  "@type": "type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog",
                                  "path": "/dev/stdout",
                                  "log_format": {
                                    "text_format_source": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. istioctl/pkg/proxyconfig/testdata/config_dump.json

                "ISTIO_PROXY_SHA": "ee85c5f28702f00621aed895915fca565796b9e4",
                "ISTIO_VERSION": "1.21.0-1226",
                "metadata": {
                  "build.type": "RELEASE",
                  "build.label": "dev",
                  "revision.sha": "ee85c5f28702f00621aed895915fca565796b9e4",
                  "revision.status": "Clean",
                  "ssl.version": "BoringSSL"
                }
              }
            }
          },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    //   - github.com/cloudwego/frugal
    //   - github.com/cockroachdb/cockroach
    //   - github.com/cockroachdb/pebble
    //   - github.com/ugorji/go/codec
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname mallocgc
    func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
    	if gcphase == _GCmarktermination {
    		throw("mallocgc called with gcphase == _GCmarktermination")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/net/http/request.go

    		// Some users have relied on this truncation to convert a network
    		// address such as Unix domain socket path into a valid, ignored
    		// Host header (see https://go.dev/issue/61431).
    		//
    		// We don't preserve the truncation, because sending an altered
    		// header field opens a smuggling vector. Instead, zero out the
    		// Host header entirely if it isn't valid. (An empty Host is valid;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. src/go/parser/parser.go

    				par.typ = typ
    				par.name = nil
    			}
    		}
    		if tparams {
    			// This is the same error handling as below, adjusted for type parameters only.
    			// See comment below for details. (go.dev/issue/64534)
    			var errPos token.Pos
    			var msg string
    			if named == typed /* same as typed == 0 */ {
    				errPos = p.pos // position error at closing ]
    				msg = "missing type constraint"
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  6. src/time/time_test.go

    		t.Errorf("14th weekday = %q; want %q", got, want)
    	}
    }
    
    func TestReadFileLimit(t *testing.T) {
    	const zero = "/dev/zero"
    	if _, err := os.Stat(zero); err != nil {
    		t.Skip("skipping test without a /dev/zero")
    	}
    	_, err := ReadFile(zero)
    	if err == nil || !strings.Contains(err.Error(), "is too large") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/reflect/type.go

    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/goplus/reflectx
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname addReflectOff
    //go:noescape
    func addReflectOff(ptr unsafe.Pointer) int32
    
    // resolveReflectName adds a name to the reflection lookup map in the runtime.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								},
    								map[string]interface{}{
    									"name":  "etcd",
    									"port":  2379,
    									"field": "value",
    								},
    								map[string]interface{}{
    									"name":  "dev",
    									"port":  8080,
    									"field": "value",
    								},
    							},
    						}}},
    				patchMyCRDV1Beta1Schema{
    					"Require even numbered port in key, remove maxItems requirement",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  9. src/go/build/build.go

    // See go.dev/issue/67401.
    //
    //go:linkname defaultToolTags
    var defaultToolTags []string
    
    // defaultReleaseTags should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/gopherjs/gopherjs
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  10. src/regexp/testdata/testregex.c

    				return 2;
    			}
    			break;
    		}
    	if (!*argv)
    		argv = filter;
    	locale = 0;
    	while (state.file = *argv++)
    	{
    		if (streq(state.file, "-") || streq(state.file, "/dev/stdin") || streq(state.file, "/dev/fd/0"))
    		{
    			state.file = 0;
    			fp = stdin;
    		}
    		else if (!(fp = fopen(state.file, "r")))
    		{
    			fprintf(stderr, "%s: %s: cannot read\n", unit, state.file);
    			return 2;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
Back to top