Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 248 (0.06 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type2Message.java

                writeULong(type2, 8, 2);
                writeSecurityBuffer(type2, 12, data, target);
                writeULong(type2, 20, flags);
                System.arraycopy(challenge != null ? challenge : new byte[8], 0, type2, 24, 8);
                if (context != null) {
                    System.arraycopy(context, 0, type2, 32, 8);
                }
                if (targetInformation != null) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 13K bytes
    - Viewed (0)
  2. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidDataType-243]
    	_ = x[ErrInvalidTextEncoding-244]
    	_ = x[ErrInvalidDataSource-245]
    	_ = x[ErrInvalidTableAlias-246]
    	_ = x[ErrMissingRequiredParameter-247]
    	_ = x[ErrObjectSerializationConflict-248]
    	_ = x[ErrUnsupportedSQLOperation-249]
    	_ = x[ErrUnsupportedSQLStructure-250]
    	_ = x[ErrUnsupportedSyntax-251]
    	_ = x[ErrUnsupportedRangeHeader-252]
    	_ = x[ErrLexerInvalidChar-253]
    	_ = x[ErrLexerInvalidOperator-254]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java

                bb.putShort((short) 2); // rflags
                bb.put("\\srv1\0".getBytes(StandardCharsets.UTF_16LE));
    
                // Position for second referral
                bb.position(24); // 8 header + 16 first referral
    
                // Second Referral v1
                bb.putShort((short) 1); // version
                bb.putShort((short) 16); // size
                bb.putShort((short) 1); // serverType
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  4. cmd/endpoint-ellipses_test.go

    			[]string{"data{1...3}"},
    			[]uint64{3},
    			[][]uint64{{3}},
    			true,
    		},
    		{
    			[]string{"data/controller1/export{1...2}, data/controller2/export{1...4}, data/controller3/export{1...8}"},
    			[]uint64{2, 4, 8},
    			[][]uint64{{2}, {2, 2}, {2, 2, 2, 2}},
    			true,
    		},
    		{
    			[]string{"data{1...27}"},
    			[]uint64{27},
    			[][]uint64{{9, 9, 9}},
    			true,
    		},
    		{
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

    - golang.org/x/tools: 897bd77 → v0.1.12
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.24.8
    
    
    ## Downloads for v1.24.8
    
    
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  6. src/test/java/jcifs/internal/smb2/io/Smb2WriteRequestTest.java

                request.setFileId(newFileId);
    
                // Write and verify
                byte[] buffer = new byte[512];
                int bytesWritten = request.writeBytesWireFormat(buffer, 0);
    
                assertEquals(248, bytesWritten); // 48 + 200
                assertEquals(200, SMBUtil.readInt4(buffer, 4));
                assertEquals(2000L, SMBUtil.readInt8(buffer, 8));
                assertEquals(1000, SMBUtil.readInt4(buffer, 36));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  7. .teamcity/performance-test-durations.json

        "linux" : 529
      }, {
        "testProject" : "bigCppMulti",
        "linux" : 1453
      }, {
        "testProject" : "bigNative",
        "linux" : 668
      }, {
        "testProject" : "mediumCppApp",
        "linux" : 248
      }, {
        "testProject" : "mediumCppAppWithMacroIncludes",
        "linux" : 251
      }, {
        "testProject" : "mediumCppMulti",
        "linux" : 480
      }, {
        "testProject" : "mediumCppMultiWithMacroIncludes",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Sep 08 06:58:31 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  8. api/go1.10.txt

    pkg debug/elf, const R_PPC64_DTPREL16_HIGHA = 115
    pkg debug/elf, const R_PPC64_DTPREL16_HIGHA R_PPC64
    pkg debug/elf, const R_PPC64_ENTRY = 118
    pkg debug/elf, const R_PPC64_ENTRY R_PPC64
    pkg debug/elf, const R_PPC64_IRELATIVE = 248
    pkg debug/elf, const R_PPC64_IRELATIVE R_PPC64
    pkg debug/elf, const R_PPC64_JMP_IREL = 247
    pkg debug/elf, const R_PPC64_JMP_IREL R_PPC64
    pkg debug/elf, const R_PPC64_PLT16_LO_DS = 60
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  9. doc/asm.html

    	RET
    </pre>
    
    <p>
    In the general case, the frame size is followed by an argument size, separated by a minus sign.
    (It's not a subtraction, just idiosyncratic syntax.)
    The frame size <code>$24-8</code> states that the function has a 24-byte frame
    and is called with 8 bytes of argument, which live on the caller's frame.
    If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
    the argument size must be provided.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36
    pkg syscall (darwin-386), const IFT_ATM = 37
    pkg syscall (darwin-386), const IFT_BRIDGE = 209
    pkg syscall (darwin-386), const IFT_CARP = 248
    pkg syscall (darwin-386), const IFT_CELLULAR = 255
    pkg syscall (darwin-386), const IFT_CEPT = 19
    pkg syscall (darwin-386), const IFT_DS3 = 30
    pkg syscall (darwin-386), const IFT_ENC = 244
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top