Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,435 for deflated (0.09 sec)

  1. cmd/kubeadm/app/cmd/options/token.go

    	bto := &BootstrapTokenOptions{&bootstraptokenv1.BootstrapToken{}, ""}
    	bootstraptokenv1.SetDefaults_BootstrapToken(bto.BootstrapToken)
    	return bto
    }
    
    // BootstrapTokenOptions is a wrapper struct for adding bootstrap token-related flags to a FlagSet
    // and applying the parsed flags to a InitConfiguration object later at runtime
    // TODO: In the future, we might want to group the flags in a better way than adding them all individually like this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 21 10:34:21 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/check.go

    	for i := top; i < len(check.delayed); i++ {
    		a := &check.delayed[i]
    		if check.conf.Trace {
    			if a.desc != nil {
    				check.trace(a.desc.pos.Pos(), "-- "+a.desc.format, a.desc.args...)
    			} else {
    				check.trace(nopos, "-- delayed %p", a.f)
    			}
    		}
    		a.f() // may append to check.delayed
    		if check.conf.Trace {
    			fmt.Println()
    		}
    	}
    	assert(top <= len(check.delayed)) // stack must not have shrunk
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  3. pkg/controller/bootstrap/tokencleaner.go

    	// TokenSecretNamespace string is the namespace for token Secrets.
    	TokenSecretNamespace string
    
    	// SecretResync is the time.Duration at which to fully re-list secrets.
    	// If zero, re-list will be delayed as long as possible
    	SecretResync time.Duration
    }
    
    // DefaultTokenCleanerOptions returns a set of default options for creating a
    // TokenCleaner
    func DefaultTokenCleanerOptions() TokenCleanerOptions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheIncompatibleTasksIntegrationTest.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/compilation/classKinds.ir.txt

              public open fun toString (): kotlin.String [fake_override] declared in <root>.Intf
            $this: VALUE_PARAMETER name:<this> type:kotlin.Any
          FUN name:run visibility:public modality:OPEN <> ($this:<root>.Generic<T of <root>.Generic>) returnType:kotlin.Unit
            overridden:
              public abstract fun run (): kotlin.Unit declared in <root>.Intf
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 04 09:35:38 UTC 2024
    - 25K bytes
    - Viewed (0)
  6. src/internal/types/testdata/check/vardecl.go

    		var x2 /* ERROR "declared and not used" */ int
    		x1 = 1
    		(x2) = 2
    
    		y1 /* ERROR "declared and not used" */ := 1
    		y2 /* ERROR "declared and not used" */ := 2
    		y1 = 1
    		(y1) = 2
    	}
    
    	if x /* ERROR "declared and not used" */ := 0; a < b {}
    
    	switch x /* ERROR "declared and not used" */, y := 0, 1; a {
    	case 0:
    		_ = y
    	case 1:
    		x /* ERROR "declared and not used" */ := 0
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  7. test/fixedbugs/issue18655.go

    func (T) m() {}
    func (T) m() {} // ERROR "already declared|redefinition"
    func (A) m() {} // ERROR "already declared|redefinition"
    func (A) m() {} // ERROR "already declared|redefinition"
    func (B) m() {} // ERROR "already declared|redefinition"
    func (B) m() {} // ERROR "already declared|redefinition"
    
    func (*T) m() {} // ERROR "already declared|redefinition"
    func (*A) m() {} // ERROR "already declared|redefinition"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 21:59:19 UTC 2022
    - 701 bytes
    - Viewed (0)
  8. pkg/controller/replicaset/replica_set_test.go

    				scheduledPendingPod,
    				scheduledRunningNotReadyPod,
    			},
    		},
    	}
    
    	for _, test := range tests {
    		related := test.related
    		if related == nil {
    			related = test.pods
    		}
    		podsToDelete := getPodsToDelete(test.pods, related, test.diff)
    		if len(podsToDelete) != len(test.expectedPodsToDelete) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  9. src/archive/zip/example_test.go

    }
    
    func ExampleWriter_RegisterCompressor() {
    	// Override the default Deflate compressor with a higher compression level.
    
    	// Create a buffer to write our archive to.
    	buf := new(bytes.Buffer)
    
    	// Create a new zip archive.
    	w := zip.NewWriter(buf)
    
    	// Register a custom Deflate compressor.
    	w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 27 00:22:03 UTC 2016
    - 2K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/nestedOuterClass.ir.txt

                CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                  $this: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
                    $this: CALL 'public final fun callFoo (foo: <root>.Foo): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top