Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 741 for 50$ (0.02 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice

    00000380  c9 65 a5 b6 73 1f 07 48  58 f8 d6 cb 8a ab 18 b9  |.e..s..HX.......|
    00000390  94 f5 53 7a dc a5 13 9b  ef 9a b9 31 42 60 74 02  |..Sz.......1B`t.|
    000003a0  ae 73 52 af 18 f3 52 c0  63 b3 1e 50 1c f2 1c 50  |.sR...R.c..P...P|
    000003b0  73 ea fe 13 e2 61 c1 38  05 16 03 03 00 4a 82 ab  |s....a.8.....J..|
    000003c0  72 1f 06 41 41 a7 4e 41  ab ae 2b b4 af 45 a9 11  |r..AA.NA..+..E..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS

    00000180  e5 96 d9 74 7b f3 58 9f  6c 61 3c c0 b0 41 d4 d9  |...t{.X.la<..A..|
    00000190  2b 2b 24 23 77 5b 1c 3b  bd 75 5d ce 20 54 cf a1  |++$#w[.;.u]. T..|
    000001a0  63 87 1d 1e 24 c4 f3 1d  1a 50 8b aa b6 14 43 ed  |c...$....P....C.|
    000001b0  97 a7 75 62 f4 14 c8 52  d7 02 03 01 00 01 a3 46  |..ub...R.......F|
    000001c0  30 44 30 0e 06 03 55 1d  0f 01 01 ff 04 04 03 02  |0D0...U.........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

                    new Facet(FacetType.fixed, "jst.web", null),
                    new Facet(FacetType.installed, "jst.web", "2.4"),
                    new Facet(FacetType.installed, "jst.java", "5.0")])
        }
    
        def applyFirstToWarProject_shouldHaveWebProjectAndClasspathTask() {
            when:
            project.apply(plugin: 'eclipse-wtp')
            project.apply(plugin: 'war')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  4. platforms/software/build-init/src/main/java/org/gradle/buildinit/tasks/InitBuild.java

         *
         * @since 5.0
         */
        @Input
        public String getProjectName() {
            return projectName == null ? projectDir.getAsFile().getName() : projectName;
        }
    
        /**
         * The name of the package to use for generated source.
         *
         * This property can be set via command-line option '--package'.
         *
         * @since 5.0
         */
        @Input
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 10 12:58:10 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/templates/productpage.html

              <div class="flex items-center">
                <div>
                  <img class="inline-block h-9 w-9 rounded-full bg-blue-50" src="/static/img/izzy.png" alt="">
                </div>
                <div class="ml-4">
                  <p class="text-base font-medium text-gray-50">{{ user }}</p>
                  <a href="logout" class="text-xs font-medium text-gray-400 hover:text-gray-300">Sign out</a>
                </div>
              </div>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyReportTaskIntegrationTest.groovy

            mavenRepo.module("foo", "bar", "1.0").publish()
            mavenRepo.module("foo", "bar", "2.0").publish()
            mavenRepo.module("foo", "bar", "3.0").dependsOn('foo', 'baz', '5.0').publish()
    
    
            mavenRepo.module("foo", "baz", "5.0").publish()
    
            createDirs("a", "b", "c", "d", "e")
            file("settings.gradle") << """include 'a', 'b', 'c', 'd', 'e'
    rootProject.name = 'root'
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 05:32:54 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  7. src/internal/trace/testdata/tests/go122-annotations-stress.test

    UserRegionBegin dt=11 task=8 name_string=29 stack=49
    HeapAlloc dt=7 heapalloc_value=1761280
    HeapAlloc dt=18 heapalloc_value=1769472
    GoCreate dt=52 new_g=49 new_stack=17 stack=50
    GoCreate dt=12 new_g=50 new_stack=17 stack=50
    HeapAlloc dt=11 heapalloc_value=1777664
    GoCreate dt=9 new_g=51 new_stack=17 stack=50
    UserRegionEnd dt=9 task=8 name_string=29 stack=51
    GoBlock dt=11 reason_string=19 stack=52
    HeapAlloc dt=12 heapalloc_value=1785856
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/model/ObjectFactory.java

         *
         * @since 5.0
         */
        DirectoryProperty directoryProperty();
    
        /**
         * Creates a new {@link RegularFileProperty} that uses the project directory to resolve relative paths, if required. The property has no initial value.
         *
         * @since 5.0
         */
        RegularFileProperty fileProperty();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_2x.md

        ```
                                                 Android
        Name                                     Version
    
        TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256  5.0
        TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256    5.0
        TLS_DHE_RSA_WITH_AES_128_GCM_SHA256      5.0
        TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA     4.0
        TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA     4.0
        TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA       4.0
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/go.sum

    github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
    github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
    github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
    github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
    github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top