Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 87 for seni (0.18 sec)

  1. src/internal/trace/traceviewer/static/webcomponents.min.js

    i?e:new i(e&&o(e)),r(t,this)}var n=e.registerWrapper,r=e.setWrapper,o=e.unwrap,i=window.FormData;i&&(n(i,t,new i),e.wrappers.FormData=t)}(window.ShadowDOMPolyfill),function(e){"use strict";var t=e.unwrapIfNeeded,n=XMLHttpRequest.prototype.send;XMLHttpRequest.prototype.send=function(e){return n.call(this,t(e))}}(window.ShadowDOMPolyfill),function(e){"use strict";function t(e){var t=n[e],r=window[t];if(r){var o=document.createElement(e),i=o.constructor;window[t]=i}}var n=(e.isWrapperFor,{a:"HTMLAnchorEl...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    greater than its measur'd Diameter above the Glasses in the Proportion of 80 to 79, or thereabouts, and by consequence equal to 16/79 parts of an Inch, and its true Semi-diameter equal to 8/79 parts. Now as the Diameter of the Sphere (182 Inches) is to the Semi-diameter of this fifth dark Ring (8/79 parts of an Inch) so is this Semi-diameter to the thickness of the Air at this fifth dark Ring; which is therefore 32/567931 or 100/1774784. Parts of an Inch; and the fifth Part thereof, _viz._ the 1/88739...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    // during spinning->non-spinning thread transition. This transition can race
    // with submission of new work, and either one part or another needs to unpark
    // another worker thread. If they both fail to do that, we can end up with
    // semi-persistent CPU underutilization.
    //
    // The general pattern for submission is:
    // 1. Submit work to the local or global run queue, timer heap, or GC state.
    // 2. #StoreLoad-style memory barrier.
    // 3. Check sched.nmspinning.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    				file.ServeHTTP(w, req)
    			}))
    		} else {
    			kl.logServer = http.StripPrefix("/logs/", file)
    		}
    	}
    	if kl.kubeClient == nil {
    		klog.InfoS("No API server defined - no node status update will be sent")
    	}
    
    	// Start the cloud provider sync manager
    	if kl.cloudResourceSyncManager != nil {
    		go kl.cloudResourceSyncManager.Run(wait.NeverStop)
    	}
    
    	if err := kl.initializeModules(); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Bucket */
        public static final String LABELS_storage_bucket = "{labels.storage_bucket}";
    
        /** The key of the message: Send TestMail */
        public static final String LABELS_send_testmail = "{labels.send_testmail}";
    
        /** The key of the message: Back Up */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        // `stablehlo.custom_call` calling TF host callback functions.
        // `stablehlo.custom_call` will be lowered to `stablehlo.send` and
        // `stablehlo.recv`.
        effects.emplace_back(MemoryEffects::Write::get(),
                             ResourceEffects::Send::get());
        effects.emplace_back(MemoryEffects::Write::get(),
                             ResourceEffects::Recv::get());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.4.md

    * fix kubectl taint e2e flake: add retries for removing taint ([#33872](https://github.com/kubernetes/kubernetes/pull/33872), [@kevin-wangzefeng](https://github.com/kevin-wangzefeng))
    * portfordwardtester: avoid data loss during send+close+exit ([#37103](https://github.com/kubernetes/kubernetes/pull/37103), [@sttts](https://github.com/sttts))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it was very provoking to find that the hedgehog had unrolled
    itself, and was in the act of crawling away:  besides all this,
    there was generally a ridge or furrow in the way wherever she
    wanted to send the hedgehog to, and, as the doubled-up soldiers
    were always getting up and walking off to other parts of the
    ground, Alice soon came to the conclusion that it was a very
    difficult game indeed.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    it was very provoking to find that the hedgehog had unrolled
    itself, and was in the act of crawling away:  besides all this,
    there was generally a ridge or furrow in the way wherever she
    wanted to send the hedgehog to, and, as the doubled-up soldiers
    were always getting up and walking off to other parts of the
    ground, Alice soon came to the conclusion that it was a very
    difficult game indeed.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    	cases := []struct {
    		sni      string
    		expected string
    	}{
    		{"foo.com", "foo.com"},
    		{"", "outbound_.8080_.foobar_.foo.example.org"},
    	}
    	for _, tt := range cases {
    		t.Run(tt.sni, func(t *testing.T) {
    			g := NewWithT(t)
    
    			c := xdstest.ExtractCluster("outbound|8080|foobar|foo.example.org", buildSniTestClustersForSidecar(t, tt.sni))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top