Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for trustType (0.42 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.0.xsd

            <xs:attribute type="xs:string" name="file"/>
        </xs:complexType>
        <xs:complexType name="trustType">
            <xs:simpleContent>
                <xs:extension base="coordinatesType"/>
            </xs:simpleContent>
        </xs:complexType>
        <xs:complexType name="trusted-artifactsType">
            <xs:sequence>
                <xs:element type="trustType" name="trust" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.2.xsd

        </xs:complexType>
        <xs:complexType name="trustType">
            <xs:simpleContent>
                <xs:extension base="coordinatesType">
                    <xs:attribute type="xs:string" name="reason"/>
                </xs:extension>
            </xs:simpleContent>
        </xs:complexType>
        <xs:complexType name="trusted-artifactsType">
            <xs:sequence>
                <xs:element type="trustType" name="trust" maxOccurs="unbounded" minOccurs="0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.1.xsd

            <xs:attribute type="xs:string" name="file"/>
        </xs:complexType>
        <xs:complexType name="trustType">
            <xs:simpleContent>
                <xs:extension base="coordinatesType"/>
            </xs:simpleContent>
        </xs:complexType>
        <xs:complexType name="trusted-artifactsType">
            <xs:sequence>
                <xs:element type="trustType" name="trust" maxOccurs="unbounded" minOccurs="0"/>
            </xs:sequence>
        </xs:complexType>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/schema/dependency-verification-1.3.xsd

        </xs:complexType>
        <xs:complexType name="trustType">
            <xs:complexContent>
                <xs:extension base="coordinatesType">
                    <xs:attribute type="xs:string" name="reason"/>
                </xs:extension>
            </xs:complexContent>
        </xs:complexType>
        <xs:complexType name="trusted-artifactsType">
            <xs:sequence>
                <xs:element type="trustType" name="trust" maxOccurs="unbounded" minOccurs="0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 23:01:46 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  5. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    fonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-r...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
  6. src/main/webapp/css/font-awesome.min.css

    :auto;src:url(./fonts/fa-brands-400.eot);src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(./fonts/fa-brands-400.woff2) format("woff2"),url(./fonts/fa-brands-400.woff) format("woff"),url(./fonts/fa-brands-400.ttf) format("truetype"),url(./fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(./fonts/fa-regular-400.eot);src:url(./fo...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/font-awesome.min.css

    :auto;src:url(./fonts/fa-brands-400.eot);src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(./fonts/fa-brands-400.woff2) format("woff2"),url(./fonts/fa-brands-400.woff) format("woff"),url(./fonts/fa-brands-400.ttf) format("truetype"),url(./fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(./fonts/fa-regular-400.eot);src:url(./fo...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/net/MediaType.java

       * for compatibility.
       *
       * @since 30.0
       */
      public static final MediaType FONT_SFNT = createConstant(FONT_TYPE, "sfnt");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/net/MediaType.java

       * for compatibility.
       *
       * @since 30.0
       */
      public static final MediaType FONT_SFNT = createConstant(FONT_TYPE, "sfnt");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>.
       *
       * @since 30.0
       */
      public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/x-font-speedo"/>
      <mime-type type="application/x-font-sunos-news"/>
    
      <mime-type type="application/x-font-ttf">
        <acronym>TTF</acronym>
        <_comment>TrueType Font</_comment>
        <glob pattern="*.ttf"/>
        <glob pattern="*.ttc"/>
        <magic priority="40">
          <match value="0x00010000" type="string" offset="0"/>
        </magic>
      </mime-type>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top