Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dictionary (0.26 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_joblog_delete_all_cancel = "{labels.joblog_delete_all_cancel}";
    
        /** The key of the message: Dictionary List */
        public static final String LABELS_dict_configuration = "{labels.dict_configuration}";
    
        /** The key of the message: Dictionary List */
        public static final String LABELS_dict_list_title = "{labels.dict_list_title}";
    
        /** The key of the message: Dictionaries */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. fastapi/applications.py

                        Union[int, Type[Exception]],
                        Callable[[Request, Any], Coroutine[Any, Any, Response]],
                    ]
                ],
                Doc(
                    """
                    A dictionary with handlers for exceptions.
    
                    In FastAPI, you would normally use the decorator
                    `@app.exception_handler()`.
    
                    Read more in the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      BufferOffset<tflite::Metadata> BuildMetadata(StringRef name,
                                                   StringRef content);
    
      // Encodes the `tfl.metadata` dictionary attribute of the module to the
      // metadata section in the final model.
      std::optional<VectorBufferOffset<BufferOffset<tflite::Metadata>>>
      CreateMetadataVector();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top