Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for employeeId (0.47 sec)

  1. common-protos/k8s.io/api/apps/v1/generated.proto

      // all pods at once.
      // +optional
      optional string podManagementPolicy = 6;
    
      // updateStrategy indicates the StatefulSetUpdateStrategy that will be
      // employed to update Pods in the StatefulSet when a revision is made to
      // Template.
      optional StatefulSetUpdateStrategy updateStrategy = 7;
    
      // revisionHistoryLimit is the maximum number of revisions that will
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. givenName */
        String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName";
    
        /** The key of the configuration. e.g. employeeNumber */
        String LDAP_ATTR_EMPLOYEE_NUMBER = "ldap.attr.employeeNumber";
    
        /** The key of the configuration. e.g. mail */
        String LDAP_ATTR_MAIL = "ldap.attr.mail";
    
        /** The key of the configuration. e.g. telephoneNumber */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top