Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 166 for preset (1.22 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/SoftwareTypeRegistrationPluginTargetTest.groovy

            1 * softwareTypePluginMetadata.getPropertiesMetadata() >> [propertyMetadata]
    
            and: // returns metadata with no annotation present
            1 * propertyMetadata.getAnnotation(SoftwareType.class) >> Optional.empty()
    
            and:
            def e = thrown(DefaultMultiCauseException)
            e.hasCause(InvalidUserDataException)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:29 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. cmd/admin-server-info.go

    			if nodeName == "" {
    				nodeName = addr
    			}
    			if endpoint.IsLocal {
    				// Only proceed for local endpoints
    				network[nodeName] = string(madmin.ItemOnline)
    				continue
    			}
    			_, present := network[nodeName]
    			if !present {
    				if err := isServerResolvable(endpoint, 5*time.Second); err == nil {
    					network[nodeName] = string(madmin.ItemOnline)
    				} else {
    					if xnet.IsNetworkOrHostDown(err, false) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/EnvVariableInjection.groovy

            // build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
            if (System.getenv().containsKey(key)) {
                throw new IllegalStateException("Environment variable $key is present for this process and may affect tests")
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. src/go/types/resolver_test.go

    	}
    
    	// any left-over identifiers didn't exist in the source
    	for x := range uses {
    		t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
    	}
    	for x := range defs {
    		t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
    	}
    
    	// TODO(gri) add tests to check ImplicitObj callbacks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/base/KtContextReceiver.kt

         *
         * @see KaContextReceiver
         */
        public abstract val type: KaType
    
        /**
         * Additional label for the context receivers in the format `label@Type`, if label is not present, return `null`
         *
         * @see KaContextReceiver
         */
        public abstract val label: Name?
    }
    
    public typealias KtContextReceiver = KaContextReceiver
    
    /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. pkg/kubelet/pluginmanager/plugin_manager_test.go

    // DeRegisterPlugin is a fake method
    func (f *fakePluginHandler) DeRegisterPlugin(pluginName string) {
    	f.Lock()
    	defer f.Unlock()
    	f.events = append(f.events, "deregister "+pluginName)
    }
    
    func (f *fakePluginHandler) Reset() {
    	f.Lock()
    	defer f.Unlock()
    	f.events = nil
    }
    
    func init() {
    	d, err := os.MkdirTemp("", "plugin_manager_test")
    	if err != nil {
    		panic(fmt.Sprintf("Could not create a temp directory: %s", d))
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/FilteredFileCollectionExecutionTimeValueTest.groovy

            }
            def collection = new FilteredFileCollection(source, spec)
    
            when:
            def executionTimeValue = collection.calculateExecutionTimeValue()
    
            then:
            executionTimeValue.present
    
            when:
            def newCollection = executionTimeValue.get().toFileCollection(fileCollectionFactory())
    
            then:
            newCollection.files == [new File("bar.txt"), new File("baz.txt")] as Set
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 08:16:53 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. src/internal/trace/testdata/testprog/many-start-stop.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Tests simply starting and stopping tracing multiple times.
    //
    // This is useful for finding bugs in trace state reset.
    
    //go:build ignore
    
    package main
    
    import (
    	"bytes"
    	"log"
    	"os"
    	"runtime"
    	"runtime/trace"
    )
    
    func main() {
    	// Trace a few times.
    	for i := 0; i < 10; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 786 bytes
    - Viewed (0)
  9. internal/crypto/auto-encryption.go

    	// SSE-S3 auto-encryption. SSE-S3 auto-encryption, if enabled,
    	// requires a valid KMS configuration and turns any non-SSE-C
    	// request into an SSE-S3 request.
    	// If present EnvAutoEncryption must be either "on" or "off".
    	EnvKMSAutoEncryption = "MINIO_KMS_AUTO_ENCRYPTION"
    )
    
    // LookupAutoEncryption returns true if and only if
    // the MINIO_KMS_AUTO_ENCRYPTION env. variable is
    // set to "on".
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 1.4K bytes
    - Viewed (1)
  10. istioctl/pkg/injector/injector-list_test.go

    				},
    			},
    			expected: true,
    		},
    		{
    			name: "Only label present and enabled",
    			pod: &corev1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Annotations: nil,
    					Labels: map[string]string{
    						label.SidecarInject.Name: "true",
    					},
    				},
    			},
    			expected: false,
    		},
    		{
    			name: "Only label present and disabled",
    			pod: &corev1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 04:33:57 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top