- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 37 for baseUri (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
uri = new URI(responseData.getUrl()); } final URI baseUri = uri; getChildUrlRules(responseData, resultData).forEach(entry -> { List<RequestData> requestDataList = new ArrayList<>(); for (final String childUrl : getUrlFromTagAttribute(baseUri, document, entry.getFirst(), entry.getSecond(), responseData.getCharSet())) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 29 07:42:33 UTC 2025 - 30.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
* * @param baseUrl the base URL * @param canonicalUrl the canonical URL to normalize * @return the normalized canonical URL */ protected String normalizeCanonicalUrl(final String baseUrl, final String canonicalUrl) { try { final URI baseUri = URI.create(baseUrl);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java
} @Test void testAddDotFile() { MavenProject project = new MavenProject(); File basedir = new File(System.getProperty("java.io.tmpdir")); project.setFile(new File(basedir, "file")); project.addCompileSourceRoot(basedir.getAbsolutePath()); project.addCompileSourceRoot("."); assertEquals(1, project.getCompileSourceRoots().size()); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 28 09:44:37 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/org/codelibs/core/io/FileUtilTest.java
final File baseDir = tempFolder.getRoot(); final File safeFile = new File(baseDir, "subdir/file.txt"); final File unsafeFile = new File(baseDir, "../../../etc/passwd"); assertTrue("Safe file should be allowed", FileUtil.isPathSafe(safeFile, baseDir)); assertFalse("Unsafe file should be blocked", FileUtil.isPathSafe(unsafeFile, baseDir)); } /**
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java
String basedir = localRepo.getBasedir(); assertFalse(basedir.endsWith("/")); assertFalse(basedir.endsWith("\\")); assertEquals(localRepoDir, new File(basedir)); assertEquals(localRepoDir.getPath(), basedir); } @Inject DefaultMetadataSource defaultMetadataSource; @InjectRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 11.1K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn
if [ ${found_file_switch} -eq 1 ]; then if [ -d "${arg}" ]; then basedir=`cd "${arg}" && pwd -P` elif [ -f "${arg}" ]; then basedir=`dirname "${arg}"` basedir=`cd "$basedir" && pwd -P` if [ ! -d "$basedir" ]; then echo "Directory $basedir extracted from the -f/--file command-line argument ${arg} does not exist" >&2 exit 1 fi else
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 9.2K bytes - Viewed (0) -
plugin.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="plugin" basedir="."> <property name="plugins.dir" value="${basedir}/plugins" /> <property name="target.dir" value="${basedir}/target/plugins" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://central.sonatype.com/repository/maven-snapshots" /> <property name="maven.release.repo.url" value="https://repo1.maven.org/maven2" /> <target name="install.plugins">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 3.5K bytes - Viewed (0) -
deps.xml
<project name="deps" basedir="."> <property name="target.dir" value="${basedir}/target/deps" /> <property name="webinf.dir" value="${basedir}/src/main/webapp/WEB-INF" /> <property name="crawler.dir" value="${basedir}/src/main/webapp/WEB-INF/env/crawler" /> <property name="suggest.dir" value="${basedir}/src/main/webapp/WEB-INF/env/suggest" /> <property name="thumbnail.dir" value="${basedir}/src/main/webapp/WEB-INF/env/thumbnail" />
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 08:57:53 UTC 2025 - 2.5K bytes - Viewed (0) -
guava/pom.xml
<url>https://javadoc.io/doc/com.google.j2objc/j2objc-annotations/latest/</url> <location>${project.basedir}/javadoc-link/j2objc-annotations</location> </offlineLink> <offlineLink> <url>https://errorprone.info/api/latest/</url> <location>${project.basedir}/javadoc-link/error_prone_annotations</location> </offlineLink> </offlineLinks> <links>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 21:36:50 UTC 2025 - 9.6K bytes - Viewed (0) -
dbflute.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="dbflute" basedir="."> <property name="mydbflute.dir" value="${basedir}/mydbflute" /> <property name="target.dir" value="${basedir}/target" /> <property name="branch.name" value="fess-15.4" /> <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> <target name="mydbflute.check"> <condition property="mydbflute.exists">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 999 bytes - Viewed (0)