Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 57 of 57 for toResource (0.1 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebConfig.java

        //                                                                              Source
        //                                                                              ======
        @Override
        public Map<String, Object> toSource() {
            Map<String, Object> sourceMap = new HashMap<>();
            if (available != null) {
                addFieldToSource(sourceMap, "available", available);
            }
            if (boost != null) {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java

        //                                                                              Source
        //                                                                              ======
        @Override
        public Map<String, Object> toSource() {
            Map<String, Object> sourceMap = new HashMap<>();
            if (businessCategory != null) {
                addFieldToSource(sourceMap, "businessCategory", businessCategory);
            }
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 22.9K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/hash/Hashing.java

       * Used to randomize {@link #goodFastHash} instances, so that programs which persist anything
       * dependent on the hash codes they produce will fail sooner.
       */
      @SuppressWarnings("GoodTime") // reading system time without TimeSource
      static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis();
    
      /**
       * Returns a hash function implementing the <a
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Jul 17 15:26:41 GMT 2025
    - 29.8K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/io/Files.java

       * the same name.
       *
       * @param file the file to create or update
       * @throws IOException if an I/O error occurs
       */
      @SuppressWarnings("GoodTime") // reading system time without TimeSource
      public static void touch(File file) throws IOException {
        checkNotNull(file);
        if (!file.createNewFile() && !file.setLastModified(System.currentTimeMillis())) {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Sep 25 20:24:13 GMT 2025
    - 32.8K bytes
    - Click Count (0)
  5. guava/src/com/google/common/io/Files.java

       * the same name.
       *
       * @param file the file to create or update
       * @throws IOException if an I/O error occurs
       */
      @SuppressWarnings("GoodTime") // reading system time without TimeSource
      public static void touch(File file) throws IOException {
        checkNotNull(file);
        if (!file.createNewFile() && !file.setLastModified(System.currentTimeMillis())) {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Sep 25 20:24:13 GMT 2025
    - 32.8K bytes
    - Click Count (0)
  6. api/go1.txt

    pkg syscall (windows-386), const TokenSandBoxInert ideal-int
    pkg syscall (windows-386), const TokenSessionId ideal-int
    pkg syscall (windows-386), const TokenSessionReference ideal-int
    pkg syscall (windows-386), const TokenSource ideal-int
    pkg syscall (windows-386), const TokenStatistics ideal-int
    pkg syscall (windows-386), const TokenType ideal-int
    pkg syscall (windows-386), const TokenUIAccess ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  7. api/go1.1.txt

    pkg syscall (windows-386), const TokenSandBoxInert = 15
    pkg syscall (windows-386), const TokenSessionId = 12
    pkg syscall (windows-386), const TokenSessionReference = 14
    pkg syscall (windows-386), const TokenSource = 7
    pkg syscall (windows-386), const TokenStatistics = 10
    pkg syscall (windows-386), const TokenType = 8
    pkg syscall (windows-386), const TokenUIAccess = 26
    pkg syscall (windows-386), const TokenUser = 1
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
Back to Top