Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 835 for Gang (0.02 sec)

  1. CollectionAddTester.java

    J2ktIncompatible; L30:import com.google.common.collect.testing.AbstractCollectionTester; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.ConcurrentModificationException; L35:import java.util.Iterator; L36:import org.junit.Ignore; L37: L38:/** L39: * A generic JUnit test which tests {@code add} operations on a collection. Can't be invoked L40: * directly;...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      5.9K bytes
  2. CollectionAddTester.java

    J2ktIncompatible; L30:import com.google.common.collect.testing.AbstractCollectionTester; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.ConcurrentModificationException; L35:import java.util.Iterator; L36:import org.junit.Ignore; L37: L38:/** L39: * A generic JUnit test which tests {@code add} operations on a collection. Can't be invoked L40: * directly;...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      5.9K bytes
  3. openapi-user.yaml

    - name: geo.location.distance L142: in: query L143: description: Distance for Geo search L144: required: false L145: schema: L146: type: string L147: example: 10km L148: - name: lang L149: in: query L150: description: Language L151: required: false L152: schema: L153: type: string L154: example: en L155: - name: preference L156: in: query L157: description:...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  4. Helpers.java

    the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing; L18: L19:import static com.google.common.collect.testing.Helpers.entryComparator; L20:import static java.lang.Math.max; L21:import static java.util.Arrays.asList; L22:import static java.util.Collections.singletonMap; L23:import static java.util.Collections.sort; L24:import static junit.framework.Assert.assertEquals; L25:import static junit.framework.Assert.assertFalse;...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      17.5K bytes
  5. TypeResolverTest.java

    License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.reflect; L18: L19:import static org.junit.Assert.assertThrows; L20: L21:import java.lang.reflect.ParameterizedType; L22:import java.lang.reflect.Type; L23:import java.util.List; L24:import java.util.Map; L25:import junit.framework.TestCase; L26: L27:/** L28: * Unit tests of {@link TypeResolver}. L29: * L30: * @author Ben Yu L31: */ L32:@AndroidIncompatible //...
    github.com/google/guava/android/guava-tests/tes...
    Wed Sep 06 17:04:31 UTC 2023
      9.7K bytes
  6. MapMakerInternalMap.java

    kOuter; L32:import java.io.IOException; L33:import java.io.InvalidObjectException; L34:import java.io.ObjectInputStream; L35:import java.io.ObjectOutputStream; L36:import java.io.Serializable; L37:import java.lang.ref.Reference; L38:import java.lang.ref.ReferenceQueue; L39:import java.lang.ref.WeakReference; L40:import java.util.AbstractCollection; L41:import java.util.AbstractMap; L42:import java.util.AbstractSet; L43:import java.util.Collection; L44:import java.util.Iterator; L45:import java.util.Map;...
    github.com/google/guava/guava/src/com/google/co...
    Fri Oct 18 20:24:49 UTC 2024
      90.8K bytes
  7. CrawlerEngineClient.java

    the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.client; L17: L18:import static org.codelibs.core.stream.StreamUtil.split; L19: L20:import org.codelibs.core.lang.StringUtil; L21:import org.codelibs.fesen.client.HttpClient; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.crawler.client.FesenClient; L24:import org.codelibs.fess.mylasta.direction.FessConfig; L25:import org.codelibs.fess.util.ComponentUtil;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.3K bytes
  8. ja.js

    L1:(function($,window){"use strict";$(window).bind("validatorsLoaded",function(){$.formUtils.LANG={errorTitle : 'フォームの送信に失敗しました!',requiredFields : '必須項目を入力してください',requiredField : '必須項目を入力してください',badTime : '正しい時間を入力してください',badEmail : '正しいメールアドレスを入力してください',badTelephone : '正しい電話番号を入力してください',badSecurityAnswer : 'セキュリティの質問に正しい回答を入力してください',badDate : '正しい日付を入力してください',lengthBadStart : '入力値は ',lengthBadEnd : ' 文字で入力してください',lengthTooLongStart : '入力値は最大 ',lengthTooShortStart : '入力値は最小 ',notConfirmed : '入力値...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.2K bytes
  9. MultisetElementSetTester.java

    com.google.common.annotations.GwtIncompatible; L30:import com.google.common.annotations.J2ktIncompatible; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.List; L35:import java.util.Set; L36:import org.junit.Ignore; L37: L38:/** L39: * Tests for {@code Multiset.elementSet()} not covered by the derived {@code SetTestSuiteBuilder}. L40: * L41: * @author Louis Wasserman...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      4.2K bytes
  10. RegularImmutableSet.java

    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.lang.System.arraycopy; L20: L21:import com.google.common.annotations.GwtCompatible; L22:import com.google.common.annotations.GwtIncompatible; L23:import com.google.common.annotations.J2ktIncompatible; L24:import com.google.common.annotations.VisibleForTesting;...
    github.com/google/guava/guava/src/com/google/co...
    Wed Oct 30 16:15:19 UTC 2024
      3.9K bytes
Back to top