Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for msoffice (0.05 sec)

  1. guava/src/com/google/common/collect/Multimaps.java

       * HashMultimap#create()}, {@link LinkedHashMultimap#create()}, {@link
       * LinkedListMultimap#create()}, {@link TreeMultimap#create()}, and {@link
       * TreeMultimap#create(Comparator, Comparator)} won't suffice.
       *
       * <p>Note: the multimap assumes complete ownership over of {@code map} and the collections
       * returned by {@code factory}. Those objects should not be manually updated and they should not
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/InetAddresses.java

          // Just extract the high 64 bits (assuming the rest is user-modifiable).
          addressAsLong = ByteBuffer.wrap(ip6.getAddress(), 0, 8).getLong();
        }
    
        // Many strategies for hashing are possible. This might suffice for now.
        int coercedHash = Hashing.murmur3_32_fixed().hashLong(addressAsLong).asInt();
    
        // Squash into 224/4 Multicast and 240/4 Reserved space (i.e. 224/3).
        coercedHash |= 0xe0000000;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/obi.html
    obi
    
    // observer : Fegistry, LLC
    // https://www.iana.org/domains/root/db/observer.html
    observer
    
    // office : Microsoft Corporation
    // https://www.iana.org/domains/root/db/office.html
    office
    
    // okinawa : BRregistry, Inc.
    // https://www.iana.org/domains/root/db/okinawa.html
    okinawa
    
    // olayan : Competrol (Luxembourg) Sarl
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_POSTAL_CODE = "{labels.postalCode}";
    
        /** The key of the message: Office */
        public static final String LABELS_user_physicalDeliveryOfficeName = "{labels.user_physicalDeliveryOfficeName}";
    
        /** The key of the message: Office */
        public static final String LABELS_PHYSICAL_DELIVERY_OFFICE_NAME = "{labels.physicalDeliveryOfficeName}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    # LDAP attribute for pager.
    ldap.attr.pager=pager
    # LDAP attribute for street.
    ldap.attr.street=street
    # LDAP attribute for postal code.
    ldap.attr.postalCode=postalCode
    # LDAP attribute for physical delivery office name.
    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    # LDAP attribute for destination indicator.
    ldap.attr.destinationIndicator=destinationIndicator
    # LDAP attribute for international ISDN number.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    ochi.kochi.jp
    od.ua
    odate.akita.jp
    odawara.kanagawa.jp
    odda.no
    odesa.ua
    odessa.ua
    odo.br
    odo.replit.dev
    oe.yamagata.jp
    of.by
    of.je
    of.no
    off.ai
    office
    office-on-the.net
    official.academy
    official.ec
    ofunato.iwate.jp
    og.ao
    og.it
    oga.akita.jp
    ogaki.gifu.jp
    ogano.saitama.jp
    ogasawara.tokyo.jp
    ogata.akita.jp
    ogawa.ibaraki.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. android/guava/src/com/google/common/net/InetAddresses.java

          // Just extract the high 64 bits (assuming the rest is user-modifiable).
          addressAsLong = ByteBuffer.wrap(ip6.getAddress(), 0, 8).getLong();
        }
    
        // Many strategies for hashing are possible. This might suffice for now.
        int coercedHash = Hashing.murmur3_32_fixed().hashLong(addressAsLong).asInt();
    
        // Squash into 224/4 Multicast and 240/4 Reserved space (i.e. 224/3).
        coercedHash |= 0xe0000000;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    ochi.kochi.jp
    od.ua
    odate.akita.jp
    odawara.kanagawa.jp
    odda.no
    odesa.ua
    odessa.ua
    odo.br
    odo.replit.dev
    oe.yamagata.jp
    of.by
    of.je
    of.no
    off.ai
    office
    office-on-the.net
    official.academy
    official.ec
    ofunato.iwate.jp
    og.ao
    og.it
    oga.akita.jp
    ogaki.gifu.jp
    ogano.saitama.jp
    ogasawara.tokyo.jp
    ogata.akita.jp
    ogawa.ibaraki.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'ldap.attr.physicalDeliveryOfficeName'. <br>
         * The value is, e.g. physicalDeliveryOfficeName <br>
         * comment: LDAP attribute for physical delivery office name.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getLdapAttrPhysicalDeliveryOfficeName();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top