Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 155 for a$b (0.03 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

       properties:
         b:
           type: array
     c:
       type: array
       items:
         type: object
     d:
       type: array
    not:
     properties:
       a: {}
       b:
         not:
           properties:
             a: {}
             b:
               items: {}
       c:
         items:
           not:
             items:
               properties:
                 a: {}
       d:
         items: {}
    allOf:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    doFirst(new MyAction())
                }
                tasks.register("d") {
                    doFirst { $code }
                }
            """
    
            when:
            configurationCacheFails "a", "b", "c", "d"
    
            then:
            configurationCache.assertStateStored()
            outputContains("Configuration cache entry discarded with 5 problems.")
            problems.assertFailureHasProblems(failure) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. internal/bucket/lifecycle/lifecycle_test.go

    		{ // lifecycle config with rules having overlapping prefix
    			inputConfig:           `<LifecycleConfiguration><Rule><ID>rule1</ID><Status>Enabled</Status><Filter><Prefix>/a/b</Prefix></Filter><Expiration><Days>3</Days></Expiration></Rule><Rule><ID>rule2</ID><Status>Enabled</Status><Filter><And><Prefix>/a/b/c</Prefix><Tag><Key>key1</Key><Value>val1</Value></Tag></And></Filter><Expiration><Days>3</Days></Expiration></Rule></LifecycleConfiguration> `,
    			expectedParsingErr:    nil,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		}
    	}
    
    	for _, item := range table {
    		a, b := item.a.DeepCopy(), item.b.DeepCopy()
    		a.AsDec()
    		if cmp := a.Cmp(b); cmp != item.cmp {
    			t.Errorf("%#v: unexpected Cmp: %d", item, cmp)
    		}
    		if cmp := b.Cmp(a); cmp != -item.cmp {
    			t.Errorf("%#v: unexpected inverted Cmp: %d", item, cmp)
    		}
    	}
    
    	for _, item := range table {
    		a, b := item.a.DeepCopy(), item.b.DeepCopy()
    		b.AsDec()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. pkg/proxy/winkernel/proxier.go

    func conjureMac(macPrefix string, ip net.IP) string {
    	if ip4 := ip.To4(); ip4 != nil {
    		a, b, c, d := ip4[0], ip4[1], ip4[2], ip4[3]
    		return fmt.Sprintf("%v-%02x-%02x-%02x-%02x", macPrefix, a, b, c, d)
    	} else if ip6 := ip.To16(); ip6 != nil {
    		a, b, c, d := ip6[15], ip6[14], ip6[13], ip6[12]
    		return fmt.Sprintf("%v-%02x-%02x-%02x-%02x", macPrefix, a, b, c, d)
    	}
    	return "02-11-22-33-44-55"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

        }
    
        @ToBeFixedForIsolatedProjects(because = "subprojects")
        def "plugin applied to multiple projects can register a shared service"() {
            createDirs("a", "b", "c")
            settingsFile << "include 'a', 'b', 'c'"
            serviceImplementation()
            buildFile << """
                class CounterPlugin implements Plugin<Project> {
                    void apply(Project project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            given:
            file('files/a.a').createFile()
            file('files/a.b').createFile()
            file('files/dir/a.a').createFile()
            file('files/dir/a.b').createFile()
            file('files/dir/ignore.c').createFile()
            file('files/dir.b/a.a').createFile()
            file('files/dir.b/a.b').createFile()
            buildScript '''
                task (copy, type:Copy) {
                   from 'files'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  8. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

              "a=>a", "b=>b","c=>c","d=>d","e=>e","f=>f","g=>g","h=>h","i=>i","j=>j","k=>k","l=>l","m=>m","n=>n","o=>o","p=>p","q=>q","r=>r","s=>s",
              "t=>t","u=>u","v=>v","w=>w","x=>x", "y=>y", "z=>z",
              "A=>A", "B=>B","C=>C","D=>D","E=>E","F=>F","G=>g","H=>H","I=>I","J=>j","K=>k","L=>L","M=>M","N=>N","O=>O","P=>P","Q=>Q","R=>R","S=>S",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/horizontal.go

    	existingCond.Reason = reason
    	existingCond.Message = fmt.Sprintf(message, args...)
    
    	return resList
    }
    
    func max(a, b int32) int32 {
    	if a >= b {
    		return a
    	}
    	return b
    }
    
    func min(a, b int32) int32 {
    	if a <= b {
    		return a
    	}
    	return b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  10. pkg/apis/storage/validation/validation_test.go

    		}
    	}
    }
    
    func TestCSINodeValidation(t *testing.T) {
    	driverName := "driver-name"
    	driverName2 := "1io.kubernetes-storage-2-csi-driver3"
    	longName := "my-a-b-c-d-c-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-ABCDEFGHIJKLMNOPQRSTUVWXYZ-driver" // 88 chars
    	nodeID := "nodeA"
    	longID := longName + longName + "abcdefghijklmnopqrstuvwxyz" // 202 chars
    	successCases := []storage.CSINode{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
Back to top