Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 112 for vertical (0.17 sec)

  1. android/guava-tests/test/com/google/common/math/LinearTransformationTest.java

        double x = 1.2;
        LinearTransformation transformation = LinearTransformation.vertical(x);
        assertVerticalLinearTransformation(transformation, x);
      }
    
      public void testVertical_infiniteX() {
        assertThrows(
            IllegalArgumentException.class,
            () -> LinearTransformation.vertical(Double.NEGATIVE_INFINITY));
      }
    
      public void testVertical_nanX() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/LinearTransformationTest.java

        double x = 1.2;
        LinearTransformation transformation = LinearTransformation.vertical(x);
        assertVerticalLinearTransformation(transformation, x);
      }
    
      public void testVertical_infiniteX() {
        assertThrows(
            IllegalArgumentException.class,
            () -> LinearTransformation.vertical(Double.NEGATIVE_INFINITY));
      }
    
      public void testVertical_nanX() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. subprojects/core/src/main/resources/org/gradle/reporting/base-style.css

    #footer {
        margin-top: 100px;
        font-size: 80%;
        white-space: nowrap;
    }
    
    #footer, #footer a {
        color: #a0a0a0;
    }
    
    #line-wrapping-toggle {
        vertical-align: middle;
    }
    
    #label-for-line-wrapping-toggle {
        vertical-align: middle;
    }
    
    ul {
        margin-left: 0;
    }
    
    h1, h2, h3 {
        white-space: nowrap;
    }
    
    h2 {
        font-size: 120%;
    }
    
    ul.tabLinks {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 10 15:05:34 UTC 2020
    - 2.6K bytes
    - Viewed (0)
  4. platforms/jvm/code-quality/src/main/resources/checkstyle-noframes-sorted.xsl

    a.link { color: #02303A; } p { font-size: 1rem; } h1 a[name] { margin: 0; padding: 0; } tr:nth-child(even) { background: white; } th { font-weight:bold; } tr { background: #efefef; } table th, td, tr { font-size:100%; border: none; text-align: left; vertical-align: top; } Checkstyle Results Summary Total files checked Total violations Files with violations Violations File Total violations No violations were found. Generated by with Checkstyle . Severity Description Line Number Back to top...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 17 13:41:41 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. cluster/addons/calico-policy-controller/README.md

    - A DaemonSet which runs Calico on each node in the cluster.
    - A Deployment which installs the Calico Typha agent.
    - A Service for the Calico Typha agent.
    - Horizontal and vertical autoscalers for Calico.
    
    ### Learn More
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 409 bytes
    - Viewed (0)
  6. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

    #summary {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    #summary table {
        border-collapse: collapse;
    }
    
    #summary td {
        vertical-align: top;
    }
    
    .breadcrumbs, .breadcrumbs a {
        color: #606060;
    }
    
    .infoBox {
        width: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .infoBox p {
        margin: 0;
    }
    
    .counter, .percent {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. javadoc-stylesheet.css

    }
    table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
    table.overviewSummary td.colOne, table.overviewSummary th.colOne {
        width:25%;
        vertical-align:middle;
    }
    table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
        width:25%;
        vertical-align:middle;
    }
    /*
    Content styles
    */
    .description pre {
        margin-top:0;
    }
    .deprecatedContent {
        margin:0;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/release-notes.css

      text-shadow: none;
      margin-left: 0.6em;
      border-radius: 6px;
      background-color: rgb(160, 160, 160);
      border: 1px solid rgb(150, 150, 150);
      padding: 1px 5px;
      box-shadow: none;
      cursor: pointer;
      vertical-align: 1px;
    }
    
    a.incubating-marker:hover {
      text-decoration: none;
      border: 1px solid rgb(150, 150, 150);
    }
    
    /* Same as code highlighting values in docs.css */
    .java_keyword {
      color: #963;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    5rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.bt...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  10. src/main/webapp/css/bootstrap.min.css

    -item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-in...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
Back to top