Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 230 for Grande (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        registerTransform(Duplicator) {
                            from.attribute(artifactType, "yellow")
                            to.attribute(artifactType, "orange")
                            parameters {
                                suffix = "orange"
                            }
                        }
                    }
                    task resolve(type: Resolve) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/stmt.go

    		n := n.(*ir.SwitchStmt)
    		walkSwitch(n)
    		return n
    
    	case ir.ORANGE:
    		n := n.(*ir.RangeStmt)
    		return walkRange(n)
    	}
    
    	// No return! Each case must return (or panic),
    	// to avoid confusion about what gets returned
    	// in the presence of type assertions.
    }
    
    func walkStmtList(s []ir.Node) {
    	for i := range s {
    		s[i] = walkStmt(s[i])
    	}
    }
    
    // walkFor walks an OFOR node.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 15:42:30 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. src/compress/flate/testdata/huffman-rand-1k.wb.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 1K bytes
    - Viewed (0)
  4. src/compress/flate/testdata/huffman-rand-limit.dyn.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 229 bytes
    - Viewed (0)
  5. src/compress/flate/testdata/huffman-rand-limit.wb.expect-noinput

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 186 bytes
    - Viewed (0)
  6. cmd/httprange.go

    		if start < 0 {
    			start = 0
    		}
    	}
    	return start, length, nil
    }
    
    // Parse a HTTP range header value into a HTTPRangeSpec
    func parseRequestRangeSpec(rangeString string) (hrange *HTTPRangeSpec, err error) {
    	// Return error if given range string doesn't start with byte range prefix.
    	if !strings.HasPrefix(rangeString, byteRangePrefix) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 08:44:07 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    be an orange, verging a little more to red than to yellow. Also I find
    that OZ is a little less than one half of OY, and thence I conclude,
    that this orange hath a little less than half the fulness or intenseness
    of an uncompounded orange; that is to say, that it is such an orange as
    may be made by mixing an homogeneal orange with a good white in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/reflectdata/helpers.go

    		return n.RType
    	}
    	return sliceElemRType(pos, n.Type())
    }
    
    // RangeMapRType asserts that n is a "range" loop over a map value,
    // and returns an expression that yields the *runtime._type value
    // representing that map type.
    func RangeMapRType(pos src.XPos, n *ir.RangeStmt) ir.Node {
    	assertOp(n, ir.ORANGE)
    	if hasRType(n, n.RType, "RType") {
    		return n.RType
    	}
    	return mapRType(pos, n.X.Type())
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 04:50:32 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    than to F, and thence I conclude, that the Colour compounded of these Ingredients will be an orange, verging a little more to red than to yellow. Also I find that OZ is a little less than one half of OY, and thence I conclude, that this orange hath a little less than half the fulness or intenseness of an uncompounded orange; that is to say, that it is such an orange as may be made by mixing an homogeneal orange with a good white in the proportion of the Line OZ to the Line ZY, this Proportion being not...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. src/sort/sort_test.go

    	}
    
    	data1 := []int{1, 2, 3, 4, 5, 6, 7}
    	data2 := []int{1, 2, 5, 4, 3, 6, 7}
    	ReverseRange(IntSlice(data1), 2, 5)
    	for i, v := range data1 {
    		if v != data2[i] {
    			t.Fatalf("reverseRange didn't work")
    		}
    	}
    }
    
    type nonDeterministicTestingData struct {
    	r *rand.Rand
    }
    
    func (t *nonDeterministicTestingData) Len() int {
    	return 500
    }
    func (t *nonDeterministicTestingData) Less(i, j int) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:41:04 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top