Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,373 for GROUP (0.11 sec)

  1. src/main/java/org/codelibs/fess/es/user/exentity/Group.java

     */
    package org.codelibs.fess.es.user.exentity;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.es.user.bsentity.BsGroup;
    
    /**
     * @author FreeGen
     */
    public class Group extends BsGroup {
    
        private static final long serialVersionUID = 1L;
    
        private Map<String, String> attributes;
    
        public Long getVersionNo() {
            return asDocMeta().version();
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/group.go

    		serializer: serializer,
    		group:      group,
    	}
    }
    
    func (s *APIGroupHandler) WebService() *restful.WebService {
    	mediaTypes, _ := negotiation.MediaTypesForSerializer(s.serializer)
    	ws := new(restful.WebService)
    	ws.Path(APIGroupPrefix + "/" + s.group.Name)
    	ws.Doc("get information of a group")
    	ws.Route(ws.GET("/").To(s.handle).
    		Doc("get information of a group").
    		Operation("getAPIGroup").
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 20:38:08 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess_user.group/group.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 135 bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess_user.group.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/httproute/invalid-backend-group.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: invalid-backend-group
    spec:
      rules:
      - backendRefs:
        - group: "*"
          name: foo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 182 bytes
    - Viewed (0)
  6. releasenotes/notes/fix-workload-group-labels.yaml

    Douglas Reid <******@****.***> 1633375461 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 04 19:24:21 UTC 2021
    - 184 bytes
    - Viewed (0)
  7. releasenotes/notes/disable-fs-group-injection.yaml

    Faseela K <******@****.***> 1651883509 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 07 00:31:49 UTC 2022
    - 273 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/local_scheme_test.go

    				{Group: "", Version: "v5"},
    				{Group: "bar", Version: "v1"},
    				{Group: "bar", Version: "v2"},
    			},
    			expectedPrioritized: map[string][]schema.GroupVersion{
    				"": {
    					{Group: "", Version: "v3"},
    					{Group: "", Version: "v1"},
    					{Group: "", Version: "v4"},
    					{Group: "", Version: "v5"},
    				},
    				"foo": {
    					{Group: "foo", Version: "v1"},
    					{Group: "foo", Version: "v2"},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/gradle/java-library-with-excludes.module

                },
                "dependencies": [
                    {
                        "group": "commons-collections",
                        "module": "commons-collections",
                        "version": {
                            "prefers": "3.2.2"
                        }
                    },
                    {
                        "group": "org.springframework",
                        "module": "spring-core",
                        "version": {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go

    	{Group: "authorization.k8s.io", Kind: "SelfSubjectRulesReview"}:  true,
    
    	{Group: "certificates.k8s.io", Kind: "CertificateSigningRequest"}: true,
    
    	{Group: "", Kind: "Node"}:             true,
    	{Group: "", Kind: "Namespace"}:        true,
    	{Group: "", Kind: "PersistentVolume"}: true,
    	{Group: "", Kind: "ComponentStatus"}:  true,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top