Search Options

Results per page
Sort
Preferred Languages
Advance

Results 551 - 560 of 685 for pluginId (0.06 sec)

  1. docs/zh/docs/tutorial/body.md

    <img src="/img/tutorial/body/image05.png">
    
    /// tip | "提示"
    
    使用 <a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">PyCharm</a> 编辑器时,推荐安装 <a href="https://github.com/koxudaxi/pydantic-pycharm-plugin/" class="external-link" target="_blank">Pydantic PyCharm 插件</a>。
    
    该插件用于完善 PyCharm 对 Pydantic 模型的支持,优化的功能如下:
    
    * 自动补全
    * 类型检查
    * 代码重构
    * 查找
    * 代码审查
    
    ///
    
    ## 使用模型
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. helm/minio/README.md

    3. Install the chart
    
    ```bash
    helm install --set persistence.existingClaim=PVC_NAME minio/minio
    ```
    
    ### NetworkPolicy
    
    To enable network policy for MinIO,
    install [a networking plugin that implements the Kubernetes
    NetworkPolicy spec](https://kubernetes.io/docs/tasks/administer-cluster/declare-network-policy#before-you-begin),
    and set `networkPolicy.enabled` to `true`.
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jan 24 07:27:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/ProtoSession.java

            }
        }
    
        static class UnsupportedInStandaloneModeException extends MavenException {}
    
        record DumbPackaging(String id, Type type, Map<String, PluginContainer> plugins) implements Packaging {}
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/adminlte.min.js.map

    $(this).data()\n    }\n\n    const _options = $.extend({}, Default, typeof config === 'object' ? config : data)\n    const plugin = new Fullscreen($(this), _options)\n\n    $(this).data(DATA_KEY, typeof config === 'object' ? config : data)\n\n    if (typeof config === 'string' && /toggle|toggleIcon|fullscreen|windowed/.test(config)) {\n      plugin[config]()\n    } else {\n      plugin.init()\n    }\n  }\n}\n\n/**\n  * Data API\n  * ====================================================\n  */\n$(document).on('click',...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  5. compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java

    import org.apache.maven.execution.MavenSession;
    import org.apache.maven.internal.impl.DefaultLookup;
    import org.apache.maven.internal.impl.DefaultSessionFactory;
    import org.apache.maven.plugin.LegacySupport;
    import org.apache.maven.repository.internal.artifact.FatArtifactTraverser;
    import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                        }
                        final File pluginDir = new File(esDir, "plugins");
                        if (pluginDir.isDirectory()) {
                            settingsBuilder.put("path.plugins", pluginDir.getAbsolutePath());
                        } else {
                            settingsBuilder.put("path.plugins", new File(System.getProperty("user.dir"), "plugins").getAbsolutePath());
                        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Oct 20 02:08:03 UTC 2024
    - 86.1K bytes
    - Viewed (0)
  7. README.md

    [CUDA-enabled GPU cards](https://www.tensorflow.org/install/gpu) *(Ubuntu and
    Windows)*:
    
    ```
    $ pip install tensorflow
    ```
    
    Other devices (DirectX and MacOS-metal) are supported using
    [Device plugins](https://www.tensorflow.org/install/gpu_plugins#available_devices).
    
    A smaller CPU-only package is also available:
    
    ```
    $ pip install tensorflow-cpu
    ```
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String SUCCESS_print_thread_dump = "{success.print_thread_dump}";
    
        /** The key of the message: Installing {0} plugin. */
        public static final String SUCCESS_install_plugin = "{success.install_plugin}";
    
        /** The key of the message: Deleting {0} plugin. */
        public static final String SUCCESS_delete_plugin = "{success.delete_plugin}";
    
        /** The key of the message: Uploaded {0} */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. tensorflow/c/c_api.h

        const TF_DeviceList* list, int index, TF_Status* status);
    
    // --------------------------------------------------------------------------
    // Load plugins containing custom ops and kernels
    
    // TF_Library holds information about dynamically loaded TensorFlow plugins.
    typedef struct TF_Library TF_Library;
    
    // Load the library specified by library_filename and register the ops and
    // kernels present in that library.
    //
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/security/oauth2-jwt.md

    ```console
    $ pip install "passlib[bcrypt]"
    
    ---> 100%
    ```
    
    </div>
    
    /// tip | "Tipp"
    
    Mit `passlib` können Sie sogar konfigurieren, Passwörter zu lesen, die von **Django**, einem **Flask**-Sicherheit-Plugin, oder vielen anderen erstellt wurden.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top