- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 925 for dave (0.02 seconds)
-
docs/uk/docs/tutorial/body-nested-models.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Feb 28 14:18:01 GMT 2025 - 10.8K bytes - Click Count (0) -
docs/ru/docs/tutorial/body-nested-models.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 11.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/util/DES.java
// DesCipher - the DES encryption method // // The meat of this code is by Dave Zimmerman <******@****.***>, and is: // // Copyright (c) 1996 Widget Workshop, Inc. All Rights Reserved. // // Permission to use, copy, modify, and distribute this software // and its documentation for NON-COMMERCIAL or COMMERCIAL purposes and // without fee is hereby granted, provided that this copyright notice is kept // intact. //
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 22.7K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 19.6K bytes - Click Count (0) -
tests/sql_builder_test.go
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 16.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
* * @param value the date string to parse * @return parsed Date object, or null if parsing fails */ public static Date parseDate(final String value) { return parseDate(value, Constants.DATE_OPTIONAL_TIME); } /** * Parses a date string using the specified format. * * @param value the date string to parseCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
src/main/resources/fess_message_pt_BR.properties
# --------------- constraints.AssertFalse.message = {item} deve ser falso. constraints.AssertTrue.message = {item} deve ser verdadeiro. constraints.DecimalMax.message = {item} deve ser menor que {value}. constraints.DecimalMin.message = {item} deve ser maior que {value}. constraints.Digits.message = {item} deve ser um número. (Esperado: <número>.<número>) constraints.Future.message = {item} deve ser uma data futura.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractor.java
} /** * Gets the received date from a message by parsing the received headers. * * @param message the message to get the received date from * @return the received date or null if not found * @throws MessagingException if message access fails */ protected static Date getReceivedDate(final Message message) throws MessagingException { final Date today = new Date();Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 12.6K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Headers.kt
* either the field is absent or cannot be parsed as a date. */ fun getDate(name: String): Date? = get(name)?.toHttpDateOrNull() /** * Returns the last value corresponding to the specified field parsed as an HTTP date, or null if * either the field is absent or cannot be parsed as a date. */
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue May 27 14:51:25 GMT 2025 - 11.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/fe.tld
<function> <description> Returns Date from a given value. </description> <name>date</name> <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> <function-signature>java.util.Date date(java.lang.Long)</function-signature> <example> ${fe:date(doc.tstamp)} </example> </function> <function> <description> Returns Date from a given value. </description>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jan 18 11:38:54 GMT 2025 - 10.3K bytes - Click Count (0)