- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 94 for elaine (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/script/AbstractScriptEngine.java
public AbstractScriptEngine() { // nothing } /** * Register this script engine. */ public void register() { ComponentUtil.getScriptEngineFactory().add(getName(), this); } /** * Get the name of this script engine. * @return The name of this script engine. */ protected abstract String getName();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.2K bytes - Click Count (0) -
Dockerfile.release
FROM golang:1.24-alpine AS build ARG TARGETARCH ARG RELEASE ENV GOPATH=/go ENV CGO_ENABLED=0 WORKDIR /build # Install curl and minisign RUN apk add -U --no-cache ca-certificates && \ apk add -U --no-cache curl && \ apk add -U --no-cache bash && \ go install aead.dev/minisign/cmd/minisign@v0.2.1 # Download minio binary and signature filesCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 3K bytes - Click Count (0) -
Dockerfile.release.old_cpu
FROM golang:1.24-alpine AS build ARG TARGETARCH ARG RELEASE ENV GOPATH=/go ENV CGO_ENABLED=0 # Install curl and minisign RUN apk add -U --no-cache ca-certificates && \ apk add -U --no-cache curl && \ go install aead.dev/minisign/cmd/minisign@v0.2.1 # Download minio binary and signature files RUN curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE} -o /go/bin/minio && \Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 3.1K bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.testing-conventions.gradle.kts
} val testRuntimeOnly = configurations.maybeCreate("testRuntimeOnly") dependencies { testRuntimeOnly(library("junit-jupiter-engine")) testRuntimeOnly(library("junit-vintage-engine")) testRuntimeOnly(library("junit-platform-launcher")) } tasks.withType<Test> { useJUnitPlatform() jvmArgs("-Dokhttp.platform=$platform") if (platform == "loom") {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Feb 07 07:16:57 GMT 2026 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClientException.java
*/ package org.codelibs.fess.opensearch.client; import org.codelibs.fess.exception.FessSystemException; /** * Exception thrown when search engine client operations fail. * This exception wraps underlying search engine errors and provides * meaningful error messages for troubleshooting. */ public class SearchEngineClientException extends FessSystemException {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
docs/fr/docs/index.md
* Valider la présence d'un `item_id` dans le chemin pour les requêtes `GET` et `PUT`. * Valider que `item_id` est de type `int` pour les requêtes `GET` et `PUT`. * Si ce n'est pas le cas, le client verra une erreur utile et claire. * Vérifier s'il existe un paramètre de requête optionnel nommé `q` (comme dans `http://127.0.0.1:8000/items/foo?q=somequery`) pour les requêtes `GET`. * Comme le paramètre `q` est déclaré avec `= None`, il est optionnel.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 23.8K bytes - Click Count (0) -
docs/fr/docs/history-design-future.md
Au moment où j'ai commencé à créer **FastAPI** lui-même, la plupart des pièces étaient déjà en place, la conception était définie, les exigences et les outils étaient prêts, et la connaissance des normes et des spécifications était claire et fraîche. ## Futur { #future } À ce stade, il est déjà clair que **FastAPI** et ses idées sont utiles pour de nombreuses personnes.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.8K bytes - Click Count (0) -
build-tools-internal/src/main/resources/changelog-schema.json
"CCR", "CRUD", "Client", "Cluster Coordination", "Discovery-Plugins", "Distributed", "EQL", "Engine", "FIPS", "Features/CAT APIs", "Features/Data streams", "Features/Features", "Features/ILM+SLM", "Features/Indices APIs",
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
return parallelize(subProjectTestClassTimes, testCoverage) { numberOfBatches -> when (testCoverage.os) { Os.LINUX -> ParallelizationMethod.TestDistribution Os.ALPINE -> ParallelizationMethod.TestDistributionAlpine else -> ParallelizationMethod.TeamCityParallelTests(numberOfBatches) } } } private fun parallelize(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/sql-databases.md
### Создание Engine { #create-an-engine } Объект `engine` в SQLModel (под капотом это `engine` из SQLAlchemy) **удерживает соединения** с базой данных. У вас должен быть **один объект `engine`** для всей кодовой базы, чтобы подключаться к одной и той же базе данных.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 23.2K bytes - Click Count (0)