Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 351 for 14 (0.03 sec)

  1. src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java

            dnsDomainInfo.dns_domain.maximum_length = 24;
            dnsDomainInfo.dns_domain.buffer = new short[6];
    
            dnsDomainInfo.dns_forest = new rpc.unicode_string();
            dnsDomainInfo.dns_forest.length = 14;
            dnsDomainInfo.dns_forest.maximum_length = 28;
            dnsDomainInfo.dns_forest.buffer = new short[7];
    
            dnsDomainInfo.domain_guid = new rpc.uuid_t();
            dnsDomainInfo.domain_guid.time_low = 1;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 60.8K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusPreconditionFailed,
    		},
    		// Test case - 14, copy metadata from newObject1 with wrong modified header format
    		14: {
    			bucketName:         bucketName,
    			newObjectName:      "newObject1",
    			copySourceHeader:   url.QueryEscape(SlashSeparator + bucketName + SlashSeparator + objectName),
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

        - [Removed](#removed-13)
    - [v1.22.3](#v1223)
      - [Downloads for v1.22.3](#downloads-for-v1223)
        - [Source Code](#source-code-14)
        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
        - [Node Binaries](#node-binaries-14)
      - [Changelog since v1.22.2](#changelog-since-v1222)
      - [Changes by Kind](#changes-by-kind-13)
        - [API Change](#api-change-1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            synchronized (BUF) {
                System.arraycopy(sbuf, 0, BUF, 0, 4 + HEADER_LENGTH);
                final int size = Encdec.dec_uint16be(BUF, 2) & 0xFFFF;
                if (size < HEADER_LENGTH + 1 || 4 + size > rcv_buf_size) {
                    throw new IOException("Invalid payload size: " + size);
                }
                final int errorCode = Encdec.dec_uint32le(BUF, 9) & 0xFFFFFFFF;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  5. cmd/bucket-replication-utils_gen.go

    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *ReplicationState) Msgsize() (s int) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 59.8K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/util/QueryResponseListTest.java

                documentList.add(doc);
            }
    
            QueryResponseList qrList = new QueryResponseList(documentList, 0, 10, 0);
    
            List<Map<String, Object>> subList = qrList.subList(1, 4);
            assertEquals(3, subList.size());
            assertEquals("Doc1", subList.get(0).get("title"));
            assertEquals("Doc2", subList.get(1).get("title"));
            assertEquals("Doc3", subList.get(2).get("title"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  7. LICENSE

    License will continue to apply to the part which is the covered work,
    but the work with which it is combined will remain governed by version
    3 of the GNU General Public License.
    
      14. Revised Versions of this License.
    
      The Free Software Foundation may publish revised and/or new versions of
    the GNU Affero General Public License from time to time.  Such new versions
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

        - [Source Code](#source-code-14)
        - [Client binaries](#client-binaries-14)
        - [Server binaries](#server-binaries-14)
        - [Node binaries](#node-binaries-14)
      - [Changelog since v1.20.0](#changelog-since-v1200)
      - [Changes by Kind](#changes-by-kind-13)
        - [Bug or Regression](#bug-or-regression-13)
      - [Dependencies](#dependencies-14)
        - [Added](#added-14)
        - [Changed](#changed-14)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java

        public void testCopy_MapToBean() throws Exception {
            final Map<String, Object> map = newHashMap();
            map.put("a", "A");
            map.put("b", true);
            map.put("c", 3);
            map.put("d", 1.4);
            final HogeDto hoge = new HogeDto();
            BeanUtil.copyMapToBean(map, hoge);
            assertThat(hoge.getA(), is("A"));
            assertThat(hoge.isB(), is(true));
            assertThat(hoge.getC(), is(3));
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Fri Jun 20 13:40:57 UTC 2025
    - 34.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.16.md

        - [Other notable changes](#other-notable-changes-2)
    - [v1.16.2](#v1162)
      - [Downloads for v1.16.2](#downloads-for-v1162)
        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
        - [Node Binaries](#node-binaries-14)
      - [Changelog since v1.16.1](#changelog-since-v1161)
        - [Other notable changes](#other-notable-changes-3)
    - [v1.16.1](#v1161)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
Back to top