Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 93 for Helvert (0.14 sec)

  1. doc/next/6-stdlib/1-time.md

    is in a module with a `go.mod` `go` line using Go 1.23.0 or later.
    When Go 1.23 builds older programs, the old behaviors remain in effect.
    The new [GODEBUG setting](/doc/godebug) [`asynctimerchan=1`](/pkg/time/#NewTimer)
    can be used to revert back to asynchronous channel behaviors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 20:49:22 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. releasenotes/notes/agent-probe-keepalives.yaml

        As a result, your application may see more connections (but the same number of HTTP requests) from probes.
        For most applications, this will not be noticeably different.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 07 20:06:21 UTC 2021
    - 963 bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/alloc.go

    			nodePortOp.Finish()
    		},
    		revert: func() {
    			// Weirdly named but this will revert if commit wasn't called
    			nodePortOp.Finish()
    		},
    	}
    
    	// Allocate NodePorts, if needed.
    	if service.Spec.Type == api.ServiceTypeNodePort || service.Spec.Type == api.ServiceTypeLoadBalancer {
    		if err := initNodePorts(service, nodePortOp); err != nil {
    			txn.Revert()
    			return nil, err
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/version_buildvcs_fossil.txt

    cp ../../outside/empty.txt ../README
    go install
    go version -m $GOBIN/a$GOEXE
    stdout '^\tbuild\tvcs=fossil\n'
    stdout '^\tbuild\tvcs.modified=true$'
    exec fossil revert ../README
    rm $GOBIN/a$GOEXE
    
    -- $WORK/fakebin/fossil --
    #!/bin/sh
    exit 1
    -- $WORK/fakebin/fossil.bat --
    exit 1
    -- repo/README --
    Far out in the uncharted backwaters of the unfashionable end of the western
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 15:33:59 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/version_buildvcs_bzr.txt

    rm $GOBIN/a$GOEXE
    
    # An edited file is shown as modified, even if it isn't part of the build.
    cp ../../outside/empty.txt ../README
    go install
    go version -m $GOBIN/a$GOEXE
    stdout '^\tbuild\tvcs.modified=true$'
    exec bzr revert ../README
    rm $GOBIN/a$GOEXE
    
    -- $WORK/fakebin/bzr --
    #!/bin/sh
    exit 1
    -- $WORK/fakebin/bzr.bat --
    exit 1
    -- repo/README --
    Far out in the uncharted backwaters of the unfashionable end of the western
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 07 03:44:02 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  6. hack/lint-dependencies.sh

      select(.Path != .Replace.Path) |
      select(.Path) |
      \"  \(.Path) is replaced with \(.Replace.Path)\"
    ")
    if [[ -n "${noncanonical}" ]]; then
      echo ""
      echo "These modules are pinned to non-canonical repos."
      echo "Revert to using the canonical repo for these modules before merge"
      echo ""
      echo "${noncanonical}"
    fi
    
    unused=$(comm -23 \
      <(go mod edit -json | jq -r '.Replace[] | select(.New.Version != null) | .Old.Path' | sort) \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:42 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. src/internal/fuzz/minimize.go

    		if shouldStop() {
    			return
    		}
    
    		for _, pc := range printableChars {
    			v[i] = pc
    			if try(v) {
    				// Successful. Move on to the next byte in v.
    				break
    			}
    			// Unsuccessful. Revert v[i] back to original value.
    			v[i] = b
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 07 21:15:51 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/version_buildvcs_hg.txt

    rm $GOBIN/a$GOEXE
    
    # An edited file is shown as uncommitted, even if it isn't part of the build.
    cp ../../outside/empty.txt ../README
    go install
    go version -m $GOBIN/a$GOEXE
    stdout '^\tbuild\tvcs.modified=true$'
    exec hg revert ../README
    rm $GOBIN/a$GOEXE
    
    -- $WORK/fakebin/hg --
    #!/bin/sh
    exit 1
    -- $WORK/fakebin/hg.bat --
    exit 1
    -- repo/README --
    Far out in the uncharted backwaters of the unfashionable end of the western
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 30 18:09:02 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  9. src/log/slog/logger_test.go

    	check(`level=INFO msg=info a.i=1`)
    
    	l.Info("info", "a", GroupValue(Int("i", 1)))
    	check(`level=INFO msg=info a.i=1`)
    }
    
    func TestConnections(t *testing.T) {
    	var logbuf, slogbuf bytes.Buffer
    
    	// Revert any changes to the default logger. This is important because other
    	// tests might change the default logger using SetDefault. Also ensure we
    	// restore the default logger at the end of the test.
    	currentLogger := Default()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 21:25:30 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"maxField": "valuewithlength17",
    						}}},
    				expectError{
    					applyPatchOperation{
    						"revert minFIeld to previously ratcheted value",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"minField": "value",
    						}}},
    				expectError{
    					applyPatchOperation{
    						"revert maxField to previously ratcheted value",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
Back to top