- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 4,216 for pyversion (0.05 sec)
-
lastaflute_director.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="assistantDirector" class="org.codelibs.fess.mylasta.direction.FessFwAssistantDirector"/> L6: <component name="fessConfig" class="org.codelibs.fess.mylasta.direction.FessConfigImpl"/> L7:</components>...github.com/codelibs/fess/src/main/resources/las...Wed Jan 15 13:03:59 UTC 2020 368 bytes -
fess_config.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="systemProperties" class="org.codelibs.core.misc.DynamicProperties"> L6: <arg> L7: org.codelibs.fess.util.ResourceUtil.getConfPath("system.properties") L8: </arg> L9: </component> L10: L11:</components>...github.com/codelibs/fess/src/main/resources/fes...Thu Jan 07 01:51:15 UTC 2016 360 bytes -
fess_config_failure_url.json
} L30: }, L31: "settings" : { L32: "index" : { L33: "creation_date" : "1509021052830", L34: "number_of_shards" : "5", L35: "number_of_replicas" : "1", L36: "uuid" : "WskRnE71Qsas-ki_GN3RSg", L37: "version" : { L38: "created" : "6000051" L39: }, L40: "provided_name" : "fess_config.failure_url" L41: } L42: } L43: } L44:}...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 963 bytes -
fess_config_key_match.json
} L36: }, L37: "settings" : { L38: "index" : { L39: "creation_date" : "1509021054613", L40: "number_of_shards" : "5", L41: "number_of_replicas" : "1", L42: "uuid" : "tqxL0WgAR665iLtdrY81AA", L43: "version" : { L44: "created" : "6000051" L45: }, L46: "provided_name" : "fess_config.key_match" L47: } L48: } L49: } L50:}...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 1.1K bytes -
Clients.kt
ianaSuites = ianaSuites, L62: ) L63:} L64: L65:fun conscrypt(ianaSuites: IanaSuites): Client { L66: val version = Conscrypt.version() L67: return systemDefault( L68: name = "Conscrypt", L69: version = "${version.major()}.${version.minor()}", L70: ianaSuites = ianaSuites, L71: ) L72:} L73: L74:fun systemDefault( L75: name: String, L76: version: String, L77: ianaSuites: IanaSuites, L78:): Client { L79: val socketFactory = SSLSocketFactory.getDefault() as SSLSocketFactory L80: val sslSocket...github.com/square/okhttp/samples/tlssurvey/src/...Tue Apr 02 01:44:15 UTC 2024 2.5K bytes -
fess_config_job_log.json
} L36: }, L37: "settings" : { L38: "index" : { L39: "creation_date" : "1509021054334", L40: "number_of_shards" : "5", L41: "number_of_replicas" : "1", L42: "uuid" : "vIZ3R-jCRzGKaZvpZHRFPw", L43: "version" : { L44: "created" : "6000051" L45: }, L46: "provided_name" : "fess_config.job_log" L47: } L48: } L49: } L50:}...github.com/codelibs/fess/src/main/config/es/fes...Thu Dec 02 13:14:56 UTC 2021 1.1K bytes -
extractor+tikaExtractor.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components namespace="fessCrawler"> L5: <include path="crawler/container.xml" /> L6: <component name="tikaExtractor" L7: class="org.codelibs.fess.crawler.extractor.impl.TikaExtractor"> L8: <property name="maxCompressionRatio">2</property> L9: <property name="maxUncompressionSize">10000000</property> L10: </component> L11:</components>...github.com/codelibs/fess/src/main/resources/cra...Sun Aug 25 12:46:12 UTC 2019 461 bytes -
packaging.properties
properties are correctly overridden L8:packaging.type=deb L9: L10:# Custom header for package scripts L11:packaging.scripts.header=#!/bin/sh${line.separator}set -e L12:packaging.scripts.footer=exit 0${line.separator}# Built for ${project.name}-${project.version} (${packaging.type})...github.com/codelibs/fess/src/packaging/deb/pack...Thu Dec 10 01:24:02 UTC 2015 401 bytes -
EncodingFilter.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 6.9K bytes -
Connection.kt
Foundation (ASF) under one or more L3: * contributor license agreements. See the NOTICE file distributed with L4: * this work for additional information regarding copyright ownership. L5: * The ASF licenses this file to You under the Apache License, Version 2.0 L6: * (the "License"); you may not use this file except in compliance with L7: * the License. You may obtain a copy of the License at L8: * L9: * http://www.apache.org/licenses/LICENSE-2.0 L10: * L11: * Unless required by applicable law...github.com/square/okhttp/okhttp/src/main/kotlin...Wed Dec 20 23:27:07 UTC 2023 4.3K bytes