Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for w3 (0.13 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.03" points="16 7 10 13 4 7"/></svg>',"chevron-left":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.03" points="13 16 7 10 13 4"/></svg>',"chevron-right":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.03"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    This file minimally consists of the following:
    
    [source,xml]
    ----
    <?xml version="1.0" encoding="UTF-8"?>
    <verification-metadata xmlns="https://schema.gradle.org/dependency-verification"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.3.xsd">
       <configuration>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
        <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> \
        <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>');
    
    }
    .table-header[onclick].sort-desc::after {
        background-image:url('data:image/svg+xml; utf8, \
        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. src/encoding/xml/marshal_test.go

    		StartElement{Name{"", "foo"}, []Attr{
    			{Name{"http://www.w3.org/2001/xmlSchema-instance", "nil"}, "true"},
    		}},
    	},
    	want: `<foo xmlns:_xmlSchema-instance="http://www.w3.org/2001/xmlSchema-instance" _xmlSchema-instance:nil="true">`,
    }, {
    	desc: "reserved namespace prefix -- all upper case",
    	toks: []Token{
    		StartElement{Name{"", "foo"}, []Attr{
    			{Name{"http://www.w3.org/2001/XMLSchema-instance", "nil"}, "true"},
    		}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (MOVWstore [i] {s} p w3 x:(STM3 [i-12] {s} p w0 w1 w2 mem))
      && x.Uses == 1
      && is20Bit(int64(i)-12)
      && setPos(v, x.Pos)
      && clobber(x)
      => (STM4 [i-12] {s} p w0 w1 w2 w3 mem)
    (STM2 [i] {s} p w2 w3 x:(STM2 [i-8] {s} p w0 w1 mem))
      && x.Uses == 1
      && is20Bit(int64(i)-8)
      && setPos(v, x.Pos)
      && clobber(x)
      => (STM4 [i-8] {s} p w0 w1 w2 w3 mem)
    // 64-bit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  6. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    BkubGXfP4rH9KfWXGwGuy3/Tcc42Fq3JO5RL91Dxuo2V80znzn3gGhu9Lyj19kun
    zI3G9JJ0r1TrTSRrAXj3rjLbkdVjiYRpibVfZW2OPysnycjeOjJnlKP6rjyuI8Ut
    jzh+5tStF7ptBTsoCgBsUDodG3VsNydl7N6Y6cMbpkDACKaO3deS9Ob7mfjMI+Lp
    W3/Ve69LYG47QOKWGV9I7fEj2yyhgaALbv5U7mGvCdCQR9qQkUSdgFkzqtlT1BoZ
    iPcTVBR9Jj047BtZQmfmfr89mNGKiabP2Vf4MDWMA7Ka2aJqrJHRj27QUo22JtXL
    seog/sgnwh762VNMUJplNLK5jbB3Ckx+pMbpt1ebRU/TXEfEX5VfJ054YSWlZ0ze
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

            static final String XML_NAMESPACE_PREFIXES
                    = "http://xml.org/sax/features/namespace-prefixes";
    
            static final String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
    
            private static SAXParser newSAXParser(URL schema, InputStream schemaStream)
                    throws ParserConfigurationException, SAXException {
                if (schema == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

         * the server responds with `HTTP/1.0`, that will be exposed by [Response.protocol].
         *
         * [alpn]: http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg
         * [rfc_2616]: http://www.w3.org/Protocols/rfc2616/rfc2616.html
         * [rfc_7540]: https://tools.ietf.org/html/rfc7540
         * [rfc_7540_34]: https://tools.ietf.org/html/rfc7540#section-3.4
         *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  9. gradle/verification-metadata.xml

       been reviewed properly.
       Also, there should not be any "Generated by Gradle" origins left.
    -->
    <verification-metadata xmlns="https://schema.gradle.org/dependency-verification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.3.xsd">
       <configuration>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  10. src/compress/flate/testdata/huffman-rand-max.in

    �����D��28$�%^�ĵ�Ų�
    �{�r�����N����.]^�H�|x;����$P�ؑ�†�Lo��R�#h�g��4m�p�(�;u�P���teO���YjR.#�SVG� ���u��[{�F�׆�%-,��(�U�Y���w3�K<�&}�Qs�~�@,�bnf�����$��\oh���-�=2?�t�Xp�Dj�Ξ���А`�L�v�Ng���5���Vҽf��Ќ��:�<&�k����ҭ����?���>7��e��O�*{�j��ۣ�#H�e�-�eN֭��T&&�6M�׊�+1�)��me��d[�����o�h��6GW��h�����,��k�3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top