- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 1,563 for examples (0.14 sec)
-
docs/fr/docs/deployment/manually.md
## Concepts de déploiement Ces exemples lancent le programme serveur (e.g. Uvicorn), démarrant **un seul processus**, sur toutes les IPs (`0.0. 0.0`) sur un port prédéfini (par example, `80`). C'est l'idée de base. Mais vous vous préoccuperez probablement de certains concepts supplémentaires, tels que ... : * la sécurité - HTTPS
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K 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) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
data = "<img src=\"http://example/foo.jpg\">" // + "<img src=\"http://example/bar.jpg\">"; expected = "http://example/foo.jpg"; assertGetThumbnailUrl(data, expected); data = "<img src=\"http://example/foo.jpg\">" // + "<img src=\"http://example/bar.jpg\" width=\"100\" height=\"100\">"; expected = "http://example/bar.jpg"; assertGetThumbnailUrl(data, expected);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/CertificatePinnerKotlinTest.kt
CertificatePinner.Builder() .add("*.example.com", certA1Sha256Pin) .add("a.example.com", certB1Sha256Pin) .add("b.example.com", certC1Sha256Pin) .build() val expectedPins = listOf( Pin("*.example.com", certA1Sha256Pin), Pin("a.example.com", certB1Sha256Pin), ) assertThat(certificatePinner.findMatchingPins("a.example.com")).isEqualTo(expectedPins) } @Test
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 8.1K bytes - Viewed (0) -
dbflute_fess/dfprop/documentMap.dfprop
# o isCheckProcedureDiff: (NotRequired - Default false) # o loadDataReverseMap: (NotRequired - Default map:{}) # o schemaSyncCheckMap: (NotRequired - Default map:{}) # o propertiesHtmlMap: (NotRequired - Default map:{}) # # Example: # map:{ # ; documentOutputDirectory = ./output/doc # ; aliasDelimiterInDbComment = : # ; isDbCommentOnAliasBasis = true # ; isEntityJavaDocDbCommentValid = true # ; isEntityDBMetaDbCommentValid = true
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.4K bytes - Viewed (0) -
api/go1.14.txt
pkg go/doc, func NewFromFiles(*token.FileSet, []*ast.File, string, ...interface{}) (*Package, error) pkg go/doc, type Example struct, Suffix string pkg go/doc, type Func struct, Examples []*Example pkg go/doc, type Package struct, Examples []*Example pkg go/doc, type Type struct, Examples []*Example pkg hash/maphash, func MakeSeed() Seed pkg hash/maphash, method (*Hash) BlockSize() int pkg hash/maphash, method (*Hash) Reset()
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
#### Non-calculated values These are inappropriate uses of lazy types: ```groovy class Example { Property<String> getSomeProperty() Example() { getSomeProperty().set("value") getSomeProperty().disallowChanges() } } class Example2 { Provider<String> getSomeProperty() { return project.provider(() -> "value") } } ```
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 15 20:00:57 UTC 2024 - 10K bytes - Viewed (0) -
docs/fr/docs/contributing.md
### Documentation pour les tests La plupart des tests sont en fait effectués par rapport aux exemples de fichiers sources dans la documentation. Cela permet de s'assurer que : * La documentation est à jour. * Les exemples de documentation peuvent être exécutés tels quels. * La plupart des fonctionnalités sont couvertes par la documentation, assurées par la couverture des tests.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Migrated `pkg/scheduler/framework/preemption/preemption.go`, `pkg/scheduler/framework/plugins/examples/stateful/stateful.go`, and `pkg/scheduler/framework/plugins/noderesources/resource_allocation.go` to structured logging ([#105967](https://github.com/kubernetes/kubernetes/pull/105967), [@shivanshu1333](https://github.com/shivanshu1333)) [SIG Instrumentation,...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- The `--export` flag for the `kubectl get` command, deprecated since v1.14, will be removed in v1.18. - `kubectl cp` no longer supports copying symbolic links from containers; to support this use case, see `kubectl exec --help` for examples using `tar` directly ([#82143](https://github.com/kubernetes/kubernetes/pull/82143), [@soltysh](https://github.com/soltysh))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 11 10:00:57 UTC 2021 - 345.2K bytes - Viewed (0)