- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 1,380 for pyversion (0.05 sec)
-
admin_plugin.jsp
value="${f:h(artifact.name)}"> L120: <input type="hidden" name="version" L121: value="${f:h(artifact.version)}"> L122: <button type="submit" L123: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 10.5K bytes -
ApiAdminPluginAction.java
put$index(final InstallBody body) { L52: validateApi(body, messages -> {}); L53: final Artifact artifact = ComponentUtil.getPluginHelper().getArtifact(body.name, body.version); L54: if (artifact == null) { L55: return asJson( L56: new ApiResult.ApiErrorResponse().message("invalid name or version").status(ApiResult.Status.BAD_REQUEST).result()); L57: } L58: installArtifact(artifact); L59: return asJson(new ApiResult.ApiResponse().status(Ap...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.9K bytes -
SearchLog.java
L57: } L58: L59: public void setId(final String id) { L60: asDocMeta().id(id); L61: } L62: L63: @Override L64: public Long getVersionNo() { L65: return asDocMeta().version(); L66: } L67: L68: public void setVersionNo(final Long version) { L69: asDocMeta().version(version); L70: } L71: L72: public void addSearchFieldLogValue(final String name, final String value) { L73: if (StringUtil.isNotBlank(name) && StringUtil.isNotBlank(value)) { L74: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6K bytes -
maven-metadata.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<metadata> L3: <groupId>org.codelibs.fess</groupId> L4: <artifactId>fess-crawler-db</artifactId> L5: <versioning> L6: <latest>1.0.12</latest> L7: <release>1.0.12</release> L8: <versions> L9: <version>1.0.0</version> L10: <version>1.0.1</version> L11: <version>1.0.2</version> L12: <version>1.0.3</version> L13: <version>1.0.4</version> L14: <version>1.0.5</version> L15: <version>1.0.6</version> L16: <v...github.com/codelibs/fess/src/test/resources/plu...Mon Jun 17 13:30:41 UTC 2024 716 bytes -
maven-metadata.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<metadata> L3: <groupId>org.codelibs.fess</groupId> L4: <artifactId>fess-ds-atlassian</artifactId> L5: <versioning> L6: <latest>13.2.0</latest> L7: <release>13.2.0</release> L8: <versions> L9: <version>12.2.0</version> L10: <version>12.5.0</version> L11: <version>12.6.0</version> L12: <version>12.7.0</version> L13: <version>13.0.0</version> L14: <version>13.1.0</version>...github.com/codelibs/fess/src/test/resources/plu...Tue Aug 13 07:34:14 UTC 2019 606 bytes -
EsAbstractConditionBean.java
= searchType; L710: } L711: L712: public void setTimeoutInMillis(long timeoutInMillis) { L713: this.timeoutInMillis = timeoutInMillis; L714: } L715: L716: public void setVersion(boolean version) { L717: this.version = version; L718: } L719: L720: public void setTerminateAfter(int terminateAfter) { L721: this.terminateAfter = terminateAfter; L722: } L723: } L724:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 17.8K 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 -
control
L1:Package: fess L2:Version: [[version]] L3:Architecture: all L4:Maintainer: Fess Team L5:Depends: libc6, adduser L6:Section: web L7:Priority: optional L8:Homepage: https://github.com/codelibs/fess L9:Description: Enterprise Search Server: Fess L10: Fess is very powerful and easily deployable Enterprise Search Server. You can install and run Fess quickly on any platforms, which have Java runtime environment. Fess is provided under Apache license....github.com/codelibs/fess/src/packaging/deb/scri...Thu Dec 10 01:24:02 UTC 2015 420 bytes -
copyright
L1:Copyright(C) 2009-2016 CodeLibs Project. All Rights Reserved. L2: L3:License: Apache-2.0 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...github.com/codelibs/fess/src/packaging/deb/copy...Thu Jan 07 06:27:26 UTC 2016 749 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