Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for 19098 (0.42 sec)

  1. src/net/url/url_test.go

    		// Ensure that even when not valid, Host is one of "Hostname",
    		// "Hostname:Port", "[Hostname]" or "[Hostname]:Port".
    		// See https://golang.org/issue/29098.
    		{"[google.com]:80", "google.com", "80"},
    		{"google.com]:80", "google.com]", "80"},
    		{"google.com:80_invalid_port", "google.com:80_invalid_port", ""},
    		{"[::1]extra]:80", "::1]extra", "80"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*10088*/ uint16(xCondDataSize), 10092, 10095, 0,
    	/*10092*/ uint16(xSetOp), uint16(CBW),
    	/*10094*/ uint16(xMatch),
    	/*10095*/ uint16(xSetOp), uint16(CWDE),
    	/*10097*/ uint16(xMatch),
    	/*10098*/ uint16(xCondDataSize), 10092, 10095, 10102,
    	/*10102*/ uint16(xSetOp), uint16(CDQE),
    	/*10104*/ uint16(xMatch),
    	/*10105*/ uint16(xCondIs64), 10108, 10118,
    	/*10108*/ uint16(xCondDataSize), 10112, 10115, 0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

     * D = Y₂×Z₁³-B
     * X₃ = D² - 2A×C² - C³
     * Y₃ = D×(A×C² - X₃) - B×C³
     * Z₃ = Z₁×Z₂×C
     *
     * Three-operand formula (adopted): http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-1998-cmo-2
     * Temp storage: T1,T2,U1,H,Z3=X3=Y3,S1,R
     *
     * T1 = Z1*Z1
     * T2 = Z2*Z2
     * U1 = X1*T2
     * H  = X2*T1
     * H  = H-U1
     * Z3 = Z1*Z2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

     * D = Y₂×Z₁³-B
     * X₃ = D² - 2A×C² - C³
     * Y₃ = D×(A×C² - X₃) - B×C³
     * Z₃ = Z₁×Z₂×C
     *
     * Three-operand formula (adopted): https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-1998-cmo-2
     * Temp storage: T1,T2,U1,H,Z3=X3=Y3,S1,R
     *
     * T1 = Z1*Z1
     * T2 = Z2*Z2
     * U1 = X1*T2
     * H  = X2*T1
     * H  = H-U1
     * Z3 = Z1*Z2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_PASSWORD_MUST_CHANGE                                                syscall.Errno = 1907
    	ERROR_DOMAIN_CONTROLLER_NOT_FOUND                                         syscall.Errno = 1908
    	ERROR_ACCOUNT_LOCKED_OUT                                                  syscall.Errno = 1909
    	OR_INVALID_OXID                                                           syscall.Errno = 1910
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  6. src/cmd/go/go_test.go

    	// To work either way we call doRun directly rather than run or runFail.
    	tg.doRun([]string{"build", "-x", "p"})
    
    	tg.grepStderr("no-such-fortran-flag", `missing expected "-no-such-fortran-flag"`)
    }
    
    // Issue 19198.
    // This is really a cmd/link issue but this is a convenient place to test it.
    func TestDuplicateGlobalAsmSymbols(t *testing.T) {
    	skipIfGccgo(t, "gccgo does not use cmd/asm")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/callback.go

    func stack1900() { var buf [1900]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1904() { var buf [1904]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1908() { var buf [1908]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1912() { var buf [1912]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1916() { var buf [1916]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ### Internal
    
    * 🔧 Update sponsors, add Speakeasy. PR [#10098](https://github.com/tiangolo/fastapi/pull/10098) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.101.1
    
    ### Fixes
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. cluster/gce/util.sh

      if [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2019" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2019-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win1909" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-1909-dc-core-v20210413"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2004" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2004-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION,,}" == "win20h2" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  10. ChangeLog.md

    - [`KT-65153`](https://youtrack.jetbrains.com/issue/KT-65153) K/N: extract liveness analysis to a separate phase
    - [`KT-59098`](https://youtrack.jetbrains.com/issue/KT-59098) Support -Xjdk-release=1.6/1.7 with -jvm-target 1.8
    - [`KT-63670`](https://youtrack.jetbrains.com/issue/KT-63670) Implement platform specific declaration clash diagnostics across all backends
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top