- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,217 for pbcopy (0.04 sec)
-
deps.xml
> L53: <url url="${repo.url}/${jar.groupId}/${jar.artifactId}/${jar.version}/${jar.artifactId}-${file.version}.jar" /> L54: </get> L55: <copy file="${target.dir}/${jar.artifactId}-${file.version}.jar" L56: todir="${crawler.dir}/lib"/> L57: <copy file="${target.dir}/${jar.artifactId}-${file.version}.jar" L58: todir="${suggest.dir}/lib"/> L59: <copy file="${target.dir}/${jar.artifactId}-${file.version}.jar" L60: todir="${thumbnail.dir}/lib"/> L61: </target> L62:</project>...github.com/codelibs/fess/deps.xmlThu Oct 24 04:37:19 UTC 2024 2.5K bytes -
NOTICE
L27: L28:The MIT License (MIT) L29: L30:Copyright (c) 2014 Leonardo Menezes L31: L32:Permission is hereby granted, free of charge, to any person obtaining a copy L33:of this software and associated documentation files (the "Software"), to deal L34:in the Software without restriction, including without limitation the rights L35:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L36:copies of the Software, and to permit persons to whom the Software is L37:furnished to do so,...github.com/codelibs/fess/NOTICEWed Jan 15 23:53:08 UTC 2020 2.2K bytes -
AdminPluginAction.java
(); final OutputStream os = new FileOutputStream(tempFile)) { L98: CopyUtil.copy(is, os); L99: } catch (final Exception e) { L100: if (tempFile.exists() && !tempFile.delete()) { L101: logger.warn("Failed to delete {}.", tempFile.getAbsolutePath()); L102: } L103: logger.debug("Failed to copy {}", filename, e); L104: throwValidationError(messages -> messages.addError...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
AdminEsreqAction.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 6.2K bytes -
SearchEngineApiManager.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 Aug 15 08:29:24 UTC 2024 11.3K 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 -
AdminBackupAction.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...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
AdminMaintenanceAction.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:20:39 UTC 2024 14K bytes -
TestHandler.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/test/java/org/code...Tue Jun 18 00:44:11 UTC 2024 702 bytes -
SearchForm.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 778 bytes