Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 244 for Configurable (0.18 sec)

  1. tools/istio-clean-iptables/pkg/config/config.go

    	c.OwnerGroupsExclude = constants.OwnerGroupsExclude.Get()
    	c.InboundInterceptionMode = constants.IstioInboundInterceptionMode.Get()
    	c.InboundTProxyMark = constants.IstioInboundTproxyMark.Get()
    	// TODO: Make this more configurable, maybe with an allowlist of users to be captured for output instead of a denylist.
    	if c.ProxyUID == "" {
    		usr, err := user.Lookup(envoyUserVar.Get())
    		var userID string
    		// Default to the UID of ENVOY_USER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 01 04:37:36 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/tasks/options/Option.java

    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * <p>Marks a property of a {@link org.gradle.api.Task} as being configurable from the command-line.</p>
     *
     * <p>This annotation should be attached to a field or a setter method. When attached to a field, {@link #option()}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 10 12:45:01 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  3. docs/iam/identity-management-plugin.md

    On setting up the plugin, the MinIO server prints the Role ARN to its log. The Role ARN is generated by default based on the given plugin URL. To avoid this and use a configurable value set a unique role ID via `MINIO_IDENTITY_PLUGIN_ROLE_ID`.
    
    ## REST API call to plugin
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 27 00:58:09 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <name>Logging</name>
      <version>1.0.4</version>
      <description>Commons Logging is a thin adapter allowing configurable bridging to other,
        well known logging systems.</description>
      <url>http://jakarta.apache.org/commons/logging/</url>
      <issueManagement>
        <url>http://issues.apache.org/bugzilla/</url>
      </issueManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/driver/config.go

    		if len(js) == 0 {
    			continue
    		}
    		// Get the configuration name for this field.
    		name := js[0]
    		if name == "-" {
    			name = notSaved[field.Name]
    			if name == "" {
    				// Not a configurable field.
    				continue
    			}
    		}
    		f := configField{
    			name:     name,
    			urlparam: urlparam[name],
    			saved:    (name == js[0]),
    			field:    field,
    			choices:  choices[name],
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/distribution/plugins/DistributionPluginTest.groovy

            project.pluginManager.apply(DistributionPlugin)
    
            then:
            def task = project.assembleDist
            task.dependsOn.containsAll(["distTar", "distZip"])
        }
    
        def "distribution name is configurable"() {
            when:
            project.pluginManager.apply(DistributionPlugin)
            project.distributions.main.distributionBaseName = "SuperApp";
    
            then:
            def distZipTask = project.tasks.distZip
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/provider/HasConfigurableValue.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.provider;
    
    /**
     * Represents an object that holds a value that is configurable, meaning that the value or some source for the value, such as a {@link Provider},
     * can be specified directly on the object.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 05 16:10:02 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_traits.h

    // as a trait like this:
    //
    //   class Conv2DOp
    //       : public Op<Conv2DOp, OpTrait::quant::AccumulatorScale<2, 0, 1>::Impl>
    //
    // TODO(fengliuai): supports a configurable accumulator bit width.
    template <int Bias, int... Operands>
    class AccumulatorUniformScale {
     public:
      template <typename ConcreteType>
      class Impl
          : public QuantizationSpecTraitBase<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/config.go

    // TODO putting this here for now to deal with circular imports, needs to be moved
    type Cluster interface {
    	cluster.Cluster
    
    	CanDeploy(Config) (Config, bool)
    }
    
    // Configurable is and object that has Config.
    type Configurable interface {
    	Config() Config
    
    	// ServiceName is the name of this service within the namespace.
    	ServiceName() string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. docs/en/layouts/custom.yml

    # -----------------------------------------------------------------------------
    # Configuration
    # -----------------------------------------------------------------------------
    
    # The same default card with a a configurable logo
    
    # Definitions
    definitions:
    
      # Background image
      - &background_image >-
        {{ layout.background_image or "" }}
    
      # Background color (default: indigo)
      - &background_color >-
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 26 14:05:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top