- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 4,367 for parche (0.11 sec)
-
QueryParser.java
java.util.ArrayList; L19:import java.util.List; L20: L21:import org.apache.lucene.analysis.Analyzer; L22:import org.apache.lucene.analysis.core.WhitespaceAnalyzer; L23:import org.apache.lucene.queryparser.classic.ParseException; L24:import org.apache.lucene.queryparser.classic.QueryParser.Operator; L25:import org.apache.lucene.queryparser.ext.ExtendableQueryParser; L26:import org.apache.lucene.queryparser.ext.Extensions.Pair; L27:import org.apache.lucene.search.PhraseQuery; L28:import org.apache.lucene.search.Query;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 5.6K bytes -
maven-wrapper.properties
L15:# specific language governing permissions and limitations L16:# under the License. L17:wrapperVersion=3.3.2 L18:distributionType=script L19:distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip L20:wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar L21:distributionSha256Sum=4ec3f26fb1a692473aea0235c300bd20f0f9fe741947c82c1234cefd76ac3a3c...github.com/google/guava/.mvn/wrapper/maven-wrap...Mon Oct 14 22:24:15 UTC 2024 1.1K bytes -
URLConnectionTest.kt
"CONNECT android.com:443 HTTP/1.1", L1016: ) L1017: assertThat(connect.headers["Host"]).isEqualTo("android.com:443") L1018: } L1019: L1020: private fun initResponseCache() { L1021: cache = Cache(tempDir, Int.MAX_VALUE.toLong()) L1022: client = L1023: client.newBuilder() L1024: .cache(cache) L1025: .build() L1026: } L1027: L1028: /** Test which headers are sent unencrypted to the HTTP proxy. */ L1029: @Test L1030: fun proxyConnectIncludesProxyHeadersOnly() { L1031:...github.com/square/okhttp/okhttp/src/test/java/o...Sat Jan 20 10:30:28 UTC 2024 131.7K bytes -
logging.properties
L8:java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log L9:java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter L10:java.util.logging.FileHandler.count=10 L11: L12:# Suppress warning logs L13:org.apache.catalina.webresources.Cache.level=SEVERE...github.com/codelibs/fess/src/main/assemblies/fi...Sun Aug 21 11:31:50 UTC 2016 475 bytes -
AdminDictStemmeroverrideAction.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 18.6K bytes -
AdminElevatewordAction.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 18.7K bytes -
AdminSchedulerAction.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...Sat Oct 12 01:54:46 UTC 2024 18.1K bytes -
CacheStatsTest.java
L1:/* L2: * Copyright (C) 2011 The Guava Authors 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 OF ANY KIND,...github.com/google/guava/guava-tests/test/com/go...Wed Jul 03 18:10:55 UTC 2024 4.8K bytes -
MediaTypeTest.java
MediaType.parse("text/plain; charset=\"\\u\\tf-\\8\""), L446: MediaType.parse("text/plain; charset=UTF-8"), L447: MediaType.parse("text/plain ; charset=utf-8"), L448: MediaType.parse("text/plain; charset =UTF-8"), L449: MediaType.parse("text/plain; charset= UTF-8"), L450: MediaType.parse("text/plain; charset = UTF-8"), L451: MediaType.parse("text/plain; charset=\tUTF-8")) L452: .addEqualityGroup(MediaType.parse("text/plain; charset=utf-8;...github.com/google/guava/guava-tests/test/com/go...Mon Oct 21 15:41:36 UTC 2024 20.4K bytes -
MainTest.kt
L1:/* L2: * Copyright (C) 2014 Square, Inc. 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 OF ANY KIND,...github.com/square/okhttp/okcurl/src/test/kotlin...Mon Jan 08 01:13:22 UTC 2024 4.3K bytes