- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 2,431 for date (0.03 sec)
-
android/guava/src/com/google/common/net/HttpHeaders.java
/** The HTTP {@code Content-Type} header field name. */ public static final String CONTENT_TYPE = "Content-Type"; /** The HTTP {@code Date} header field name. */ public static final String DATE = "Date"; /** The HTTP {@code Pragma} header field name. */ public static final String PRAGMA = "Pragma"; /** The HTTP {@code Via} header field name. */ public static final String VIA = "Via";
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
docs/ja/docs/features.md
型を使用した標準的なPythonを記述します: ```Python from datetime import date from pydantic import BaseModel # Declare a variable as a str # and get editor support inside the function def main(user_id: str): return user_id # A Pydantic model class User(BaseModel): id: int name: str joined: date ``` これは以下のように用いられます: ```Python
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.2K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt
""".trimIndent() else "" val nativeTestTaskPrefix = if (descriptor.language === Language.SWIFT) "xc" else "run" val classesUpToDate = if (descriptor.language === Language.KOTLIN) " UP-TO-DATE" else "" projectLayoutSetupRegistry.templateOperationFactory.newTemplateOperation() .withTemplate(templateFolder.template("$templateFragment-build.out"))
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 22 11:11:17 UTC 2024 - 13.5K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.crud_failed_to_create_instance=Failed to create a new data. errors.crud_failed_to_create_crud_table=Failed to create a new data. ({0}) errors.crud_failed_to_update_crud_table=Failed to update the data. ({0}) errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0}) errors.crud_could_not_find_crud_table=Could not find the data({0}). errors.property_required={0} is required.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.crud_failed_to_create_instance=Failed to create a new data. errors.crud_failed_to_create_crud_table=Failed to create a new data. ({0}) errors.crud_failed_to_update_crud_table=Failed to update the data. ({0}) errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0}) errors.crud_could_not_find_crud_table=Could not find the data({0}). errors.property_required={0} is required.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 12.4K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
config.submitErrorMessageCallback instead");var c=b.errorMessagePosition;b.errorMessagePosition="top",b.submitErrorMessageCallback=function(){return c}}}function e(b){var c=b.find("[data-validation-if-checked]");c.length&&a.formUtils.warn('Detected use of attribute "data-validation-if-checked" which is deprecated. Use "data-validation-depends-on" provided by module "logic"'),c.on("beforeValidation",function(){var c=a(this),d=c.valAttr("if-checked"),e=a('input[name="'+d+'"]',b),f=e.is(":checked"),g=(...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 32.8K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jun 04 06:45:16 UTC 2024 - 13.9K bytes - Viewed (0) -
istioctl/pkg/kubeinject/kubeinject.go
meshConfigMapName, ctx.IstioNamespace(), err) } // values in the data are strings, while proto might use a // different data type. therefore, we have to get a value by a // key configYaml, exists := meshConfigMap.Data[configMapKey] if !exists { return nil, fmt.Errorf("missing configuration map key %q", configMapKey) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 21K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
java.util.Date, String, String, String); public void DefaultArtifact(org.apache.ivy.core.module.id.ModuleRevisionId, java.util.Date, String, String, String, byte); public void DefaultArtifact(org.apache.ivy.core.module.id.ModuleRevisionId, java.util.Date, String, String, String, java.util.Map); public void DefaultArtifact(org.apache.ivy.core.module.id.ModuleRevisionId, java.util.Date, String, String, String, java.net.URL, java.util.Map); public void DefaultArtifact(org.apache.ivy.core.module.id.ArtifactRevisionId,...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
* @return コンバータ */ protected Converter findDefaultConverter(final Class<?> clazz) { if (clazz == java.sql.Date.class) { return DEFAULT_DATE_CONVERTER; } if (clazz == Time.class) { return DEFAULT_TIME_CONVERTER; } if (java.util.Date.class.isAssignableFrom(clazz)) { return DEFAULT_TIMESTAMP_CONVERTER; } return null; }
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 18.6K bytes - Viewed (0)