- Sort Score
- Result 10 results
- Languages All
Results 571 - 580 of 4,102 for parche (0.05 sec)
-
CacheBuilderTest.java
under the License. L15: */ L16: L17:package com.google.common.cache; L18: L19:import static com.google.common.cache.ReflectionFreeAssertThrows.assertThrows; L20:import static com.google.common.cache.TestingCacheLoaders.constantLoader; L21:import static com.google.common.cache.TestingCacheLoaders.identityLoader; L22:import static com.google.common.cache.TestingRemovalListeners.countingRemovalListener; L23:import static com.google.common.cache.TestingRemovalListeners.nullRemovalListener; L24:import static...github.com/google/guava/guava-tests/test/com/go...Fri Oct 18 15:00:32 UTC 2024 24.9K bytes -
DocumentHelper.java
java.util.Base64; L26:import java.util.HashSet; L27:import java.util.Map; L28:import java.util.Set; L29:import java.util.zip.GZIPInputStream; L30:import java.util.zip.GZIPOutputStream; L31: L32:import org.apache.commons.lang3.StringUtils; L33:import org.apache.logging.log4j.LogManager; L34:import org.apache.logging.log4j.Logger; L35:import org.codelibs.core.io.ReaderUtil; L36:import org.codelibs.core.io.SerializeUtil; L37:import org.codelibs.core.lang.StringUtil; L38:import org.codelibs.fess.Constants;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12K bytes -
BasicMockServerTest.kt
L1:/* L2: * Copyright (C) 2024 Square, Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...github.com/square/okhttp/container-tests/src/te...Fri Apr 05 03:30:42 UTC 2024 3.3K bytes -
TestingRemovalListeners.java
L1:/* L2: * Copyright (C) 2011 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...github.com/google/guava/android/guava-tests/tes...Mon Dec 04 17:37:03 UTC 2017 3K bytes -
fess_config.properties
L262:crawler.document.file.default.exclude.index.patterns= L263:crawler.document.file.default.include.search.patterns= L264:crawler.document.file.default.exclude.search.patterns= L265: L266:# cache L267:crawler.document.cache.enabled=true L268:crawler.document.cache.max.size=2621440 L269:crawler.document.cache.supported.mimetypes=text/html L270:#,text/plain,application/xml,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
Relay.kt
L1:/* L2: * Copyright (C) 2016 Square, Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 11.8K bytes -
OkHttpTest.kt
assertEquals(200, it.code) L899: assertNotNull(it.cacheResponse) L900: assertNull(it.networkResponse) L901: } L902: L903: assertEquals(1, cache.hitCount()) L904: assertEquals(1, cache.networkCount()) L905: assertEquals(2, cache.requestCount()) L906: } finally { L907: cache.delete() L908: } L909: } L910: L911: private fun OkHttpClient.get(url: String) { L912: val request = Request.Builder().url(url).build() L913: val response = this....github.com/square/okhttp/android-test/src/andro...Sat Jan 20 10:30:28 UTC 2024 27K bytes -
ApacheHttpClientTest.kt
L18:import androidx.test.ext.junit.runners.AndroidJUnit4 L19:import org.apache.hc.client5.http.classic.methods.HttpGet L20:import org.apache.hc.client5.http.impl.classic.HttpClients L21:import org.apache.hc.core5.http.HttpVersion L22:import org.junit.After L23:import org.junit.Assert.assertEquals L24:import org.junit.Test L25:import org.junit.runner.RunWith L26: L27:/** L28: * Apache HttpClient 5.x. L29: * L30: * https://hc.apache.org/httpcomponents-client-5.0.x/index.html L31: */ L32:@RunWith(AndroidJUnit4::class)...github.com/square/okhttp/regression-test/src/an...Mon Jan 08 01:13:22 UTC 2024 1.5K bytes -
CacheTest.kt
${entryBody.length} L2756:""" L2757: fileSystem.createDirectory(cache.directoryPath) L2758: writeFile(cache.directoryPath, "$urlKey.0", entryMetadata) L2759: writeFile(cache.directoryPath, "$urlKey.1", entryBody) L2760: writeFile(cache.directoryPath, "journal", journalBody) L2761: cache = Cache(fileSystem, cache.directory.path.toPath(), Int.MAX_VALUE.toLong()) L2762: client = L2763: client.newBuilder() L2764: .cache(cache) L2765: .build() L2766: val response = get(url)...github.com/square/okhttp/okhttp/src/test/java/o...Wed Apr 10 19:46:48 UTC 2024 108.6K bytes -
DelegatingSSLSocket.kt
L1:/* L2: * Copyright 2014 Square Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either...github.com/square/okhttp/okhttp-testing-support...Mon Jan 08 01:13:22 UTC 2024 7.9K bytes