Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 147 for cdata (0.04 sec)

  1. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/JUnitXmlResultWriterMergeRerunSpec.groovy

        <system-out><![CDATA[m2-out-1]]></system-out>
        <system-err><![CDATA[m2-err-1]]></system-err>
        <rerunFailure message="m2-message-2" type="ExceptionType">
          <stackTrace>m2-stackTrace-2</stackTrace>
          <system-out><![CDATA[m2-out-2]]></system-out>
          <system-err><![CDATA[m2-err-2]]></system-err>
        </rerunFailure>
      </testcase>
      <system-out><![CDATA[class-out]]></system-out>
      <system-err><![CDATA[class-err]]></system-err>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:49:01 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. maven-compat/src/main/mdo/profiles.mdo

              <description><![CDATA[The lists of the remote repositories]]>
              </description>
              <association>
                <type>Repository</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field>
              <name>pluginRepositories</name>
              <version>1.0.0</version>
              <description><![CDATA[
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 03 21:08:35 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  3. .github/workflows/mint/minio-compress-encrypt.yaml

        <<: *minio-common
        hostname: minio1
        volumes:
          - cdata1-1:/cdata1
          - cdata1-2:/cdata2
    
      minio2:
        <<: *minio-common
        hostname: minio2
        volumes:
          - cdata2-1:/cdata1
          - cdata2-2:/cdata2
    
      minio3:
        <<: *minio-common
        hostname: minio3
        volumes:
          - cdata3-1:/cdata1
          - cdata3-2:/cdata2
    
      minio4:
        <<: *minio-common
        hostname: minio4
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. src/encoding/xml/marshal_test.go

    		Value: &CDataTest{
    			Chardata: "Literal <![CDATA[Nested]]>!",
    		},
    	},
    	{
    		ExpectXML: `<CDataTest><![CDATA[<![CDATA[Nested]]]]><![CDATA[> Literal!]]></CDataTest>`,
    		Value: &CDataTest{
    			Chardata: "<![CDATA[Nested]]> Literal!",
    		},
    	},
    	{
    		ExpectXML: `<CDataTest><![CDATA[<![CDATA[Nested]]]]><![CDATA[> Literal! <![CDATA[Nested]]]]><![CDATA[> Literal!]]></CDataTest>`,
    		Value: &CDataTest{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  5. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/JUnitXmlResultWriterSpec.groovy

            //output encoded:
            xml.contains('<system-out><![CDATA[with CDATA end token: ]]]]><![CDATA[> some ascii: ]]>&#x44d20;<![CDATA[ż]]></system-out>')
            xml.contains('<system-err><![CDATA[with ]]>&#x44e31;<![CDATA[CDATA end token: ]]]]><![CDATA[> some ascii: ż]]></system-err>')
        }
    
        def "writes results with no tests"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:51:05 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitConsoleLoggingIntegrationTest.groovy

                    .assertStdout(containsString(
                        "< html allowed, cdata closing token ]]> encoded!\n" +
                        "no EOL, non-asci char: ż\n" +
                        "xml entity: &amp;"
                    ))
                    .assertStderr(equalTo("< html allowed, cdata closing token ]]> encoded!\n"))
        }
    
        String lineNumberOf(String text) {
            int i = 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/settings.paramdoc.xml

      <expressions>
        <expression>
          <syntax>settings.offline</syntax>
          <configuration>
            <![CDATA[
        <offline>true</offline>
        ]]></configuration>
          <description>
            <![CDATA[
          Flags the system as offline, to prevent accessing the network to resolve artifacts or execute plugins.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 2K bytes
    - Viewed (0)
  8. maven-core/src/main/mdo/extension.mdo

          <version>1.0.0</version>
          <description><![CDATA[Root element of the <code>extension.xml</code> file.]]></description>
          <fields>
            <field>
              <name>exportedPackages</name>
              <version>1.0.0</version>
              <association>
                <type>String</type>
                <multiplicity>*</multiplicity>
              </association>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

          <description>
            <![CDATA[
            The {@code <dependency>} element contains information about a dependency
            of the project.
            ]]>
          </description>
          <fields>
            <field>
              <name>groupId</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>
                <![CDATA[
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/svg.go

    	//    <g id="graph0" transform="...">
    	//    ...
    	//    </g>
    	//    </svg>
    	//
    	// Change it to
    	//
    	//    <svg width="100%" height="100%"
    	//     xmlns=...>
    
    	//    <script type="text/ecmascript"><![CDATA[` ..$(svgpan.JSSource)... `]]></script>`
    	//    <g id="viewport" transform="translate(0,0)">
    	//    <g id="graph0" transform="...">
    	//    ...
    	//    </g>
    	//    </g>
    	//    </svg>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top