- Sort Score
- Result 10 results
- Languages All
Results 731 - 740 of 4,290 for See (0.02 sec)
-
Authenticate.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.OkHttpClient; L21:import...github.com/square/okhttp/samples/guide/src/main...Thu Aug 12 07:26:27 UTC 2021 1.9K bytes -
HttpsServer.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.net.InetAddress; L19:import okhttp3.Call; L20:import okhttp3.OkHttpClient; L21:import okhttp3.Request;...github.com/square/okhttp/samples/guide/src/main...Mon Jan 02 14:04:37 UTC 2023 2.1K bytes -
MultimapsFilterEntriesAsMapTest.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; L18: L19:import com.google.common.annotations.GwtIncompatible; L20:import com.google.common.base.Predicate;...github.com/google/guava/android/guava-tests/tes...Mon Dec 04 17:37:03 UTC 2017 2K bytes -
WebApiUtil.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.util; L17: L18:import org.codelibs.fess.exception.WebApiException; L19:import org.lastaflute.web.util.LaRequestUtil;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.9K bytes -
Group.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.es.user.exentity; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs....github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.8K bytes -
FessConfigImpl.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; L17: L18:import java.util.concurrent.ExecutionException; L19: L20:import org.codelibs.fess.Constants;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.2K bytes -
BouncyCastleSocketAdapter.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.1K bytes -
MockWebServerRule.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.junit4 L17: L18:import java.io.IOException L19:import java.util.logging.Level L20:import java.util.logging.Logger...github.com/square/okhttp/mockwebserver-junit4/s...Tue Jan 23 14:31:42 UTC 2024 1.8K bytes -
DelegatingServerSocketFactory.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 L17: L18:import java.io.IOException L19:import java.net.InetAddress L20:import java.net.ServerSocket L21:import javax....github.com/square/okhttp/okhttp-testing-support...Mon Jan 08 01:13:22 UTC 2024 2K bytes -
Base.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.4K bytes