Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 369 for progression (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    Configuring the toolchain protects against problems with the project being built with different Java versions.
    The version string is important for tracking the progression of the project.
    The project version is also used in archive names by default.
    ====
    
    The Java Library Plugin also integrates the above tasks into the standard <<base_plugin.adoc#sec:base_tasks,Base Plugin lifecycle tasks>>:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  2. src/crypto/tls/conn.go

    			payloadBytes -= c.out.mac.Size()
    		default:
    			panic("unknown cipher type")
    		}
    	}
    	if c.vers == VersionTLS13 {
    		payloadBytes-- // encrypted ContentType
    	}
    
    	// Allow packet growth in arithmetic progression up to max.
    	pkt := c.packetsSent
    	c.packetsSent++
    	if pkt > 1000 {
    		return maxPlaintext // avoid overflow in multiply below
    	}
    
    	n := payloadBytes * int(pkt+1)
    	if n > maxPlaintext {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. src/image/testdata/video-001.progressive.jpeg

    video-001.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 20.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        // the same cluster with nodes from the loop body, extra dependency is
        // created between the loop cond and body computations and it hinders the
        // progression of the loop cond computation at runtime with significant
        // overhead.  Specifically, we look for the below pattern and do not cluster
        // in this Identity to avoid the described issue.  Since Identity has low
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. src/image/testdata/video-001.progressive.truncated.jpeg

    video-001.progressive.truncated.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 00:33:24 UTC 2016
    - 7.3K bytes
    - Viewed (0)
  6. src/image/testdata/video-001.progressive.truncated.png

    video-001.progressive.truncated.png...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 00:33:24 UTC 2016
    - 23.1K bytes
    - Viewed (0)
  7. src/image/testdata/video-001.q50.410.progressive.jpeg

    video-001.q50.410.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 02:08:45 UTC 2015
    - 3.1K bytes
    - Viewed (0)
  8. src/image/testdata/video-001.q50.440.progressive.jpeg

    video-001.q50.440.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.4K bytes
    - Viewed (0)
  9. src/image/testdata/video-001.q50.420.progressive.jpeg

    video-001.q50.420.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.2K bytes
    - Viewed (0)
  10. src/image/testdata/video-001.q50.411.progressive.jpeg

    video-001.q50.411.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 02:08:45 UTC 2015
    - 3.2K bytes
    - Viewed (0)
Back to top