Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 252 for zonder (3.34 sec)

  1. platforms/documentation/docs/src/docs/css/release-notes.css

      font-style: italic;
      font-size: 0.6em;
      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 */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/resolver/ProjectRootOfTest.kt

                    scriptFile = file("root/nested-project-root/sub-project/build.gradle.kts"),
                    importedProjectRoot = folder("root")
                ),
                equalTo(folder("root/nested-project-root"))
            )
        }
    
        @Test
        fun `given a script file under a separate project it should return the separate project root`() {
    
            withFolders {
                "root" {
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. test/convlit1.go

    // Verify that illegal uses of composite literals are detected.
    // Does not compile.
    
    package main
    
    var a = []int { "a" };	// ERROR "conver|incompatible|cannot"
    var b = int { 1 };	// ERROR "compos"
    
    
    func f() int
    
    func main() {
    	if f < 1 { }	// ERROR "conver|incompatible|invalid"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 02:19:43 UTC 2012
    - 458 bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.css

    }
    /* Shows details of frame that is under the mouse */
    #current-details {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 2;
      font-size: 12pt;
    }
    /* Background of a single flame-graph frame */
    .boxbg {
      border-width: 0px;
      position: absolute;
      overflow: hidden;
      box-sizing: border-box;
      background: #d8d8d8;
    }
    .positive { position: absolute; background: #caa; }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/example.com_retract_rationale_v1.0.1-order.txt

    -- .mod --
    module example.com/retract/rationale
    
    go 1.14
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:11 UTC 2020
    - 96 bytes
    - Viewed (0)
  6. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

    }
    
    #successRate, .summaryGroup {
        border: solid 2px #d0d0d0;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #successRate {
        width: 140px;
        margin-left: 35px;
    }
    
    #successRate .percent {
        font-size: 180%;
    }
    
    .success, .success a {
        color: #008000;
    }
    
    div.success, #successRate.success {
        background-color: #bbd9bb;
        border-color: #008000;
    }
    
    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. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelNodeInternal.java

            this.hidden = hidden;
        }
    
        public void notifyFired(RuleBinder binder) {
            assert binder.isBound() : "RuleBinder must be in a bound state";
            for (ModelBinding inputBinding : binder.getInputBindings()) {
                ModelNodeInternal node = inputBinding.getNode();
                if (dependencies == null) {
                    dependencies = new HashSet<>();
                }
                dependencies.add(node);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 12:51:08 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. pkg/volume/util/attach_limit.go

    	GCEVolumeLimitKey = "attachable-volumes-gce-pd"
    
    	// CinderVolumeLimitKey contains Volume limit key for Cinder
    	CinderVolumeLimitKey = "attachable-volumes-cinder"
    	// DefaultMaxCinderVolumes defines the maximum number of PD Volumes for Cinder
    	// For Openstack we are keeping this to a high enough value so as depending on backend
    	// cluster admins can configure it.
    	DefaultMaxCinderVolumes = 256
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 17:25:30 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/pkg/resource/crd_finder_test.go

    				Kind:  "MyCRD",
    			},
    			{
    				Group: "crd.com",
    				Kind:  "MyNewCRD",
    			},
    		}, nil
    	}
    	finder := NewCRDFinder(getter)
    
    	if found, _ := finder.HasCRD(schema.GroupKind{Group: "crd.com", Kind: "MyCRD"}); !found {
    		t.Fatalf("Failed to find CRD MyCRD")
    	}
    	if found, _ := finder.HasCRD(schema.GroupKind{Group: "crd.com", Kind: "Random"}); found {
    		t.Fatalf("Found crd Random that doesn't exist")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. subprojects/core/src/main/resources/org/gradle/reporting/base-style.css

        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin-right: 25px;
        border: solid 1px #d4d4d4;
        background-color: #f0f0f0;
    }
    
    ul.tabLinks li:hover {
        background-color: #fafafa;
    }
    
    ul.tabLinks li.selected {
        background-color: #c5f0f5;
        border-color: #c5f0f5;
    }
    
    ul.tabLinks a {
        font-size: 120%;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 10 15:05:34 UTC 2020
    - 2.6K bytes
    - Viewed (0)
Back to top