- Sort Score
- Result 10 results
- Languages All
Results 351 - 360 of 614 for sata (0.02 sec)
-
.gitignore
L107:# direnv .envrc files L108:.envrc L109: L110:# Downloaded kubernetes binary release tar ball L111:kubernetes.tar.gz L112: L113:# Phony test files used as part of coverage generation L114:zz_generated_*_test.go L115: L116:# Just in time generated data in the source, should never be committed L117:/test/e2e/generated/bindata.go L118: L119:# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored L120:!\.drone\.sec L121: L122:/bazel-*...github.com/kubernetes/kubernetes/.gitignoreThu Feb 29 08:22:06 UTC 2024 2.1K bytes -
JsseDebugLogging.kt
language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3 L17: L18:import java.io.Closeable L19:import java.util.logging.Handler L20:import java.util.logging.LogRecord L21: L22:object JsseDebugLogging { L23: data class JsseDebugMessage(val message: String, val param: String?) { L24: enum class Type { L25: Handshake, L26: Plaintext, L27: Encrypted, L28: Setup, L29: Unknown, L30: } L31: L32: val type: Type L33: get() = L34:...github.com/square/okhttp/okhttp-testing-support...Mon Jan 08 01:13:22 UTC 2024 2.8K bytes -
KuromojiCSVUtil.java
private static final String ESCAPED_QUOTE = "\"\""; L50: L51: private KuromojiCSVUtil() { L52: } // no instance!!! L53: L54: /** L55: * Parse CSV line L56: * L57: * @param line L58: * line containing csv-encoded data L59: * @return Array of values L60: */ L61: public static String[] parse(final String line) { L62: boolean insideQuote = false; L63: final ArrayList<String> result = new ArrayList<>(); L64: int quoteCount = 0; L65: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.9K bytes -
admin_dict_protwords_upload.jsp
</ol> L36: </div> L37: </div> L38: </div> L39: </div> L40: <section class="content"> L41: <la:form action="/admin/dict/protwords/upload" enctype="multipart/form-data"> L42: <la:hidden property="dictId"/> L43: <div class="row"> L44: <div class="col-md-12"> L45: <div class="card card-outline card-success"> L46: <div...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 6.2K bytes -
admin_dict_synonym_upload.jsp
</ol> L36: </div> L37: </div> L38: </div> L39: </div> L40: <section class="content"> L41: <la:form action="/admin/dict/synonym/upload" enctype="multipart/form-data"> L42: <la:hidden property="dictId"/> L43: <div class="row"> L44: <div class="col-md-12"> L45: <div class="card card-outline card-success"> L46: <div...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 6.2K bytes -
changelog_2x.md
OkHttp now detects and warns on L55: connections that were allocated but never released, and will enforce HTTP/2 L56: stream limits. This update also fixes `Call.cancel()` to not do I/O on the L57: calling thread. L58: * Fix: Don't log gzipped data in the logging interceptor. L59: * Fix: Don't resolve DNS addresses when connecting through a SOCKS proxy. L60: * Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header. L61: * Fix: Support 204 and 205 'No Content' replies in the logging...github.com/square/okhttp/docs/changelogs/change...Sun Feb 06 02:19:09 UTC 2022 26.6K bytes -
WebSocketExtensions.kt
L55: * L56: * See [RFC 7692, 7.1][rfc_7692] for details on negotiation process. L57: * L58: * [rfc_7692]: https://tools.ietf.org/html/rfc7692#section-7.1 L59: */ L60:@IgnoreJRERequirement // As of AGP 3.4.1, D8 desugars API 24 hashCode methods. L61:data class WebSocketExtensions( L62: /** True if the agreed upon extensions includes the permessage-deflate extension. */ L63: @JvmField val perMessageDeflate: Boolean = false, L64: /** Should be a value in [8..15]. Only 15 is acceptable by OkHttp as...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 8.1K bytes -
CharSourceTester.java
caseDesc, Method method) { L87: super(factory, string, suiteName, caseDesc, method); L88: this.expectedLines = getLines(expected); L89: } L90: L91: @Override L92: protected void setUp() throws Exception { L93: this.source = factory.createSource(data); L94: } L95: L96: public void testOpenStream() throws IOException { L97: Reader reader = source.openStream(); L98: L99: StringWriter writer = new StringWriter(); L100: char[] buf = new char[64]; L101: int read; L102: while ((read...github.com/google/guava/guava-tests/test/com/go...Tue Jul 23 14:22:54 UTC 2024 7.3K bytes -
fess
Additional Java OPTS L70:#FESS_JAVA_OPTS= L71: L72:# Maximum number of open files L73:MAX_OPEN_FILES=65535 L74: L75:# Maximum amount of locked memory L76:#MAX_LOCKED_MEMORY= L77: L78:# Fess log directory L79:LOG_DIR=${packaging.fess.log.dir} L80: L81:# Fess data directory L82:DATA_DIR=${packaging.fess.var.dir} L83: L84:# Fess configuration directory L85:CONF_DIR=${packaging.fess.conf.dir} L86: L87:# Maximum number of VMA (Virtual Memory Areas) a process can own L88:MAX_MAP_COUNT=262144 L89: L90:# Path to the...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes -
fess_label_ru.properties
system) L416:labels.crawling_info_WebFsIndexSize=Index size (Web/File system) L417:labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store) L418:labels.crawling_info_DataCrawlStartTime=Crawl start time (Data store) L419:labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store) L420:labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store) L421:labels.crawling_info_DataIndexSize=Размер индекса (Хранилище данных) L422:labels.webauth_configuration=Web Authentication L4...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 45.6K bytes