Search Options

Results per page
Sort
Preferred Languages
Advance

Results 701 - 710 of 717 for failed (0.07 sec)

  1. Floats.java

    L549: for (int i = 0; i < len; i++) { L550: // checkNotNull for GWT (do not optimize) L551: array[i] = ((Number) checkNotNull(boxedArray[i])).floatValue(); L552: } L553: return array; L554: } L555: L556: /** L557: * Returns a fixed-size list backed by the specified array, similar to {@link L558: * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)}, but any attempt to L559: * set a value to {@code null} will result in a {@link NullPointerException}....
    github.com/google/guava/guava/src/com/google/co...
    Thu Oct 17 15:52:18 UTC 2024
      25.8K bytes
  2. public_suffix_list.dat

    L11924:// Submitted by Eric Jiang <eric@fabrica.dev> L11925:onfabrica.com L11926: L11927:// Facebook, Inc. L11928:// Submitted by Peter Ruibal <public-suffix@fb.com> L11929:apps.fbsbx.com L11930: L11931:// FAITID : https://faitid.org/ L11932:// Submitted by Maxim Alzoba <tech.contact@faitid.org> L11933:// https://www.flexireg.net/stat_info L11934:ru.net L11935:adygeya.ru L11936:bashkiria.ru L11937:bir.ru L11938:cbg.ru L11939:com.ru L11940:dagestan.ru L11941:grozny.ru L11942:kalmykia.ru L11943:kustanai.ru...
    github.com/square/okhttp/okhttp/src/test/resour...
    Wed Dec 20 23:27:07 UTC 2023
      240.3K bytes
  3. Ordering.java

    previous L107: * instance, but has the chance to act on values <i>before</i> handing off to that backing instance. L108: * As a result, it usually helps to read chained ordering expressions <i>backwards</i>. For example, L109: * when {@code compare} is called on the above ordering: L110: * L111: * <ol> L112: * <li>First, if only one {@code Foo} is null, that null value is treated as <i>greater</i> L113: * <li>Next, non-null {@code Foo} values are passed to {@code getBarFunction} (we will be L114: *...
    github.com/google/guava/guava/src/com/google/co...
    Wed Oct 30 16:15:19 UTC 2024
      39.4K bytes
  4. bootstrap.min.js.map

    arguments) // eslint-disable-line prefer-rest-params\n }\n return undefined // eslint-disable-line no-undefined\n }\n }\n}\n\nfunction transitionEndEmulator(duration) {\n let called = false\n\n $(this).one(Util.TRANSITION_END, () => {\n called = true\n })\n\n setTimeout(() => {\n if (!called) {\n Util.triggerTransitionEnd(this)\n }\n }, duration)\n\n return this\n}\n\nfunction setTransitionEndSupport() {\n $.fn.emulateTransitionEnd = transitionEndEmulator\n $.eve...
    github.com/codelibs/fess/src/main/webapp/js/boo...
    Sat Jan 11 06:54:28 UTC 2020
      189.9K bytes
  5. Doubles.java

    L554: for (int i = 0; i < len; i++) { L555: // checkNotNull for GWT (do not optimize) L556: array[i] = ((Number) checkNotNull(boxedArray[i])).doubleValue(); L557: } L558: return array; L559: } L560: L561: /** L562: * Returns a fixed-size list backed by the specified array, similar to {@link L563: * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)}, but any attempt to L564: * set a value to {@code null} will result in a {@link NullPointerException}....
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 25 18:05:56 UTC 2024
      28.1K bytes
  6. jquery-3.7.1.min.map

    "addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","object","_","flag","firing","memory","fired","locked","list","queue","firingIndex","fire","once","stopOnFalse","remove","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","catch","pipe","fns","newDefer","tuple","returned","prog...
    github.com/codelibs/fess/src/main/webapp/js/jqu...
    Sat Oct 26 01:07:52 UTC 2024
      131.6K bytes
  7. Streams.java

    null; L880: L881: void set(T value) { L882: this.set = true; L883: this.value = value; L884: } L885: L886: T get() { L887: /* L888: * requireNonNull is safe because we call get() only if we've previously called set(). L889: * L890: * (For further discussion of nullness, see the comment above the method.) L891: */ L892: return requireNonNull(value); L893: } L894: } L895: OptionalState state = new OptionalState();...
    github.com/google/guava/guava/src/com/google/co...
    Thu Oct 31 14:20:11 UTC 2024
      36.8K bytes
  8. OrderingTest.java

    L332: Ordering<Integer> unusedL = objects.compound(numbers); L333: L334: // This correctly doesn't work: L335: // Ordering<Object> unusedM = numbers.compound(objects); L336: L337: // Sadly, the following works in javac 1.6, but at least it fails for L338: // eclipse, and is *correctly* highlighted red in IDEA. L339: // Ordering<Object> unusedN = objects.compound(numbers); L340: } L341: L342: public void testReverse() { L343: Ordering<Number> reverseOrder = numberOrdering.reverse();...
    github.com/google/guava/android/guava-tests/tes...
    Wed Oct 30 16:15:19 UTC 2024
      42.6K bytes
  9. OrderingTest.java

    L332: Ordering<Integer> unusedL = objects.compound(numbers); L333: L334: // This correctly doesn't work: L335: // Ordering<Object> unusedM = numbers.compound(objects); L336: L337: // Sadly, the following works in javac 1.6, but at least it fails for L338: // eclipse, and is *correctly* highlighted red in IDEA. L339: // Ordering<Object> unusedN = objects.compound(numbers); L340: } L341: L342: public void testReverse() { L343: Ordering<Number> reverseOrder = numberOrdering.reverse();...
    github.com/google/guava/guava-tests/test/com/go...
    Wed Oct 30 16:15:19 UTC 2024
      42.6K bytes
  10. bootstrap.min.js.map

    event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n }\n\n return undefined\n }\n }\n}\n\nfunction transitionEndEmulator(duration) {\n let called = false\n\n $(this).one(Util.TRANSITION_END, () => {\n called = true\n })\n\n setTimeout(() => {\n if (!called) {\n Util.triggerTransitionEnd(this)\n }\n }, duration)\n\n return this\n}\n\nfunction setTransitionEndSupport() {\n $.fn.emulateTransitionEnd = transitionEndEmulator\n $.eve...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
Back to top