- Sort Score
- Result 10 results
- Languages All
Results 621 - 630 of 681 for delete (0.03 sec)
-
ObjectCountHashMap.java
the last entry in the entry array into {@code dstIndex}, and nulls out its old position. L455: */ L456: void moveLastEntry(int dstIndex) { L457: int srcIndex = size() - 1; L458: if (dstIndex < srcIndex) { L459: // move last entry to deleted spot L460: keys[dstIndex] = keys[srcIndex]; L461: values[dstIndex] = values[srcIndex]; L462: keys[srcIndex] = null; L463: values[srcIndex] = 0; L464: L465: // move the last entry to the removed spot, just like we moved the...github.com/google/guava/android/guava/src/com/g...Tue Jun 01 22:07:10 UTC 2021 15K bytes -
WebSocketWriter.kt
L162: if (perMessageDeflate && data.size >= minimumDeflateSize) { L163: val messageDeflater = L164: this.messageDeflater L165: ?: MessageDeflater(noContextTakeover).also { this.messageDeflater = it } L166: messageDeflater.deflate(messageBuffer) L167: b0 = b0 or B0_FLAG_RSV1 L168: } L169: val dataSize = messageBuffer.size L170: sinkBuffer.writeByte(b0) L171: L172: var b1 = 0 L173: if (isClient) { L174: b1 = b1 or B1_FLAG_MASK L175: } L176: when...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 5.9K bytes -
AbstractCompositeHashFunction.java
L22:import java.nio.charset.Charset; L23:import org.checkerframework.checker.nullness.qual.Nullable; L24: L25:/** L26: * An abstract composition of multiple hash functions. {@linkplain #newHasher()} delegates to the L27: * {@code Hasher} objects of the delegate hash functions, and in the end, they are used by L28: * {@linkplain #makeHash(Hasher[])} that constructs the final {@code HashCode}. L29: * L30: * @author Dimitris Andreou L31: */ L32:@Immutable L33:@ElementTypesAreNonnullByDefault L34:abstract class...github.com/google/guava/guava/src/com/google/co...Wed Oct 06 00:47:57 UTC 2021 5.4K bytes -
ApacheHttpClientTest.kt
To("hello, Apache HttpClient 5.x") L56: } L57: L58: val recorded = server.takeRequest() L59: assertThat(recorded.headers["Accept"]).isEqualTo("text/plain") L60: assertThat(recorded.headers["Accept-Encoding"]).isEqualTo("gzip, x-gzip, deflate") L61: assertThat(recorded.headers["Connection"]).isEqualTo("keep-alive") L62: assertThat(recorded.headers["User-Agent"]!!).startsWith("Apache-HttpClient/") L63: } L64:}...github.com/square/okhttp/samples/compare/src/te...Mon Jan 08 01:13:22 UTC 2024 2.1K bytes -
Dns.kt
lookup(hostname: String): List<InetAddress> L38: L39: companion object { L40: /** L41: * A DNS that uses [InetAddress.getAllByName] to ask the underlying operating system to L42: * lookup IP addresses. Most custom [Dns] implementations should delegate to this instance. L43: */ L44: @JvmField L45: val SYSTEM: Dns = DnsSystem() L46: L47: private class DnsSystem : Dns { L48: override fun lookup(hostname: String): List<InetAddress> { L49: try { L50: return InetAd...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 2.2K bytes -
BloomFilterStrategies.java
serialized form L31: * of the Bloom filters that use them, thus they must be preserved as is (no updates allowed, only L32: * introduction of new versions). L33: * L34: * <p>Important: the order of the constants cannot change, and they cannot be deleted - we depend on L35: * their ordinal for BloomFilter serialization. L36: * L37: * @author Dimitris Andreou L38: * @author Kurt Alfred Kluever L39: */ L40:@ElementTypesAreNonnullByDefault L41:enum BloomFilterStrategies implements BloomFilter.Strategy...github.com/google/guava/guava/src/com/google/co...Mon Oct 10 19:45:10 UTC 2022 10.7K bytes -
ArrayListMultimapTest.java
ceValues("foo", asList(2, 4)) instanceof RandomAccess); L107: assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); L108: } L109: L110: /** Test throwing ConcurrentModificationException when a sublist's ancestor's delegate changes. */ L111: public void testSublistConcurrentModificationException() { L112: ListMultimap<String, Integer> multimap = create(); L113: multimap.putAll("foo", asList(1, 2, 3, 4, 5)); L114: List<Integer> list = multimap.get("foo"); L115:...github.com/google/guava/android/guava-tests/tes...Tue Oct 15 17:36:06 UTC 2024 6.5K bytes -
Address.kt
certificatePinner: CertificatePinner?, L47: /** Returns the client's proxy authenticator. */ L48: @get:JvmName("proxyAuthenticator") val proxyAuthenticator: Authenticator, L49: /** L50: * Returns this address's explicitly-specified HTTP proxy, or null to delegate to the L51: * [proxy selector][proxySelector]. L52: */ L53: @get:JvmName("proxy") val proxy: Proxy?, L54: protocols: List<Protocol>, L55: connectionSpecs: List<ConnectionSpec>, L56: /** L57: * Returns this address's proxy selector. Only...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 7.4K bytes -
fess_message_ko.properties
- - - - - - - - - - - - - - - L58:# five framework-embedded messages (don't change key names) L59:# - - - - - - - - - -/ L60:errors.login.failure = 로그인에 실패했습니다. L61:errors.app.illegal.transition = 불법적인 전환으로 인해 다시 시도하십시오. L62:errors.app.db.already.deleted = 다른 처리에서 제거되어 있을 수 있습니다. 작업을 확인하십시오. L63:errors.app.db.already.updated = 다른 처리로 업데이트 되어 있을 수 있습니다. 작업을 확인하십시오. L64:errors.app.db.already.exists = 데이터가 이미 존재합니다. 작업을 확인하십시오. L65:errors.app.double.submit.request =이 요청하기 전에 처리되는 경우가 있습니다. 작업을 확인하십시오....github.com/codelibs/fess/src/main/resources/fes...Sat Jul 07 06:11:30 UTC 2018 11.1K bytes -
feature_addition_request.yaml
L90: L91: Before new features get added to Guava, we really want to be sure that it's for a use case L92: that actually comes up in the real world. We want to hear the real-world use case so the L93: community can discuss and debate whether this feature is actually the *best* way to address L94: the real use case, or whether or not a different abstraction might be more appropriate. L95: L96: L97: It's okay if you can't provide complete context on a use case. We...github.com/google/guava/.github/ISSUE_TEMPLATE/...Fri Nov 17 18:47:47 UTC 2023 5.8K bytes