Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 80 for sdk2 (0.25 sec)

  1. src/cmd/vendor/golang.org/x/mod/module/module.go

    //
    // The safe escaped form is to replace every uppercase letter
    // with an exclamation mark followed by the letter's lowercase equivalent.
    //
    // For example,
    //
    //	github.com/Azure/azure-sdk-for-go ->  github.com/!azure/azure-sdk-for-go.
    //	github.com/GoogleCloudPlatform/cloudsql-proxy -> github.com/!google!cloud!platform/cloudsql-proxy
    //	github.com/Sirupsen/logrus -> github.com/!sirupsen/logrus.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. pkg/volume/util/fsquota/quota_linux_test.go

    			t.Errorf("Case %s got mountpoint %s, expected %s", name, mountpoint, testcase.expectedResult)
    		}
    	}
    }
    
    var dummyMountPoints = []mount.MountPoint{
    	{
    		Device: "/dev/sda2",
    		Path:   "/quota1",
    		Type:   "ext4",
    		Opts:   []string{"rw", "relatime", "prjquota"},
    	},
    	{
    		Device: "/dev/sda3",
    		Path:   "/quota2",
    		Type:   "ext4",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  3. go.mod

    	go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.42.0
    	go.opentelemetry.io/otel v1.20.0
    	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
    	go.opentelemetry.io/otel/sdk v1.20.0
    	go.opentelemetry.io/otel/trace v1.20.0
    	go.opentelemetry.io/proto/otlp v1.0.0
    	go.uber.org/goleak v1.3.0
    	go.uber.org/mock v0.4.0
    	go.uber.org/zap v1.26.0
    	golang.org/x/crypto v0.23.0
    	golang.org/x/net v0.25.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. src/cmd/link/link_test.go

    		t.Skipf("error running xcrun, required for iOS cross build: %v", err)
    	}
    
    	t.Parallel()
    
    	sdkPath, err := testenv.Command(t, "xcrun", "--sdk", "appletvos", "--show-sdk-path").Output()
    	if err != nil {
    		t.Skip("failed to locate appletvos SDK, skipping")
    	}
    	CC := []string{
    		"clang",
    		"-arch",
    		"arm64",
    		"-isysroot", strings.TrimSpace(string(sdkPath)),
    		"-mtvos-version-min=12.0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  5. build/lib/release.sh

          \) -print0 \
        | "${TAR}" czf "${src_tarball}" --transform "s|${KUBE_ROOT#/*}|kubernetes|" --null -T -
      fi
    }
    
    # Package up all of the cross compiled clients. Over time this should grow into
    # a full SDK
    function kube::release::package_client_tarballs() {
      # Find all of the built client binaries
      local long_platforms=("${LOCAL_OUTPUT_BINPATH}"/*/*)
      if [[ -n ${KUBE_BUILD_PLATFORMS-} ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    	"flag"
    	"fmt"
    	"reflect"
    	"regexp"
    	"strconv"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"testing"
    	"time"
    
    	"github.com/gogo/protobuf/proto"
    	"go.opentelemetry.io/otel/sdk/trace"
    	"go.opentelemetry.io/otel/sdk/trace/tracetest"
    
    	utilrand "k8s.io/apimachinery/pkg/util/rand"
    	"k8s.io/apimachinery/pkg/util/uuid"
    	genericapirequest "k8s.io/apiserver/pkg/endpoints/request"
    	"k8s.io/apiserver/pkg/storage/value"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  7. pkg/volume/emptydir/empty_dir_test.go

    			}
    		})
    	}
    }
    
    func TestGetPageSize(t *testing.T) {
    	mounter := &mount.FakeMounter{
    		MountPoints: []mount.MountPoint{
    			{
    				Device: "/dev/sda2",
    				Type:   "ext4",
    				Path:   "/",
    				Opts:   []string{"rw", "relatime", "errors=remount-ro"},
    			},
    			{
    				Device: "/dev/hugepages",
    				Type:   "hugetlbfs",
    				Path:   "/mnt/hugepages-2Mi",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  8. README.md

    <a href="https://speakeasyapi.dev?utm_source=fastapi+repo&utm_medium=github+sponsorship" target="_blank" title="SDKs for your API | Speakeasy"><img src="https://fastapi.tiangolo.com/img/sponsors/speakeasy.png"></a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_4x.md

     *  Fix: Target Java 8 bytecode for Java and Kotlin.
    
    
    ## Version 4.0.0-RC3
    
    _2019-06-24_
    
     *  Fix: Retain binary-compatibility in `okhttp3.internal.HttpMethod`. Naughty third party SDKs
        import this and we want to ease upgrades for their users.
    
    
    ## Version 4.0.0-RC2
    
    _2019-06-21_
    
     *  New: Require Kotlin 1.3.40.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    ====
    
    [[sub:maven_google]]
    === Google Maven repository
    
    The Google repository hosts Android-specific artifacts including the Android SDK. For usage examples, see the link:https://developer.android.com/studio/build/dependencies.html#google-maven[relevant Android documentation].
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
Back to top