Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 621 - 630 of 675 for dependente (0.05 seconds)

  1. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

                logScriptExecutionCalled = true;
                lastLoggedScript = script;
                lastLoggedResult = result;
                // Don't call super to avoid dependency on ComponentUtil
            }
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:03:38 GMT 2026
    - 29.1K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/tutorial/sql-databases.md

    ### 建立資料表 { #create-the-tables }
    
    接著我們新增一個函式,使用 `SQLModel.metadata.create_all(engine)` 為所有「資料表模型」建立資料表。
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *}
    
    ### 建立 Session 依賴 { #create-a-session-dependency }
    
    「`Session`」會在記憶體中保存物件並追蹤資料需要的任何變更,然後透過「`engine`」與資料庫溝通。
    
    我們會用 `yield` 建立一個 FastAPI 的「依賴」,為每個請求提供一個新的 `Session`。這可確保每個請求只使用單一的 session。🤓
    
    接著我們建立一個 `Annotated` 的依賴 `SessionDep`,讓後續使用這個依賴的程式碼更簡潔。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 14.8K bytes
    - Click Count (0)
  3. doap_Maven.rdf

    Maven https://maven.apache.org/ https://maven.apache.org/ Maven is a project development management and comprehension tool. Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process....
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Mar 14 15:05:35 GMT 2026
    - 38K bytes
    - Click Count (0)
  4. docs/ja/docs/advanced/security/oauth2-scopes.md

    そのために、これらすべてのスコープを `str` の `list` として含む `security_scopes.scopes` を使います。
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[130:136] *}
    
    ## 依存関係ツリーとスコープ { #dependency-tree-and-scopes }
    
    依存関係ツリーとスコープをもう一度見てみましょう。
    
    `get_current_active_user` 依存関係は `get_current_user` をサブ依存として持つため、`get_current_active_user` で宣言された `"me"` スコープは、`get_current_user` に渡される `security_scopes.scopes` の必須スコープ一覧に含まれます。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/collect/FluentIterable.java

     *   <li>Streams include primitive-specialized variants such as {@code IntStream}, the use of which
     *       is strongly recommended.
     *   <li>Streams are standard Java, not requiring a third-party dependency (but requiring <a
     *       href="https://developer.android.com/studio/write/java8-support#library-desugaring">library
     *       desugaring</a> or <a
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Apr 02 14:49:41 GMT 2026
    - 34.7K bytes
    - Click Count (0)
  6. guava/src/com/google/common/collect/FluentIterable.java

     *   <li>Streams include primitive-specialized variants such as {@code IntStream}, the use of which
     *       is strongly recommended.
     *   <li>Streams are standard Java, not requiring a third-party dependency.
     * </ul>
     *
     * <h3>Example</h3>
     *
     * <p>Here is an example that accepts a list from a database call, filters it based on a predicate,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Apr 02 14:49:41 GMT 2026
    - 34.7K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/sql-databases.md

    `SQLModel.metadata.create_all(engine)` を使って、すべてのテーブルモデルのテーブルを作成する関数を追加します。
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *}
    
    ### Session 依存関係の作成 { #create-a-session-dependency }
    
    `Session` は、メモリ上でオブジェクトを保持して変更を追跡し、`engine` を使ってデータベースと通信します。
    
    各リクエストごとに新しい `Session` を提供する、`yield` を使った FastAPI の依存関係を作成します。これにより、1 リクエストにつき 1 つのセッションを使うことが保証されます。🤓
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 18K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.5.md

      - [Notable Changes to Existing Behavior](#notable-changes-to-existing-behavior)
      - [Deprecations](#deprecations)
      - [Action Required Before Upgrading](#action-required-before-upgrading)
      - [External Dependency Version Information](#external-dependency-version-information)
      - [Changelog since v1.5.0-beta.3](#changelog-since-v150-beta3)
        - [Other notable changes](#other-notable-changes-7)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Click Count (0)
  9. tensorflow/BUILD

    # build is static and TensorFlow symbols (in Python only) are loaded into the
    # global symbol table in order to support op registration. This means that
    # projects building with Bazel and importing TensorFlow as a dependency will not
    # depend on libtensorflow_framework.so unless they opt in.
    tf_cc_shared_library(
        name = "tensorflow_framework",
        additional_linker_inputs = [
            "//tensorflow:tf_framework_version_script.lds",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
  10. android/guava/src/com/google/common/collect/Iterables.java

       *
       * <p>Removals may or may not happen immediately as each element is tested against the predicate.
       * The behavior of this method is not specified if {@code predicate} is dependent on {@code
       * removeFrom}.
       *
       * <p><b>Java 8+ users:</b> if {@code removeFrom} is a {@link Collection}, use {@code
       * removeFrom.removeIf(predicate)} instead.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 16 18:35:28 GMT 2025
    - 43.8K bytes
    - Click Count (0)
Back to Top