Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 27 for Modular (0.09 seconds)

  1. .bazelrc

    common --incompatible_default_to_explicit_init_py
    
    # For projects which use TensorFlow as part of a Bazel build process, putting
    # nothing in a bazelrc will default to a monolithic build. The following line
    # opts in to modular op registration support by default.
    common --define framework_shared_object=true
    common --define tsl_protobuf_header_only=true
    
    common --define=allow_oversize_protos=true
    
    common --spawn_strategy=standalone
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
  2. RELEASE.md

            selective op registration headers else execution would fail with
            unregistered kernels error.
    
    *   Modular File System Migration:
    
        *   Support for S3 and HDFS file systems has been migrated to a modular file
            systems based approach and is now available in
            https://github.com/tensorflow/io. The `tensorflow-io` python package
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  3. docs/tr/docs/how-to/index.md

    # Nasıl Yapılır - Tarifler { #how-to-recipes }
    
    Burada **çeşitli konular** hakkında farklı tarifler veya "nasıl yapılır" kılavuzları göreceksiniz.
    
    Bu fikirlerin büyük bir kısmı aşağı yukarı **bağımsız** olacaktır ve çoğu durumda bunları yalnızca doğrudan **projenize** uygulanıyorsa incelemeniz yeterli olacaktır.
    
    Projeniz için ilginç ve yararlı görünen bir şey varsa devam edin ve inceleyin; aksi halde muhtemelen bunları atlayabilirsiniz.
    
    /// tip | İpucu
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 693 bytes
    - Click Count (0)
  4. docs/tr/docs/help-fastapi.md

    /// tip | İpucu
    
    Sorular için [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions)'a sorun; [FastAPI Experts](fastapi-people.md#fastapi-experts) tarafından yardım alma ihtimaliniz çok daha yüksektir.
    
    Chat'i sadece genel sohbetler için kullanın.
    
    ///
    
    ### Sorular için chat'i kullanmayın { #dont-use-the-chat-for-questions }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  5. src/main/resources/fess_config.properties

    # Seed value for popular word suggestion.
    suggest.popular.word.seed=0
    # Tags for popular word suggestion.
    suggest.popular.word.tags=
    # Fields for popular word suggestion.
    suggest.popular.word.fields=
    # Excluded words for popular word suggestion.
    suggest.popular.word.excludes=
    # Number of popular words to suggest.
    suggest.popular.word.size=10
    # Window size for popular word suggestion.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  6. docs/tr/docs/how-to/general.md

    # Genel - Nasıl Yapılır - Tarifler { #general-how-to-recipes }
    
    Bu sayfada genel veya sık sorulan sorular için dokümantasyonun diğer bölümlerine çeşitli yönlendirmeler bulunmaktadır.
    
    ## Veri Filtreleme - Güvenlik { #filter-data-security }
    
    Döndürmeniz gerekenden daha fazla veri döndürmediğinizden emin olmak için, [Tutorial - Response Model - Return Type](../tutorial/response-model.md) dokümantasyonunu okuyun.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/util/ComponentUtil.java

         */
        public static CrawlingInfoHelper getCrawlingInfoHelper() {
            return getComponent(CRAWLING_INFO_HELPER);
        }
    
        /**
         * Gets the popular word helper component.
         * @return The popular word helper.
         */
        public static PopularWordHelper getPopularWordHelper() {
            return getComponent(POPULAR_WORD_HELPER);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/index.md

    # Eğitim - Kullanıcı Rehberi { #tutorial-user-guide }
    
    Bu eğitim, **FastAPI**'yi özelliklerinin çoğuyla birlikte adım adım nasıl kullanacağınızı gösterir.
    
    Her bölüm bir öncekilerin üzerine kademeli olarak eklenir, ancak konular birbirinden ayrılacak şekilde yapılandırılmıştır; böylece API ihtiyaçlarınıza göre doğrudan belirli bir konuya gidip aradığınızı bulabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 5.7K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 10 */
        String SUGGEST_POPULAR_WORD_SIZE = "suggest.popular.word.size";
    
        /** The key of the configuration. e.g. 30 */
        String SUGGEST_POPULAR_WORD_WINDOW_SIZE = "suggest.popular.word.window.size";
    
        /** The key of the configuration. e.g. 10 */
        String SUGGEST_POPULAR_WORD_QUERY_FREQ = "suggest.popular.word.query.freq";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  10. src/main/resources/fess_label_en.properties

    labels.failureCountThreshold=Failure Count
    labels.fileConfigName=File Crawl Config Name
    labels.fileName=File Name
    labels.handlerName=Handler Name
    labels.handlerParameter=Parameter
    labels.handlerScript=Script
    labels.popularWord=Popular Word
    labels.ignoreFailureType=Ignored Failure Type
    labels.lastAccessTime=Last Access Time
    labels.notificationTo=Notification To
    labels.num=Num
    labels.pn=Page Number
    labels.protocolScheme=Scheme
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
Back to Top