- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 4,367 for parche (0.05 sec)
-
ReflectionFreeAssertThrows.java
L1:/* L2: * Copyright (C) 2024 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/guava-testlib/test/com/...Tue Oct 22 13:49:09 UTC 2024 6.3K bytes -
HashStringBenchmark.java
L1:/* L2: * Copyright (C) 2017 The Guava Authors 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/google/guava/guava-tests/benchmark/c...Sat Oct 19 00:26:48 UTC 2024 5.2K bytes -
ClassIterator.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. 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...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 4.2K bytes -
Tuple3.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. 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...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 4.6K bytes -
ClassUtilTest.java
L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. 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...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 6.2K bytes -
FuzzyQueryCommand.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.apache.lucene.index.Term; L21:import org.apache.lucene.search.FuzzyQuery; L22:import org.apache.lucene.search.Query; L23:import org.codelibs.fess.Constants; L24:import org.codelibs.fess.entity.QueryContext; L25:import org.codelibs.fess.exception.InvalidQueryException;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.3K bytes -
PhraseQueryCommand.java
limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.apache.lucene.index.Term; L23:import org.apache.lucene.search.PhraseQuery; L24:import org.apache.lucene.search.Query; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.entity.QueryContext; L27:import org.codelibs.fess.exception.InvalidQueryException;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.8K bytes -
-ResponseCommon.kt
L1:/* L2: * Copyright (C) 2022 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 Apr 15 13:24:48 UTC 2024 5.2K bytes -
DnsOverHttps.kt
sed(failures[i]) L184: } L185: L186: throw unknownHostException L187: } L188: L189: private fun getCacheOnlyResponse(request: Request): Response? { L190: if (client.cache != null) { L191: try { L192: // Use the cache without hitting the network first L193: // 504 code indicates that the Cache is stale L194: val onlyIfCached = L195: CacheControl.Builder() L196: .onlyIfCached() L197: .build() L198: L199: var cacheUrl = request.url...github.com/square/okhttp/okhttp-dnsoverhttps/sr...Thu Oct 31 09:27:31 UTC 2024 9.8K bytes -
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