Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for etx (0.01 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
      public static final byte ETX = 3;
    
      /**
       * End of Transmission: A communication control character used to indicate the conclusion of a
       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Ascii.java

      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
      public static final byte ETX = 3;
    
      /**
       * End of Transmission: A communication control character used to indicate the conclusion of a
       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-sql">
        <_comment>SQL code</_comment>
        <glob pattern="*.sql"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-setext">
        <glob pattern="*.etx"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-stsrc">
        <_comment>Smalltalk source code</_comment>
        <glob pattern="*.st"/>
        <sub-class-of type="text/plain"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top