- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 291 for Gang (0.04 sec)
-
HtmlTagBasedGenerator.java
L27:import javax.imageio.ImageReadParam; L28:import javax.imageio.ImageReader; L29:import javax.imageio.stream.ImageInputStream; L30: L31:import org.apache.logging.log4j.LogManager; L32:import org.apache.logging.log4j.Logger; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.misc.Tuple3; L35:import org.codelibs.fess.crawler.entity.ResponseData; L36:import org.codelibs.fess.mylasta.direction.FessConfig; L37:import org.codelibs.fess.util.ComponentUtil; L38:import org.codelibs.fes...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.5K bytes -
SystemUtil.java
the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.util; L17: L18:import org.codelibs.fess.Constants; L19: L20:public class SystemUtil extends org.codelibs.core.lang.SystemUtil { L21: private SystemUtil() { L22: } L23: L24: @SuppressWarnings("deprecation") L25: public static String getSearchEngineHttpAddress() { L26: final String value = System.getProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.1K bytes -
AllJobScheduler.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.job; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.core.timer.TimeoutManager; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.logic.AccessContextLogic; L24:import org.codelibs.fess.app.service.ScheduledJobService; L25:import org.codelibs...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.8K bytes -
FessAdminAction.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.app.web.base; L17: L18:import org.codelibs.core.lang.StringUtil; L19:import org.codelibs.fess.exception.UserRoleLoginException; L20:import org.codelibs.fess.helper.CrawlingConfigHelper; L21:import org.dbflute.optional.OptionalThing; L22:import org.lastaflute.di.util.LdiFileUtil; L23:import org.lasta...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.2K bytes -
stopwords.txt
L337:tentunya L338:tertentu L339:seterusnya L340:tapi L341:tetapi L342:setiap L343:tiap L344:setidaknya L345:tidak L346:tidakkah L347:tidaklah L348:toh L349:waduh L350:wah L351:wahai L352:sewaktu L353:walau L354:walaupun L355:wong L356:yaitu L357:yakni L358:yang...github.com/codelibs/fess/src/main/resources/fes...Thu Jul 19 06:31:02 UTC 2018 2.8K bytes -
CurlHelper.java
L27:import javax.net.ssl.SSLContext; L28:import javax.net.ssl.SSLSocketFactory; L29:import javax.net.ssl.TrustManagerFactory; L30: L31:import org.apache.logging.log4j.LogManager; L32:import org.apache.logging.log4j.Logger; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.curl.Curl.Method; L35:import org.codelibs.curl.CurlRequest; L36:import org.codelibs.fesen.client.curl.FesenRequest; L37:import org.codelibs.fesen.client.node.NodeManager; L38:import org.codelibs.fess.mylasta.direction.FessConfig;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 4.8K bytes -
AbstractConfigHelper.java
implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.helper; L17: L18:import org.codelibs.core.concurrent.CommonPoolUtil; L19:import org.codelibs.core.lang.ThreadUtil; L20: L21:public abstract class AbstractConfigHelper { L22: L23: protected long reloadInterval = 1000L; L24: L25: public void update() { L26: CommonPoolUtil.execute(this::load); L27: } L28: L29: protected void waitForNext()...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
FessBoot.java
org.apache.tomcat.util.http.CookieProcessorBase; L31:import org.apache.tomcat.util.http.Rfc6265CookieProcessor; L32:import org.apache.tomcat.util.net.SSLHostConfig; L33:import org.apache.tomcat.util.net.SSLHostConfigCertificate; L34:import org.codelibs.core.lang.StringUtil; L35:import org.codelibs.fess.tomcat.valve.SuppressErrorReportValve; L36:import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot; L37:import org.dbflute.tomcat.TomcatBoot; L38:import org.dbflute.tomcat.logging.BootLogger; L39:import...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 8K bytes -
ApiAdminWebconfigAction.java
dmin.webconfig.AdminWebconfigAction.getWebConfig; L20: L21:import java.util.List; L22:import java.util.stream.Collectors; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.app.pager.WebConfigPager; L29:import org.codelibs.fess.app.service.WebConfigService; L30:import org.codelibs.fess.app.web.CrudMode; L31:import org.codelibs.fess.app.web.api.ApiResult;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 7K bytes -
CacheForm.java
@Required L28: @Size(max = 100) L29: public String docId; L30: L31: public String[] hq; L32: L33: // for error page L34: L35: public String q; L36: L37: public String num; L38: L39: public String sort; L40: L41: public String lang; L42: L43: public Map<String, String[]> fields = new HashMap<>(); L44:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.1K bytes