Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 96 for grandparent (0.18 sec)

  1. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::af...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_1x.md

       certain eviction scenarios, leading to dropped response headers.
    
    ## Version 1.5.1
    
    _2014-03-11_
    
     * Fix 1.5.0 regression where connections should not have been recycled.
     * Fix 1.5.0 regression where transparent Gzip was broken by attempting to
       recover from another I/O failure.
     * Fix problems where spdy/3.1 headers may not have been compressed properly.
     * Fix problems with spdy/3.1 and http/2 where the wrong window size was being
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_saved_model_ops.td

        The arity of the Python-level function is modeled as an outer list.
        Additionally, any variables or constants used by the function are implicitly
        appended to the argument list of the underlying func in a way that is
        transparent to the caller.
    
        The function arg/result attribute
        `tf_saved_model.index_path = [...some list of strings and integers...]}`
        represents the path which one would use to index into a structured
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
        background-color: transparent;
    }
    table.plain {
        border-collapse: collapse;
        border: 1px solid var(--table-border-color);
    }
    table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
        background-color: transparent;
    }
    table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. src/image/color/color.go

    	// which is slightly faster. See TestSqDiff for correctness check.
    	d := x - y
    	return (d * d) >> 2
    }
    
    // Standard colors.
    var (
    	Black       = Gray16{0}
    	White       = Gray16{0xffff}
    	Transparent = Alpha16{0}
    	Opaque      = Alpha16{0xffff}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    affirm by Experience. For all colour'd Bodies, so far as my Observation reaches, may be seen through if made sufficiently thin, and therefore are in some measure transparent, and differ only in degrees of Transparency from tinged transparent Liquors; these Liquors, as well as those Bodies, by a sufficient Thickness becoming opake. A transparent Body which looks of any Colour by transmitted Light, may also look of the same Colour by reflected Light, the Light of that Colour being reflected by the farther...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    reaches, may be seen through if made sufficiently thin, and therefore
    are in some measure transparent, and differ only in degrees of
    Transparency from tinged transparent Liquors; these Liquors, as well as
    those Bodies, by a sufficient Thickness becoming opake. A transparent
    Body which looks of any Colour by transmitted Light, may also look of
    the same Colour by reflected Light, the Light of that Colour being
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_builder.go

    	ipTablesListener := &listener.Listener{
    		Name:             model.VirtualOutboundListenerName,
    		Address:          util.BuildAddress(actualWildcards[0], uint32(lb.push.Mesh.ProxyListenPort)),
    		Transparent:      isTransparentProxy,
    		UseOriginalDst:   proto.BoolTrue,
    		FilterChains:     filterChains,
    		TrafficDirection: core.TrafficDirection_OUTBOUND,
    	}
    	// add extra addresses for the listener
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-egress/values.yaml

          ### Advanced options ############
          # TODO: convert to real options, env should not be exposed
          env: {}
            # Set this to "external" if and only if you want the egress gateway to
            # act as a transparent SNI gateway that routes mTLS/TLS traffic to
            # external services defined using service entries, where the service
            # entry has resolution set to DNS, has one or more endpoints with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. manifests/addons/dashboards/istio-workload-dashboard.json

            },
            "content": "<div class=\"dashboard-header text-center\">\n<span>WORKLOAD: $workload.$namespace</span>\n</div>",
            "mode": "html"
          },
          "pluginVersion": "10.1.5",
          "transparent": true,
          "type": "text"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${datasource}"
          },
          "fieldConfig": {
            "defaults": {
              "color": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 102.7K bytes
    - Viewed (0)
Back to top