Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 277 for destroyFn (0.59 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/rest/rest.go

    	// This object must be a pointer type for use with Codec.DecodeInto([]byte, runtime.Object)
    	New() runtime.Object
    
    	// Destroy cleans up its resources on shutdown.
    	// Destroy has to be implemented in thread-safe way and be prepared
    	// for being called more than once.
    	Destroy()
    }
    
    // Scoper indicates what scope the resource is at. It must be specified.
    // It is usually provided automatically based on your strategy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/execution/plan/OrdinalGroup.java

            return producerLocationsNode;
        }
    
        public OrdinalNode getDestroyerLocationsNode() {
            if (destroyerLocationsNode == null) {
                destroyerLocationsNode = new OrdinalNode(OrdinalNode.Type.DESTROYER, this);
                if (previous != null) {
                    destroyerLocationsNode.addDependencySuccessor(previous.getDestroyerLocationsNode());
                }
            }
            return destroyerLocationsNode;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 28 21:49:39 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/container/CrawlerContainer.java

    import org.codelibs.core.lang.StringUtil;
    
    /**
     * @author shinsuke
     *
     */
    public interface CrawlerContainer {
    
        <T> T getComponent(String name);
    
        boolean available();
    
        void destroy();
    
        default void initialize() {
            final StringBuilder buf = new StringBuilder(100);
            final String value = System.getProperty("java.protocol.handler.pkgs");
            if (StringUtil.isEmpty(value)) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. pkg/ctrlz/assets/static/js/clipboard-1.7.1.min.js

    on t(e){return l("action",e)}},{key:"defaultTarget",value:function t(e){var n=l("target",e);if(n)return document.querySelector(n)}},{key:"defaultText",value:function t(e){return l("text",e)}},{key:"destroy",value:function t(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],n="string"==typeof e?[e]:e,o=!!document.queryCommandSupported;return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheRequestHeadersIntegrationTest.groovy

                    assert request.getHeader("X-Gradle-Version") == GradleVersion.current().version
                    chain.doFilter(request, response)
                }
    
                @Override
                void destroy() {}
            }), "/*", EnumSet.of(DispatcherType.REQUEST))
    
            settingsFile << withHttpBuildCacheServer()
    
            expect:
            withBuildCache().succeeds "compileJava"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/error_util.h

      // Returns Status corresponding to the diagnostics reported. This consumes
      // the diagnostics reported and returns a Status of type Unknown. It is
      // required to consume the error status, if there is one, before destroying
      // the object.
      Status ConsumeStatus();
    
      // Returns the combination of the passed in status and consumed diagnostics.
      // This consumes the diagnostics reported and either appends the diagnostics
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. pkg/registry/core/service/storage/storage.go

    func (r *REST) Categories() []string {
    	return []string{"all"}
    }
    
    // Destroy cleans up everything on shutdown.
    func (r *REST) Destroy() {
    	r.Store.Destroy()
    	r.alloc.Destroy()
    }
    
    // StatusREST implements the REST endpoint for changing the status of a service.
    type StatusREST struct {
    	store *genericregistry.Store
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:33 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  8. pkg/controlplane/reconcilers/none.go

    	return nil
    }
    
    func (r *noneEndpointReconciler) StopReconciling() {
    }
    
    func (r *noneEndpointReconciler) Destroy() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 11:45:48 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  9. pkg/registry/core/service/ipallocator/cidrallocator_test.go

    	go wait.Until(c.runWorker, time.Second, c.internalStopCh)
    	return c, nil
    }
    
    func TestCIDRAllocateMultiple(t *testing.T) {
    	r, err := newTestMetaAllocator()
    	if err != nil {
    		t.Fatal(err)
    	}
    	defer r.Destroy()
    
    	if f := r.Free(); f != 0 {
    		t.Errorf("free: %d", f)
    	}
    	if _, err := r.AllocateNext(); err == nil {
    		t.Error(err)
    	}
    
    	cidr := newServiceCIDR("test", "192.168.0.0/28")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  10. tensorflow/c/tf_shape.h

    // we may expose the ABI of TF_Shape for performance reasons.
    typedef struct TF_Shape TF_Shape;
    
    // Return a new, unknown rank shape object. The caller is responsible for
    // calling TF_DeleteShape to deallocate and destroy the returned shape.
    TF_CAPI_EXPORT extern TF_Shape* TF_NewShape();
    
    // Returns the rank of `shape`. If `shape` has unknown rank, returns -1.
    TF_CAPI_EXPORT extern int TF_ShapeDims(const TF_Shape* shape);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 30 00:25:41 UTC 2020
    - 1.7K bytes
    - Viewed (0)
Back to top