- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 291 for Gang (0.03 sec)
-
DocMapTest.java
L28: Map<String, Object> value = new LinkedHashMap<>(); L29: DocMap docMap = new DocMap(value); L30: assertTrue(docMap.isEmpty()); L31: value.clear(); L32: L33: List<String> keys = Arrays.asList("test_2", "test_0", "lang", "test_1"); L34: value.put(keys.get(0), true); L35: value.put(keys.get(1), 1000); L36: value.put(keys.get(2), "ja"); L37: value.put(keys.get(3), "str"); L38: docMap = new DocMap(value); L39: assertFalse(docMap.isEmpty());...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
CommandChain.java
java.util.LinkedList; L28:import java.util.List; L29: L30:import org.apache.logging.log4j.LogManager; L31:import org.apache.logging.log4j.Logger; L32:import org.codelibs.core.exception.InterruptedRuntimeException; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.lang.ThreadUtil; L35:import org.codelibs.fess.crawler.Constants; L36:import org.codelibs.fess.crawler.exception.CrawlerSystemException; L37:import org.codelibs.fess.es.user.exentity.User; L38:import org.codelibs.fess.exception.Co...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.3K bytes -
StopwordsItem.java
implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.dict.stopwords; L17: L18:import org.apache.commons.lang3.StringUtils; L19:import org.codelibs.core.lang.StringUtil; L20:import org.codelibs.fess.dict.DictionaryItem; L21: L22:public class StopwordsItem extends DictionaryItem { L23: private final String input; L24: L25: private String newInput; L26: L27: public StopwordsItem(final long id, final...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.4K bytes -
ApiAdminLogAction.java
L22:import java.nio.charset.StandardCharsets; L23:import java.nio.file.Files; L24:import java.nio.file.Path; L25:import java.nio.file.Paths; L26:import java.util.Base64; L27:import java.util.List; L28:import java.util.Map; L29: L30:import org.codelibs.core.lang.StringUtil; L31:import org.codelibs.fess.app.web.api.ApiResult; L32:import org.codelibs.fess.app.web.api.admin.FessApiAdminAction; L33:import org.lastaflute.web.Execute; L34:import org.lastaflute.web.response.JsonResponse; L35:import org.lastaflut...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.7K bytes -
ResourceUtil.java
java.io.File; L19:import java.io.FilenameFilter; L20:import java.nio.file.Files; L21:import java.nio.file.Path; L22:import java.nio.file.Paths; L23:import java.util.regex.Matcher; L24:import java.util.regex.Pattern; L25: L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.mylasta.direction.FessConfig; L29:import org.dbflute.optional.OptionalEntity; L30:import org.lastaflute.web.util.LaServletContextUtil; L31: L32:import jakarta.servlet.ServletContext;...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 08:52:32 UTC 2024 7.5K bytes -
ExecJob.java
java.util.List; L25:import java.util.Properties; L26:import java.util.regex.Pattern; L27: L28:import org.apache.commons.io.FileUtils; L29:import org.apache.logging.log4j.LogManager; L30:import org.apache.logging.log4j.Logger; L31:import org.codelibs.core.lang.StringUtil; L32:import org.codelibs.core.timer.TimeoutManager; L33:import org.codelibs.core.timer.TimeoutTask; L34:import org.codelibs.fess.Constants; L35:import org.codelibs.fess.es.config.exentity.ScheduledJob; L36:import org.codelibs.fess.util.ComponentUtil;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 7.7K bytes -
fess_config.properties
L240:crawler.document.html.content.xpath=//BODY L241:crawler.document.html.lang.xpath=//HTML/@lang L242:crawler.document.html.digest.xpath=//META[@name='description']/@content L243:crawler.document.html.canonical.xpath=//LINK[@rel='canonical'][1]/@href L244:crawler.document.html.pruned.tags=noscript,script,style,header,footer,aside,nav,a[rel=nofollow] L245:crawler.document.html.max.digest.length=120 L246:crawler.document.html.default.lang= L247:crawler.document.html.default.include.index.patterns= L248:c...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
AccessTokenHelper.java
permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.helper; L17: L18:import java.security.SecureRandom; L19:import java.util.Random; L20: L21:import org.apache.commons.lang3.RandomStringUtils; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.fess.exception.InvalidAccessTokenException; L24:import org.codelibs.fess.util.ComponentUtil; L25: L26:import jakarta.servlet.http.HttpServletRequest; L27: L28:public class AccessTokenHelper { L29: L30: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.1K bytes -
JobLog.java
CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exentity; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.Constants; L20:import org.codelibs.fess.es.config.bsentity.BsJobLog; L21:import org.codelibs.fess.util.ComponentUtil; L22: L23:/** L24: * @author FreeGen L25: */ L26:public class JobLog extends BsJobLog { L27:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes -
UriTypeValidator.java
CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.validation; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.util.ComponentUtil; L20: L21:import jakarta.validation.ConstraintDefinitionException; L22:import jakarta.validation.ConstraintValidator; L23:import jakarta.validation.ConstraintValidatorContext; L24: L25:public...github.com/codelibs/fess/src/main/java/org/code...Mon Jun 17 13:37:12 UTC 2024 2.3K bytes