Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for spcs (0.08 sec)

  1. src/net/http/h2_bundle.go

    	// SETTINGS_MAX_FRAME_SIZE default
    	// https://httpwg.org/specs/rfc7540.html#rfc.section.6.5.2
    	http2initialMaxFrameSize = 16384
    
    	// NextProtoTLS is the NPN/ALPN protocol negotiated during
    	// HTTP/2's TLS setup.
    	http2NextProtoTLS = "h2"
    
    	// https://httpwg.org/specs/rfc7540.html#SettingValues
    	http2initialHeaderTableSize = 4096
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.xport"/>
        <magic priority="40">
          <match value="HEADER RECORD*******LIBRARY HEADER RECORD!!!!!!!" offset="0" />
        </magic>
      </mime-type>
      <mime-type type="application/x-spss-sav">
        <_comment>SPSS Data File</_comment>
        <glob pattern="*.sav"/>
        <magic priority="50">
          <match value="$FL2@(#)" offset="0" />
        </magic>
      </mime-type>
      <mime-type type="application/x-sc">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                          type: string
                        communities:
                          description: Communities can be list of either community names
                            already defined in `Specs.Communities` or community value
                            of format `aa:nn` or `aa:nn:mm`. For standard community use
                            `aa:nn` format, where `aa` and `nn` are 16 bit number. For
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

      Ginkgo V2 doesn't accept go test's `-parallel` flags to parallelize Ginkgo specs, please switch to use `ginkgo -p` or `ginkgo -procs=N` instead. ([#109111](https://github.com/kubernetes/kubernetes/pull/109111), [@chendave](https://github.com/chendave)) [SIG API Machinery, Apps, Architecture, Auth, Autoscaling, CLI, Cloud Provider,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

      the newer `apiVersion`. ([#116299](https://github.com/kubernetes/kubernetes/pull/116299), [@pohly](https://github.com/pohly))
    - `volumes`: `resource.claims` is now cleared for PVC specs during create or update of a pod spec with inline PVC template or of a PVC because it has no effect. ([#115928](https://github.com/kubernetes/kubernetes/pull/115928), [@pohly](https://github.com/pohly))
    
    ### Feature
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    	allErrs = append(allErrs, validateOnlyDeletedSchedulingGates(newPod.Spec.SchedulingGates, oldPod.Spec.SchedulingGates, specPath.Child("schedulingGates"))...)
    
    	// the last thing to check is pod spec equality.  If the pod specs are equal, then we can simply return the errors we have
    	// so far and save the cost of a deep copy.
    	if apiequality.Semantic.DeepEqual(newPod.Spec, oldPod.Spec) {
    		return allErrs
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    		}
    		bstart := s.bstart
    		idToIdx := make([]int, f.NumBlocks())
    		for i, b := range f.Blocks {
    			idToIdx[b.ID] = i
    		}
    		// Register a callback that will be used later to fill in PCs into location
    		// lists. At the moment, Prog.Pc is a sequence number; it's not a real PC
    		// until after assembly, so the translation needs to be deferred.
    		debugInfo.GetPC = func(b, v ssa.ID) int64 {
    			switch v {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

    ## Changelog since v1.26.2
    
    ## Changes by Kind
    
    ### API Change
    
    - Volumes: `resource.claims` gets cleared for PVC specs during create or update of a pod spec with inline PVC template or of a PVC because it has no effect. ([#115928](https://github.com/kubernetes/kubernetes/pull/115928), [@pohly](https://github.com/pohly)) [SIG API Machinery, Apps and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top