Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 997 for registerKey (0.47 sec)

  1. test/fixedbugs/bug500.go

    // initialized to a slice of a value containing pointers.  The initial
    // backing array for the slice was allocated in the .data section,
    // which is fine, but the backing array was not registered as a GC
    // root.
    
    package main
    
    import (
    	"runtime"
    )
    
    type s struct {
    	str string
    }
    
    var a = []struct {
    	str string
    }{
    	{""},
    }
    
    var b = "b"
    var c = "c"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 21:29:37 UTC 2016
    - 694 bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/eventbus/Subscriber.java

     * events to it.
     *
     * <p>Two subscribers are equivalent when they refer to the same method on the same object (not
     * class). This property is used to ensure that no subscriber method is registered more than once.
     *
     * @author Colin Decker
     */
    @ElementTypesAreNonnullByDefault
    class Subscriber {
    
      /** Creates a {@code Subscriber} for {@code method} on {@code listener}. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Oct 06 00:47:57 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/eventbus/Subscriber.java

     * events to it.
     *
     * <p>Two subscribers are equivalent when they refer to the same method on the same object (not
     * class). This property is used to ensure that no subscriber method is registered more than once.
     *
     * @author Colin Decker
     */
    @ElementTypesAreNonnullByDefault
    class Subscriber {
    
      /** Creates a {@code Subscriber} for {@code method} on {@code listener}. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Oct 06 00:47:57 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/api_enablement.go

    			unknownGroups = append(unknownGroups, group)
    		}
    	}
    	return unknownGroups
    }
    
    // GroupRegistry provides a method to check whether given group is registered.
    type GroupRegistry interface {
    	// IsRegistered returns true if given group is registered.
    	IsGroupRegistered(group string) bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 09:22:37 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/service/scopes/ListenerService.java

    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * Attached to a service implementation to indicate that the instance should be registered as a listener.
     *
     * <p>Generally, it is better to use {@link StatefulListener}, which is lazy and applies some validation to ensure no events are missed.
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.TYPE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. pkg/kubeapiserver/options/admission.go

    		"The order of plugins in which they are passed to this flag does not matter. "+
    		"Comma-delimited list of: "+strings.Join(a.GenericAdmission.Plugins.Registered(), ", ")+".")
    	fs.MarkDeprecated("admission-control", "Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version.")
    	fs.Lookup("admission-control").Hidden = false
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 09:22:37 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. dbflute_fess/dfprop/commonColumnMap.dfprop

    # /---------------------------------------------------------------------------
    # commonColumnMap: (Default map:{})
    #
    # The definition of common column(contains auto set-up).
    # For example, the date you registered the record,
    # the user who updated the record and so on...
    # The column names are treated as case insensitive.
    #
    # The variable '$$AccessContext$$' means allcommon.AccessContext.
    #
    # Example:
    # map:{
    #     ; commonColumnMap = map:{
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 1.9K bytes
    - Viewed (0)
  8. test/fixedbugs/issue20014.dir/main.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"sort"
    	"strings"
    
    	"issue20014.dir/a"
    )
    
    func main() {
    	samePackage()
    	crossPackage()
    
    	// Print fields registered with field tracking.
    	var fields []string
    	for _, line := range strings.Split(fieldTrackInfo, "\n") {
    		if line != "" {
    			fields = append(fields, strings.Split(line, "\t")[0])
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 19:48:35 UTC 2022
    - 1K bytes
    - Viewed (0)
  9. tools/bug-report/pkg/testdata/input/format_txt.log

    2020-06-29T23:37:27.335928Z	info	parsed scheme: ""
    2020-06-29T23:37:27.335940Z	info	scheme "" not registered, fallback to default scheme
    2020-06-29T23:37:27.336128Z	info	ccResolverWrapper: sending update to cc: {[{istiod.istio-system.svc:15012  <nil> 0 <nil>}] <nil> <nil>}
    2020-06-29T23:37:27.336149Z	info	ClientConn switching balancer to "pick_first"
    2020-06-29T23:37:27.336155Z	info	Channel switches to new LB policy "pick_first"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 21:44:33 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/config/v1alpha1/register.go

    	SchemeBuilder runtime.SchemeBuilder
    	// localSchemeBuilder extends the SchemeBuilder instance with the external types. In this package,
    	// defaulting and conversion init funcs are registered as well.
    	localSchemeBuilder = &SchemeBuilder
    	// AddToScheme is a global function that registers this API group & version to a scheme
    	AddToScheme = localSchemeBuilder.AddToScheme
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 01 05:36:14 UTC 2019
    - 1.1K bytes
    - Viewed (0)
Back to top