- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 1,284 for parche (0.05 sec)
-
AdminWizardAction.java
License. L15: */ L16:package org.codelibs.fess.app.web.admin.wizard; L17: L18:import java.io.UnsupportedEncodingException; L19:import java.net.URLEncoder; L20:import java.util.List; L21: L22:import org.apache.commons.lang3.StringUtils; L23:import org.apache.logging.log4j.LogManager; L24:import org.apache.logging.log4j.Logger; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.core.misc.DynamicProperties; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.annotation.Secured;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12.7K bytes -
WebConfigPager.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...Thu Feb 22 01:37:57 UTC 2024 3.8K bytes -
RelatedContentService.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...Thu Feb 22 01:53:18 UTC 2024 3.6K bytes -
DuplicateHostHelperTest.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/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
MemoryUtilTest.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/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.1K bytes -
AccessTokenHelper.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...Thu Feb 22 01:53:18 UTC 2024 2.1K bytes -
README.md
/maven-central/org.codelibs.fess/fess) L4:[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE) L5: L6:## Overview L7: L8:Fess is a very powerful and easily deployable Enterprise Search Server. You can quickly install and run Fess on any platform where you can run the Java Runtime Environment. Fess is provided under the [Apache License 2.0](LICENSE). L9: L10:Fess is based on [OpenSearch](https://github.com/opensearch-...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
FuzzyQueryCommand.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.apache.lucene.index.Term; L21:import org.apache.lucene.search.FuzzyQuery; L22:import org.apache.lucene.search.Query; L23:import org.codelibs.fess.Constants; L24:import org.codelibs.fess.entity.QueryContext; L25:import org.codelibs.fess.exception.InvalidQueryException;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.3K bytes -
PhraseQueryCommand.java
limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import static org.codelibs.core.stream.StreamUtil.stream; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.apache.lucene.index.Term; L23:import org.apache.lucene.search.PhraseQuery; L24:import org.apache.lucene.search.Query; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.entity.QueryContext; L27:import org.codelibs.fess.exception.InvalidQueryException;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.8K bytes -
GroupService.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...Thu Feb 22 01:53:18 UTC 2024 3.6K bytes