Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for mhoine (0.05 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    management
    manaus.br
    mandal.no
    mango
    mangyshlak.su
    maniwa.okayama.jp
    manno.kagawa.jp
    mantova.it
    maori.nz
    map
    map.fastly.net
    map.fastlylb.net
    mar.it
    marche.it
    marine.ru
    maringa.br
    marker.no
    market
    marketing
    marketplace.aero
    markets
    marnardal.no
    marriott
    marshalls
    marugame.kagawa.jp
    marumori.miyagi.jp
    masaki.ehime.jp
    masfjorden.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

         * difference is that calling it with <Foo> won't work when an input Future has a @Nullable
         * type. So why even make that error possible by giving callers the choice?
         *
         * On the other hand, the current signature is consistent with the similar allAsList method. And
         * eventually this method may go away entirely in favor of an API like
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.advance=Recherche avancée
    labels.advance_search_title=Recherche avancée
    labels.advance_search_must_queries=avec tous les mots
    labels.advance_search_phrase_query=avec la phrase exacte
    labels.advance_search_should_queries=avec au moins un des mots
    labels.advance_search_not_queries=sans les mots
    labels.advance_search_filetype=Type de fichier
    labels.advance_search_filetype_default=Tout format
    labels.advance_search_filetype_html=HTML
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  4. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    management
    manaus.br
    mandal.no
    mango
    mangyshlak.su
    maniwa.okayama.jp
    manno.kagawa.jp
    mantova.it
    maori.nz
    map
    map.fastly.net
    map.fastlylb.net
    mar.it
    marche.it
    marine.ru
    maringa.br
    marker.no
    market
    marketing
    marketplace.aero
    markets
    marnardal.no
    marriott
    marshalls
    marugame.kagawa.jp
    marumori.miyagi.jp
    masaki.ehime.jp
    masfjorden.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  5. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/phd.html
    phd
    
    // philips : Koninklijke Philips N.V.
    // https://www.iana.org/domains/root/db/philips.html
    philips
    
    // phone : Dish DBS Corporation
    // https://www.iana.org/domains/root/db/phone.html
    phone
    
    // photo : Registry Services, LLC
    // https://www.iana.org/domains/root/db/photo.html
    photo
    
    // photography : Binky Moon, LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    ldap.attr.employeeNumber=employeeNumber
    # LDAP attribute for mail.
    ldap.attr.mail=mail
    # LDAP attribute for telephone number.
    ldap.attr.telephoneNumber=telephoneNumber
    # LDAP attribute for home phone.
    ldap.attr.homePhone=homePhone
    # LDAP attribute for home postal address.
    ldap.attr.homePostalAddress=homePostalAddress
    # LDAP attribute for labeled URI.
    ldap.attr.labeledURI=labeledURI
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_TELEPHONE_NUMBER = "{labels.telephoneNumber}";
    
        /** The key of the message: Home Phone */
        public static final String LABELS_user_homePhone = "{labels.user_homePhone}";
    
        /** The key of the message: Home Phone */
        public static final String LABELS_HOME_PHONE = "{labels.homePhone}";
    
        /** The key of the message: Home Postal Address */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  8. src/main/webapp/js/bootstrap.min.js.map

    `mousedown.bs.${NAME}`\n\nconst Default = {\n  className: 'modal-backdrop',\n  clickCallback: null,\n  isAnimated: false,\n  isVisible: true, // if false, we use the backdrop helper without adding any element to the dom\n  rootElement: 'body' // give the choice to place backdrop under different elements\n}\n\nconst DefaultType = {\n  className: 'string',\n  clickCallback: '(function|null)',\n  isAnimated: 'boolean',\n  isVisible: 'boolean',\n  rootElement: '(element|string)'\n}\n\n/**\n * Class definition\n...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getLdapAttrTelephoneNumber();
    
        /**
         * Get the value for the key 'ldap.attr.homePhone'. <br>
         * The value is, e.g. homePhone <br>
         * comment: LDAP attribute for home phone.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrHomePhone();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.21.md

    ### Bug or Regression
    
    - ## Changelog
      
      ### General
      - Fix priority expander falling back to a random choice even though there is a higher priority option to choose
      - Clone `kubernetes/kubernetes` in `update-vendor.sh` shallowly, instead of fetching all revisions
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top