Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for progression (0.16 sec)

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

    of their Orbits, and squaring them, I found their Squares to be in the arithmetical Progression of the odd Numbers, 1, 3, 5, 7, 9, 11. And since one of these Glasses was plane, and the other spherical, their Intervals at those Rings must be in the same Progression. I measured also the Diameters of the dark or faint Rings between the more lucid Colours, and found their Squares to be in the arithmetical Progression of the even Numbers, 2, 4, 6, 8, 10, 12. And it being very nice and difficult to take...
    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. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    King's crown on a crimson velvet cushion; and, last of all this
    grand procession, came THE KING AND QUEEN OF HEARTS.
    
      Alice was rather doubtful whether she ought not to lie down on
    her face like the three gardeners, but she could not remember
    ever having heard of such a rule at processions; `and besides,
    what would be the use of a procession,' thought she, `if people
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    King's crown on a crimson velvet cushion; and, last of all this
    grand procession, came THE KING AND QUEEN OF HEARTS.
    
      Alice was rather doubtful whether she ought not to lie down on
    her face like the three gardeners, but she could not remember
    ever having heard of such a rule at processions; `and besides,
    what would be the use of a procession,' thought she, `if people
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. tests/integration/pilot/common/routing.go

    			Count: 1,
    			Port: echo.Port{
    				Protocol: protocol.HTTP,
    			},
    			Check: check.And(
    				check.OK(),
    				// Gateway doesn't implicitly use downstream
    				check.Protocol("HTTP/1.1"),
    				// Regression test; if this is set it means the inbound sidecar is treating it as TCP
    				check.RequestHeader("X-Envoy-Peer-Metadata", "")),
    		},
    		setupOpts: fqdnHostHeader,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // Regression test to make sure we don't crash in this case.
      %0 = "tf.Rank"(%arg0) : (tensor<4x3x2xf32>) -> tensor<*xi32>
      func.return %0 : tensor<*xi32>
    }
    
    // CHECK-LABEL: testRankOfRankedTensorDynamicShapeOutput
    func.func @testRankOfRankedTensorDynamicShapeOutput(%arg0 : tensor<4x3x2xf32>) -> tensor<?xi32> {
      // Regression test to make sure we don't crash in this case.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    * Bump GCI to gci-stable-56-9000-84-2: Fixed google-accounts-daemon breaks on GCI when network is unavailable. Fixed iptables-restore performance regression. ([#41831](https://github.com/kubernetes/kubernetes/pull/41831), [@freehan](https://github.com/freehan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/CacheTest.kt

      }
    
      /**
       * Old implementations of OkHttp's response cache wrote header fields like ":status: 200 OK". This
       * broke our cached response parser because it split on the first colon. This regression test
       * exists to help us read these old bad cache entries.
       *
       * https://github.com/square/okhttp/issues/227
       */
      @Test
      fun testGoldenCacheResponse() {
        cache.close()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_test.go

    												},
    											},
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolTrue,
    			},
    		},
    		{
    			// regression test for having both fields set. This is rejected in validation.
    			name: "tls mode ISTIO_MUTUAL, with credentialName",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com"},
    				Port: &networking.Port{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    prod
    
    // productions : 2013-12-05 Binky Moon, LLC
    productions
    
    // prof : 2014-07-24 Charleston Road Registry Inc.
    prof
    
    // progressive : 2015-07-23 Progressive Casualty Insurance Company
    progressive
    
    // promo : 2014-12-18 Identity Digital Limited
    promo
    
    // properties : 2013-12-05 Binky Moon, LLC
    properties
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    			autoscalingv2.ResourceMetricSourceType: monitor.ErrorLabelNone,
    		},
    	}
    	tc.runTest(t)
    }
    
    // TestComputedToleranceAlgImplementation is a regression test which
    // back-calculates a minimal percentage for downscaling based on a small percentage
    // increase in pod utilization which is calibrated against the tolerance value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top