Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of about 10,000 for version1 (0.17 sec)

  1. pkg/ctrlz/topics/assets/templates/version.html

    {{ define "content" }}
    
    <p>
        Version information about this binary and runtime.
    </p>
    
    <table>
        <thead>
            <tr>
                <th>Name</th>
                <th>Value</th>
            </tr>
        </thead>
    
        <tbody>
            <tr>
                <td>Version</td>
                <td>{{.Version}}</td>
            </tr>
    
            <tr>
                <td>Git Revision</td>
                <td>{{.GitRevision}}</td>
            </tr>
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 673 bytes
    - Viewed (0)
  2. docs/em/docs/deployment/versions.md

    LeeeeT <******@****.***> 1680341164 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-toml/groovy/gradle/libs.versions.toml

    [versions]
    groovy = "3.0.5"
    checkstyle = "8.37"
    
    [libraries]
    groovy-core = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
    groovy-json = { module = "org.codehaus.groovy:groovy-json", version.ref = "groovy" }
    groovy-nio = { module = "org.codehaus.groovy:groovy-nio", version.ref = "groovy" }
    commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = { strictly = "[3.8, 4.0[", prefer="3.9" } }
    
    [bundles]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 583 bytes
    - Viewed (0)
  4. docs/ru/docs/deployment/versions.md

    Nils Lindemann <******@****.***> 1713469999 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. docs/zh/docs/deployment/versions.md

    xzmeng <******@****.***> 1695425446 +0800
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Sep 22 23:30:46 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-versions/input/versions.yaml

    John Howard <******@****.***> 1578852924 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 12 18:15:24 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  7. gradle/libs.versions.toml

    kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
    mockserver = { module = "org.testcontainers:mockserver", version.ref = "testcontainers" }
    mockserver-client = { module = "org.mock-server:mockserver-client-java-no-dependencies", version.ref = "mockserverClient" }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon May 06 05:06:52 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/groovy/gradle/libs.versions.toml

    [versions]
    groovy = "3.0.5"
    checkstyle = "8.37"
    
    [libraries]
    groovy-core = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
    groovy-json = { module = "org.codehaus.groovy:groovy-json", version.ref = "groovy" }
    groovy-nio = { module = "org.codehaus.groovy:groovy-nio", version.ref = "groovy" }
    commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = { strictly = "[3.8, 4.0[", prefer="3.9" } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 542 bytes
    - Viewed (0)
  9. src/mdo/model-version.vm

    #foreach ( $version in $versions )
        #set ( $v = $version.toString().replace('.', '_') )
            // ${version}
            if (is_${v}(model)) {
                return "${version}";
            }
    #end
    #if ( $minimalVersion )
            return "$minimalVersion";
    #else
            return null;
    #end
        }
    
    #foreach ( $version in $versions )
        #set ( $v = $version.toString().replace('.', '_') )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/kotlin/gradle/libs.versions.toml

    [versions]
    groovy = "3.0.5"
    checkstyle = "8.37"
    
    [libraries]
    groovy-core = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
    groovy-json = { module = "org.codehaus.groovy:groovy-json", version.ref = "groovy" }
    groovy-nio = { module = "org.codehaus.groovy:groovy-nio", version.ref = "groovy" }
    commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = { strictly = "[3.8, 4.0[", prefer="3.9" } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 542 bytes
    - Viewed (0)
Back to top