- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 910 for simpler (0.09 sec)
-
tensorflow/c/eager/c_api_experimental_test.cc
TF_DeleteBuffer(result1); TFE_MonitoringDeleteSampler1(sampler1); auto* sampler2 = TFE_MonitoringNewSampler2("test/sampler2", buckets, status, "test", "label1", "label2"); CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); auto* cell2 = TFE_MonitoringGetCellSampler2(sampler2, "foo", "bar"); TFE_MonitoringSamplerCellAdd(cell2, 2.0);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 03:14:26 UTC 2023 - 31.5K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
# Simple OAuth2 with Password and Bearer Now let's build from the previous chapter and add the missing parts to have a complete security flow. ## Get the `username` and `password` We are going to use **FastAPI** security utilities to get the `username` and `password`. OAuth2 specifies that when using the "password flow" (that we are using) the client/user must send a `username` and `password` fields as form data.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/en/docs/img/index/index-02-redoc-simple.png
index-02-redoc-simple.png...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Mar 26 19:09:53 UTC 2020 - 66.9K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/generate-samples.gradle.kts
readmeTemplates.convention(layout.projectDirectory.dir("src/samples/readme-templates")) target.convention(layout.buildDirectory.dir("generated-samples/$buildInitType" + if (modularizationOption.isMulti()) "-with-libraries" else "")) type = buildInitType modularization = modularizationOption } samples.publishedSamples.create(sampleName) { dsls = setOf(Dsl.GROOVY, Dsl.KOTLIN)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 3.3K bytes - Viewed (0) -
compat/maven-settings-builder/src/test/resources/settings/factory/simple.xml
Guillaume Nodet <******@****.***> 1729859506 +0200
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 895 bytes - Viewed (0) -
docs/en/docs/img/index/index-01-swagger-ui-simple.png
index-01-swagger-ui-simple.png...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Mar 26 19:09:53 UTC 2020 - 72.4K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample2.eml
Shinsuke Sugaya <******@****.***> 1452930635 +0900
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 91.6K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample3.eml
Shinsuke Sugaya <******@****.***> 1452930635 +0900
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 539.6K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample4.eml
Shinsuke Sugaya <******@****.***> 1515316511 +0900
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sun Jan 07 09:15:11 UTC 2018 - 681K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractorTest.java
}); emlExtractor = container.getComponent("emlExtractor"); } public void test_getText() throws IOException { try (final InputStream in = ResourceUtil.getResourceAsStream("extractor/eml/sample1.eml")) { ExtractData data = emlExtractor.getText(in, null); final String content = data.getContent(); logger.info(content); assertTrue(content.contains("プレイステーション"));
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 4.5K bytes - Viewed (0)