- Sort Score
- Result 10 results
- Languages All
Results 3451 - 3460 of 3,989 for Kull (0.04 sec)
-
okhttp-testing-support/src/main/kotlin/okhttp3/TestUtilJvm.kt
val UNREACHABLE_ADDRESS_IPV6 = InetSocketAddress("::ffff:198.51.100.1", 8080) /** See `org.graalvm.nativeimage.ImageInfo`. */ @JvmStatic val isGraalVmImage = System.getProperty("org.graalvm.nativeimage.imagecode") != null @JvmStatic fun headerEntries(vararg elements: String?): List<Header> { return List(elements.size / 2) { Header(elements[it * 2]!!, elements[it * 2 + 1]!!) } } @JvmStatic fun repeat( c: Char,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 4.3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/IteratorTester.java
*/ protected IteratorTester( int steps, Iterable<? extends IteratorFeature> features, Iterable<E> expectedElements, KnownOrder knownOrder) { super(steps, Collections.<E>singleton(null), features, expectedElements, knownOrder, 0); } @Override protected final Iterable<Stimulus<E, Iterator<E>>> getStimulusValues() { return iteratorStimuli(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Feb 21 16:49:06 UTC 2024 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacDataInputStream.java
} public int readUnsignedShort () throws IOException { return ( readShort() ) & 0xffff; } public Date readFiletime () throws IOException { Date date = null; long last = readUnsignedInt(); long first = readUnsignedInt(); if ( first != 0x7fffffffL && last != 0xffffffffL ) { BigInteger lastBigInt = BigInteger.valueOf(last);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 21 21:19:58 UTC 2018 - 5.1K bytes - Viewed (0) -
tests/test_tutorial/test_dataclasses/test_tutorial003.py
"properties": { "name": {"title": "Name", "type": "string"}, "description": { "anyOf": [{"type": "string"}, {"type": "null"}], "title": "Description", }, }, }, "ValidationError": { "title": "ValidationError",
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Jul 31 14:09:15 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/iam/access-management-plugin.md
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Dec 13 22:28:48 UTC 2022 - 4.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
* Sec-CH-UA-Full-Version}</a> header field name. * * @deprecated Prefer {@link SEC_CH_UA_FULL_VERSION_LIST}. * @since 30.0 */ @Deprecated public static final String SEC_CH_UA_FULL_VERSION = "Sec-CH-UA-Full-Version"; /** * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-full-version-list">{@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt
private lateinit var server: MockWebServer @BeforeEach fun setup(server: MockWebServer) { this.server = server platform.assumeNotBouncyCastle() } /** * The pinner should pull the root certificate from the trust manager. */ @Test fun pinRootNotPresentInChain() { // Fails on 11.0.1 https://github.com/square/okhttp/issues/4703 val rootCa = HeldCertificate.Builder()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 23.8K bytes - Viewed (0) -
Makefile.core.mk
touch $(TARGET_OUT)/istio_is_init .PHONY: init-ztunnel-rs init-ztunnel-rs: TARGET_OUT=$(TARGET_OUT) bin/build_ztunnel.sh # Pull dependencies such as envoy depend: init | $(TARGET_OUT) DIRS_TO_CLEAN := $(TARGET_OUT) DIRS_TO_CLEAN += $(TARGET_OUT_LINUX) $(OUTPUT_DIRS): @mkdir -p $@ .PHONY: ${GEN_CERT}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/header.jsp
</button> <button type="submit" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
</button> <button type="submit" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0)