Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1731 - 1740 of 1,947 for result2 (0.04 seconds)

  1. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

             */
            public int level;
            /**
             * Preferred maximum length of returned data
             */
            public int prefmaxlen;
            /**
             * DFS enumeration structure containing results
             */
            public DfsEnumStruct info;
            /**
             * Total number of entries available
             */
            public NdrLong totalentries;
    
            /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 21.8K bytes
    - Click Count (0)
  2. src/test/java/jcifs/spnego/NegTokenInitTest.java

                NegTokenInit original = new NegTokenInit(mechs, flags, mechToken, mic);
                byte[] firstEncoding = original.toByteArray();
    
                // Multiple round-trips should produce identical results
                NegTokenInit parsed1 = new NegTokenInit(firstEncoding);
                byte[] secondEncoding = parsed1.toByteArray();
    
                NegTokenInit parsed2 = new NegTokenInit(secondEncoding);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 21K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/hash/Striped64.java

       *
       * @param currentValue the current value (of either base or a cell)
       * @param newValue the argument from a user update call
       * @return result of the update function
       */
      abstract long fn(long currentValue, long newValue);
    
      /**
       * Handles cases of updates involving initialization, resizing, creating new Cells, and/or
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 15 22:17:15 GMT 2025
    - 11.4K bytes
    - Click Count (0)
  4. README.md

    - **XML Processing** (`org.codelibs.core.xml`) - XML DOM utilities, SAX parser helpers, and schema validation support
    - **SQL Utilities** (`org.codelibs.core.sql`) - JDBC helper methods for result sets, prepared statements, and connection management
    - **Network & I/O** (`org.codelibs.core.net`, `org.codelibs.core.nio`) - URL utilities, UUID generation, MIME type detection, and NIO channel operations
    
    ## πŸš€ Getting Started
    
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sun Aug 31 02:56:02 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/core/io/ResourceUtil.java

        }
    
        /**
         * Converts the path.
         *
         * @param path
         *            The resource path.
         * @param clazz
         *            The class.
         * @return The converted result.
         */
        public static String convertPath(final String path, final Class<?> clazz) {
            assertArgumentNotEmpty("path", path);
            assertArgumentNotNull("clazz", clazz);
    
            if (isExist(path)) {
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Jul 31 08:16:49 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/body.md

    μ—¬λŸ¬λΆ„μ˜ *경둜 처리*에 μΆ”κ°€ν•˜κΈ° μœ„ν•΄, 경둜 λ§€κ°œλ³€μˆ˜ 그리고 쿼리 λ§€κ°œλ³€μˆ˜μ—μ„œ μ„ μ–Έν–ˆλ˜ 것과 같은 λ°©μ‹μœΌλ‘œ μ„ μ–Έν•˜λ©΄ λ©λ‹ˆλ‹€.
    
    {* ../../docs_src/body/tutorial001_py310.py hl[16] *}
    
    ...그리고 λ§Œλ“€μ–΄λ‚Έ λͺ¨λΈμΈ `Item`으둜 νƒ€μž…μ„ μ„ μ–Έν•©λ‹ˆλ‹€.
    
    ## κ²°κ³Ό { #results }
    
    μœ„μ—μ„œμ˜ λ‹¨μˆœν•œ 파이썬 νƒ€μž… μ„ μ–ΈμœΌλ‘œ, **FastAPI**λŠ” λ‹€μŒκ³Ό 같이 λ™μž‘ν•©λ‹ˆλ‹€:
    
    * μš”μ²­μ˜ 본문을 JSON으둜 읽어 λ“€μž…λ‹ˆλ‹€.
    * (ν•„μš”ν•˜λ‹€λ©΄) λŒ€μ‘λ˜λŠ” νƒ€μž…μœΌλ‘œ λ³€ν™˜ν•©λ‹ˆλ‹€.
    * 데이터λ₯Ό κ²€μ¦ν•©λ‹ˆλ‹€.
        * λ§Œμ•½ 데이터가 μœ νš¨ν•˜μ§€ μ•Šλ‹€λ©΄, μ •ν™•νžˆ μ–΄λ–€ 것이 그리고 μ–΄λ””μ—μ„œ 데이터가 잘 λͺ» λ˜μ—ˆλŠ”μ§€ μ§€μ‹œν•˜λŠ” μΉœμ ˆν•˜κ³  λͺ…λ£Œν•œ μ—λŸ¬λ₯Ό λ°˜ν™˜ν•  κ²ƒμž…λ‹ˆλ‹€.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8K bytes
    - Click Count (0)
  7. cmd/erasure-metadata-utils.go

    			continue
    		}
    		diskCount++
    	}
    	return diskCount
    }
    
    // hashOrder - hashes input key to return consistent
    // hashed integer slice. Returned integer order is salted
    // with an input key. This results in consistent order.
    // NOTE: collisions are fine, we are not looking for uniqueness
    // in the slices returned.
    func hashOrder(key string, cardinality int) []int {
    	if cardinality <= 0 {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 11.7K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/suggest/settings/ArraySettings.java

     * </ul>
     */
    public class ArraySettings {
        private static final Logger logger = LogManager.getLogger(ArraySettings.class);
    
        /** Default page size for search results. */
        protected static final int DEFAULT_SEARCH_SIZE = 500;
    
        /** OpenSearch client. */
        protected final Client client;
        /** Array settings index name. */
        protected final String arraySettingsIndexName;
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 15.8K bytes
    - Click Count (0)
  9. src/test/java/jcifs/smb/SIDTest.java

            }
    
            @Test
            @DisplayName("Textual constructor with hex identifier authority")
            void testTextualConstructorHexAuthority() throws Exception {
                // Arrange: 0x5 == decimal 5 results in decimal authority in toString
                SID sid = new SID("S-1-0x000000000005-21-99");
    
                // Act
                String s = sid.toString();
    
                // Assert
                assertEquals("S-1-5-21-99", s);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 15.8K bytes
    - Click Count (0)
  10. cmd/os_unix.go

    		j--
    	}
    
    	if j > 1 {
    		// Create parent.
    		if err := osMkdirAll(dirPath[:j-1], perm, baseDir); err != nil {
    			return err
    		}
    	}
    
    	// Parent now exists; invoke Mkdir and use its result.
    	if err := Mkdir(dirPath, perm); err != nil {
    		if osIsExist(err) {
    			return nil
    		}
    		return err
    	}
    
    	return nil
    }
    
    // The buffer must be at least a block long.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top