Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 9,567 for Implements (0.29 sec)

  1. pkg/kubelet/secret/fake_manager.go

    		if secret.Name == name {
    			return secret, nil
    		}
    	}
    
    	return nil, fmt.Errorf("secret %s not found", name)
    }
    
    // RegisterPod implements the RegisterPod method for testing purposes.
    func (s *fakeManager) RegisterPod(pod *v1.Pod) {
    }
    
    // UnregisterPod implements the UnregisterPod method for testing purposes.
    func (s *fakeManager) UnregisterPod(pod *v1.Pod) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 09:33:14 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. cmd/batch-rotate_gen.go

    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    func (z *BatchKeyRotationType) DecodeMsg(dc *msgp.Reader) (err error) {
    	{
    		var zb0001 string
    		zb0001, err = dc.ReadString()
    		if err != nil {
    			err = msgp.WrapError(err)
    			return
    		}
    		(*z) = BatchKeyRotationType(zb0001)
    	}
    	return
    }
    
    // EncodeMsg implements msgp.Encodable
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 27.1K bytes
    - Viewed (0)
  3. cmd/metrics-v2_gen.go

    	return
    }
    
    // MarshalMsg implements msgp.Marshaler
    func (z MetricName) MarshalMsg(b []byte) (o []byte, err error) {
    	o = msgp.Require(b, z.Msgsize())
    	o = msgp.AppendString(o, string(z))
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    func (z *MetricName) UnmarshalMsg(bts []byte) (o []byte, err error) {
    	{
    		var zb0001 string
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/configuration/project/LifecycleProjectEvaluator.java

     * Project evaluation is synonymous with “project configuration” (the latter being the preferred term).
     *
     * @see ProjectEvaluationListener
     */
    public class LifecycleProjectEvaluator implements ProjectEvaluator {
        private final BuildOperationRunner buildOperationRunner;
        private final ProjectEvaluator delegate;
        private final BuildCancellationToken cancellationToken;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaSerializationIntegrationTest.groovy

            buildFile << """
                class Placeholder implements Serializable {
                    String value
    
                    private Object readResolve() {
                        return new OtherBean(prop: "[\$value]")
                    }
                }
    
                class OtherBean implements Serializable {
                    String prop
    
                    private Object writeReplace() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/DefaultCollectionCallbackActionDecorator.java

    import org.gradle.internal.operations.BuildOperationRunner;
    import org.gradle.internal.operations.RunnableBuildOperation;
    
    import javax.annotation.Nullable;
    
    public class DefaultCollectionCallbackActionDecorator implements CollectionCallbackActionDecorator {
        private final BuildOperationRunner buildOperationRunner;
        private final UserCodeApplicationContext userCodeApplicationContext;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. cmd/storage-rest-common_gen.go

    package cmd
    
    // Code generated by github.com/tinylib/msgp DO NOT EDIT.
    
    import (
    	"github.com/tinylib/msgp/msgp"
    )
    
    // DecodeMsg implements msgp.Decodable
    func (z *nsScannerOptions) DecodeMsg(dc *msgp.Reader) (err error) {
    	var field []byte
    	_ = field
    	var zb0001 uint32
    	zb0001, err = dc.ReadMapHeader()
    	if err != nil {
    		err = msgp.WrapError(err)
    		return
    	}
    	for zb0001 > 0 {
    		zb0001--
    		field, err = dc.ReadMapKeyPtr()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Nov 21 01:09:35 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/java/toolchain-management/groovy/settings.gradle

                    } // <4>
                }
            }
        }
    }
    // end::toolchain-management[]
    
    rootProject.name = 'toolchain-management'
    
    abstract class MadeUpPlugin implements Plugin<Settings> {
    
        @Inject
        protected abstract JavaToolchainResolverRegistry getToolchainResolverRegistry();
    
        void apply(Settings settings) {
            settings.getPlugins().apply("jvm-toolchain-management")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 16:22:45 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

          }
    
          @Override
          public void tearDown() throws IOException {
            factory.tearDown();
          }
        };
      }
    
      private static class StringSourceFactory implements CharSourceFactory {
    
        @Override
        public CharSource createSource(String data) throws IOException {
          return CharSource.wrap(data);
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 06 12:56:11 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  10. platforms/core-execution/build-cache/src/integTest/groovy/org/gradle/caching/internal/FinalizeBuildCacheConfigurationBuildOperationIntegrationTest.groovy

            given:
            def type = 'CustomBuildCache Desc'
            def directory = 'someLocation'
            settingsFile << """
                class VisibleNoOpBuildCacheService implements BuildCacheService {
                    @Override boolean load(BuildCacheKey key, BuildCacheEntryReader reader) throws BuildCacheException { false }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top