Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for com (0.02 sec)

  1. osdd.xml

    L1:<?xml version="1.0" encoding="UTF-8"?> L2:<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> L3: <ShortName>Fess</ShortName> L4: <Description>Full Text Search for Your Documents.</Description> L5: <Tags>Full Text Search</Tags> L6: <Contact>fess-user@lists.sourceforge.jp</Contact> L7: <SearchForm>http://localhost:8080/fess/</SearchForm> L8: <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/> L9: <InputEncoding>UTF-8</InputEncoding> L10:...
    github.com/codelibs/fess/src/test/resources/osd...
    Thu Feb 08 05:17:08 UTC 2024
      535 bytes
  2. dbflute.xml

    basedir="."> L3: <property name="mydbflute.dir" value="${basedir}/mydbflute" /> L4: <property name="target.dir" value="${basedir}/target" /> L5: <property name="branch.name" value="fess-14.17" /> L6: <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> L7: L8: <target name="mydbflute.check"> L9: <condition property="mydbflute.exists"> L10: <available file="${mydbflute.dir}" type="dir" /> L11: </condition> L12: </target> L13:...
    github.com/codelibs/fess/dbflute.xml
    Sat Sep 21 05:37:26 UTC 2024
      1000 bytes
  3. deps.xml

    " value="jakarta.annotation-api" /> L30: <param name="jar.version" value="2.1.1" /> L31: <param name="file.version" value="2.1.1" /> L32: </antcall> L33: <!-- kopf --> L34: <get dest="${target.dir}/kopf.zip"> L35: <url url="https://github.com/codelibs/elasticsearch-kopf/archive/${kopf.branch}.zip" /> L36: </get> L37: <delete dir="${site.dir}/kopf" /> L38: <unzip dest="${site.dir}/kopf" src="${target.dir}/kopf.zip"> L39: <patternset> L40: <include name="elasticsearch-kopf-${kopf.branch}/_site/**"...
    github.com/codelibs/fess/deps.xml
    Thu Oct 24 04:37:19 UTC 2024
      2.5K bytes
  4. pom.xml

    artifactId> L1175: </exclusion> L1176: <exclusion> L1177: <groupId>com.google.code.findbugs</groupId> L1178: <artifactId>jsr305</artifactId> L1179: </exclusion> L1180: <exclusion> L1181: <groupId>com.google.errorprone</groupId> L1182: <artifactId>error_prone_annotations</artifactId> L1183: </exclusion> L1184: </exclusions> L1185: </dependency> L1186: <dependency> L1187: <groupId>com.google.oauth-client</groupId> L1188: <artifactId>google-oauth-client</artifactId>...
    github.com/codelibs/fess/pom.xml
    Sat Oct 26 02:16:03 UTC 2024
      49.1K bytes
  5. fe.tld

    L1:<?xml version="1.0" encoding="UTF-8" ?> L2: L3:<taglib xmlns="http://java.sun.com/xml/ns/j2ee" L4: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" L5: xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" L6: version="2.0"> L7: L8: <description>JSTL 1.1 functions library</description> L9: <display-name>JSTL functions</display-name> L10: <tlib-version>1.1</tlib-version> L11: <short-name>fe</short-name> L12: <uri>fess.tags.functions</uri>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      10K bytes
  6. pom.xml

    L91: <execution> L92: <id>report</id> L93: <phase>prepare-package</phase> L94: <goals> L95: <goal>report</goal> L96: </goals> L97: </execution> L98: </executions> L99: </plugin> L100: <plugin> L101: <groupId>com.mycila</groupId> L102: <artifactId>license-maven-plugin</artifactId> L103: <version>4.1</version> L104: <configuration> L105: <header>https://www.codelibs.org/assets/license/header.txt</header> L106: <properties> L107: <year>2022</year>...
    github.com/codelibs/curl4j/pom.xml
    Thu Oct 03 17:04:48 UTC 2024
      4K bytes
Back to top