Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for authors (0.27 sec)

  1. src/main/webapp/css/admin/bootstrap.min.css.map

    instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: $list-group-action-color;\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  @include hover-focus() {\n    z-index: 1; // Place hover/focus items above their siblings for proper border styling\n    color: $list-group-action-hover-color;\n...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  2. src/main/webapp/css/bootstrap.min.css.map

    instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: $list-group-action-color;\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  @include hover-focus() {\n    z-index: 1; // Place hover/focus items above their siblings for proper border styling\n    color: $list-group-action-hover-color;\n...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css

    @charset "UTF-8";/*!
     *   AdminLTE v3.0.2
     *   Author: Colorlib
     *   Website: AdminLTE.io <http://adminlte.io>
     *   License: Open source - MIT <http://opensource.org/licenses/MIT>
     *//*!
     * Bootstrap v4.3.1 (https://getbootstrap.com/)
     * Copyright 2011-2019 The Bootstrap Authors
     * Copyright 2011-2019 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    CSS
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 641.1K bytes
    - Viewed (2)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RLIM_INFINITY = 9223372036854775807 #53466
    pkg syscall (freebsd-riscv64), const RLIM_INFINITY ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTAX_AUTHOR = 6 #53466
    pkg syscall (freebsd-riscv64), const RTAX_AUTHOR ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTAX_BRD = 7 #53466
    pkg syscall (freebsd-riscv64), const RTAX_BRD ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTAX_DST = 0 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RT_NORTREF = 2
    pkg syscall (freebsd-arm64), const RT_NORTREF ideal-int
    pkg syscall (freebsd-arm64), const RTA_AUTHOR = 64
    pkg syscall (freebsd-arm64), const RTA_AUTHOR ideal-int
    pkg syscall (freebsd-arm64), const RTA_BRD = 128
    pkg syscall (freebsd-arm64), const RTA_BRD ideal-int
    pkg syscall (freebsd-arm64), const RTA_DST = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. RELEASE.md

            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
            kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
            keepdims=True) # Author code uses std + 1e-5 return
            super().convolution_op(inputs, (kernel - mean) / tf.sqrt(var + 1e-10))`
        *   Added `merge_state()` method to `tf.keras.metrics.Metric` for use in
            distributed computations.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top