Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,173 for Package (0.04 sec)

  1. README.md

    ### Run Fess
    
    Run or debug org.codelibs.fess.FessBoot on your IDE, and then access http://localhost:8080/
    
    ### Build Package
    
    Run the `package` goal and then the release file will be created in target/releases.
    
        $ mvn package
        $ mvn rpm:rpm   # .rpm package
        $ mvn jdeb:jdeb # .deb package
    
    ### Generate Source Code
    
        $ mvn dbflute:download # (one time command)
        $ mvn dbflute:freegen
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Feb 25 00:40:07 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/wizard/IndexForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.wizard;
    
    public class IndexForm {
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 698 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/SsoResponseType.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.sso;
    
    public enum SsoResponseType {
        METADATA, LOGOUT;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 707 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/dict/ListForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.dict;
    
    /**
     * @author Keiichi Watanabe
     */
    public class ListForm {
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 731 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.user;
    
    /**
     * @author shinsuke
     */
    public class SearchForm {
    
        public String id;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 747 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/util/BooleanFunction.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.util;
    
    @FunctionalInterface
    public interface BooleanFunction<T> {
        boolean apply(T t);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 739 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsCrawlingInfoCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class CrawlingInfoCA extends BsCrawlingInfoCA {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 834 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/ElevateWordToLabelCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsElevateWordToLabelCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 852 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/ca/KeyMatchCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsKeyMatchCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class KeyMatchCA extends BsKeyMatchCA {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 822 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/ca/LabelTypeCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsLabelTypeCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class LabelTypeCA extends BsLabelTypeCA {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 825 bytes
    - Viewed (0)
Back to top