Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 2621440 (0.1 sec)

  1. src/main/resources/fess_config.properties

    
    # Virtual Host: Host:fess.codelibs.org=fess
    virtual.host.headers=
    
    http.proxy.host=
    http.proxy.port=8080
    http.proxy.username=
    http.proxy.password=
    http.fileupload.max.size=262144000
    http.fileupload.threshold.size=262144
    http.fileupload.max.file.count=10
    
    # ========================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 2621440 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentCacheMaxSize();
    
        /**
         * Get the value for the key 'crawler.document.cache.max.size' as {@link Integer}. <br>
         * The value is, e.g. 2621440 <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  3. src/packaging/deb/init.d/fess

    # Fess data directory
    DATA_DIR=${packaging.fess.var.dir}
    
    # Fess configuration directory
    CONF_DIR=${packaging.fess.conf.dir}
    
    # Maximum number of VMA (Virtual Memory Areas) a process can own
    MAX_MAP_COUNT=262144
    
    # Path to the GC log file
    #FESS_GC_LOG_FILE=/var/log/fess/gc.log
    
    # Fess PID file directory
    PID_DIR=${packaging.fess.pid.dir}
    
    # End of variables that can be overwritten in $DEFAULT
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const RTF_PRCLONING = 65536
    pkg syscall (darwin-386), const RTF_PROTO1 = 32768
    pkg syscall (darwin-386), const RTF_PROTO2 = 16384
    pkg syscall (darwin-386), const RTF_PROTO3 = 262144
    pkg syscall (darwin-386), const RTF_REJECT = 8
    pkg syscall (darwin-386), const RTF_STATIC = 2048
    pkg syscall (darwin-386), const RTF_UP = 1
    pkg syscall (darwin-386), const RTF_WASCLONED = 131072
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFF_LINK2 = 16384
    pkg syscall (freebsd-arm64), const IFF_LINK2 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LOOPBACK = 8
    pkg syscall (freebsd-arm64), const IFF_MONITOR = 262144
    pkg syscall (freebsd-arm64), const IFF_MONITOR ideal-int
    pkg syscall (freebsd-arm64), const IFF_MULTICAST = 32768
    pkg syscall (freebsd-arm64), const IFF_NOARP = 128
    pkg syscall (freebsd-arm64), const IFF_NOARP ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/net/MediaType.java

      /**
       * The 3GP multimedia container format. For more information, see <a
       * href="ftp://www.3gpp.org/tsg_sa/TSG_SA/TSGS_23/Docs/PDF/SP-040065.pdf#page=10">3GPP TS
       * 26.244</a>.
       *
       * @since 20.0
       */
      public static final MediaType THREE_GPP_VIDEO = createConstant(VIDEO_TYPE, "3gpp");
    
      /**
       * The 3G2 multimedia container format. For more information, see <a
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_EXIT ideal-int
    pkg syscall (darwin-arm64), const NOTE_EXITSTATUS = 67108864
    pkg syscall (darwin-arm64), const NOTE_EXITSTATUS ideal-int
    pkg syscall (darwin-arm64), const NOTE_EXIT_CSERROR = 262144
    pkg syscall (darwin-arm64), const NOTE_EXIT_CSERROR ideal-int
    pkg syscall (darwin-arm64), const NOTE_EXIT_DECRYPTFAIL = 65536
    pkg syscall (darwin-arm64), const NOTE_EXIT_DECRYPTFAIL ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10790         ; mapped                 ; 02A9          # 14.0 MODIFIER LETTER SMALL FENG DIGRAPH
    10791         ; mapped                 ; 0264          # 14.0 MODIFIER LETTER SMALL RAMS HORN
    10792         ; mapped                 ; 0262          # 14.0 MODIFIER LETTER SMALL CAPITAL G
    10793         ; mapped                 ; 0260          # 14.0 MODIFIER LETTER SMALL G WITH HOOK
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top