- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 835 for Gang (0.02 sec)
-
AccessTokenService.java
service; L17: L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import java.util.HashSet; L21:import java.util.List; L22:import java.util.Set; L23: L24:import org.codelibs.core.beans.util.BeanUtil; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.Constants; L27:import org.codelibs.fess.app.pager.AccessTokenPager; L28:import org.codelibs.fess.es.config.cbean.AccessTokenCB; L29:import org.codelibs.fess.es.config.exbhv.AccessTokenBhv; L30:import org.co...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.6K bytes -
MultisetIteratorTester.java
com.google.common.annotations.GwtIncompatible; L26:import com.google.common.annotations.J2ktIncompatible; L27:import com.google.common.collect.testing.IteratorTester; L28:import com.google.common.collect.testing.features.CollectionFeature; L29:import java.lang.reflect.Method; L30:import java.util.Iterator; L31:import java.util.List; L32:import org.checkerframework.checker.nullness.qual.Nullable; L33:import org.junit.Ignore; L34: L35:/** L36: * Tester to make sure the {@code iterator().remove()} implementation...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 4.4K bytes -
AndroidLog.kt
L92: i = end L93: } while (i < newline) L94: i++ L95: } L96: } L97: } L98: L99: private fun loggerTag(loggerName: String): String { L100: // We need to handle long logger names before they hit Log. L101: // java.lang.IllegalArgumentException: Log tag "okhttp3.mockwebserver.MockWebServer" exceeds limit of 23 characters L102: return knownLoggers[loggerName] ?: loggerName.take(23) L103: } L104: L105: fun enable() { L106: for ((logger, tag) in knownLoggers)...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 3.9K bytes -
SystemUtil.java
the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.util; L17: L18:import org.codelibs.fess.Constants; L19: L20:public class SystemUtil extends org.codelibs.core.lang.SystemUtil { L21: private SystemUtil() { L22: } L23: L24: @SuppressWarnings("deprecation") L25: public static String getSearchEngineHttpAddress() { L26: final String value = System.getProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.1K bytes -
SuppressSignatureCheck.kt
L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal L17: L18:import java.lang.annotation.Documented L19:import kotlin.annotation.AnnotationRetention.BINARY L20:import kotlin.annotation.AnnotationTarget.CLASS L21:import kotlin.annotation.AnnotationTarget.CONSTRUCTOR L22:import kotlin.annotation.AnnotationTarget.FUNCTION L23:...github.com/square/okhttp/okhttp/src/main/kotlin...Fri Apr 05 03:30:42 UTC 2024 990 bytes -
OpenIdConnectCredential.java
L17: L18:import static org.codelibs.core.stream.StreamUtil.split; L19:import static org.codelibs.core.stream.StreamUtil.stream; L20: L21:import java.util.HashSet; L22:import java.util.Map; L23:import java.util.Set; L24: L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.entity.FessUser; L27:import org.codelibs.fess.helper.SystemHelper; L28:import org.codelibs.fess.util.ComponentUtil; L29:import org.codelibs.fess.util.DocumentUtil; L30:import org.lastaflute.web.login.creden...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.2K bytes -
package-list
ork.javacutil.dist L95:org.checkerframework.javacutil.trees L96:org.eclipse.jdt.annotation L97:org.eclipse.jgit.annotations L98:org.jetbrains.annotations L99:org.jmlspecs.annotation L100:org.netbeans.api.annotations.common L101:org.springframework.lang...github.com/google/guava/android/guava/javadoc-l...Thu Dec 07 19:00:31 UTC 2017 3.8K bytes -
CompactHashMapFloodingTest.java
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static java.lang.Math.log; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import java.util.Map; L23: L24:@GwtIncompatible L25:public class CompactHashMapFloodingTest extends AbstractHashFloodingTest<Map<Object, Object>> { L26: public CompactHashMapFloodingTest()...github.com/google/guava/guava-tests/test/com/go...Wed Oct 30 16:15:19 UTC 2024 1K bytes -
CompactHashSetFloodingTest.java
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static java.lang.Math.log; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import java.util.Set; L23: L24:@GwtIncompatible L25:public class CompactHashSetFloodingTest extends AbstractHashFloodingTest<Set<Object>> { L26: public CompactHashSetFloodingTest()...github.com/google/guava/guava-tests/test/com/go...Wed Oct 30 16:15:19 UTC 2024 1K bytes -
ByteSourceTest.java
ption.READ_THROWS; L24:import static com.google.common.io.TestOption.SKIP_THROWS; L25:import static com.google.common.io.TestOption.WRITE_THROWS; L26:import static com.google.common.truth.Truth.assertThat; L27:import static java.lang.Math.max; L28:import static java.lang.Math.min; L29:import static java.nio.charset.StandardCharsets.US_ASCII; L30:import static org.junit.Assert.assertArrayEquals; L31:import static org.junit.Assert.assertThrows; L32: L33:import com.google.common.collect.ImmutableList;...github.com/google/guava/guava-tests/test/com/go...Sat Oct 19 00:26:48 UTC 2024 15.4K bytes