Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for 1C51 (0.1 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1E4F          ; valid                                  # 1.1  LATIN SMALL LETTER O WITH TILDE AND DIAERESIS
    1E50          ; mapped                 ; 1E51          # 1.1  LATIN CAPITAL LETTER O WITH MACRON AND GRAVE
    1E51          ; valid                                  # 1.1  LATIN SMALL LETTER O WITH MACRON AND GRAVE
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	VST1.P	[V24.S2], 8(R2)                                 // 58789f0c
    	VST1	[V29.S2, V30.S2], (R29)                         // bdab000c
    	VST1	[V14.H4, V15.H4, V16.H4], (R27)                 // 6e67000c
    	VST1.P	V4.B[15], 1(R0)                                 // 041c9f4d
    	VST1.P	V4.H[7], 2(R0)                                  // 04589f4d
    	VST1.P	V4.S[3], 4(R0)                                  // 04909f4d
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Mon Nov 10 17:34:13 UTC 2025
    - 96.1K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_GETLCID = 395
    pkg syscall (darwin-386), const SYS_GETLOGIN = 49
    pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
    pkg syscall (darwin-386), const SYS_GETPGID = 151
    pkg syscall (darwin-386), const SYS_GETPGRP = 81
    pkg syscall (darwin-386), const SYS_GETPID = 20
    pkg syscall (darwin-386), const SYS_GETPPID = 39
    pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    ## Changes by Kind
    
    ### Feature
    
    - Kubernetes is now built using go1.15.2
      - build: Update to k/repo-infra@v0.1.1 (supports go1.15.2)
      - build: Use go-runner:buster-v2.0.1 (built using go1.15.1)
      - bazel: Replace --features with Starlark build settings flag
      - hack/lib/util.sh: some bash cleanups
        
        - switched one spot to use kube::logging
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.18.md

    ## Known Issues
    
    No Known Issues Reported
    
    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
    #### kube-apiserver:
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    - github.com/prometheus/common: [v0.44.0 → v0.55.0](https://github.com/prometheus/common/compare/v0.44.0...v0.55.0)
    - github.com/prometheus/procfs: [v0.10.1 → v0.15.1](https://github.com/prometheus/procfs/compare/v0.10.1...v0.15.1)
    - github.com/rogpeppe/go-internal: [v1.10.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.10.0...v1.12.0)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Nov 12 11:33:21 UTC 2025
    - 451.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.20.md

    - Kubernetes is now built using go1.15.2
      - build: Update to k/repo-infra@v0.1.1 (supports go1.15.2)
      - build: Use go-runner:buster-v2.0.1 (built using go1.15.1)
      - bazel: Replace --features with Starlark build settings flag
      - hack/lib/util.sh: some bash cleanups
        
        - switched one spot to use kube::logging
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_USER2 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER3 = 150
    pkg syscall (freebsd-arm64), const DLT_USER3 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER4 = 151
    pkg syscall (freebsd-arm64), const DLT_USER4 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER5 = 152
    pkg syscall (freebsd-arm64), const DLT_USER5 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER6 = 153
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. cmd/object-handlers_test.go

    	}
    
    	for i, test := range testCases {
    		rec = httptest.NewRecorder()
    		req, err = newTestStreamingSignedRequest(http.MethodPut,
    			getPutObjectPartURL("", bucketName, testObject, mpartResp.UploadID, "1"),
    			5, 1, bytes.NewReader([]byte("hello")), credentials.AccessKey, credentials.SecretKey)
    		if err != nil {
    			t.Fatalf("Failed to create new streaming signed HTTP request: <ERROR> %v.", err)
    		}
    		switch test.fault {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css

    d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:1...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 158.5K bytes
    - Viewed (0)
Back to top