- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 4,008 for pbcopy (0.04 sec)
-
FilesTest.java
assertFalse(Files.equal(asciiFile, i18nFile)); L203: assertTrue(Files.equal(asciiFile, asciiFile)); L204: L205: File temp = createTempFile(); L206: Files.copy(asciiFile, temp); L207: assertTrue(Files.equal(asciiFile, temp)); L208: L209: Files.copy(i18nFile, temp); L210: assertTrue(Files.equal(i18nFile, temp)); L211: L212: Files.copy(asciiFile, temp); L213: RandomAccessFile rf = new RandomAccessFile(temp, "rw"); L214: rf.writeByte(0); L215: rf.close(); L216: assertEquals(asciiFile.length(),...github.com/google/guava/android/guava-tests/tes...Tue Jul 23 14:22:54 UTC 2024 22.1K bytes -
SerializableTester.java
object, L85: * or if the hashcodes are different. L86: */ L87: @CanIgnoreReturnValue L88: public static <T> T reserializeAndAssert(T object) { L89: T copy = reserialize(object); L90: new EqualsTester().addEqualityGroup(object, copy).testEquals(); L91: Assert.assertEquals(object.getClass(), copy.getClass()); L92: return copy; L93: } L94:}...github.com/google/guava/android/guava-testlib/s...Tue Apr 25 11:57:12 UTC 2023 4.1K bytes -
ThemeHelper.java
Files.createDirectories(path.getParent()); L62: Files.copy(zis, path, StandardCopyOption.REPLACE_EXISTING); L63: } else if ("css".equals(names[0])) { L64: names[0] = themeName; L65: final Path path = ResourceUtil.getCssPath(names); L66: Files.createDirectories(path.getParent()); L67: Files.copy(zis, path, StandardCopyOption.REPLACE_EXISTING); L68: }...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.7K bytes -
FessUserBean.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 4.4K bytes -
MonitorTarget.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 3K bytes -
ExtensionLifecycleTest.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/mockwebserver-junit5/s...Sun Feb 11 12:12:36 UTC 2024 3K bytes -
-MainCommon.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/okcurl/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 2.7K bytes -
TestDohMain.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-dnsoverhttps/sr...Mon Jan 08 01:13:22 UTC 2024 3.2K bytes -
DataConfigPager.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 3.7K bytes -
RelatedContentPager.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 3.4K bytes