Search Options

Results per page
Sort
Preferred Languages
Advance

Results 461 - 470 of 615 for myplugin (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

      - [Important Security Information](#important-security-information)
        - [CVE-2023-5528: Insufficient input sanitization in in-tree storage plugin leads to privilege escalation on Windows nodes](#cve-2023-5528-insufficient-input-sanitization-in-in-tree-storage-plugin-leads-to-privilege-escalation-on-windows-nodes)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java

         *
         * @param project the project
         */
        @Nonnull
        List<RemoteRepository> getRemoteProjectRepositories(@Nonnull Project project);
    
        /**
         * Returns an immutable list of project remote plugin repositories (directly specified or inherited).
         *
         * @param project the project
         */
        @Nonnull
        List<RemoteRepository> getRemotePluginRepositories(@Nonnull Project project);
    
        /**
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Oct 24 11:52:48 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/body.md

    <img src="/img/tutorial/body/image05.png">
    
    /// tip
    
    ๐Ÿšฅ ๐Ÿ‘† โš™๏ธ <a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">๐Ÿ—’</a> ๐Ÿ‘† ๐Ÿ‘จโ€๐ŸŽจ, ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ <a href="https://github.com/koxudaxi/pydantic-pycharm-plugin/" class="external-link" target="_blank">Pydantic ๐Ÿ—’ ๐Ÿ“</a>.
    
    โšซ๏ธ ๐Ÿ“‰ ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ 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)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/Project.java

    import org.apache.maven.api.model.Model;
    
    /**
     * Interface representing a Maven project which can be created using the
     * {@link org.apache.maven.api.services.ProjectBuilder ProjectBuilder} service.
     * Such objects are immutable and plugin that wish to modify such objects
     * need to do so using the {@link org.apache.maven.api.services.ProjectManager
     * ProjectManager} service.
     * <p>
     * Projects are created using the {@code ProjectBuilder} from a POM file
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

       - `DefaultPodTopologySpread` plugin is renamed to `SelectorSpread`.
       - `Unreserve` extension point is removed from Profile definition. All `Reserve`
         plugins implement an `Unreserve` call.
       - `.disablePreemption` was removed. Users can disable preemption by disabling the
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.32.md

    - Improve Node QueueHint in the NodeAffinty plugin by ignoring unrelated changes that keep pods unschedulable. ([#127444](https://github.com/kubernetes/kubernetes/pull/127444), [@dom4ha](https://github.com/dom4ha)) [SIG Scheduling and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  7. 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)
  8. tensorflow/api_template_v1.__init__.py

      _module_dir = _module_util.get_parent_dir_for_name(
          "keras.api._v1.keras.__internal__.legacy.rnn_cell")
    _current_module.nn.__path__ = [_module_dir] + _current_module.nn.__path__
    
    del importlib
    
    # Load all plugin libraries from site-packages/tensorflow-plugins if we are
    # running under pip.
    # TODO(gunan): Find a better location for this code snippet.
    from tensorflow.python.framework import load_library as _ll
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. Makefile.core.mk

      ./pkg/test/echo/cmd/server \
      ./samples/extauthz/cmd/extauthz
    
    # These are binaries that require Linux to build, and should
    # be skipped on other platforms. Notably this includes the current Linux-only Istio CNI plugin
    LINUX_AGENT_BINARIES:=./cni/cmd/istio-cni \
      ./cni/cmd/install-cni \
      $(AGENT_BINARIES)
    
    BINARIES:=$(STANDARD_BINARIES) $(AGENT_BINARIES) $(LINUX_AGENT_BINARIES)
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 03 23:53:59 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. 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)
Back to top