Search Options

Results per page
Sort
Preferred Languages
Advance

Results 391 - 400 of 4,008 for pbcopy (0.03 sec)

  1. ListenableFuture.java

    added after we released our separate L106: * com.google.guava:listenablefuture:1.0 artifact. (For more on that artifact, see L107: * https://github.com/google/guava/releases/tag/v27.0) This means that the copy of ListenableFuture L108: * in com.google.guava:guava differs from the "frozen" copy in the listenablefuture artifact. This L109: * could in principle cause problems for some users. Still, we expect that the benefits of the L110: * nullness annotations in particular will outweigh the costs....
    github.com/google/guava/futures/listenablefutur...
    Mon Jun 26 21:13:41 UTC 2023
      8K bytes
  2. ListenableFuture.java

    added after we released our separate L106: * com.google.guava:listenablefuture:1.0 artifact. (For more on that artifact, see L107: * https://github.com/google/guava/releases/tag/v27.0) This means that the copy of ListenableFuture L108: * in com.google.guava:guava differs from the "frozen" copy in the listenablefuture artifact. This L109: * could in principle cause problems for some users. Still, we expect that the benefits of the L110: * nullness annotations in particular will outweigh the costs....
    github.com/google/guava/guava/src/com/google/co...
    Mon Jun 26 21:13:41 UTC 2023
      8K bytes
  3. PerCollectionSizeTestSuiteBuilder.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
  4. AbstractFutureCancellationCauseTest.java

    L1:/* L2: * Copyright (C) 2015 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-tests/tes...
    Wed Sep 06 17:04:31 UTC 2023
      6.1K bytes
  5. AbstractFutureCancellationCauseTest.java

    L1:/* L2: * Copyright (C) 2015 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/test/com/go...
    Wed Sep 06 17:04:31 UTC 2023
      6.1K bytes
  6. Files.java

    from a file to an output stream. L295: * L296: * <p><b>{@link java.nio.file.Path} equivalent:</b> {@link L297: * java.nio.file.Files#copy(java.nio.file.Path, OutputStream)}. L298: * L299: * @param from the source file L300: * @param to the output stream L301: * @throws IOException if an I/O error occurs L302: */ L303: public static void copy(File from, OutputStream to) throws IOException { L304: asByteSource(from).copyTo(to); L305: } L306: L307: /** L308: * Copies all the...
    github.com/google/guava/android/guava/src/com/g...
    Mon Jul 22 19:03:12 UTC 2024
      33.1K bytes
  7. KeyMatchHelper.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
      8.2K bytes
  8. ProtocolHelper.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...
    Wed Jun 19 01:34:15 UTC 2024
      7.4K bytes
  9. -CacheControlCommon.kt

    L1:/* L2: * Copyright (C) 2021 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:41:01 UTC 2024
      7.2K bytes
  10. TestValueFactory.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-testing-support...
    Sat Apr 20 17:03:43 UTC 2024
      7.7K bytes
Back to top