Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for fmtE (0.1 sec)

  1. doc/go_spec.html

    </p>
    
    <pre>
    type TimeZone int
    
    const (
    	EST TimeZone = -(5 + iota)
    	CST
    	MST
    	PST
    )
    
    func (tz TimeZone) String() string {
    	return fmt.Sprintf("GMT%+dh", tz)
    }
    </pre>
    
    <p>
    If the type definition specifies <a href="#Type_parameter_declarations">type parameters</a>,
    the type name denotes a <i>generic type</i>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <tika:link>https://www.nationalarchives.gov.uk/PRONOM/fmt/462</tika:link>
        <magic priority="50">
          <!-- SZDD... -->
          <match value="0x535A444488F0273341" offset="0"/>
        </magic>
      </mime-type>
      <mime-type type="application/x-ms-owner">
        <_comment>Temporary files created by MSOffice applications</_comment>
        <_comment>PRONOM fmt-473</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.21.md

    - github.com/docker/spdystream: [449fdfc](https://github.com/docker/spdystream/tree/449fdfc)
    - github.com/golangplus/bytes: [45c989f](https://github.com/golangplus/bytes/tree/45c989f)
    - github.com/golangplus/fmt: [2a5d6d7](https://github.com/golangplus/fmt/tree/2a5d6d7)
    - github.com/gorilla/context: [v1.1.1](https://github.com/gorilla/context/tree/v1.1.1)
    - github.com/kr/pty: [v1.1.5](https://github.com/kr/pty/tree/v1.1.5)
    - rsc.io/quote/v3: v3.1.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

    - github.com/golang/snappy: [v0.0.3](https://github.com/golang/snappy/tree/v0.0.3)
    - github.com/golangplus/bytes: [v1.0.0](https://github.com/golangplus/bytes/tree/v1.0.0)
    - github.com/golangplus/fmt: [v1.0.0](https://github.com/golangplus/fmt/tree/v1.0.0)
    - github.com/onsi/ginkgo/v2: [v2.1.4](https://github.com/onsi/ginkgo/v2/tree/v2.1.4)
    - go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.20.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    // Code generated by ppc64map -fmt=decoder ../pp64.csv DO NOT EDIT.
    
    package ppc64asm
    
    const (
    	_ Op = iota
    	HASHCHK
    	HASHCHKP
    	HASHST
    	HASHSTP
    	BRD
    	BRH
    	BRW
    	CFUGED
    	CNTLZDM
    	CNTTZDM
    	DCFFIXQQ
    	DCTFIXQQ
    	LXVKQ
    	LXVP
    	LXVPX
    	LXVRBX
    	LXVRDX
    	LXVRHX
    	LXVRWX
    	MTVSRBM
    	MTVSRBMI
    	MTVSRDM
    	MTVSRHM
    	MTVSRQM
    	MTVSRWM
    	PADDI
    	PDEPD
    	PEXTD
    	PLBZ
    	PLD
    	PLFD
    	PLFS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
Back to top