Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 590 for pluginId (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.32.md

    - Fixed a bug which the scheduler didn't correctly tell plugins Node deletion.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  2. tensorflow/api_template.__init__.py

    
    # Enable TF2 behaviors
    from tensorflow.python.compat import v2_compat as _compat
    _compat.enable_v2_behavior()
    _major_api_version = 2
    
    
    # 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
    from tensorflow.python.lib.io import file_io as _fi
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. docs/changelogs/upgrading_to_okhttp_4.md

    [first introduced][require_android_5] with OkHttp 3.13.
    
    Here’s what you need in `build.gradle` to target Java 8 byte code for Kotlin, Java, and Android
    plugins respectively.
    
    ```groovy
    compileKotlin {
      kotlinOptions {
        jvmTarget = "1.8"
      }
    }
    compileTestKotlin {
      kotlinOptions {
        jvmTarget = "1.8"
      }
    }
    
    compileJava {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 16:58:16 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  4. docs/iam/identity-manager-plugin.go

    Aditya Manthramurthy <******@****.***> 1714599073 -0700
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 21:31:13 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. api/maven-api-settings/src/main/mdo/settings.mdo

                The lists of the remote repositories for discovering plugins.
              </description>
              <association>
                <type>Repository</type>
                <multiplicity>*</multiplicity>
              </association>
              <comment>
                This may be removed or relocated in the near
                future. It is undecided whether plugins really need a remote
                repository set of their own.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Oct 08 13:46:42 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  6. apache-maven/src/assembly/maven/conf/toolchains.xml

       | way you don't have to hardcode paths in your pom.xml.
       |
       | Every toolchain consist of 3 elements:
       | * type: the type of tool. An often used value is 'jdk'. Toolchains-aware
       |   plugins should document which type you must use.
       |
       | * provides: A list of key/value-pairs.
       |   Based on the toolchain-configuration in the pom.xml Maven will search for
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Aug 22 14:47:43 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilderFactory.java

    import org.apache.maven.model.plugin.DefaultPluginConfigurationExpander;
    import org.apache.maven.model.plugin.DefaultReportConfigurationExpander;
    import org.apache.maven.model.plugin.DefaultReportingConverter;
    import org.apache.maven.model.plugin.LifecycleBindingsInjector;
    import org.apache.maven.model.plugin.PluginConfigurationExpander;
    import org.apache.maven.model.plugin.ReportConfigurationExpander;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java

        public static final String MAVEN_RESOLVER_TRANSPORT = "maven.resolver.transport";
    
        /**
         * Plugin validation level.
         *
         * @since 3.9.2
         */
        @Config(defaultValue = "inline")
        public static final String MAVEN_PLUGIN_VALIDATION = "maven.plugin.validation";
    
        /**
         * Plugin validation exclusions.
         *
         * @since 3.9.6
         */
        @Config
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:24:08 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

        /**
         * Indicates whether plugin executions and configurations should be processed. If enabled, lifecycle-induced plugin
         * executions will be injected into the model and common plugin configuration will be propagated to individual
         * executions.
         *
         * @return {@code true} if plugins should be processed, {@code false} otherwise.
         */
        boolean isProcessPlugins();
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

    - Scheduler no longer runs the plugin's `Filter` method when its `PreFilter` method returned a Skip status.
      In other words, your `PreFilter`/`Filter` plugin can return a Skip status in `PreFilter` if the plugin does nothing in Filter for that Pod.
      Scheduler skips `NodeAffinity` Filter plugin when `NodeAffinity` Filter plugin has nothing to do with a Pod.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (0)
Back to top