Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Telephone (0.24 sec)

  1. src/main/resources/fess_label.properties

    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
    labels.user_homePostalAddress=Home Postal Address
    labels.homePostalAddress=Home Postal Address
    labels.user_labeledURI=labeledURI
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  2. src/main/resources/fess_label_en.properties

    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
    labels.user_homePostalAddress=Home Postal Address
    labels.homePostalAddress=Home Postal Address
    labels.user_labeledURI=labeledURI
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_EMPLOYEE_NUMBER = "{labels.employeeNumber}";
    
        /** The key of the message: Telephone Number */
        public static final String LABELS_user_telephoneNumber = "{labels.user_telephoneNumber}";
    
        /** The key of the message: Telephone Number */
        public static final String LABELS_TELEPHONE_NUMBER = "{labels.telephoneNumber}";
    
        /** The key of the message: Home Phone */
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // The soft hyphen (­) should be ignored.
        assertThat(parse("http://AB\u00adCD").host).isEqualTo("abcd")
      }
    
      @Test
      fun hostnameMultipleCharacterMapping() {
        // Map the single character telephone symbol (℡) to the string "tel".
        assertThat(parse("http://\u2121").host).isEqualTo("tel")
      }
    
      @Test
      fun hostnameMappingLastMappedCodePoint() {
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 67.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. mail */
        String LDAP_ATTR_MAIL = "ldap.attr.mail";
    
        /** The key of the configuration. e.g. telephoneNumber */
        String LDAP_ATTR_TELEPHONE_NUMBER = "ldap.attr.telephoneNumber";
    
        /** The key of the configuration. e.g. homePhone */
        String LDAP_ATTR_HOME_PHONE = "ldap.attr.homePhone";
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    211E..211F    ; valid                  ;      ; NV8    # 1.1  PRESCRIPTION TAKE..RESPONSE
    2120          ; mapped                 ; 0073 006D     # 1.1  SERVICE MARK
    2121          ; mapped                 ; 0074 0065 006C #1.1  TELEPHONE SIGN
    2122          ; mapped                 ; 0074 006D     # 1.1  TRADE MARK SIGN
    2123          ; valid                  ;      ; NV8    # 1.1  VERSICLE
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // nowtv : 2015-05-14 Starbucks (HK) Limited
    nowtv
    
    // nra : 2014-05-22 NRA Holdings Company, INC.
    nra
    
    // nrw : 2013-11-21 Minds + Machines GmbH
    nrw
    
    // ntt : 2014-10-31 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    ntt
    
    // nyc : 2014-01-23 The City of New York by and through the New York City Department of Information Technology & Telecommunications
    nyc
    
    // obi : 2014-09-25 OBI Group Holding SE & Co. KGaA
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top