Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 873 for 34$ (0.21 sec)

  1. test/fixedbugs/issue8004.go

    		h := (*reflect.SliceHeader)(unsafe.Pointer(p))
    		all = append(all, h, p)
    	}
    	runtime.GC()
    	for i := 0; i < 100; i++ {
    		p := *all[2*i+1].(*[]int)
    		if p[0] != 1 || p[1] != 2 || p[2] != 3 || p[3] != 4 {
    			println("BUG test1: bad slice at index", i, p[0], p[1], p[2], p[3])
    			return
    		}
    	}
    }
    
    type T struct {
    	H *reflect.SliceHeader
    	P *[]int
    }
    
    func test2() {
    	var all []T
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.1K bytes
    - Viewed (0)
  2. okhttp-android/build.gradle.kts

    plugins {
      id("com.android.library")
      kotlin("android")
      id("org.jetbrains.dokka")
      id("com.vanniktech.maven.publish.base")
      id("binary-compatibility-validator")
    }
    
    android {
      compileSdk = 34
    
      namespace = "okhttp.android"
    
      defaultConfig {
        minSdk = 21
    
        // Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 01 11:07:32 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. regression-test/build.gradle.kts

    plugins {
      id("com.android.library")
      kotlin("android")
    }
    
    android {
      compileSdk = 34
    
      namespace = "okhttp.android.regression"
    
      defaultConfig {
        minSdk = 21
        targetSdk = 34
    
        // Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder
        testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
        testInstrumentationRunnerArguments += mapOf(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Dec 23 14:46:51 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CheckstyleExtension.java

         *
         * @return the maximum number of errors allowed
         * @since 3.4
         */
        public int getMaxErrors() {
            return maxErrors;
        }
    
        /**
         * Set the maximum number of errors that are tolerated before breaking the build.
         *
         * @param maxErrors number of errors allowed
         * @since 3.4
         */
        public void setMaxErrors(int maxErrors) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/git/gitrepo1.txt

    git branch -m master
    git tag v1.2.3
    
    at 2018-04-17T15:45:48-04:00
    git branch v2
    git checkout v2
    echo 'v2'
    cp stdout v2
    git add v2
    git commit -a -m 'v2'
    git tag v2.3
    git tag v2.0.1
    git branch v2.3.4
    
    at 2018-04-17T16:00:19-04:00
    echo 'intermediate'
    cp stdout foo.txt
    git add foo.txt
    git commit -a -m 'intermediate'
    
    at 2018-04-17T16:00:32-04:00
    echo 'another'
    cp stdout another.txt
    git add another.txt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. docs_src/extra_models/tutorial005_py39.py

    from fastapi import FastAPI
    
    app = FastAPI()
    
    
    @app.get("/keyword-weights/", response_model=dict[str, float])
    async def read_keyword_weights():
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 180 bytes
    - Viewed (0)
  7. android-test/build.gradle.kts

    @file:Suppress("UnstableApiUsage")
    
    plugins {
      id("com.android.library")
      kotlin("android")
      id("de.mannodermaus.android-junit5")
    }
    
    val androidBuild = property("androidBuild").toString().toBoolean()
    
    android {
      compileSdk = 34
    
      namespace = "okhttp.android.test"
    
      defaultConfig {
        minSdk = 21
    
        // Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Jan 14 10:20:09 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/testdata/scopes.dlv-dbg.nexts

    31:		fmt.Println(x, y)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    40:					c := 0
    41:					f3(c)
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    43:					c := 1.1
    44:					f4(int(c))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  9. src/image/png/testdata/pngsuite/basn3p08.sng

        (119,255,119)     # rgb = (0x77,0xff,0x77)
        (203,255,255)     # rgb = (0xcb,0xff,0xff)
        ( 17, 10,  0)     # rgb = (0x11,0x0a,0x00)
        ( 58,119,  0)     # rgb = (0x3a,0x77,0x00)
        ( 34, 34,255)     # rgb = (0x22,0x22,0xff)
        (255, 17,255)     # rgb = (0xff,0x11,0xff)
        ( 17,  0,  0)     # rgb = (0x11,0x00,0x00)
        ( 34, 34,  0)     # rgb = (0x22,0x22,0x00)
        (255,172, 85)     # rgb = (0xff,0xac,0x55)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 13.9K bytes
    - Viewed (0)
  10. hack/testdata/pod-changed.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: test-pod
      labels:
        name: test-pod-label
    spec:
      containers:
      - name: kubernetes-pause
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 171 bytes
    - Viewed (0)
Back to top