Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 672 for therefore (0.24 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. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/FileWatchingFilter.java

    import java.util.concurrent.atomic.AtomicReference;
    
    /**
     * Keeps track of how locations should be watched:
     *
     * - Immutable locations are managed by Gradle, i.e. file system changes should never be external,
     *   and therefore these locations should not be watched to cut down on the number of watchers needed.
     *
     * - Locations known to be modified during a build might receive late file events that would invalidate VFS state we just
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:33 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. pkg/controlplane/reconcilers/reconcilers.go

    	// ReconcileEndpoints sets the endpoints for the given apiserver service (ro or rw).
    	// ReconcileEndpoints expects that the endpoints objects it manages will all be
    	// managed only by ReconcileEndpoints; therefore, to understand this, you need only
    	// understand the requirements.
    	//
    	// Requirements:
    	//  * All apiservers MUST use the same ports for their {rw, ro} services.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 26 13:49:31 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  4. src/main/java/jcifs/dcerpc/msrpc/MsrpcShareEnum.java

        }
    
    
        public FileEntry[] getEntries () {
            /*
             * The ShareInfo1 class does not implement the FileEntry
             * interface (because it is generated from IDL). Therefore
             * we must create an array of objects that do.
             */
            srvsvc.ShareInfoCtr1 ctr = (srvsvc.ShareInfoCtr1) this.info;
            MsrpcShareInfo1[] entries = new MsrpcShareInfo1[ctr.count];
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcShareEnum.java

            flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG;
        }
    
        public FileEntry[] getEntries() {
            /* The ShareInfo1 class does not implement the FileEntry
             * interface (because it is generated from IDL). Therefore
             * we must create an array of objects that do.
             */
            srvsvc.ShareInfoCtr1 ctr = (srvsvc.ShareInfoCtr1)info;
            MsrpcShareInfo1[] entries = new MsrpcShareInfo1[ctr.count];
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/convert_xla_call_module_op_to_bfloat16.mlir

    // ConvertXlaCallModuleOpToBfloat16Pass works on XlaCallModuleOps with
    // serialized modules. Which makes verification difficult. Therefore we add
    // (de)serialization passes so that the input and output are deserializated
    // StableHLO functions.
    
    // CHECK-LABEL: module
    module {
      // CHECK-LABEL: func @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 22:40:14 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. platforms/software/resources/src/main/java/org/gradle/internal/resource/ExternalResourceReadResult.java

         * For example, this resource may be content encoded (e.g. compression, fewer bytes transferred).
         * Or, it might be transfer encoded (e.g. HTTP chunked transfer, more bytes transferred).
         * Or, both.
         * Therefore, it is not necessarily an accurate input into transfer rate (a.k.a. throughput) calculations.
         * <p>
         * Moreover, it represents the content bytes <b>read</b>, not transferred.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/library_vs_application.adoc

    However, a library _depending_ on this produced library only needs to "see" the public API of your library and therefore the dependencies of this API.
    It's a subset of the compile classpath of the producer: this is strong encapsulation of dependencies.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/main/java/org/gradle/api/plugins/jvm/internal/JvmLanguageSourceDirectoryBuilder.java

         */
        JvmLanguageSourceDirectoryBuilder compiledBy(Function<DirectoryProperty, TaskProvider<? extends AbstractCompile>> taskBuilder);
    
        /**
         * Assumes that this source set will contain Java sources and therefore creates a Java
         * compile task which configuration can be refined using the provided action configuration.
         * Implicitly calls {@link #includeInAllJava()}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:44:05 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. src/runtime/asm_ppc64x.h

    // and currently always use that much, PIC on ppc64 would need to use 48).
    
    #define FIXED_FRAME 32
    
    // aix/ppc64 uses XCOFF which uses function descriptors.
    // AIX cannot perform the TOC relocation in a text section.
    // Therefore, these descriptors must live in a data section.
    #ifdef GOOS_aix
    #ifdef GOARCH_ppc64
    #define GO_PPC64X_HAS_FUNCDESC
    #define DEFINE_PPC64X_FUNCDESC(funcname, localfuncname)	\
    	DATA	funcname+0(SB)/8, $localfuncname(SB) 	\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top