Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for subname (0.11 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setSurname_SpanTerm(String surname) {
            setSurname_SpanTerm("surname", null);
        }
    
        public void setSurname_SpanTerm(String surname, ConditionOptionCall<SpanTermQueryBuilder> opLambda) {
            SpanTermQueryBuilder builder = regSpanTermQ("surname", surname);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String LDAP_ROLE_SEARCH_ROLE_ENABLED = "ldap.role.search.role.enabled";
    
        /** The key of the configuration. e.g. sn */
        String LDAP_ATTR_SURNAME = "ldap.attr.surname";
    
        /** The key of the configuration. e.g. givenName */
        String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName";
    
        /** The key of the configuration. e.g. employeeNumber */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ReplicaCount uint32 `protobuf:"varint,5,opt,name=replicaCount,proto3" json:"replicaCount,omitempty"`
    	// Image name used for Pilot.
    	//
    	// This can be set either to image name if hub is also set, or can be set to the full hub:name string.
    	//
    	// Examples: custom-pilot, docker.io/someuser:custom-pilot
    	Image string `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
    	// Trace sampling fraction.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    
    ### Windows support improved
    
    - [Performance dashboards](http://perf-dash.k8s.io/#/?jobname=soak-tests-capz-windows-2019) added support for Windows
    - [Unit tests](https://github.com/kubernetes/kubernetes/issues/51540) added support for Windows
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top