- Sort Score
- Result 10 results
- Languages All
Results 751 - 760 of 4,290 for See (0.01 sec)
-
PreemptiveAuth.java
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.recipes; L17: L18:import java.io.IOException; L19:import okhttp3.Credentials; L20:import okhttp3.Interceptor; L21:import...github.com/square/okhttp/samples/guide/src/main...Mon Nov 05 07:46:46 UTC 2018 2.1K bytes -
FessListedClassificationProvider.java
SE-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, 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.mylasta.direction.sponsor; L17: L18:import java.util.Locale; L19: L20:import org.dbflute.jdbc.ClassificationMeta;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
GroovyEngine.java
SE-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, 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.script.groovy; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.apache.loggi...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 2K bytes -
RetryTlsHandshake.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal.connection L17: L18:import java.io.InterruptedIOException L19:import java.net.ProtocolException L20:import ja...github.com/square/okhttp/okhttp/src/main/kotlin...Sun Jan 07 16:05:34 UTC 2024 1.7K bytes -
ConscryptSocketAdapter.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal.platform.android L17: L18:import javax.net.ssl.SSLSocket L19:import okhttp3.Protocol L20:import okhttp3.inter...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 2.2K bytes -
ExtensionMultipleInstancesTest.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package mockwebserver3.junit5.internal L17: L18:import assertk.assertThat L19:import assertk.assertions.isEqualTo L20:import assertk.a...github.com/square/okhttp/mockwebserver-junit5/s...Sun Jan 14 10:20:09 UTC 2024 2.3K bytes -
VerifyException.java
es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:package com.google.common.base; L16: L17:import com.google.common.annotations.GwtCompatible; L18:import javax.annotation.CheckForNull;...github.com/google/guava/android/guava/src/com/g...Mon May 17 14:07:47 UTC 2021 1.8K bytes -
Escape.gwt.xml
supersource. That L9: worked everywhere that I know of except for one place: when running the GWT L10: util.concurrent tests under Guava. L11: L12: The problem is that GWT responds poorly to two .gwt.xml files in the same L13: Java package; see L14: https://groups.google.com/g/google-web-toolkit-contributors/c/CqYH59Dt_rQ/m/uVGW1QdUsXUJ L15: for details. L16: L17: The summary is that it ignores one file in favor of the other. L18: util.concurrent, like nearly all our packages,...github.com/google/guava/guava-gwt/src/com/googl...Fri Jul 19 16:02:36 UTC 2024 1.5K bytes -
ListHashCodeTester.java
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.Helpers.getMethod; L20:...github.com/google/guava/guava-testlib/src/com/g...Wed Oct 30 16:15:19 UTC 2024 2K bytes -
FeatureSpecificTestSuiteBuilderTest.java
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import com.google.common.collect.testing.features.CollectionFeature; L20:import...github.com/google/guava/guava-testlib/test/com/...Thu Feb 22 20:09:59 UTC 2024 2.3K bytes