Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of about 10,000 for thinsp (0.22 sec)

  1. src/go/doc/comment/testdata/linklist3.txt

    {"DocLinkBaseURL": "https://pkg.go.dev"}
    -- input --
    Cool things:
    
      - Foo
      - [Go]
      - Bar
    
    [Go]: https://go.dev/
    -- text --
    Cool things:
    
      - Foo
      - Go
      - Bar
    
    [Go]: https://go.dev/
    -- markdown --
    Cool things:
    
      - Foo
      - [Go](https://go.dev/)
      - Bar
    
    -- html --
    <p>Cool things:
    <ul>
    <li>Foo
    <li><a href="https://go.dev/">Go</a>
    <li>Bar
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 30 21:57:02 UTC 2022
    - 349 bytes
    - Viewed (0)
  2. architecture/ambient/ztunnel.md

    This includes things like its IP address, identity, metadata (name, namespace, app, version, etc), and whether it has a waypoint proxy associated.
    
    The `Service` aims to represent everything about a service (generally a `Service` or `ServiceEntry`).
    This includes things like its IP addresses, ports and an associated waypoint proxy if it has one.
    
    ### Authorization Type
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/internal/progress/SimpleProgressFormatterTest.groovy

        def "formats progress"() {
            def f = new SimpleProgressFormatter(10, "things")
    
            expect:
            f.progress == "0/10 things"
            f.incrementAndGetProgress() == "1/10 things"
            f.incrementAndGetProgress() == "2/10 things"
            f.progress == "2/10 things"
        }
    
        def "does not allow overflow"() {
            def f = new SimpleProgressFormatter(2, "cats");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 17 00:14:35 UTC 2013
    - 1.3K bytes
    - Viewed (0)
  4. src/go/doc/comment/testdata/linklist4.txt

    {"DocLinkBaseURL": "https://pkg.go.dev"}
    -- input --
    Cool things:
    
      - Foo
      - [Go] is great
        
        [Go]: https://go.dev/
      - Bar
    
    -- text --
    Cool things:
    
      - Foo
    
      - Go is great
    
      - Bar
    
    [Go]: https://go.dev/
    -- markdown --
    Cool things:
    
      - Foo
    
      - [Go](https://go.dev/) is great
    
      - Bar
    
    -- html --
    <p>Cool things:
    <ul>
    <li><p>Foo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 30 21:57:02 UTC 2022
    - 407 bytes
    - Viewed (0)
  5. src/go/doc/comment/testdata/code4.txt

    -- input --
    To test, run this command:
      go test -more
    
    Or, to test specific things, run this command:
    
    go test -more \
      -pkg first/package \
      -pkg second/package \
      -pkg third/package
    
    Happy testing!
    -- gofmt --
    To test, run this command:
    
    	go test -more
    
    Or, to test specific things, run this command:
    
    	go test -more \
    	  -pkg first/package \
    	  -pkg second/package \
    	  -pkg third/package
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 06 20:47:52 UTC 2022
    - 623 bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/TaskDependencyResolutionEventsIntegrationTest.groovy

                    parent { }
                    things.extendsFrom parent
                    all {
                        incoming.beforeResolve { throw new RuntimeException() }
                        incoming.afterResolve { throw new RuntimeException() }
                    }
                }
                dependencies {
                    parent files("parent.txt")
                    things files("thing.txt")
                }
    
                task resolveIt {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ExternalModuleVariantsIntegrationTest.groovy

            outputContains("test-thing-1.2.thing {artifactType=thing, org.gradle.status=release}")
            outputContains("test-1.2.jar {artifactType=jar, org.gradle.status=release}")
            outputContains("test-1.2.aar {artifactType=aar, org.gradle.status=release}")
            outputContains("test-1.2.thing {artifactType=thing, org.gradle.status=release}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 21K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/dependencies/index.md

    **"Dependency Injection"** means, in programming, that there is a way for your code (in this case, your *path operation functions*) to declare things that it requires to work and use: "dependencies".
    
    And then, that system (in this case **FastAPI**) will take care of doing whatever is needed to provide your code with those needed dependencies ("inject" the dependencies).
    
    This is very useful when you need to:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. src/go/doc/comment_test.go

    		wantHTML        = `<p><a href="#T">T</a> and <a href="#U">U</a> are types, and <a href="#T.M">T.M</a> is a method, but [V] is a broken link. <a href="/math/rand#Int">rand.Int</a> and <a href="/crypto/rand#Reader">crand.Reader</a> are things. <a href="#G.M1">G.M1</a> and <a href="#G.M2">G.M2</a> are generic methods.` + "\n"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 06:33:18 UTC 2022
    - 3K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionFeaturesIntegrationTest.groovy

                    mavenRepo.module("thing", "lib1", "2.0-SNAPSHOT").dependsOn(dep).publish()
                }
            }
    
            @Override
            void publishNewSnapshot(AbstractIntegrationSpec owner) {
                owner.with {
                    def dep = mavenRepo.module("thing", "lib2", "4.1").publish()
                    def module = mavenRepo.module("thing", "lib1", "2.0-SNAPSHOT").dependsOn(dep)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top