Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for employeeId (0.19 sec)

  1. schema/naming_test.go

    Go
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Tue May 30 02:00:48 GMT 2023
    - 7K bytes
    - Viewed (0)
  2. ci/official/README.md

    You may check how your changes will affect TensorFlow by:
    
    1. Creating a PR and observing the presubmit test results
    2. Running the CI scripts locally, as explained below
    3. **Google employees only**: Google employees can use an internal-only tool
    called "MLCI" that makes testing more convenient: it can execute any full CI job
    against a pending change. Search for "MLCI" internally to find it.
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 01 03:21:19 GMT 2024
    - 8K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java

            assertThat(map.get("employee.name"), is(nullValue()));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testCopy_BeanToNewMap_Prefix() throws Exception {
            final HogeDto2 hoge = new HogeDto2();
            hoge.aaa = "1";
            hoge.search_bbb = "2";
            hoge.search_ccc$ddd = "3";
            hoge.search_employee$name = "4";
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.user_given_name=First Name
    labels.givenName=First Name
    labels.user_surname=Last Name
    labels.surame=Last Name
    labels.user_mail=E-mail
    labels.mail=E-mail
    labels.user_employeeNumber=Employee Number
    labels.employeeNumber=Employee Number
    labels.user_telephoneNumber=Telephone Number
    labels.telephoneNumber=Telephone Number
    labels.user_homePhone=Home Phone
    labels.homePhone=Home Phone
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_en.properties

    labels.user_given_name=First Name
    labels.givenName=First Name
    labels.user_surname=Last Name
    labels.surame=Last Name
    labels.user_mail=E-mail
    labels.mail=E-mail
    labels.user_employeeNumber=Employee Number
    labels.employeeNumber=Employee Number
    labels.user_telephoneNumber=Telephone Number
    labels.telephoneNumber=Telephone Number
    labels.user_homePhone=Home Phone
    labels.homePhone=Home Phone
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/apps/v1beta1/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
    - 24K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/apps/v1beta2/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
    - 36.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_MAIL = "{labels.mail}";
    
        /** The key of the message: Employee Number */
        public static final String LABELS_user_employeeNumber = "{labels.user_employeeNumber}";
    
        /** The key of the message: Employee Number */
        public static final String LABELS_EMPLOYEE_NUMBER = "{labels.employeeNumber}";
    
        /** The key of the message: Telephone Number */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  9. 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)
  10. 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