Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for EN (0.01 seconds)

  1. cmd/storage-datatypes_gen.go

    	if err != nil {
    		err = msgp.WrapError(err, "SrcVolume")
    		return
    	}
    	// write "sp"
    	err = en.Append(0xa2, 0x73, 0x70)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.SrcPath)
    	if err != nil {
    		err = msgp.WrapError(err, "SrcPath")
    		return
    	}
    	// write "dv"
    	err = en.Append(0xa2, 0x64, 0x76)
    	if err != nil {
    		return
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 151.7K bytes
    - Click Count (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <description>
                <![CDATA[
                  The timezone the contributor is in. Typically, this is a number in the range
                  <a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a>
                  or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00).
                ]]>
              </description>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 26 03:07:35 GMT 2025
    - 133.3K bytes
    - Click Count (0)
Back to Top