Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 103 for alphabetically (0.75 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/TaskReportTaskIntegrationTest.groovy

                        if (tasks.findByName(name)) {
                            project.tasks.create(it)
                        }
                    }
                }
    
                // Source task must be alphabetically before task that is created by dependency
                task aaa { dependsOn("autoCreateFoo") }
                task foo
            """
        }
    
        static String getHelloWorldGroupHeader() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishArtifactCustomizationIntegTest.groovy

                        from components.java
                        // 'd' goes first because it only has a file difference
                        // 'a'-'c' have extension differences, and are sorted alphabetically
                        artifacts = ["b3.txt", "c4.txt", "a2.txt", "d1.jar"]
                    }
                }
    
    """)
            when:
            fails 'publish'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 06:46:01 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  3. src/log/slog/value.go

    	stringptr *byte // used in Value.any when the Value is a string
    	groupptr  *Attr // used in Value.any when the Value is a []Attr
    )
    
    // Kind is the kind of a [Value].
    type Kind int
    
    // The following list is sorted alphabetically, but it's also important that
    // KindAny is 0 so that a zero Value represents nil.
    
    const (
    	KindAny Kind = iota
    	KindBool
    	KindDuration
    	KindFloat64
    	KindInt64
    	KindString
    	KindTime
    	KindUint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:12:08 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

      }
    
      private static class WithPublicConstants {
        public static final WithPublicConstants FIRST = new WithPublicConstants();
    
        // To test that we pick the first constant alphabetically
        @SuppressWarnings("unused")
        public static final WithPublicConstants SECOND = new WithPublicConstants();
      }
    
      private static class FirstConstantIsNull {
        // To test that null constant is ignored
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dependency_locking.adoc

    ----
    
    * Each line still represents a single dependency in the `group:artifact:version` notation
    * It then lists all configurations that contain the given dependency
    * Module and configurations are ordered alphabetically, to ease diffs
    * The last line of the file lists all empty configurations, that is configurations known to have no dependencies
    
    which matches the following dependency declaration:
    
    .Dynamic dependency declaration
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:55:22 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  6. pilot/pkg/model/sidecar.go

    						sc.appendSidecarServices(servicesAdded, matchedSvc)
    					}
    				} else {
    					// We couldn't find the hostname in our config namespace
    					// We have to pick one arbitrarily for now, so we'll pick the first namespace alphabetically
    					// TODO: could we choose services more intelligently based on their ports?
    					if len(byNamespace) == 0 {
    						// This hostname isn't found anywhere
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  7. android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

      }
    
      private static class WithPublicConstants {
        public static final WithPublicConstants FIRST = new WithPublicConstants();
    
        // To test that we pick the first constant alphabetically
        @SuppressWarnings("unused")
        public static final WithPublicConstants SECOND = new WithPublicConstants();
      }
    
      private static class FirstConstantIsNull {
        // To test that null constant is ignored
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  8. pilot/pkg/security/authn/policy_applier.go

    	for idx := range jwtPolicies {
    		spec := jwtPolicies[idx].Spec.(*v1beta1.RequestAuthentication)
    		processedJwtRules = append(processedJwtRules, spec.JwtRules...)
    	}
    
    	// Sort the jwt rules by the issuer alphabetically to make the later-on generated filter
    	// config deterministic.
    	slices.SortBy(processedJwtRules, func(a *v1beta1.JWTRule) string {
    		return a.GetIssuer()
    	})
    
    	return policyApplier{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. pilot/pkg/model/config_test.go

    		{[]host.Name{"*.foo.com", "foo.com"}, "foo.com", "foo.com"},
    		{[]host.Name{"*.foo.com", "foo.com"}, "*.foo.com", "*.foo.com"},
    
    		// this passes because we sort alphabetically
    		{[]host.Name{"bar.com", "foo.com"}, "*.com", ""},
    
    		{[]host.Name{"bar.com", "*.foo.com"}, "*foo.com", ""},
    		{[]host.Name{"foo.com", "*.foo.com"}, "*foo.com", ""},
    
    		// should prioritize closest match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/upgrade/plan_test.go

    	var tests = []struct {
    		name          string
    		strMap        map[string][]string
    		expectedSlice []string
    	}{
    		{
    			name:          "the returned slice should be alphabetically sorted based on the string keys in the map",
    			strMap:        map[string][]string{"foo": {"1"}, "bar": {"1", "2"}},
    			expectedSlice: []string{"bar", "foo"},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
Back to top