Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for span8 (0.03 sec)

  1. manifests/charts/base/files/crd-all.gen.yaml

                          type: object
                        disableSpanReporting:
                          description: Controls span reporting.
                          nullable: true
                          type: boolean
                        enableIstioTags:
                          description: Determines whether or not trace spans generated
                            by Envoy will include Istio specific tags.
                          nullable: true
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
  2. src/main/webapp/css/bootstrap.min.css.map

    narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n  $max: breakpoint-max($name, $breakpoints);\n  @if $max {\n    @media (max-width: $max) {\n      @content;\n    }\n  } @else {\n    @content;\n  }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n  $min: breakpoint-min($lower, $breakpoints);\n  $max: breakpoint-max($upper,...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/bootstrap.min.css.map

    narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n  $max: breakpoint-max($name, $breakpoints);\n  @if $max {\n    @media (max-width: $max) {\n      @content;\n    }\n  } @else {\n    @content;\n  }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n  $min: breakpoint-min($lower, $breakpoints);\n  $max: breakpoint-max($upper,...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Add support for TensorArrays to `tf.data Dataset`.
        *   Integrate Ragged Tensors with `tf.data`.
        *   All core and experimental tf.data transformations that input
            user-defined functions can span multiple devices now.
        *   Extending the TF 2.0 support for `shuffle(...,
            reshuffle_each_iteration=True)` and `cache()` to work across different
            Python iterators for the same dataset.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top