Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dict (0.02 sec)

  1. tensorflow/BUILD

    )
    
    config_setting(
        name = "android_x86",
        constraint_values =
            [
                "@platforms//cpu:x86_32",
                "@platforms//os:android",
            ],
        values = dict(
            if_oss(
                {"crosstool_top": "//external:android/crosstool"},
            ),
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "android_x86_64",
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # Online help key for synonym dictionary.
    online.help.name.dict.synonym=synonym
    # Online help key for dictionary.
    online.help.name.dict=dict
    # Online help key for Kuromoji dictionary.
    online.help.name.dict.kuromoji=kuromoji
    # Online help key for protected words dictionary.
    online.help.name.dict.protwords=protwords
    # Online help key for stopwords dictionary.
    online.help.name.dict.stopwords=stopwords
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"image/x-cmu-raster",
    				"image/x-cmx",
    				"image/x-freehand",
    				"image/x-jp2-codestream",
    				"image/x-jp2-container",
    				"image/x-niff",
    				"image/x-pcx",
    				"image/x-pict",
    				"image/x-portable-anymap",
    				"image/x-portable-bitmap",
    				"image/x-portable-graymap",
    				"image/x-portable-pixmap",
    				"image/x-raw-adobe",
    				"image/x-raw-hasselblad",
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top