Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,048 for bkts (0.06 sec)

  1. cmd/bucket-replication-utils_gen.go

    				return
    			}
    		case "bkt":
    			z.Bucket, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Bucket")
    				return
    			}
    		case "obj":
    			z.Object, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Object")
    				return
    			}
    		default:
    			bts, err = msgp.Skip(bts)
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 61.1K bytes
    - Viewed (0)
  2. build-logic-commons/build-platform/build.gradle.kts

            api("org.apache.ant:ant:1.10.13") // Bump the version brought in transitively by gradle-guides-plugin
            api("com.gradle:develocity-gradle-plugin:3.17.4") // Sync with `settings.gradle.kts`
            api("com.gradle.publish:plugin-publish-plugin:1.2.1")
            api("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1")
            api("me.champeau.gradle:japicmp-gradle-plugin:0.4.1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  3. settings.gradle.kts

        id("io.github.gradle.gradle-enterprise-conventions-plugin").version("0.10.1")
        id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
    //    id("net.ltgt.errorprone").version("3.1.0")
    }
    
    includeBuild("build-logic-commons")
    includeBuild("build-logic")
    
    apply(from = "gradle/shared-with-buildSrc/mirrors.settings.gradle.kts")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. cmd/xl-storage-format-v1_gen.go

    		case "Algorithm":
    			z.Algorithm, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Algorithm")
    				return
    			}
    		case "DataBlocks":
    			z.DataBlocks, bts, err = msgp.ReadIntBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "DataBlocks")
    				return
    			}
    		case "ParityBlocks":
    			z.ParityBlocks, bts, err = msgp.ReadIntBytes(bts)
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    ├── gradlew // <3>
    ├── gradlew.bat // <3>
    ├── settings.gradle.kts // <4>
    ├── buildSrc
    │   ├── build.gradle.kts // <5>
    │   ├── settings.gradle.kts // <5>
    │   └── src
    │       └── main
    │           └── kotlin // <6>
    │               ├── buildlogic.${languageLC.raw}-application-conventions.gradle.kts
    │               ├── buildlogic.${languageLC.raw}-common-conventions.gradle.kts
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  6. cmd/data-usage-cache_gen.go

    				zb0002--
    				za0001, bts, err = msgp.ReadStringBytes(bts)
    				if err != nil {
    					err = msgp.WrapError(err, "Tiers")
    					return
    				}
    				var zb0003 uint32
    				zb0003, bts, err = msgp.ReadMapHeaderBytes(bts)
    				if err != nil {
    					err = msgp.WrapError(err, "Tiers", za0001)
    					return
    				}
    				for zb0003 > 0 {
    					zb0003--
    					field, bts, err = msgp.ReadMapKeyZC(bts)
    					if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  7. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.kotlin-dsl-gradle-plugin.gradle.kts

    }
    
    ktlint {
        filter {
            exclude("gradle/kotlin/dsl/accessors/_*/**")
        }
    }
    
    tasks.runKtlintCheckOverKotlinScripts {
        // Only check the build files, not all *.kts files in the project
        includes += listOf("*.gradle.kts")
    }
    
    tasks.named("codeQuality") {
        dependsOn("ktlintCheck")
    }
    
    tasks.validatePlugins {
        failOnWarning = true
        enableStricterValidation = true
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 03 15:32:00 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/README.md

        ├── customLogger.sample.conf
        ├── groovy
        │   ├── build.gradle
        │   ├── init.gradle
        │   └── settings.gradle
        └── kotlin
            ├── build.gradle.kts
            ├── customLogger.init.gradle.kts
            └── settings.gradle.kts
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/fiat/p384_fiat64.go

    	var x72 uint64
    	x72, x71 = bits.Mul64(x1, arg2[4])
    	var x73 uint64
    	var x74 uint64
    	x74, x73 = bits.Mul64(x1, arg2[3])
    	var x75 uint64
    	var x76 uint64
    	x76, x75 = bits.Mul64(x1, arg2[2])
    	var x77 uint64
    	var x78 uint64
    	x78, x77 = bits.Mul64(x1, arg2[1])
    	var x79 uint64
    	var x80 uint64
    	x80, x79 = bits.Mul64(x1, arg2[0])
    	var x81 uint64
    	var x82 uint64
    	x81, x82 = bits.Add64(x80, x77, uint64(0x0))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	x105, x104 = bits.Mul64(x1, arg2[6])
    	var x106 uint64
    	var x107 uint64
    	x107, x106 = bits.Mul64(x1, arg2[5])
    	var x108 uint64
    	var x109 uint64
    	x109, x108 = bits.Mul64(x1, arg2[4])
    	var x110 uint64
    	var x111 uint64
    	x111, x110 = bits.Mul64(x1, arg2[3])
    	var x112 uint64
    	var x113 uint64
    	x113, x112 = bits.Mul64(x1, arg2[2])
    	var x114 uint64
    	var x115 uint64
    	x115, x114 = bits.Mul64(x1, arg2[1])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
Back to top