Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 163 for c302 (0.04 sec)

  1. src/cmd/go/proxy_test.go

    			if err != nil {
    				return
    			}
    
    			// The last redirect.
    			if count <= 1 {
    				http.Redirect(w, r, fmt.Sprintf("/mod/%s", path[j+1:]), 302)
    				return
    			}
    			http.Redirect(w, r, fmt.Sprintf("/mod/redirect/%d/%s", count-1, path[j+1:]), 302)
    			return
    		}
    	}
    
    	// Request for $GOPROXY/sumdb/<name>/supported
    	// is checking whether it's OK to access sumdb via the proxy.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 03 09:56:24 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/requirements.in

    Flask==3.0.2
    Flask-Bootstrap==3.3.7.1
    Flask-JSON==0.4.0
    future==0.18.3
    json2html==1.3.0
    opentelemetry-api==1.22.0
    opentelemetry-instrumentation==0.43b0
    opentelemetry-instrumentation-flask==0.43b0
    opentelemetry-instrumentation-wsgi==0.43b0
    opentelemetry-propagator-b3==1.22.0
    opentelemetry-sdk==1.22.0
    opentelemetry-semantic-conventions==0.43b0
    opentelemetry-util-http==0.43b0
    prometheus-client==0.19.0
    requests==2.31.0
    simplejson==3.19.2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 485 bytes
    - Viewed (0)
  3. tests/testdata/config/gateway-all.yaml

      servers:
      - port:
          number: 80
          name: http
          protocol: HTTP
        hosts:
        - uk.bookinfo.com
        - eu.bookinfo.com
        - c.foo
        tls:
          httpsRedirect: true # sends 302 redirect for http requests
      - port:
          number: 443
          name: https
          protocol: HTTPS
        hosts:
        - uk.bookinfo.com
        - eu.bookinfo.com
        tls:
          mode: SIMPLE #enables HTTPS on this port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 742 bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_mips.go

    	SYS_SYMLINKAT              = 4297
    	SYS_READLINKAT             = 4298
    	SYS_FCHMODAT               = 4299
    	SYS_FACCESSAT              = 4300
    	SYS_PSELECT6               = 4301
    	SYS_PPOLL                  = 4302
    	SYS_UNSHARE                = 4303
    	SYS_SPLICE                 = 4304
    	SYS_SYNC_FILE_RANGE        = 4305
    	SYS_TEE                    = 4306
    	SYS_VMSPLICE               = 4307
    	SYS_MOVE_PAGES             = 4308
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/vcweb/git.go

    		// GIT_PROTOCOL variable. We do so here so that vcweb can work reliably
    		// with older Git releases. (As of the time of writing, the Go project's
    		// builders were on Git version 2.30.2.)
    		env := slices.Clip(baseEnv)
    		if p := req.Header.Get("Git-Protocol"); p != "" {
    			env = append(env, "GIT_PROTOCOL="+p)
    		}
    
    		h := &cgi.Handler{
    			Path:   h.gitPath,
    			Logger: logger,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 19:46:23 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part3_gradle_dep_man.adoc

    ...
    
    compileClasspath - Compile classpath for source set 'main'.
    \--- com.google.guava:guava:32.1.2-jre
         +--- com.google.guava:guava-parent:32.1.2-jre
         |    +--- com.google.code.findbugs:jsr305:3.0.2 (c)
         |    +--- org.checkerframework:checker-qual:3.33.0 (c)
         |    +--- com.google.errorprone:error_prone_annotations:2.18.0 (c)
         |    \--- com.google.j2objc:j2objc-annotations:2.8 (c)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 22:40:17 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/dependencyManagement/artifactTransforms-minify/tests/artifactTransformMinify.out

    > Task :resolveRuntimeClasspath
    Minifying guava-27.1-jre.jar
    Nothing to minify - using listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar unchanged
    Nothing to minify - using jsr305-3.0.2.jar unchanged
    Nothing to minify - using checker-qual-2.5.2.jar unchanged
    Nothing to minify - using error_prone_annotations-2.2.0.jar unchanged
    Nothing to minify - using j2objc-annotations-1.1.jar unchanged
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 819 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/kotlinDsl/androidBuild/kotlin/app/build.gradle.kts

        testImplementation("junit:junit:4.13")
        androidTestImplementation("com.android.support.test:runner:1.0.2")
        androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/kotlin/build.gradle.kts

        testImplementation("junit:junit:4.13")
        androidTestImplementation("com.android.support.test:runner:1.0.2")
        androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 09:36:42 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/http.yaml

      namespace: default
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      rules:
      - filters:
        - type: RequestRedirect
          requestRedirect:
            port: 8080
            statusCode: 302
            scheme: https
            path:
              type: ReplaceFullPath
              replaceFullPath: /replace-full
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top