Search Options

Results per page
Sort
Preferred Languages
Advance

Results 421 - 430 of 4,027 for See (0.01 sec)

  1. MapPutIfAbsentTester.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.features.CollectionSize.ZERO;...
    github.com/google/guava/guava-testlib/src/com/g...
    Thu Oct 17 20:00:30 UTC 2024
      4.8K bytes
  2. CompactLinkedHashMap.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 static java.util.Objects.requireNonNull; L20: L21:import com.google.common.ann...
    github.com/google/guava/android/guava/src/com/g...
    Mon Apr 01 16:15:01 UTC 2024
      8.5K bytes
  3. MapReplaceAllTester.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.features.CollectionFeature.KNOWN_ORDER;...
    github.com/google/guava/android/guava-testlib/s...
    Thu Oct 31 14:51:04 UTC 2024
      4.5K bytes
  4. Callables.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.util.concurrent; L16: L17:import static com.google.common.base.Preconditions.checkNotNull; L18: L19:import...
    github.com/google/guava/android/guava/src/com/g...
    Fri May 12 18:32:03 UTC 2023
      4.4K bytes
  5. FuturesGetChecked.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.util.concurrent; L16: L17:import static com.google.common.base.Preconditions.checkArgument; L18:import static...
    github.com/google/guava/guava/src/com/google/co...
    Thu Feb 22 17:40:56 UTC 2024
      11.9K bytes
  6. DelegatingSSLSocket.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.io.InputStream L20:import java.io.OutputStream L21:import java.net.InetAddress...
    github.com/square/okhttp/okhttp-testing-support...
    Mon Jan 08 01:13:22 UTC 2024
      7.9K bytes
  7. AdminRoleAction.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.app.web.admin.role; L17: L18:import java.util.Base64; L19: L20:import org.apache.logging.log4j.LogManager; L21:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10.8K bytes
  8. TermQueryCommandTest.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.query; L17: L18:import java.math.BigDecimal; L19:import java.util.List; L20: L21:import org.apache.logging.log4j.LogManager;...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      9.2K bytes
  9. CertificatePinnerKotlinTest.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 assertk.assertThat L19:import assertk.assertions.containsExactly L20:import assertk.assertions.isEmpty...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      8.1K bytes
  10. CipherSuiteTest.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 assertk.assertThat L19:import assertk.assertions.isEqualTo L20:import assertk.assertions.isNotEqualTo L21:import...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      8.2K bytes
Back to top