Search Options

Results per page
Sort
Preferred Languages
Advance

Results 311 - 320 of 359 for Popping (0.03 sec)

  1. guava/src/com/google/common/io/ByteStreams.java

        // quadruple in size until they reach 8k, to minimize the number of small reads for longer
        // streams. Buffers are retained in a deque so that there's no copying between buffers while
        // reading and so all of the bytes in each new allocated buffer are available for reading from
        // the stream.
        for (int bufSize = initialBufferSize;
            totalLen < MAX_ARRAY_LEN;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_es.properties

    labels.crawling_info_details=Crawling Info Detalles
    labels.data_config_details=Data Config Detalles
    labels.dict_kuromoji_details=Dict Kuromoji Detalles
    labels.dict_mapping_details=Dict Mapping Detalles
    labels.dict_protwords_details=Dict Protwords Detalles
    labels.dict_stemmeroverride_details=Dict Stemmeroverride Detalles
    labels.dict_stopwords_details=Dict Stopwords Detalles
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_hi.properties

    labels.boost_document_rule_details=Boost Document Rule विवरण
    labels.crawling_info_details=Crawling Info विवरण
    labels.data_config_details=Data Config विवरण
    labels.dict_kuromoji_details=Dict Kuromoji विवरण
    labels.dict_mapping_details=Dict Mapping विवरण
    labels.dict_protwords_details=Dict Protwords विवरण
    labels.dict_stemmeroverride_details=Dict Stemmeroverride विवरण
    labels.dict_stopwords_details=Dict Stopwords विवरण
    labels.dict_synonym_details=Dict Synonym विवरण
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 64.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.crawling_info_details=Crawling Info Детали
    labels.data_config_details=Data Config Детали
    labels.dict_kuromoji_details=Dict Kuromoji Детали
    labels.dict_mapping_details=Dict Mapping Детали
    labels.dict_protwords_details=Dict Protwords Детали
    labels.dict_stemmeroverride_details=Dict Stemmeroverride Детали
    labels.dict_stopwords_details=Dict Stopwords Детали
    labels.dict_synonym_details=Dict Synonym Детали
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  5. src/main/java/jcifs/SmbResource.java

         * file attributes such as ACLs but it does copy regular attributes as
         * well as create and last write times. This method is almost twice as
         * efficient as manually copying as it employs an additional write
         * thread to read and write data concurrently.
         * <br>
         * It is not possible (nor meaningful) to copy entire workgroups or
         * servers.
         *
         * @param dest
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 28K bytes
    - Viewed (1)
  6. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

         * but an implemantation that encorporates the transport header(for
         * efficiency) might use a different initial bufferIndex. For example,
         * to eliminate copying data when writing NbtSession data one might
         * manage that 4 byte header specifically and therefore the initial
         * bufferIndex, and thus headerStart, would be 4).(NOTE: If one where
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 38.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.boost_document_rule_details=Boost Document Rule 상세
    labels.crawling_info_details=Crawling Info 상세
    labels.data_config_details=Data Config 상세
    labels.dict_kuromoji_details=Dict Kuromoji 상세
    labels.dict_mapping_details=Dict Mapping 상세
    labels.dict_protwords_details=Dict Protwords 상세
    labels.dict_stemmeroverride_details=Dict Stemmeroverride 상세
    labels.dict_stopwords_details=Dict Stopwords 상세
    labels.dict_synonym_details=Dict Synonym 상세
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

        return policy == Policies.DISABLED
            ? new ReentrantReadWriteLock(fair)
            : new CycleDetectingReentrantReadWriteLock(new LockGraphNode(lockName), fair);
      }
    
      // A static mapping from an Enum type to its set of LockGraphNodes.
      private static final ConcurrentMap<
              Class<? extends Enum<?>>, Map<? extends Enum<?>, LockGraphNode>>
          lockGraphNodesPerType = new MapMaker().weakKeys().makeMap();
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 17:06:34 UTC 2025
    - 35.9K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Streams.java

       * consumer is <i>not</i> defined.
       *
       * <p>Note that many usages of this method can be replaced with simpler calls to {@link #zip}.
       * This method behaves equivalently to {@linkplain #zip zipping} the stream elements into
       * temporary pair objects and then using {@link Stream#forEach} on that stream.
       *
       * @since 22.0 (but only since 33.4.0 in the Android flavor)
       */
      @Beta
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 36.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_nl.properties

    labels.crawling_info_details=Crawling Info Details
    labels.data_config_details=Data Config Details
    labels.dict_kuromoji_details=Dict Kuromoji Details
    labels.dict_mapping_details=Dict Mapping Details
    labels.dict_protwords_details=Dict Protwords Details
    labels.dict_stemmeroverride_details=Dict Stemmeroverride Details
    labels.dict_stopwords_details=Dict Stopwords Details
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
Back to top