Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 887 for priority1 (0.17 sec)

  1. pkg/config/analysis/analyzers/testdata/envoy-filter-patch-operation.yaml

    # If the patch operation is REPLACE but priority is set, then the analyzer will not do anything
    # If the patch operation is REPLACE but the applyTo is not HTTP_FILTER or NETWORK_FILTER, then an error will occur
    apiVersion: networking.istio.io/v1alpha3
    kind: EnvoyFilter
    metadata:
      name: test-patch-1
      namespace: bookinfo
    spec:
      workloadSelector:
        labels:
          app: reviews
      priority: 10
      configPatches:
      - applyTo: HTTP_FILTER
        match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    |Properties that configure build behavior based on the environment
    |`JAVA_HOME`
    |===
    
    == Priority for configurations
    
    When configuring Gradle behavior, you can use these methods, but you must consider their priority.
    
    The following table lists these methods in order of highest to lowest precedence (the first one wins):
    
    [cols="~,~,~,~"]
    |===
    |Priority |Method |Location |Notes
    
    |1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. src/go/internal/gccgoimporter/importer.go

    	InitFunc string // name of init function
    	Priority int    // priority of init function, see InitData.Priority
    }
    
    // The gccgo-specific init data for a package.
    type InitData struct {
    	// Initialization priority of this package relative to other packages.
    	// This is based on the maximum depth of the package's dependency graph;
    	// it is guaranteed to be greater than that of its dependencies.
    	Priority int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 6.8K bytes
    - Viewed (0)
  4. internal/bucket/replication/rule.go

    	ID                      string                  `xml:"ID,omitempty" json:"ID,omitempty"`
    	Status                  Status                  `xml:"Status" json:"Status"`
    	Priority                int                     `xml:"Priority" json:"Priority"`
    	DeleteMarkerReplication DeleteMarkerReplication `xml:"DeleteMarkerReplication" json:"DeleteMarkerReplication"`
    	// MinIO extension to replicate versioned deletes
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 24 23:22:20 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/borrowing_test.go

    }
    
    // TestBorrowing tests borrowing of concurrency between priority levels.
    // It runs two scenarios, one where the borrowing hits the limit on
    // lendable concurrency and one where the borrowing hits the limit on
    // borrowing of concurrency.
    // Both scenarios are the same except for the limits.
    // The test defines two priority levels, identified as "flows" 0 and 1.
    // Both priority levels have a nominal concurrency limit of 12.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/internal/aether/MavenDeployer.java

    import org.eclipse.aether.impl.Deployer;
    import org.eclipse.aether.internal.impl.DefaultDeployer;
    import org.eclipse.sisu.Priority;
    
    import static java.util.Objects.requireNonNull;
    
    /**
     * Maven specific deployer.
     */
    @Singleton
    @Named
    @Priority(100)
    final class MavenDeployer implements Deployer {
    
        private final DefaultDeployer deployer;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 25 10:27:00 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/internal/aether/MavenInstaller.java

    import org.eclipse.aether.installation.InstallationException;
    import org.eclipse.aether.internal.impl.DefaultInstaller;
    import org.eclipse.sisu.Priority;
    
    import static java.util.Objects.requireNonNull;
    
    /**
     * Maven specific installer.
     */
    @Singleton
    @Named
    @Priority(100)
    final class MavenInstaller implements Installer {
    
        private final DefaultInstaller installer;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 25 10:27:00 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/DistributionManagementArtifactRelocationSource.java

    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.artifact.Artifact;
    import org.eclipse.aether.resolution.ArtifactDescriptorResult;
    import org.eclipse.sisu.Priority;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
     * Relocation source from standard distribution management. This is the "one and only" relocation implementation that
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 18 12:26:49 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/daemon/DaemonContextParserTest.groovy

                "javaHome=/usr/bin/java/," +
                "daemonRegistryDir=/home/user/.gradle/daemon," +
                "pid=1115013," +
                "idleTimeout=10800000," +
                "priority=NORMAL," +
                "daemonOpts=" +
                (
                    "--add-opens=java.base/java.util=ALL-UNNAMED," +
                        "--add-opens=java.base/java.lang=ALL-UNNAMED," +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  10. src/net/resolverdialfunc_test.go

    // be 63 bytes or fewer.
    func (w SRVWriter) AddSRV(priority, weight, port uint16, target string) error {
    	targetName, err := dnsmessage.NewName(target)
    	if err != nil {
    		return err
    	}
    	w.a.wrote = true
    	err = w.a.builder.SRVResource(w.header(), dnsmessage.SRVResource{
    		Priority: priority,
    		Weight:   weight,
    		Port:     port,
    		Target:   targetName,
    	})
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top