Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ANSI (0.03 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "engines": {
            "node": ">=10"
          },
          "funding": {
            "url": "https://github.com/chalk/slice-ansi?sponsor=1"
          }
        },
        "node_modules/slice-ansi/node_modules/ansi-styles": {
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
          "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    type NTUnicodeString struct {
    	Length        uint16
    	MaximumLength uint16
    	Buffer        *uint16
    }
    
    // NTString is an ANSI string for NT native APIs, corresponding to STRING.
    type NTString struct {
    	Length        uint16
    	MaximumLength uint16
    	Buffer        *byte
    }
    
    type LIST_ENTRY struct {
    	Flink *LIST_ENTRY
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top