Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MyValue (0.07 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

                        return factory.create() + 2
                    }
                }
            }
    
            @Provides
            protected String createString(String parentValue, Long myValue) {
                return parentValue + myValue
            }
        }
    
        private static class RegistryWithDecoratorMethodsWithDecorate extends DefaultServiceRegistry {
            RegistryWithDecoratorMethodsWithDecorate() {
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    			),
    		},
    		{
    			name: "PodAntiAffinity fails PreFilter with an invalid antiaffinity label syntax",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
Back to top