- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for DDdd (0.41 sec)
-
src/main/webapp/js/admin/moment-with-locales.min.js
gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 360.5K bytes - Viewed (2) -
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertEquals("abc", StringUtil.substringFromLast("abc", "")); assertEquals("abc", StringUtil.substringFromLast("abc", null)); assertEquals("abc", StringUtil.substringFromLast("abc", "dddd")); } /** * @throws Exception */ @Test public void testSubstringToLast() throws Exception { assertEquals("", StringUtil.substringToLast("abc", "c"));
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 12K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
val v1Updater = cache.edit("k1")!! v1Updater.setString(0, "CCcc") v1Updater.setString(1, "DDdd") v1Updater.commit() cache["k1"]!!.use { snapshot2 -> snapshot2.assertValue(0, "CCcc") snapshot2.assertValue(1, "DDdd") } assertThat(inV1.readByte()).isEqualTo('a'.code.toByte()) assertThat(inV1.readByte()).isEqualTo('a'.code.toByte())
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 75.7K bytes - Viewed (0)