Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 170 for Dictionary (0.06 sec)

  1. docs/de/docs/advanced/security/oauth2-scopes.md

    Die erste Änderung ist, dass wir jetzt das OAuth2-Sicherheitsschema mit zwei verfügbaren Scopes deklarieren: `me` und `items`.
    
    Der `scopes`-Parameter erhält ein <abbr title="Dictionary – Zuordnungstabelle: In anderen Sprachen auch Hash, Map, Objekt, Assoziatives Array genannt">`dict`</abbr> mit jedem Scope als Schlüssel und dessen Beschreibung als Wert:
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[63:66] *}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Sep 20 15:10:09 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'index.dictionary.prefix'. <br>
         * The value is, e.g.  <br>
         * comment: Prefix for dictionary index names.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexDictionaryPrefix();
    
        /**
         * Get the value for the key 'index.dictionary.prefix' as {@link Integer}. <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
  3. docs/en/docs/_llm-test.md

    * the CLI
    * the command line interface
    
    * the server
    * the client
    
    * the cloud provider
    * the cloud service
    
    * the development
    * the development stages
    
    * the dict
    * the dictionary
    * the enumeration
    * the enum
    * the enum member
    
    * the encoder
    * the decoder
    * to encode
    * to decode
    
    * the exception
    * to raise
    
    * the expression
    * the statement
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            if (StringUtil.isNotBlank(fessConfig.getIndexDictionaryPrefix())) {
                String dictionaryPath = System.getProperty("fess.dictionary.path", StringUtil.EMPTY);
                if (StringUtil.isBlank(dictionaryPath)) {
                    System.setProperty("fess.dictionary.path", fessConfig.getIndexDictionaryPrefix() + "/");
                } else {
                    if (!dictionaryPath.endsWith("/")) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 122.4K bytes
    - Viewed (1)
  5. docs/de/docs/advanced/behind-a-proxy.md

    Sie können den aktuellen `root_path` abrufen, der von Ihrer Anwendung für jeden Request verwendet wird. Er ist Teil des `scope`-<abbr title="Dictionary – Zuordnungstabelle: In anderen Sprachen auch Hash, Map, Objekt, Assoziatives Array genannt">Dictionarys</abbr> (das ist Teil der ASGI-Spezifikation).
    
    Hier fügen wir ihn, nur zu Demonstrationszwecken, in die Nachricht ein.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/sql-databases.md

    ### Einen Helden mit `HeroUpdate` aktualisieren { #update-a-hero-with-heroupdate }
    
    Wir können einen Helden **aktualisieren**. Dafür verwenden wir eine HTTP-`PATCH`-Operation.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 17:32:56 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/behind-a-proxy.md

    ///
    
    ### Checking the current `root_path` { #checking-the-current-root-path }
    
    You can get the current `root_path` used by your application for each request, it is part of the `scope` dictionary (that's part of the ASGI spec).
    
    Here we are including it in the message just for demonstration purposes.
    
    {* ../../docs_src/behind_a_proxy/tutorial001_py39.py hl[8] *}
    
    Then, if you start Uvicorn with:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 16.4K bytes
    - Viewed (0)
  8. MIGRATION.md

    Fess uses OpenSearch/Elasticsearch internally, so you can:
    
    1. Export index mappings and settings from source
    2. Apply custom analyzers in Fess's `fess_config.properties`
    3. Create synonym dictionaries in Fess's dictionary directory
    
    ---
    
    ### Apache Solr
    
    For migrating from Apache Solr:
    
    #### Document Export and Import
    
    **Step 1: Export from Solr**
    
    ```bash
    # Export Solr documents as JSON
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  9. 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: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 176.3K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Ordering.java

        return new CompoundOrdering<>(comparators);
      }
    
      /**
       * Returns a new ordering which sorts iterables by comparing corresponding elements pairwise until
       * a nonzero result is found; imposes "dictionary order". If the end of one iterable is reached,
       * but not the other, the shorter iterable is considered to be less than the longer one. For
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 23 17:50:58 UTC 2025
    - 39.5K bytes
    - Viewed (0)
Back to top