Search Options

Results per page
Sort
Preferred Languages
Advance

Results 611 - 620 of 717 for failed (0.03 sec)

  1. LICENSE

    L108: L109: (d) If the Work includes a "NOTICE" text file as part of its L110: distribution, then any Derivative Works that You distribute must L111: include a readable copy of the attribution notices contained L112: within such NOTICE file, excluding those notices that do not L113: pertain to any part of the Derivative Works, in at least one L114: of the following places: within a NOTICE text file distributed L115: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 22 18:50:45 UTC 2024
      10.7K bytes
  2. QueuesTest.java

    = threadPool.submit(new Interrupter(currentThread())); L272: try { L273: // if waiting works, this should get stuck L274: Queues.drain(q, newArrayList(), 1, MAX_VALUE, NANOSECONDS); L275: fail(); L276: } catch (InterruptedException expected) { L277: // we indeed waited; a slow thread had enough time to interrupt us L278: } L279: } L280: L281: // same as above; uninterruptible version L282: @SuppressWarnings("ThreadPriorityCheck") // TODO: b/175898629 - Consider onSpinWait....
    github.com/google/guava/guava-tests/test/com/go...
    Thu Oct 17 02:42:09 UTC 2024
      12.1K bytes
  3. events.md

    L214: return EventListener.NONE; L215: } L216: } L217: }; L218: L219: ... L220:} L221:``` L222: L223:### Events with Failures L224: L225:When an operation fails, a failure method is called. This is `connectFailed()` for failures while building a connection to the server, and `callFailed()` when the HTTP call fails permanently. When a failure happens it is possible that a `start` event won’t have a corresponding `end` event. L226: L227:![Events Diagram](../assets/images/events_with_failures@2x.png)...
    github.com/square/okhttp/docs/features/events.md
    Sun Feb 06 02:19:09 UTC 2022
      7.7K bytes
  4. LICENSE

    L106: L107: (d) If the Work includes a "NOTICE" text file as part of its L108: distribution, then any Derivative Works that You distribute must L109: include a readable copy of the attribution notices contained L110: within such NOTICE file, excluding those notices that do not L111: pertain to any part of the Derivative Works, in at least one L112: of the following places: within a NOTICE text file distributed L113: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSE
    Tue Nov 22 19:44:46 UTC 2016
      11.1K bytes
  5. LICENSE

    L109: L110: (d) If the Work includes a "NOTICE" text file as part of its L111: distribution, then any Derivative Works that You distribute must L112: include a readable copy of the attribution notices contained L113: within such NOTICE file, excluding those notices that do not L114: pertain to any part of the Derivative Works, in at least one L115: of the following places: within a NOTICE text file distributed L116: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/LICENSE
    Fri May 08 04:49:00 UTC 2020
      11.3K bytes
  6. LICENSE

    L107: L108: (d) If the Work includes a "NOTICE" text file as part of its L109: distribution, then any Derivative Works that You distribute must L110: include a readable copy of the attribution notices contained L111: within such NOTICE file, excluding those notices that do not L112: pertain to any part of the Derivative Works, in at least one L113: of the following places: within a NOTICE text file distributed L114: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Wed Feb 03 21:57:36 UTC 2021
      11.2K bytes
  7. LICENSE

    L107: L108: (d) If the Work includes a "NOTICE" text file as part of its L109: distribution, then any Derivative Works that You distribute must L110: include a readable copy of the attribution notices contained L111: within such NOTICE file, excluding those notices that do not L112: pertain to any part of the Derivative Works, in at least one L113: of the following places: within a NOTICE text file distributed L114: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      11.3K bytes
  8. LICENSE

    L105: L106: (d) If the Work includes a "NOTICE" text file as part of its L107: distribution, then any Derivative Works that You distribute must L108: include a readable copy of the attribution notices contained L109: within such NOTICE file, excluding those notices that do not L110: pertain to any part of the Derivative Works, in at least one L111: of the following places: within a NOTICE text file distributed L112: as part of the Derivative Works;...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  9. README.md

    la licence [Apache License 2.0](LICENSE). L9: L10:Fess est basé sur [OpenSearch](https://github.com/opensearch-project/OpenSearch), mais aucune connaissance ni expérience d'OpenSearch n'est _nécessaire_. Fess fournit une interface d'administration facile à utiliser pour configurer le système via votre navigateur. L11:Fess comprend également un Crawler, capable d'explorer les documents sur un [serveur web](https://fess.codelibs.org/14.17/admin/webconfig-guide.html), un [système de fichiers](https:...
    github.com/codelibs/fess/docs/fr/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.9K bytes
  10. SubscriberRegistry.java

    MoreObjects.firstNonNull(subscribers.get(eventType), ImmutableSet.<Subscriber>of()); L119: } L120: L121: /** L122: * Gets an iterator representing an immutable snapshot of all subscribers to the given event at L123: * the time this method is called. L124: */ L125: Iterator<Subscriber> getSubscribers(Object event) { L126: ImmutableSet<Class<?>> eventTypes = flattenHierarchy(event.getClass()); L127: L128: List<Iterator<Subscriber>> subscriberIterators = L129: Lists.newArrayLis...
    github.com/google/guava/android/guava/src/com/g...
    Thu Oct 17 15:16:45 UTC 2024
      10.8K bytes
Back to top