Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for 226Z (0.11 sec)

  1. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

             * the SMB_COM_SESSION_SETUP_ANDX Response (section 2.2.4.53.2), MUST be set to
             * 0x0000000000000000. For the SMB_COM_SESSION_SETUP_ANDX Response, the SecuritySignature
             * field of the SMB Header SHOULD<226> be set to the SecuritySignature received in the
             * SMB_COM_SESSION_SETUP_ANDX Request (section 2.2.4.53.1).
             */
            if ( this.digest != null && getErrorCode() == 0 ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Aug 05 09:45:59 UTC 2018
    - 32.7K bytes
    - Viewed (0)
  2. src/bytes/buffer_test.go

    		}
    		check(t, "TestBasicOperations (4)", &buf, "a")
    
    		buf.WriteByte(testString[1])
    		check(t, "TestBasicOperations (5)", &buf, "ab")
    
    		n, err = buf.Write(testBytes[2:26])
    		if want := 24; err != nil || n != want {
    			t.Errorf("Write: got (%d, %v), want (%d, %v)", n, err, want, nil)
    		}
    		check(t, "TestBasicOperations (6)", &buf, testString[0:26])
    
    		buf.Truncate(26)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Sep 03 20:55:15 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/math/LongMath.java

          }
    
          @Override
          long squareMod(long a, long m) {
            long aHi = a >>> 32; // < 2^31
            long aLo = a & 0xFFFFFFFFL; // < 2^32
    
            /*
             * a^2 == aHi^2 * 2^64 + aHi * aLo * 2^33 + aLo^2
             *     == (aHi^2 * 2^32 + aHi * aLo * 2) * 2^32 + aLo^2
             * We carry out this computation in modular arithmetic.  Since times2ToThe32Mod accepts any
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/LongMath.java

          }
    
          @Override
          long squareMod(long a, long m) {
            long aHi = a >>> 32; // < 2^31
            long aLo = a & 0xFFFFFFFFL; // < 2^32
    
            /*
             * a^2 == aHi^2 * 2^64 + aHi * aLo * 2^33 + aLo^2
             *     == (aHi^2 * 2^32 + aHi * aLo * 2) * 2^32 + aLo^2
             * We carry out this computation in modular arithmetic.  Since times2ToThe32Mod accepts any
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🌐 Add Chinese translation for Tutorial - Cookie Parameters. PR [#2261](https://github.com/tiangolo/fastapi/pull/2261) by [@alicrazy1947](https://github.com/alicrazy1947).
    * 🌐 Add Japanese translation for Tutorial - Static files. PR [#2260](https://github.com/tiangolo/fastapi/pull/2260) by [@tokusumi](https://github.com/tokusumi).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409
    pkg syscall (darwin-386), const SYS_COPYFILE = 227
    pkg syscall (darwin-386), const SYS_CSOPS = 169
    pkg syscall (darwin-386), const SYS_DELETE = 226
    pkg syscall (darwin-386), const SYS_DUP = 41
    pkg syscall (darwin-386), const SYS_DUP2 = 90
    pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223
    pkg syscall (darwin-386), const SYS_EXECVE = 59
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_IPMB ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX = 209
    pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IPNET = 226
    pkg syscall (netbsd-arm64-cgo), const DLT_IPNET ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC = 122
    pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_IPMB ideal-int
    pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX = 209
    pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX ideal-int
    pkg syscall (freebsd-arm64), const DLT_IPNET = 226
    pkg syscall (freebsd-arm64), const DLT_IPNET ideal-int
    pkg syscall (freebsd-arm64), const DLT_IPOIB = 242
    pkg syscall (freebsd-arm64), const DLT_IPOIB ideal-int
    pkg syscall (freebsd-arm64), const DLT_IPV4 = 228
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_CSOPS ideal-int
    pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN = 170
    pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN ideal-int
    pkg syscall (darwin-arm64), const SYS_DELETE = 226
    pkg syscall (darwin-arm64), const SYS_DELETE ideal-int
    pkg syscall (darwin-arm64), const SYS_DUP = 41
    pkg syscall (darwin-arm64), const SYS_DUP ideal-int
    pkg syscall (darwin-arm64), const SYS_DUP2 = 90
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. test-site/activator-launch-1.3.2.jar

    "&#216;"> <!ENTITY Ugrave "&#217;"> <!ENTITY Uacute "&#218;"> <!ENTITY Ucirc "&#219;"> <!ENTITY Uuml "&#220;"> <!ENTITY Yacute "&#221;"> <!ENTITY THORN "&#222;"> <!ENTITY szlig "&#223;"> <!ENTITY agrave "&#224;"> <!ENTITY aacute "&#225;"> <!ENTITY acirc "&#226;"> <!ENTITY atilde "&#227;"> <!ENTITY auml "&#228;"> <!ENTITY aring "&#229;"> <!ENTITY aelig "&#230;"> <!ENTITY ccedil "&#231;"> <!ENTITY egrave "&#232;"> <!ENTITY eacute "&#233;"> <!ENTITY ecirc "&#234;"> <!ENTITY euml "&#235;"> <!ENTITY igrave "&#236;">...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top