- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 96 for Persian (0.07 sec)
-
module.xml
value="transport-netty4" /> L76: <param name="module.version" value="${opensearch.version}" /> L77: <param name="module.zip.version" value="${opensearch.version}" /> L78: </antcall> L79: L80: <antcall target="remove.jars" /> L81: </target> L82: L83: <target name="install.module"> L84: <get dest="${target.dir}"> L85: <url url="${repo.url}/${module.groupId}/${module.name.prefix}${module.name}/${module.version}/${module.name.prefix}${module.name}-${module.zip.version}.zip" /> L86: </get> L87: <unzip des...github.com/codelibs/fess/module.xmlFri Oct 25 12:43:59 UTC 2024 4.5K bytes -
deps.xml
dest="${target.dir}"> 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 -
pom.xml
L925: <artifactId>lasta-di</artifactId> L926: <version>${lasta.di.version}</version> L927: </dependency> L928: <dependency> L929: <groupId>org.lastaflute</groupId> L930: <artifactId>lastaflute</artifactId> L931: <version>${lastaflute.version}</version> L932: </dependency> L933: <dependency> L934: <groupId>org.lastaflute.html</groupId> L935: <artifactId>lasta-taglib</artifactId> L936: <version>${lasta.taglib.version}</version> L937: </dependency> L938: L939: <!-- dbflute -->...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
pom.xml
</scm> L25: <parent> L26: <groupId>org.sonatype.oss</groupId> L27: <artifactId>oss-parent</artifactId> L28: <version>9</version> L29: </parent> L30: <properties> L31: <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> L32: </properties> L33: <build> L34: <plugins> L35: <plugin> L36: <artifactId>maven-compiler-plugin</artifactId> L37: <version>3.10.1</version> L38: <configuration> L39: <source>1.8</source> L40: <target>1.8</target> L41: <encoding>UTF-8</encoding>...github.com/codelibs/curl4j/pom.xmlThu Oct 03 17:04:48 UTC 2024 4K bytes -
SystemHelper.java
new Properties(); L186: prop.load(in); L187: version = prop.getProperty("fess.version", "0.0.0"); L188: final String[] values = version.split("\\."); L189: majorVersion = Integer.parseInt(values[0]); L190: minorVersion = Integer.parseInt(values[1]); L191: productVersion = majorVersion + "." + minorVersion; L192: System.setProperty("fess.version", version); L193: System.setProperty("fess.product.version", productVersion);...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
plugin.xml
name="plugin.name" value="minhash" /> L47: <param name="plugin.version" value="2.17.1" /> L48: <param name="plugin.zip.version" value="2.17.1" /> L49: </antcall> L50: L51: <antcall target="remove.jars" /> L52: </target> L53: L54: <target name="install.plugin"> L55: <get dest="${target.dir}"> L56: <url url="${repo.url}/${plugin.groupId}/${plugin.name.prefix}${plugin.name}/${plugin.version}/${plugin.name.prefix}${plugin.name}-${plugin.zip.version}.zip" /> L57: </get> L58: <unzip dest="${plugins.dir}/${plugin.name}"...github.com/codelibs/fess/plugin.xmlFri Oct 25 23:33:43 UTC 2024 3.5K bytes -
bootstrap.min.js.map
requires jQuery. jQuery must be included before Bootstrap\\'s JavaScript.')\n }\n\n const version = $.fn.jquery.split(' ')[0].split('.')\n const minMajor = 1\n const ltMajor = 2\n const minMinor = 9\n const minPatch = 1\n const maxMajor = 4\n\n if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {\n throw new Error('Bootstrap\\'s JavaScript requires at least jQuery v1.9.1...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 180.9K bytes -
fess_se.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="scriptEngineFactory" L6: class="org.codelibs.fess.script.ScriptEngineFactory"> L7: </component> L8:</components>...github.com/codelibs/fess/src/main/resources/fes...Mon Oct 21 12:16:01 UTC 2024 279 bytes -
FieldConfigs.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 2.3K bytes -
ApiResult.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 12.5K bytes