- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 4,008 for pbcopy (0.04 sec)
-
MultisetIteratorBenchmark.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...Fri Oct 18 20:24:49 UTC 2024 2.7K bytes -
ForwardingListIterator.java
L1:/* L2: * Copyright (C) 2007 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/src/com/google/co...Tue Jun 29 19:42:21 UTC 2021 2.5K bytes -
CurlRequest.java
L1:/* L2: * Copyright 2012-2022 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/curl4j/src/main/java/org/co...Sun Feb 12 12:21:25 UTC 2023 12.3K bytes -
GwtFluentFutureCatchingSpecialization.java
L27:@J2ktIncompatible // Super-sourced L28:@ElementTypesAreNonnullByDefault L29:abstract class GwtFluentFutureCatchingSpecialization<V extends @Nullable Object> L30: extends AbstractFuture<V> { L31: /* L32: * This server copy of the class is empty. The corresponding GWT copy contains alternative L33: * versions of catching() and catchingAsync() with slightly different signatures from the ones L34: * found in FluentFuture.java. L35: */ L36:}...github.com/google/guava/android/guava/src/com/g...Tue Apr 04 09:45:04 UTC 2023 1.5K bytes -
GwtFuturesCatchingSpecialization.java
different signatures. L25: */ L26:@GwtCompatible(emulated = true) L27:@J2ktIncompatible // Super-sourced L28:@ElementTypesAreNonnullByDefault L29:abstract class GwtFuturesCatchingSpecialization { L30: /* L31: * This server copy of the class is empty. The corresponding GWT copy contains alternative L32: * versions of catching() and catchingAsync() with slightly different signatures from the ones L33: * found in Futures.java. L34: */ L35:}...github.com/google/guava/guava/src/com/google/co...Tue Apr 04 09:45:04 UTC 2023 1.4K bytes -
PerCallSettings.kt
L1:/* L2: * Copyright (C) 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,...github.com/square/okhttp/samples/guide/src/main...Mon Jan 08 01:13:22 UTC 2024 1.7K bytes -
MultimapBuilderTest.java
} L117: } L118: } L119: L120: @J2ktIncompatible L121: @GwtIncompatible // serialization L122: private static void reserializeAndAssert(Object object) throws Exception { L123: Object copy = reserialize(object); L124: assertEquals(object, copy); L125: assertEquals(object.getClass(), copy.getClass()); L126: } L127: L128: @J2ktIncompatible L129: @GwtIncompatible // serialization L130: private static Object reserialize(Object object) throws Exception { L131: ByteArrayOutputStream...github.com/google/guava/guava-tests/test/com/go...Tue Jul 02 18:21:29 UTC 2024 5.2K bytes -
SambaHelper.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 Jun 27 10:58:21 UTC 2024 3.3K bytes -
QueryProcessor.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:53:18 UTC 2024 3.3K bytes -
RealEventSource.kt
L1:/* L2: * Copyright (C) 2018 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-sse/src/main/ko...Mon Jan 08 01:13:22 UTC 2024 3.2K bytes