Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Truly (0.07 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    as they are. For in polishing Glass with Sand, Putty, or Tripoly, it is not to be imagined that those Substances can, by grating and fretting the Glass, bring all its least Particles to an accurate Polish; so that all their Surfaces shall be truly plain or truly spherical, and look all the same way, so as together to compose one even Surface. The smaller the Particles of those Substances are, the smaller will be the Scratches by which they continually fret and wear away the Glass until it be polish'd;...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. cmd/server_test.go

    	// time.Time does not honor xml marshaller, it means that we need
    	// to encode/format it before giving it to xml marshaling.
    
    	// This below check adds client side verification to see if its
    	// truly parsable.
    
    	// listMultipartUploadsResponse - format for list multipart uploads response.
    	type listMultipartUploadsResponse struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    				to = filepath.Join(`\\_\_`, toPath)
    			} else {
    				to = filepath.Join("/_", toPath)
    			}
    			flags = append(slices.Clip(flags), prefixMapFlag+"="+from+"="+to)
    		}
    	}
    
    	// Tell gcc to not insert truly random numbers into the build process
    	// this ensures LTO won't create random numbers for symbols.
    	if b.gccSupportsFlag(compiler, "-frandom-seed=1") {
    		flags = append(flags, "-frandom-seed="+buildid.HashToString(a.actionID))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    // are evaluated in random order, and you can not assume that the case
    // statements evaluate in order if multiple channels have events.
    //
    // With that in mind, in truly no particular order, the different channels
    // are handled as follows:
    //
    //   - configCh: dispatch the pods for the config change to the appropriate
    //     handler callback for the event type
    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/runtime/proc.go

    	// idle. If needspinning is set when they are about to drop their P,
    	// they abort the drop and instead become a new spinning M on our
    	// behalf. If we are not racing and the system is truly fully loaded
    	// then no spinning threads are required, and the next thread to
    	// naturally become spinning will clear the flag.
    	//
    	// Also see "Worker thread parking/unparking" comment at the top of the
    	// file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    most users will use. For bespoke use cases, [Helm Chart Customization](https://istio.io/latest/docs/setup/additional-setup/customize-installation-helm/#advanced-helm-chart-customization) can be used to allow arbitrary customizations. If the change truly is generally purpose, it is generally preferred to have broader APIs. For example, instead of providing direct access to each of the complex fields in [affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/), just providing...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top