Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for lastDay (0.15 sec)

  1. android/guava/src/com/google/common/collect/Maps.java

          return transformEntries(fromMap().headMap(toKey), transformer);
        }
    
        @Override
        @ParametricNullness
        public K lastKey() {
          return fromMap().lastKey();
        }
    
        @Override
        public SortedMap<K, V2> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                If not specified, it defaults to {@code ../pom.xml}.
                Maven looks for the parent POM first in this location on
                the filesystem, then the local repository, and lastly in the remote repo.
                {@code relativePath} allows you to select a different location,
                for example when your structure is flat, or deeper without an intermediate parent POM.
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: past 24 hours */
        public static final String LABELS_advance_search_timestamp_pastday = "{labels.advance_search_timestamp_pastday}";
    
        /** The key of the message: past week */
        public static final String LABELS_advance_search_timestamp_pastweek = "{labels.advance_search_timestamp_pastweek}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    all thy other queer noises, would change (she knew) to the
    confused clamour of the busy farm-yard--while the lowing of the
    cattle in the distance would take the place of the Mock Turtle's
    heavy sobs.
    
      Lastly, she pictured to herself how this same little sister of
    hers would, in the after-time, be herself a grown woman; and how
    she would keep, through all her riper years, the simple and
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    all thy other queer noises, would change (she knew) to the
    confused clamour of the busy farm-yard--while the lowing of the
    cattle in the distance would take the place of the Mock Turtle's
    heavy sobs.
    
      Lastly, she pictured to herself how this same little sister of
    hers would, in the after-time, be herself a grown woman; and how
    she would keep, through all her riper years, the simple and
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top