- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 1,380 for pyversion (0.11 sec)
-
UserAgentHelperTest.java
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9"); L60: assertEquals(UserAgentType.SAFARI, userAgentHelper.getUserAgentType()); L61: } L62: L63: public void test_getUserAgentType_Opera() { L64: getMockRequest().addHeader("user-agent", "Opera/9.80 (X11; U; Linux x86_64) Presto/2.9.181 Version/12.00"); L65: assertEquals(UserAgentType.OPERA, userAgentHelper.getUserAgentType()); L66: } L67:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3K bytes -
fess_config_boost_document_rule.json
} L30: }, L31: "settings" : { L32: "index" : { L33: "creation_date" : "1509021050077", L34: "number_of_shards" : "5", L35: "number_of_replicas" : "1", L36: "uuid" : "AHy84s2vSoamP32r62Jy4Q", L37: "version" : { L38: "created" : "6000051" L39: }, L40: "provided_name" : "fess_config.boost_document_rule" L41: } L42: } L43: } L44:}...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 987 bytes -
fess_config_duplicate_host.json
} L30: }, L31: "settings" : { L32: "index" : { L33: "creation_date" : "1509021051920", L34: "number_of_shards" : "5", L35: "number_of_replicas" : "1", L36: "uuid" : "fP473Sr-RZO2d36NkKGgKQ", L37: "version" : { L38: "created" : "6000051" L39: }, L40: "provided_name" : "fess_config.duplicate_host" L41: } L42: } L43: } L44:}...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 984 bytes -
RelatedQuery.java
asDocMeta().id(); L31: } L32: L33: public void setId(final String id) { L34: asDocMeta().id(id); L35: } L36: L37: public Long getVersionNo() { L38: return asDocMeta().version(); L39: } L40: L41: public void setVersionNo(final Long version) { L42: asDocMeta().version(version); L43: } L44: L45: @Override L46: public String toString() { L47: return "RelatedQuery [createdBy=" + createdBy + ", createdTime=" + createdTime + ", updatedBy=" + updatedBy...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
fess_log_click_log.json
} L35: }, L36: "settings" : { L37: "index" : { L38: "creation_date" : "1509021059710", L39: "number_of_shards" : "5", L40: "number_of_replicas" : "1", L41: "uuid" : "zDxbXj7iTiOaGJKWIa5fog", L42: "version" : { L43: "created" : "6000051" L44: }, L45: "provided_name" : "fess_log.click_log" L46: } L47: } L48: } L49:}...github.com/codelibs/fess/src/main/config/es/fes...Sat Jun 30 05:55:50 UTC 2018 1.1K 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/boo...Sat Jan 11 06:54:28 UTC 2020 189.9K bytes -
LabelType.java
asDocMeta().id(); L33: } L34: L35: public void setId(final String id) { L36: asDocMeta().id(id); L37: } L38: L39: public Long getVersionNo() { L40: return asDocMeta().version(); L41: } L42: L43: public void setVersionNo(final Long version) { L44: asDocMeta().version(version); L45: } L46: L47: public Locale getLocale() { L48: if (locale == null) { L49: if (getValue() == null) { L50: return Locale.ROOT; L51: } L52:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.9K bytes -
PathMapping.java
asDocMeta().id(); L45: } L46: L47: public void setId(final String id) { L48: asDocMeta().id(id); L49: } L50: L51: public Long getVersionNo() { L52: return asDocMeta().version(); L53: } L54: L55: public void setVersionNo(final Long version) { L56: asDocMeta().version(version); L57: } L58: L59: public String process(final PathMappingHelper pathMappingHelper, final String input) { L60: if (regexPattern == null) { L61: regexPattern = Patter...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
TestHandler.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...Tue Jun 18 00:44:11 UTC 2024 702 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