Search Options

Results per page
Sort
Preferred Languages
Advance

Results 551 - 560 of 4,102 for parche (0.05 sec)

  1. FessLoginAssist.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
      7.8K bytes
  2. FessFunctionsTest.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/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.9K bytes
  3. PrintEvents.java

    L1:/* L2: * Copyright (C) 2017 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/samples/guide/src/main...
    Sun Feb 16 23:20:49 UTC 2020
      6.1K bytes
  4. NavigableSetTestSuiteBuilder.java

    L1:/* L2: * Copyright (C) 2010 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/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      6.2K bytes
  5. SourceSinkTester.java

    L1:/* L2: * Copyright (C) 2012 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/android/guava-tests/tes...
    Wed Apr 27 18:57:08 UTC 2022
      4.9K bytes
  6. 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
  7. SubscriberRegistry.java

    .checkNotNull; L19: L20:import com.google.common.annotations.VisibleForTesting; L21:import com.google.common.base.MoreObjects; L22:import com.google.common.base.Objects; L23:import com.google.common.cache.CacheBuilder; L24:import com.google.common.cache.CacheLoader; L25:import com.google.common.cache.LoadingCache; L26:import com.google.common.collect.HashMultimap; L27:import com.google.common.collect.ImmutableList; L28:import com.google.common.collect.ImmutableSet; L29:import com.google.common.collect.Iterators;...
    github.com/google/guava/android/guava/src/com/g...
    Thu Oct 17 15:16:45 UTC 2024
      10.8K bytes
  8. UnsignedIntsTest.java

    L1:/* L2: * Copyright (C) 2011 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the L10: * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either L11:...
    github.com/google/guava/android/guava-tests/tes...
    Sat Oct 19 02:56:12 UTC 2024
      12.5K bytes
  9. ci.yml

    actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 L42: L43: with: L44: java-version: ${{ matrix.java }} L45: distribution: 'zulu' L46: cache: 'maven' L47: - name: 'Install' L48: shell: bash L49: run: ./mvnw -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -U -DskipTests=true -f $ROOT_POM L50: - name: 'Test' L51: shell: bash L52: run: ./mvnw -B -P!standard-with-extra-repos...
    github.com/google/guava/.github/workflows/ci.yml
    Tue Oct 29 18:53:45 UTC 2024
      3.5K bytes
  10. TestEnumMapGenerator.java

    L1:/* L2: * Copyright (C) 2009 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/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      2.5K bytes
Back to top