Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 1200px (0.22 sec)

  1. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

    }
    
    nav li a:hover {
        background-color: #00c489;
        color: white;
    }
    
    .charts {
        display: inline-block;
    }
    
    .chart {
        width: 1000px;
        height: 280px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .chart p {
        font-size: 8pt;
        color: #a0a0a0;
        text-align: center;
    }
    
    #tooltip {
        position: absolute;
        display: none;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    	font-family: "only screen and (min-width: 768px)";
    	width: 768px;
    }
    
    meta.foundation-mq-medium {
    	font-family: "only screen and (min-width:1280px)";
    	width: 1280px;
    }
    
    meta.foundation-mq-large {
    	font-family: "only screen and (min-width:1440px)";
    	width: 1440px;
    }
    
    *,
    *:before,
    *:after {
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        border-width:thin;
        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    .preview-block {
        font-size:1em;
        font-family:var(--block-font-family);
        border-style:solid;
        border-width:thin;
        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/CrossProcessFileLockIntegrationTest.groovy

            file("b/src/main/java/B.java") << "public class B {}"
    
            when:
            buildFile """
                def waitForStop() {
                  def sanityWaitUntil = System.currentTimeMillis() + 120000
                  println 'waiting for file...'
                  while(!file('stop.txt').exists()) {
                    Thread.sleep(300)
                    assert System.currentTimeMillis() < sanityWaitUntil : "Timeout waiting for file"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/base.css

        flex-wrap: wrap;
        align-items: flex-start;
        max-height: 210px; /* This matches the collapsible height above */
        margin: 0 20px;
        padding-top: 12px;
        padding-left: 0;
        list-style-type: none;
    }
    
    .site-header__navigation-item {
        flex: 0 1 auto;
        font-size: 16px;
        width: 250px;
    }
    
    .site-header__navigation-item .site-header__navigation-link {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerRetryTest.groovy

            logDir.mkdirs()
            def log = new File(logDir, "daemon-fake.log")
            log << "DefaultDaemonContext[uid=0000,javaHome=javaHome,javaVersion=11,daemonRegistryDir=daemonRegistryDir,pid=-9999,idleTimeout=120000,daemonOpts=daemonOpts]\n"
            log << exceptionInDaemon
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 15:10:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/fixture/CrossVersionToolingApiSpecificationRetryTest.groovy

            logDir.mkdirs()
            def log = new File(logDir, "daemon-fake.log")
            log << "DefaultDaemonContext[uid=0000,javaHome=javaHome,javaVersion=11,daemonRegistryDir=daemonRegistryDir,pid=-9999,idleTimeout=120000,daemonOpts=daemonOpts]\n"
            log << exceptionInDaemon
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 06:17:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitorSpec.groovy

    24438 ?        Sl     3:46 /opt/files/jdk-linux/jdk-8u161-linux-x64.tar.gz/bin/java -Dorg.gradle.daemon.idletimeout=120000 -Dorg.gradle.daemon.registry.base=/home/tcagent1/agent/work/668602365d1521fc/build/daemon -Dorg.gradle.native.dir=/home/tcagent1/agent/work/668602365d1521fc/intTestHomeDir/worker-1/native -Dorg.gradle.deprecation.trace=true -Djava.io.tmpdir=/home...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.25.md

    - Ignore context canceled from validate and mutate webhook ([#120017](https://github.com/kubernetes/kubernetes/pull/120017), [@divyasri537](https://github.com/divyasri537)) [SIG API Machinery]
    - Kubeadm: fix nil pointer when etcd member is already removed ([#120013](https://github.com/kubernetes/kubernetes/pull/120013), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    
    ### Other (Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.26.md

    - Ignore context canceled from validate and mutate webhook ([#120019](https://github.com/kubernetes/kubernetes/pull/120019), [@divyasri537](https://github.com/divyasri537)) [SIG API Machinery]
    - Kubeadm: fix nil pointer when etcd member is already removed ([#120012](https://github.com/kubernetes/kubernetes/pull/120012), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    
    ### Other (Cleanup or Flake)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top