Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for therefore (0.58 sec)

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

    the greatest Refraction, may be taken out of the Light MO whilst the rest of the Rays remain in it, and therefore that Light MO is compounded of Rays differently refrangible. And because the Planes AB and CD are parallel, and therefore by equal and contrary Refractions destroy one anothers Effects, the incident Light FM must be of the same Kind and Nature with the emergent Light MO, and therefore doth also consist of Rays differently refrangible. These two Lights FM and MO, before the most refrangible...
    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. src/cmd/vendor/rsc.io/markdown/entity.go

    	"Ť":                          "\u0164",
    	"Ţ":                          "\u0162",
    	"Т":                             "\u0422",
    	"𝔗":                             "\U0001d517",
    	"∴":                       "\u2234",
    	"Θ":                           "\u0398",
    	"  ":                      "\u205f\u200a",
    	" ":                       "\u2009",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. src/html/entity.go

    		"Tcaron;":                          '\U00000164',
    		"Tcedil;":                          '\U00000162',
    		"Tcy;":                             '\U00000422',
    		"Tfr;":                             '\U0001D517',
    		"Therefore;":                       '\U00002234',
    		"Theta;":                           '\U00000398',
    		"ThinSpace;":                       '\U00002009',
    		"Tilde;":                           '\U0000223C',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //		display the full Go source of its declaration and
    //		definition, such as a function definition (including
    //		the body), type declaration or enclosing const
    //		block. The output may therefore include unexported
    //		details.
    //	-u
    //		Show documentation for unexported as well as exported
    //		symbols, methods, and fields.
    //
    // # Print Go environment information
    //
    // Usage:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/SmbFile.java

        }
    
    /**
     * Tests to see if the file this <code>SmbFile</code> represents
     * exists and is not marked read-only. By default, resources are
     * considered to be read-only and therefore for <code>smb1://</code>,
     * <code>smb1://workgroup/</code>, and <code>smb1://server/</code> resources
     * will be read-only.
     *
     * @return  <code>true</code> if the resource exists is not marked
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        type (e.g., for tensor lists).
    
        During shape refinement this pass may insert additional cast operations as
        well as fold some constant shape computations to enable more exact shape
        inference. Therefore it does do some mutation of the graph. Constant folding
        required to produce more exact shapes is also performed but these values
        are only kept in the context rather than the ops folded/IR mutated.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    func (p *GCProg) AddSym(s loader.Sym) {
    	ldr := p.ctxt.loader
    	typ := ldr.SymGoType(s)
    
    	// Things without pointers should be in sym.SNOPTRDATA or sym.SNOPTRBSS;
    	// everything we see should have pointers and should therefore have a type.
    	if typ == 0 {
    		switch ldr.SymName(s) {
    		case "runtime.data", "runtime.edata", "runtime.bss", "runtime.ebss":
    			// Ignore special symbols that are sometimes laid out
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // in arbitrary order even though in fact they must be executed in order
      // according to their host-side graph dependency. This can cause deadlock.
      // Therefore, we hint XLA what the correct ordering of these clusters should
      // be to avoid deadlocks.
      std::vector<string> xla_token_input_nodes;
      xla_token_input_nodes.emplace_back(kXlaTokenArgNodeName);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  9. doc/go1.17_spec.html

    given element may be less than the index of the same element in the
    underlying array.
    </p>
    <p>
    A slice, once initialized, is always associated with an underlying
    array that holds its elements.  A slice therefore shares storage
    with its array and with other slices of the same array; by contrast,
    distinct arrays always represent distinct storage.
    </p>
    <p>
    The array underlying a slice may extend past the end of the slice.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  10. pkg/volume/util/operationexecutor/operation_generator.go

    				if !check {
    					actualStateOfWorld.MarkVolumeAsDetached(volumeSpecMap[spec], nodeName)
    					klog.V(1).Infof("VerifyVolumesAreAttached determined volume %q (spec.Name: %q) is no longer attached to node %q, therefore it was marked as detached.",
    						volumeSpecMap[spec], spec.Name(), nodeName)
    				}
    			}
    		}
    
    		// It is hard to differentiate migrated status for all volumes for verify_volumes_are_attached_per_node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top