Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,774 for rain (0.1 sec)

  1. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/ExcludeJsonLogToCode.groovy

    import groovy.json.JsonSlurper
    
    class ExcludeJsonLogToCode {
        private final static List<String> WORDS = [
            "shake",
            "grain",
            "root",
            "rain",
            "cover",
            "crib",
            "lunchroom",
            "sort",
            "building",
            "fact",
            "grass",
            "planes",
            "stove",
            "pull",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactoryTest.groovy

        }
    
        def "adhoc verification of code generated from ExcludeJsonLogToCode"() {
    
            def operand0 = moduleId('shake', 'grain')
            def operand1 = moduleId('root', 'rain')
            def operand2 = moduleId('cover', 'cover')
            def operand3 = moduleId('crib', 'lunchroom')
            def operand4 = moduleId('root', 'sort')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    PROB. IV. _By the discovered Properties of Light to explain the Colours of the Rain-bow._ [Illustration: FIG. 14.] This Bow never appears, but where it rains in the Sun-shine, and may be made artificially by spouting up Water which may break aloft, and scatter into Drops, and fall down like Rain. For the Sun shining upon these Drops certainly causes the Bow to appear to a Spectator standing in a due Position to the Rain and Sun. And hence it is now agreed upon, that this Bow is made by Refraction...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    Rain-bow._
    
    [Illustration: FIG. 14.]
    
    This Bow never appears, but where it rains in the Sun-shine, and may be
    made artificially by spouting up Water which may break aloft, and
    scatter into Drops, and fall down like Rain. For the Sun shining upon
    these Drops certainly causes the Bow to appear to a Spectator standing
    in a due Position to the Rain and Sun. And hence it is now agreed upon,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. src/cmd/link/link_test.go

    		}
    	}
    
    	// Compile a main package.
    	write("main.go", "package main; func main() {}")
    	importcfgfile := filepath.Join(tmpdir, "importcfg")
    	testenv.WriteImportcfg(t, importcfgfile, nil, filepath.Join(tmpdir, "main.go"))
    	runGo("tool", "compile", "-importcfg="+importcfgfile, "-p=main", "main.go")
    	runGo("tool", "pack", "c", "main.a", "main.o")
    
    	// Add an extra section with a short, non-.o name.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/objective-c/groovy/src/main/objc/main.m

    #import "greeter.h"
    
    int main (int argc, const char * argv[])
    {
        NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    
        Greeter *greeter = [Greeter new];
        [greeter sayHello];
        [greeter release];
    
        [pool drain];
    
        return 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 249 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/objective-cpp/groovy/src/main/objcpp/main.mm

    #import "greeter.h"
    
    int main (int argc, const char * argv[])
    {
        NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    
        Greeter *greeter = [Greeter new];
        [greeter sayHello];
        [greeter release];
    
        [pool drain];
    
        return 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 249 bytes
    - Viewed (0)
  8. pkg/ctrlz/assets/templates/layouts/main.html

    {{ define "main" }}
    <main>
        <div class="container-fluid">
            <div class="row row-offcanvas">
                <div class="col-0 col-md-3 col-xl-2 sidebar-offcanvas">
                    {{ template "sidebar" . }}
                </div>
    
                <div class="col-12 col-md-9 col-xl-10">
                    <main aria-labelledby="title">
                        <h1 id="title">{{template "title" .}}</h1>
                        {{ template "content" . }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 528 bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/testplugin/testdata/issue18676/main.go

    // license that can be found in the LICENSE file.
    
    // The bug happened like this:
    //  1. The main binary adds an itab for *json.UnsupportedValueError / error
    //     (concrete type / interface type).  This itab goes in hash bucket 0x111.
    //  2. The plugin adds that same itab again.  That makes a cycle in the itab
    //     chain rooted at hash bucket 0x111.
    //  3. The main binary then asks for the itab for *dynamodbstreamsevt.Event /
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. src/go/build/testdata/other/main.go

    // Test data - not compiled.
    
    package main
    
    import (
    	"./file"
    )
    
    func main() {
    	file.F()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 92 bytes
    - Viewed (0)
Back to top