Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for 17104h (0.09 sec)

  1. internal/s3select/simdj/testdata/parking-citations-10.json.zst

    .4} {"Ticket":1104820732,"IssueData":"2015-12-26T00:00:00","IssueTime":"1515","RPState":"CA","PlateExpiry":"","Make":"ACUR","BodyStyle":"PA","Color":"WH","Location":"100 WORLD WAY","Route":"2F11","Agency":2,"ViolationCode":"000","ViolationDescr":"17104h","Fine":"","Latitude":6440041.1,"Longitude":1802686.2} {"Ticket":1105461453,"IssueData":"2015-09-15T00:00:00","IssueTime":"115","RPState":"CA","PlateExpiry":"200316","Make":"CHEV","BodyStyle":"PA","Color":"BK","Location":"GEORGIA ST/OLYMPIC","Rou...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 693 bytes
    - Viewed (0)
  2. src/runtime/cgo/gcc_aix_ppc64.S

    	std	26, -192(1)
    	std	27, -184(1)
    	std	28, -176(1)
    	std	29, -168(1)
    	std	30, -160(1)
    	std	31, -152(1)
    	stfd	14, -144(1)
    	stfd	15, -136(1)
    	stfd	16, -128(1)
    	stfd	17, -120(1)
    	stfd	18, -112(1)
    	stfd	19, -104(1)
    	stfd	20, -96(1)
    	stfd	21, -88(1)
    	stfd	22, -80(1)
    	stfd	23, -72(1)
    	stfd	24, -64(1)
    	stfd	25, -56(1)
    	stfd	26, -48(1)
    	stfd	27, -40(1)
    	stfd	28, -32(1)
    	stfd	29, -24(1)
    	stfd	30, -16(1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MemInfoOsMemoryInfoTest.groovy

    PageTables:        41200 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    24731588 kB
    Committed_AS:   22081020 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:      173104 kB
    VmallocChunk:   34359438128 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:  17104896 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p256_invert.go

    	//	x12     = _111111 << 6 + _111111
    	//	x15     = x12 << 3 + _111
    	//	x16     = 2*x15 + 1
    	//	x32     = x16 << 16 + x16
    	//	i53     = x32 << 15
    	//	x47     = x15 + i53
    	//	i263    = ((i53 << 17 + 1) << 143 + x47) << 47
    	//	return    (x47 + i263) << 2 + 1
    	//
    
    	var z = new(P256Element).Set(e)
    	var t0 = new(P256Element)
    	var t1 = new(P256Element)
    
    	z.Square(x)
    	z.Mul(x, z)
    	z.Square(z)
    	z.Mul(x, z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. test/heapsampling.go

    package main
    
    import (
    	"fmt"
    	"math"
    	"runtime"
    )
    
    var a16 *[16]byte
    var a512 *[512]byte
    var a256 *[256]byte
    var a1k *[1024]byte
    var a16k *[16 * 1024]byte
    var a17k *[17 * 1024]byte
    var a18k *[18 * 1024]byte
    
    // This test checks that heap sampling produces reasonable results.
    // Note that heap sampling uses randomization, so the results vary for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 27 21:36:06 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  6. src/net/http/cgi/cgi_main.go

    		fmt.Fprintf(os.Stderr, "Hello, stderr!\n")
    	}
    
    	if params.Get("bigresponse") != "" {
    		// 17 MB, for OS X: golang.org/issue/4958
    		line := strings.Repeat("A", 1024)
    		for i := 0; i < 17*1024; i++ {
    			fmt.Printf("%s\r\n", line)
    		}
    		return
    	}
    
    	fmt.Printf("test=Hello CGI\r\n")
    
    	keys := make([]string, 0, len(params))
    	for k := range params {
    		keys = append(keys, k)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-declaringCapabilities/tests/dependencyReport.out

    log4j:log4j:1.2.16 FAILED
    \--- org.apache.zookeeper:zookeeper:3.4.9
         \--- compileClasspath
    
    org.slf4j:log4j-over-slf4j:1.7.10 FAILED
       Failures:
          - Could not resolve org.slf4j:log4j-over-slf4j:1.7.10.
              - Module 'org.slf4j:log4j-over-slf4j' has been rejected:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^172096 mod p(x), x^172032 mod p(x) */
    DATA ·IEEEConst+1392(SB)/8,$0x00000001bf0cbc7e
    DATA ·IEEEConst+1400(SB)/8,$0x000000001ed624d2
    
    	/* x^171072 mod p(x), x^171008 mod p(x) */
    DATA ·IEEEConst+1408(SB)/8,$0x00000000d50b7a5a
    DATA ·IEEEConst+1416(SB)/8,$0x00000000781aee1a
    
    	/* x^170048 mod p(x), x^169984 mod p(x) */
    DATA ·IEEEConst+1424(SB)/8,$0x0000000002fca6e8
    DATA ·IEEEConst+1432(SB)/8,$0x00000001c4d8348c
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-declaringCapabilities/tests/dependencyReportReplaced.out

       Selection reasons:
          - By conflict resolution: On capability log4j:log4j use slf4j in place of log4j
    
    log4j:log4j:1.2.16 -> org.slf4j:log4j-over-slf4j:1.7.10
    \--- org.apache.zookeeper:zookeeper:3.4.9
         \--- compileClasspath
    
    org.slf4j:log4j-over-slf4j:1.7.10
    \--- compileClasspath
    
    org.slf4j:slf4j-log4j12:1.6.1
      Variant compile:
        | Attribute Name                 | Provided | Requested    |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-resolutionStrategy/kotlin/build.gradle.kts

                because("""prefer "groovy" over "groovy-all"""")
            }
            if (requested.name == "log4j") {
                useTarget("org.slf4j:log4j-over-slf4j:1.7.10")
                because("""prefer "log4j-over-slf4j" 1.7.10 over any version of "log4j"""")
            }
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top