Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for discussions (0.15 sec)

  1. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

       *
       * <p>Cancelling the pipeline will not cancel {@code future}, so that the pipeline can access its
       * value in order to close it.
       *
       * @param future the future to create the {@code ClosingFuture} from. For discussion of the
       *     future's result type {@code C}, see {@link DeferredCloser#eventuallyClose(Object,
       *     Executor)}.
       * @param closingExecutor the future's result will be closed on this executor
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    {Boolean} shouldRound - If the offsets should be rounded at all\n * @returns {Object} The popper's position offsets rounded\n *\n * The tale of pixel-perfect positioning. It's still not 100% perfect, but as\n * good as it can be within reason.\n * Discussion here: https://github.com/FezVrasta/popper.js/pull/715\n *\n * Low DPI screens cause a popper to be blurry if not using full pixels (Safari\n * as well on High DPI screens).\n *\n * Firefox prefers no rounding for positioning and does not have blurriness...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  3. doc/go1.17_spec.html

    *t = 42                     // does not affect stored receivers in f and g
    </pre>
    
    <p>
    The type <code>T</code> may be an interface or non-interface type.
    </p>
    
    <p>
    As in the discussion of <a href="#Method_expressions">method expressions</a> above,
    consider a struct type <code>T</code> with two methods,
    <code>Mv</code>, whose receiver is of type <code>T</code>, and
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top