Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    an element of a structured variable.
    Variables of interface type also have a distinct <i>dynamic type</i>,
    which is the (non-interface) type of the value assigned to the variable at run time
    (unless the value is the predeclared identifier <code>nil</code>,
    which has no type).
    The dynamic type may vary during execution but values stored in interface
    variables are always <a href="#Assignability">assignable</a>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="0x00000005" type="little32" offset="12"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-mach-o-dylib">
        <_comment>Mach-O dynamic shared library</_comment>
        <magic priority="55">
          <match value="0xFEEDFACE" type="string" offset="0">
            <match value="0x00000006" type="big32" offset="12"/>
          </match>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top