Search Options

Results per page
Sort
Preferred Languages
Advance

Results 401 - 410 of 4,027 for See (0.04 sec)

  1. MapForEachTester.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.assertEqualIgnoringOrder;...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3.2K bytes
  2. MapToStringTester.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.collect.testing.testers; L16: L17:import static com.google.common.collect.testing.features.CollectionFe...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Jul 24 20:12:35 UTC 2024
      3.5K bytes
  3. KeyMatchHelper.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.helper; L17: L18:import java.util.ArrayList; L19:import java.util.Collections; L20:import java.util.HashMap;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.2K bytes
  4. ProtocolHelper.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.helper; L17: L18:import static org.codelibs.core.stream.StreamUtil.split; L19:import static org.codelibs.cor...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Jun 19 01:34:15 UTC 2024
      7.4K bytes
  5. -CacheControlCommon.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:@file:Suppress("ktlint:standard:filename") L17: L18:package okhttp3.internal L19: L20:import kotlin.time.Duration.Companion.seconds L21:import...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Apr 15 13:41:01 UTC 2024
      7.2K bytes
  6. TestValueFactory.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:@file:Suppress( L17: "CANNOT_OVERRIDE_INVISIBLE_MEMBER", L18: "INVISIBLE_MEMBER", L19: "INVISIBLE_REFERENCE", L20:) L21: L22:package...
    github.com/square/okhttp/okhttp-testing-support...
    Sat Apr 20 17:03:43 UTC 2024
      7.7K bytes
  7. Authenticator.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 okhttp3.internal.authenticator.JavaNetAuthenticator L20: L21:/** L22: *...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      5.5K bytes
  8. ApiAdminDictMappingAction.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.api.admin.dict.mapping; L17: L18:import static org.codelibs.fess.app.web.admin.dict.mapping.AdminDic...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      7.2K bytes
  9. ApiAdminDictStemmeroverrideAction.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.api.admin.dict.stemmeroverride; L17: L18:import static org.codelibs.fess.app.web.admin.dict.stemmero...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      7.5K bytes
  10. KuromojiFileTest.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.dict.kuromoji; L17: L18:import java.util.ArrayList; L19:import java.util.Date; L20:import java.util.List; L21:...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7.3K bytes
Back to top