- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 4,367 for parche (0.04 sec)
-
SubscriberRegistry.java
.checkNotNull; L19: L20:import com.google.common.annotations.VisibleForTesting; L21:import com.google.common.base.MoreObjects; L22:import com.google.common.base.Objects; L23:import com.google.common.cache.CacheBuilder; L24:import com.google.common.cache.CacheLoader; L25:import com.google.common.cache.LoadingCache; L26:import com.google.common.collect.HashMultimap; L27:import com.google.common.collect.ImmutableList; L28:import com.google.common.collect.ImmutableSet; L29:import com.google.common.collect.Iterators;...github.com/google/guava/android/guava/src/com/g...Thu Oct 17 15:16:45 UTC 2024 10.8K bytes -
ci.yml
actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 L42: L43: with: L44: java-version: ${{ matrix.java }} L45: distribution: 'zulu' L46: cache: 'maven' L47: - name: 'Install' L48: shell: bash L49: run: ./mvnw -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -U -DskipTests=true -f $ROOT_POM L50: - name: 'Test' L51: shell: bash L52: run: ./mvnw -B -P!standard-with-extra-repos...github.com/google/guava/.github/workflows/ci.ymlTue Oct 29 18:53:45 UTC 2024 3.5K 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 -
QueryContext.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/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes -
BsJobLog.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/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.5K bytes -
BsKeyMatch.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/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.4K bytes -
ListGenerators.java
L1:/* L2: * Copyright (C) 2009 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/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5K bytes -
ListAddAtIndexTester.java
L1:/* L2: * Copyright (C) 2008 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/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 5.4K bytes -
SlackApi.java
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/samples/slack/src/main...Fri Jul 06 19:30:55 UTC 2018 4.4K bytes -
IteratorBenchmark.java
L1:/* L2: * Copyright (C) 2010 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...Mon Dec 04 17:37:03 UTC 2017 4.1K bytes