Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 386 for circle (0.1 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/ModuleVersionNotFoundExceptionTest.groovy

            def versions = [
                    rejectedByAttributes('1.1', [color: ['red', 'red', true], shape: ['square', 'circle', false]]),
                    rejectedByAttributes('1.0', [color: ['red', 'green', false], shape: ['square', 'circle', false]]),
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    y="9" x="1"/></svg>',"more-vertical":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="3" r="2"/><circle cx="10" cy="10" r="2"/><circle cx="10" cy="17" r="2"/></svg>',more:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="10" r="2"/><circle cx="10" cy="10" r="2"/><circle cx="17" cy="10" r="2"/></svg>',move:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polygon...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    //
    // DO NOT USE THIS CLASS DIRECTLY YOURSELF.  Use linked_ptr<T>.
    class linked_ptr_internal {
     public:
      // Create a new circle that includes only this instance.
      void join_new() {
        next_ = this;
      }
    
      // Many linked_ptr operations may change p.link_ for some linked_ptr
      // variable p in the same circle as this object.  Therefore we need
      // to prevent two such operations from occurring concurrently.
      //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/ComponentAttributesDynamicVersionIntegrationTest.groovy

      - 1.1:
          - Attribute 'color' didn't match. Requested 'green', was: 'blue'
          - Attribute 'shape' matched. Requested 'circle', was: 'circle'
      - 1.0:
          - Attribute 'color' didn't match. Requested 'green', was: 'red'
          - Attribute 'shape' didn't match. Requested 'circle', was: 'square'""")
        }
    
        static Closure<String> latestNotation() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    //
    // DO NOT USE THIS CLASS DIRECTLY YOURSELF.  Use linked_ptr<T>.
    class linked_ptr_internal {
     public:
      // Create a new circle that includes only this instance.
      void join_new() {
        next_ = this;
      }
    
      // Many linked_ptr operations may change p.link_ for some linked_ptr
      // variable p in the same circle as this object.  Therefore we need
      // to prevent two such operations from occurring concurrently.
      //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                            .text("Difference");
                                i().classAttr("fa fa-info-circle").text(" ").end()
                        .end();
                        div().classAttr("col p-0")
                            .attr("data-toggle", "tooltip")
                            .style("font-size: smaller")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    								<button type="submit" class="btn btn-primary ${f:h(editableClass)}" name="upgradeFrom"
    									value="<la:message key="labels.upgrade_start_button"/>"
    								>
    									<em class="fa fa-arrow-circle-right">
    									<la:message key="labels.upgrade_start_button" />
    								</button>
    							</div>
    						</div>
    					</div>
    				</la:form>
    			</section>
    		</div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. pkg/controller/garbagecollector/garbagecollector.go

    		deps := item.getDependents()
    		for _, dep := range deps {
    			if dep.isDeletingDependents() {
    				// this circle detection has false positives, we need to
    				// apply a more rigorous detection if this turns out to be a
    				// problem.
    				// there are multiple workers run attemptToDeleteItem in
    				// parallel, the circle detection can fail in a race condition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  9. test/typeparam/list2.go

    func checkListPointers[T any](l *_List[T], es []*_Element[T]) {
    	root := &l.root
    
    	if !checkListLen(l, len(es)) {
    		return
    	}
    
    	// zero length lists must be the zero value or properly initialized (sentinel circle)
    	if len(es) == 0 {
    		if l.root.next != nil && l.root.next != root || l.root.prev != nil && l.root.prev != root {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

        const elem = document.getElementById(name);
        if (!elem) {
          throw 'element not found: ' + name
        }
        return elem;
      }
    
      function makeColor(index) {
        // Rotate hue around a circle. Multiple by phi to spread things
        // out better. Use 50% saturation to make subdued colors, and
        // 80% lightness to have good contrast with black foreground text.
        const PHI = 1.618033988;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top