Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 225 for goio (0.06 sec)

  1. guava/src/com/google/common/net/HttpHeaders.java

      public static final String X_FORWARDED_PROTO = "X-Forwarded-Proto";
      /**
       * The HTTP <a href="http://goo.gl/lQirAH">{@code X-Forwarded-Host}</a> header field name.
       *
       * @since 20.0
       */
      public static final String X_FORWARDED_HOST = "X-Forwarded-Host";
      /**
       * The HTTP <a href="http://goo.gl/YtV2at">{@code X-Forwarded-Port}</a> header field name.
       *
       * @since 20.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/generated.pb.go

    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/apimachinery/pkg/runtime/generated.proto
    
    package runtime
    
    import (
    	fmt "fmt"
    
    	io "io"
    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    
    	proto "github.com/gogo/protobuf/proto"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/HttpHeaders.java

      public static final String X_FORWARDED_PROTO = "X-Forwarded-Proto";
      /**
       * The HTTP <a href="http://goo.gl/lQirAH">{@code X-Forwarded-Host}</a> header field name.
       *
       * @since 20.0
       */
      public static final String X_FORWARDED_HOST = "X-Forwarded-Host";
      /**
       * The HTTP <a href="http://goo.gl/YtV2at">{@code X-Forwarded-Port}</a> header field name.
       *
       * @since 20.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	//
    	// Example:
    	//  func f() int {
    	//  	goto L
    	//  	x := 2
    	//  L:
    	//  	x++
    	//  	return x
    	//  }
    	JumpOverDecl
    
    	// JumpIntoBlock occurs when a forward jump goes to a label inside a nested
    	// block.
    	//
    	// Example:
    	//  func f(x int) {
    	//  	goto L
    	//  	if x > 0 {
    	//  	L:
    	//  		print("inside block")
    	//  	}
    	// }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
  5. src/runtime/asm_arm.s

    	BL	runtime·mstart0(SB)
    	RET // not reached
    
    /*
     *  go-routine
     */
    
    // void gogo(Gobuf*)
    // restore state from Gobuf; longjmp
    TEXT runtime·gogo(SB),NOSPLIT|NOFRAME,$0-4
    	MOVW	buf+0(FP), R1
    	MOVW	gobuf_g(R1), R0
    	MOVW	0(R0), R2	// make sure g != nil
    	B	gogo<>(SB)
    
    TEXT gogo<>(SB),NOSPLIT|NOFRAME,$0
    	BL	setg<>(SB)
    	MOVW	gobuf_sp(R1), R13	// restore SP==R13
    	MOVW	gobuf_lr(R1), LR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/api/node/v1beta1/generated.proto
    
    package v1beta1
    
    import (
    	fmt "fmt"
    
    	io "io"
    
    	proto "github.com/gogo/protobuf/proto"
    	github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
    	k8s_io_api_core_v1 "k8s.io/api/core/v1"
    	v11 "k8s.io/api/core/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/node/v1/generated.pb.go

    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/api/node/v1/generated.proto
    
    package v1
    
    import (
    	fmt "fmt"
    
    	io "io"
    
    	proto "github.com/gogo/protobuf/proto"
    	github_com_gogo_protobuf_sortkeys "github.com/gogo/protobuf/sortkeys"
    	k8s_io_api_core_v1 "k8s.io/api/core/v1"
    	v11 "k8s.io/api/core/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1alpha1/generated.pb.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by protoc-gen-gogo. DO NOT EDIT.
    // source: k8s.io/api/certificates/v1alpha1/generated.proto
    
    package v1alpha1
    
    import (
    	fmt "fmt"
    
    	io "io"
    
    	proto "github.com/gogo/protobuf/proto"
    
    	math "math"
    	math_bits "math/bits"
    	reflect "reflect"
    	strings "strings"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. cmd/sts-datatypes.go

    import (
    	"encoding/xml"
    
    	"github.com/minio/minio/internal/auth"
    )
    
    // AssumedRoleUser - The identifiers for the temporary security credentials that
    // the operation returns. Please also see https://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumedRoleUser
    type AssumedRoleUser struct {
    	// The ARN of the temporary security credentials that are returned from the
    	// AssumeRole action. For more information about ARNs and how to use them in
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 27 00:58:09 UTC 2022
    - 9.9K bytes
    - Viewed (0)
  10. src/math/rand/rand.go

    	// Instead of that, if we round up to 1, just try again.
    	// Getting 1 only happens 1/2⁵³ of the time, so most clients
    	// will not observe it anyway.
    again:
    	f := float64(r.Int63()) / (1 << 63)
    	if f == 1 {
    		goto again // resample; this branch is taken O(never)
    	}
    	return f
    }
    
    // Float32 returns, as a float32, a pseudo-random number in the half-open interval [0.0,1.0).
    func (r *Rand) Float32() float32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top