Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,521 for environmental (0.17 sec)

  1. api/maven-api-settings/src/main/mdo/settings.mdo

              <name>profiles</name>
              <version>1.0.0+</version>
              <description>
                Configuration of build profiles for adjusting the build
                according to environmental parameters.
              </description>
              <association>
                <type>Profile</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitTestExecutionIntegrationTest.groovy

                            fail();
                        } catch (ClassNotFoundException e) {
                        }
    
                        // check other environmental stuff
                        assertEquals("Test worker", Thread.currentThread().getName());
                        ${MultiJvmTestCompatibility.CONSOLE_CHECK}
    
                        final PrintStream out = System.out;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/util/DES.java

    // CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE
    // PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT
    // NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE
    // SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE
    // SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE
    // PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES").  WIDGET WORKSHOP
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
    
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
    
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    For instance, this plugin can be used to define a group of Integration Tests, which might run much longer than unit tests and have different environmental requirements.
    
    NOTE: The JVM Test Suite plugin is an <<feature_lifecycle.adoc#sec:incubating_state,incubating>> API and is subject to change in a future release.
    
    [[sec:jvm_test_suite_usage]]
    == Usage
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/StartParameter.java

            p.dryRun = dryRun;
            p.projectCacheDir = projectCacheDir;
            return p;
        }
    
        /**
         * <p>Creates the parameters for a new build, using these parameters as a template. Copies the environmental properties from this parameter (eg Gradle user home dir, etc), but does not copy the
         * build specific properties (eg task names).</p>
         *
         * @return The new parameters.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 06:24:50 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  8. pilot/pkg/model/context.go

    	Dual = pm.Dual
    )
    
    var _ mesh.Holder = &Environment{}
    
    func NewEnvironment() *Environment {
    	var cache XdsCache
    	if features.EnableXDSCaching {
    		cache = NewXdsCache()
    	} else {
    		cache = DisabledCache{}
    	}
    	return &Environment{
    		pushContext:   NewPushContext(),
    		Cache:         cache,
    		EndpointIndex: NewEndpointIndex(cache),
    	}
    }
    
    // Environment provides an aggregate environmental API for Pilot
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.31.md

    - Removes `ENABLE_CLIENT_GO_WATCH_LIST_ALPHA` environmental variable from the reflector.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/cel/environment/environment.go

    limitations under the License.
    */
    
    package environment
    
    import (
    	"fmt"
    	"math"
    
    	"github.com/google/cel-go/cel"
    
    	"k8s.io/apimachinery/pkg/util/version"
    	apiservercel "k8s.io/apiserver/pkg/cel"
    )
    
    // Type defines the different types of CEL environments used in Kubernetes.
    // CEL environments are used to compile and evaluate CEL expressions.
    // Environments include:
    //   - Function libraries
    //   - Variables
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 15:52:31 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top