Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 10x10 (0.25 sec)

  1. pkg/workloadapi/workload.pb.go

    	0x52, 0x45, 0x47, 0x49, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x4f, 0x4e, 0x45,
    	0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x55, 0x42, 0x5a, 0x4f, 0x4e, 0x45, 0x10, 0x03, 0x12,
    	0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x44, 0x45, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x4c, 0x55,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            static gradleGitProperties = Versions.of("2.4.1")
    
            // https://plugins.gradle.org/plugin/org.flywaydb.flyway
            static flyway = Versions.of("10.11.0")
    
            // https://plugins.gradle.org/plugin/net.ltgt.apt
            static apt = Versions.of("0.21")
    
            // https://plugins.gradle.org/plugin/io.gitlab.arturbosch.detekt
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. cmd/storage-datatypes_gen.go

    	// check for omitted fields
    	zb0001Len := uint32(5)
    	var zb0001Mask uint8 /* 5 bits */
    	_ = zb0001Mask
    	if z.OldDataDir == "" {
    		zb0001Len--
    		zb0001Mask |= 0x10
    	}
    	// variable map header, size zb0001Len
    	err = en.Append(0x80 | uint8(zb0001Len))
    	if err != nil {
    		return
    	}
    	if zb0001Len == 0 {
    		return
    	}
    	// write "BaseOptions"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            result.assertTaskSkipped(":a:producer")
            result.assertTaskSkipped(":b:producer")
            result.assertTaskSkipped(":resolve")
            file('out.txt').text == "10,10"
    
            when:
            configurationCacheRun(":resolve", "-DaContent=2")
    
            then:
            configurationCache.assertStateLoaded()
            result.assertTaskOrder(":a:producer", ":resolve")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🌐 Add German translation for `docs/de/docs/advanced/openapi-callbacks.md`. PR [#10710](https://github.com/tiangolo/fastapi/pull/10710) by [@nilslindemann](https://github.com/nilslindemann).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. src/net/http/server.go

    	mon := months[3*(mm-1):]
    
    	return append(b,
    		day[0], day[1], day[2], ',', ' ',
    		byte('0'+dd/10), byte('0'+dd%10), ' ',
    		mon[0], mon[1], mon[2], ' ',
    		byte('0'+yy/1000), byte('0'+(yy/100)%10), byte('0'+(yy/10)%10), byte('0'+yy%10), ' ',
    		byte('0'+hh/10), byte('0'+hh%10), ':',
    		byte('0'+mn/10), byte('0'+mn%10), ':',
    		byte('0'+ss/10), byte('0'+ss%10), ' ',
    		'G', 'M', 'T')
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			},
    		}
    	}
    
    	if err := cacher.watchCache.Add(makePod(1000)); err != nil {
    		t.Errorf("error: %v", err)
    	}
    	// Advance RV by 10.
    	startVersion := uint64(1010)
    
    	watcher, err := cacher.Watch(context.TODO(), "pods/ns/foo", storage.ListOptions{ResourceVersion: strconv.FormatUint(startVersion, 10), Predicate: storage.Everything})
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    // should consume client request bodies that a handler didn't read.
    func TestServerUnreadRequestBodyLittle(t *testing.T) {
    	setParallel(t)
    	defer afterTest(t)
    	conn := new(testConn)
    	body := strings.Repeat("x", 100<<10)
    	conn.readBuf.Write([]byte(fmt.Sprintf(
    		"POST / HTTP/1.1\r\n"+
    			"Host: test\r\n"+
    			"Content-Length: %d\r\n"+
    			"\r\n", len(body))))
    	conn.readBuf.Write([]byte(body))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top