Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for notC (0.23 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/attributes/DefaultAttributesSchemaTest.groovy

        }
    
        def "requested attributes are not sorted when there is a different set of attributes used for precedence"() {
            def x = Attribute.of("x", String)
            def a = Attribute.of("a", Flavor)
            def c = Attribute.of("c", ConcreteNamed)
    
            schema.attributeDisambiguationPrecedence(Attribute.of("notA", Flavor), Attribute.of("notB", String), Attribute.of("notC", ConcreteNamed))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  2. src/cmd/internal/buildid/note.go

    				return "", err
    			}
    
    			note = make([]byte, p.Filesz)
    			_, err = io.ReadFull(f, note)
    			if err != nil {
    				return "", err
    			}
    		}
    
    		filesz := p.Filesz
    		off := p.Off
    		for filesz >= 16 {
    			nameSize := ef.ByteOrder.Uint32(note)
    			valSize := ef.ByteOrder.Uint32(note[4:])
    			tag := ef.ByteOrder.Uint32(note[8:])
    			nname := note[12:16]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 20:40:42 UTC 2023
    - 6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/sumdb/note/note.go

    //	text := "If you think cryptography is the answer to your problem,\n" +
    //		"then you don't know what your problem is.\n"
    //
    //	signer, err := note.NewSigner(skey)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //
    //	msg, err := note.Sign(&note.Note{Text: text}, signer)
    //	if err != nil {
    //		log.Fatal(err)
    //	}
    //	os.Stdout.Write(msg)
    //
    // The note's text is two lines, including the final newline,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/note.go

    // The encoded form is the record ID as a single number,
    // then the text of the record, and then a terminating blank line.
    // Record text must be valid UTF-8 and must not contain any ASCII control
    // characters (those below U+0020) other than newline (U+000A).
    // It must end in a terminating newline and not contain any blank lines.
    func FormatRecord(id int64, text []byte) (msg []byte, err error) {
    	if !isValidRecordText(text) {
    		return nil, errMalformedRecord
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 29 20:10:15 UTC 2019
    - 3.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/kustomization/should-not-create.yaml

    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: should-not-create-map
    data:
      altGreeting: "Good Morning!"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:29:27 UTC 2019
    - 131 bytes
    - Viewed (0)
  6. .junit.run/Not Slow.run.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="Not Slow" type="JUnit" factoryName="JUnit" singleton="false">
        <useClassPathOnly />
        <option name="MAIN_CLASS_NAME" value="" />
        <option name="METHOD_NAME" value="" />
        <option name="TEST_OBJECT" value="tags" />
        <option name="VM_PARAMETERS" value="-ea -Djunit.jupiter.extensions.autodetection.enabled=true" />
        <option name="PARAMETERS" value="" />
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Nov 21 13:28:45 UTC 2020
    - 730 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/performance/timeline-not-cacheable.png

    timeline-not-cacheable.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 77.5K bytes
    - Viewed (0)
  8. tests/integration/security/testdata/authz/not-host.yaml.tmpl

    Akshay J Nambiar <******@****.***> 1683529381 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 07:03:01 UTC 2023
    - 1K bytes
    - Viewed (0)
  9. src/archive/tar/testdata/gnu-not-utf8.tar

    Joe Tsai <******@****.***> 1503528984 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 01:35:39 UTC 2017
    - 1.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/kustomization/should-not-load.yaml

    Jingfang Liu <******@****.***> 1551140967 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:29:27 UTC 2019
    - 144 bytes
    - Viewed (0)
Back to top