Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for 8134 (0.27 sec)

  1. src/vendor/golang.org/x/crypto/cryptobyte/asn1.go

    	}
    
    	// ITU-T X.690 section 8.1.3
    	//
    	// Bit 8 of the first length byte indicates whether the length is short- or
    	// long-form.
    	var length, headerLen uint32 // length includes headerLen
    	if lenByte&0x80 == 0 {
    		// Short-form length (section 8.1.3.4), encoded in bits 1-7.
    		length = uint32(lenByte) + 2
    		headerLen = 2
    	} else {
    		// Long-form length (section 8.1.3.5). Bits 1-7 encode the number of octets
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. src/internal/fuzz/mutators_byteslice_test.go

    			expected: []byte{1, 1, 2, 3, 4, 2, 3, 4},
    		},
    		{
    			name:     "byteSliceOverwriteBytes",
    			mutator:  byteSliceOverwriteBytes,
    			input:    []byte{1, 2, 3, 4},
    			expected: []byte{1, 1, 3, 4},
    		},
    		{
    			name:     "byteSliceBitFlip",
    			mutator:  byteSliceBitFlip,
    			input:    []byte{1, 2, 3, 4},
    			expected: []byte{3, 2, 3, 4},
    		},
    		{
    			name:     "byteSliceXORByte",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 19 18:23:43 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/templates/java-android-application/src/main/res/drawable-v24/ic_launcher_foreground.xml

            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/kotlinDsl/androidBuild/kotlin/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDescriptorDependencyExcludeResolveIntegrationTest.groovy

            "module and org exclude"   | [org: "org.gradle.two", module: "mod_one"] | ['dep_module-1.134.jar', 'mod_one-1.1.jar', 'mod_one-1.1.war', 'mod_two-2.2.jar']
            "regex module exclude"     | [module: "mod.*"]                          | ['dep_module-1.134.jar']
            "matching config exclude"  | [module: "mod_one", conf: "default,other"] | ['dep_module-1.134.jar', 'mod_two-2.2.jar']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 20.8K bytes
    - Viewed (0)
  6. test/fixedbugs/issue8139.go

    // run
    
    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
    // return byte for the 0-byte return value T.
    
    package main
    
    import "fmt"
    
    type T struct{}
    
    func (T) M() {}
    
    type M interface {
    	M()
    }
    
    var e interface{} = T{}
    var i M = T{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 800 bytes
    - Viewed (0)
  7. README.md

    [Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/jcifs/)
    
    ## Using Maven
    
    ```
    <dependency>
        <groupId>org.codelibs</groupId>
        <artifactId>jcifs</artifactId>
        <version>2.1.34</version>
    </dependency>
    ```
    
    ## Changes
    
     * SMB2 (2.02 protocol level) support, some SMB3 support
     * Remove global state
     * Allow per context configuration
     * Logging through SLF4J
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed May 10 09:29:34 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/RejectedLanguageFeaturesParsingTest.kt

                        UnsupportedConstruct(
                            languageFeature = FunctionDeclaration,
                            potentialElementSource = indexes: 31..34, line/column: 2/18..2/21, file: test,
                            erroneousSource = indexes: 31..34, line/column: 2/18..2/21, file: test
                        )
                    )
                )""".trimIndent()
            parse(code).assert(expected)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:53:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*8124*/ uint16(xCondDataSize), 8128, 8134, 0,
    	/*8128*/ uint16(xSetOp), uint16(ADC),
    	/*8130*/ uint16(xReadIw),
    	/*8131*/ uint16(xArgAX),
    	/*8132*/ uint16(xArgImm16),
    	/*8133*/ uint16(xMatch),
    	/*8134*/ uint16(xSetOp), uint16(ADC),
    	/*8136*/ uint16(xReadId),
    	/*8137*/ uint16(xArgEAX),
    	/*8138*/ uint16(xArgImm32),
    	/*8139*/ uint16(xMatch),
    	/*8140*/ uint16(xCondDataSize), 8128, 8134, 8144,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/exploded-war-child-copy-spec-example.graffle

    space9eaea0911d89d63-02-06 14:02:09 +0000CreatorPeter LedbrookFileTypeauto-02-20 09:24:49 +0000ModifierPeter LedbrookMovementHand-letterNSPaperSizesiz{612, 792}NSPrintReverseOrient{{-1223, -810}, {3330, 2418}}ClassGraffleShapes.CanvasBackgroundGrap{-113, -4}CanvasOrigin{0, 0}CanvasSize{619, 162}CanvasSizingMode2Col.0 pt = 1.0 pxGraphicsListBounds{{129.7991947354661, -3.5}, {131, 30}}ClassShapedGraphicFi-RegularID26Stylefill{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 {\fonttbl\f0\fnil\fcharset0...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top