- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 486 for targ (0.02 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/KotlinSourceModernTest.kt
val headersForName: List<String> = request.headers("") val body: RequestBody? = request.body var stringTag: String? = request.tag(String::class) stringTag = request.tag<String>() var tag: Any? = request.tag() tag = request.tag(Any::class.java) val builder: Request.Builder = request.newBuilder() val cacheControl: CacheControl = request.cacheControl } @Test
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 46.5K bytes - Viewed (0) -
docker-buildx.sh
exit 1 fi git remote update upstream && git checkout master && git rebase upstream/master release=$(git describe --abbrev=0 --tags) docker buildx build --push --no-cache \ --build-arg RELEASE="${release}" \ -t "minio/minio:latest" \ -t "minio/minio:latest-cicd" \ -t "quay.io/minio/minio:latest" \ -t "quay.io/minio/minio:latest-cicd" \ -t "minio/minio:${release}" \
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 02 03:53:54 UTC 2025 - 1.1K bytes - Viewed (0) -
docs/pt/docs/tutorial/metadata.md
Ele recebe uma lista contendo um dicionário para cada tag. Cada dicionário pode conter: * `name` (**obrigatório**): uma `str` com o mesmo nome da tag que você usa no parâmetro `tags` nas suas *operações de rota* e `APIRouter`s. * `description`: uma `str` com uma breve descrição da tag. Pode conter Markdown e será exibido na interface de documentação.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.storage_file=Bestand labels.storage_folder_name=Mapnaam labels.storage_button_download=Downloaden labels.storage_button_tags=Tags labels.storage_title_tag=Tag: labels.storage_tag_key=Tag-sleutel labels.storage_tag_value=Tag-waarde labels.login.newpassword=U moet uw wachtwoord bijwerken labels.login.placeholder_new_password=Nieuw wachtwoord
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/it/admin/AccessTokenTests.java
import java.util.HashMap; import java.util.List; import java.util.Map; import org.codelibs.fess.it.CrudTestBase; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import io.restassured.path.json.JsonPath; @Tag("it") public class AccessTokenTests extends CrudTestBase { private static final String NAME_PREFIX = "accessTokenTest_";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 12 02:18:38 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ConstructorNotFoundRuntimeException.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 3.8K bytes - Viewed (0) -
Dockerfile.hotfix
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/hotfixes/linux-${TARGETARCH}/archive/minio.${RELEASE} -o /go/bin/minio && \
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 3.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
assertTrue(result.startsWith("null")); } public void test_getCacheKey_specialCharacters() { String seed = "test@seed#with$special%chars"; String[] tags = { "tag@1", "tag#2" }; String[] roles = { "role$1", "role%2" }; String[] fields = { "field&1", "field*2" }; String[] excludes = { "exclude^1", "exclude(2)" };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
assertTrue(tag.toString().contains("attrValue=button")); // Test overwriting values tag.setId("new-id"); tag.setCss("new-class"); tag.setAttr("role", "link"); assertTrue(tag.toString().contains("id=new-id")); assertTrue(tag.toString().contains("css=new-class")); assertTrue(tag.toString().contains("attrName=role"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 21K bytes - Viewed (0) -
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/AndroidPlatform.kt
return super.getHandshakeServerNames(sslSocket) } override fun log( message: String, level: Int, t: Throwable?, ) { if (level == WARN) { Log.w(Tag, message, t) } else { Log.i(Tag, message, t) } } /** * A trust manager for Android applications that customize the trust manager. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu May 29 16:52:38 UTC 2025 - 6.5K bytes - Viewed (0)