Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 115 for ninit (0.18 sec)

  1. src/runtime/map.go

    }
    
    // mapinitnoop is a no-op function known the Go linker; if a given global
    // map (of the right size) is determined to be dead, the linker will
    // rewrite the relocation (from the package init func) from the outlined
    // map init function to this symbol. Defined in assembly so as to avoid
    // complications with instrumentation (coverage, etc).
    func mapinitnoop()
    
    // mapclone for implementing maps.Clone
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    	return m.Size()
    }
    func (m *VolumeError) XXX_DiscardUnknown() {
    	xxx_messageInfo_VolumeError.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_VolumeError proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*CSIStorageCapacity)(nil), "k8s.io.api.storage.v1alpha1.CSIStorageCapacity")
    	proto.RegisterType((*CSIStorageCapacityList)(nil), "k8s.io.api.storage.v1alpha1.CSIStorageCapacityList")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			},
    			ManagedFields: []metav1.ManagedFieldsEntry{
    				{
    					Manager: "test",
    				},
    			},
    		},
    		Spec: corev1.PodSpec{
    			InitContainers: []corev1.Container{
    				{
    					Name: "init-container",
    				},
    			},
    			Containers: []corev1.Container{
    				{
    					Name: "container-1",
    					Ports: []corev1.ContainerPort{
    						{
    							Name: "http",
    						},
    					},
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    	return m.Size()
    }
    func (m *PolicyRule) XXX_DiscardUnknown() {
    	xxx_messageInfo_PolicyRule.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_PolicyRule proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*Event)(nil), "k8s.io.apiserver.pkg.apis.audit.v1.Event")
    	proto.RegisterMapType((map[string]string)(nil), "k8s.io.apiserver.pkg.apis.audit.v1.Event.AnnotationsEntry")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  5. src/go/types/api_test.go

    		if err := check.Files([]*ast.File{mustParse(fset, src)}); err != nil {
    			t.Error(err)
    		}
    	}
    
    	// check InitOrder is [x y]
    	var vars []string
    	for _, init := range info.InitOrder {
    		for _, v := range init.Lhs {
    			vars = append(vars, v.Name())
    		}
    	}
    	if got, want := fmt.Sprint(vars), "[x y]"; got != want {
    		t.Errorf("InitOrder == %s, want %s", got, want)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    func (m *Subject) XXX_Size() int {
    	return m.Size()
    }
    func (m *Subject) XXX_DiscardUnknown() {
    	xxx_messageInfo_Subject.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Subject proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*AggregationRule)(nil), "k8s.io.api.rbac.v1.AggregationRule")
    	proto.RegisterType((*ClusterRole)(nil), "k8s.io.api.rbac.v1.ClusterRole")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    	e := &model.Environment{
    		ServiceDiscovery: serviceDiscovery,
    		ConfigStore:      configStore,
    		Watcher:          mesh.NewFixedWatcher(meshConfig),
    	}
    
    	pushContext := model.NewPushContext()
    	e.Init()
    	_ = pushContext.InitContext(e, nil, nil)
    	e.SetPushContext(pushContext)
    	return e
    }
    
    func TestApplyListenerPatches(t *testing.T) {
    	configPatchesPriorities := []*networking.EnvoyFilter_EnvoyConfigObjectPatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/ldap/LdapManager.java

        protected ThreadLocal<DirContextHolder> contextLocal = new ThreadLocal<>();
    
        protected volatile boolean isBind = false;
    
        protected FessConfig fessConfig;
    
        @PostConstruct
        public void init() {
            if (logger.isDebugEnabled()) {
                logger.debug("Initialize {}", this.getClass().getSimpleName());
            }
            fessConfig = ComponentUtil.getFessConfig();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    func (m *Subject) XXX_Size() int {
    	return m.Size()
    }
    func (m *Subject) XXX_DiscardUnknown() {
    	xxx_messageInfo_Subject.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Subject proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*AggregationRule)(nil), "k8s.io.api.rbac.v1beta1.AggregationRule")
    	proto.RegisterType((*ClusterRole)(nil), "k8s.io.api.rbac.v1beta1.ClusterRole")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    func (m *Subject) XXX_Size() int {
    	return m.Size()
    }
    func (m *Subject) XXX_DiscardUnknown() {
    	xxx_messageInfo_Subject.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Subject proto.InternalMessageInfo
    
    func init() {
    	proto.RegisterType((*AggregationRule)(nil), "k8s.io.api.rbac.v1alpha1.AggregationRule")
    	proto.RegisterType((*ClusterRole)(nil), "k8s.io.api.rbac.v1alpha1.ClusterRole")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top