Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Focus (0.07 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. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    )return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==xa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===xa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&B(this,"input"))return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    					s = this._get_settings(),
    					_this = this;
    
    				$.each(s.plugins, function (i, val) {
    					try { plugins[val].__destroy.apply(_this); } catch(err) { }
    				});
    				this.__callback();
    				// set focus to another instance if this one is focused
    				if(this.is_focused()) {
    					for(i in instances) {
    						if(instances.hasOwnProperty(i) && i != n) {
    							instances[i].set_focus();
    							break;
    						}
    					}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/jquery-3.6.3.min.js

    hild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^([^.]*)(?:\.(.+)|)/;function we(){return!0}function Te(){return!1}function Ce(e,t){return e===function(){try{return S.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Te;else...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  6. src/main/webapp/js/jquery-3.6.3.min.js

    hild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^([^.]*)(?:\.(.+)|)/;function we(){return!0}function Te(){return!1}function Ce(e,t){return e===function(){try{return S.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Te;else...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  7. 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)
  8. 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