Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Focus (0.13 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    	padding: 0 1px;
    }
    
    #content a[href^='../dsl/']:hover,
    #content a[href^='../dsl/']:focus,
    #content a[href^='../kotlin-dsl/']:hover,
    #content a[href^='../kotlin-dsl/']:focus,
    #content a[href^='../javadoc/']:hover,
    #content a[href^='../javadoc/']:focus {
    	text-decoration: none;
    }
    
    /* Copy */
    
    p {
    	font-size: 1rem;
    }
    
    pre,
    pre>code,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

        padding:0;
        height:100%;
        width:100%;
        overflow-y:scroll;
        border:none;
    }
    a:link, a:visited {
        text-decoration:none;
        color:var(--link-color);
    }
    a[href]:hover, a[href]:focus {
        text-decoration:none;
        color:var(--link-color-active);
    }
    pre {
        font-family:var(--code-font-family);
        font-size:1em;
    }
    h1 {
        font-size:1.428em;
    }
    h2 {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    			// the other tests (without the teardown), but we want to make
    			// sure that some traffic is seen. This test will not validate
    			// exact traffic counts, but rather focus on validating that
    			// the telemetry is being created and collected properly.
    			for _, src := range apps.Captured {
    				for _, dst := range apps.ServiceAddressedWaypoint {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. pkg/controller/endpointslice/endpointslice_controller_test.go

    	endpointslicepkg "k8s.io/kubernetes/pkg/controller/util/endpointslice"
    	"k8s.io/utils/pointer"
    )
    
    // Most of the tests related to EndpointSlice allocation can be found in reconciler_test.go
    // Tests here primarily focus on unique controller functionality before the reconciler begins
    
    var alwaysReady = func() bool { return true }
    
    type endpointSliceController struct {
    	*Controller
    	endpointSliceStore cache.Store
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top