Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 836 for ihtml (0.67 sec)

  1. src/net/http/mapping_test.go

    	children := []string{
    		"*",
    		"cmd.html",
    		"code.html",
    		"contrib.html",
    		"contribute.html",
    		"debugging_with_gdb.html",
    		"docs.html",
    		"effective_go.html",
    		"files.log",
    		"gccgo_contribute.html",
    		"gccgo_install.html",
    		"go-logo-black.png",
    		"go-logo-blue.png",
    		"go-logo-white.png",
    		"go1.1.html",
    		"go1.2.html",
    		"go1.html",
    		"go1compat.html",
    		"go_faq.html",
    		"go_mem.html",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 17:47:07 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/ApacheDirectoryListingParserTest.groovy

            then:
            thrown(ResourceException)
            where:
            contentType << ["text/plain", "application/octetstream"]
        }
    
        def "uses charset specified in content type"() {
            def html = """
            <a href="\u00c1\u00d2">directory1</a>
            """
            def encodedHtml = html.getBytes('ISO-8859-1')
            assert !Arrays.equals(encodedHtml, html.getBytes("utf-8"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/HtmlPageGenerator.java

        protected int getDepth() {
            return 0;
        }
    
        protected void metaTag(Html html) {
            html.meta()
                .httpEquiv("Content-Type")
                .content("text/html; charset=utf-8");
        }
    
        protected void headSection(Html html) {
            String rootDir = getDepth() == 0 ? "" : "../";
            metaTag(html);
            html.link()
                .rel("stylesheet")
                .type("text/css")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. src/site/site.xml

        <menu name="Overview">
          <item name="Introduction" href="index.html"/>
          <item name="Javadocs" href="apidocs/index.html"/>
          <item name="Source Xref" href="xref/index.html"/>
          <!--item name="FAQ" href="faq.html"/-->
          <item name="License" href="http://www.apache.org/licenses/"/>
          <item name="Download" href="/download.html"/>
        </menu>
    
        <menu inherit="bottom" name="Descriptors Reference">
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. README.md

    * [Building Groovy Libraries](https://docs.gradle.org/current/samples/sample_building_groovy_libraries.html)
    * [Building Scala Applications](https://docs.gradle.org/current/samples/sample_building_scala_applications.html)
    * [Building Scala Libraries](https://docs.gradle.org/current/samples/sample_building_scala_libraries.html)
    * [Building Kotlin JVM Applications](https://docs.gradle.org/current/samples/sample_building_kotlin_applications.html)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 20:49:08 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go

    	}
    
    	// Embedded files.
    	def("css", loadCSS("html/common.css"))
    	def("header", loadFile("html/header.html"))
    	def("graph", loadFile("html/graph.html"))
    	def("graph_css", loadCSS("html/graph.css"))
    	def("script", loadJS("html/common.js"))
    	def("top", loadFile("html/top.html"))
    	def("sourcelisting", loadFile("html/source.html"))
    	def("plaintext", loadFile("html/plaintext.html"))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/scaladoc/ScalaDocIntegrationTest.groovy

            file("utils/$docsPath").assertContainsDescendants("City.html")
        }
    
        def "can exclude classes from Scaladoc generation"() {
            classes.baseline()
            buildScript(classes.buildScript())
    
            when:
            succeeds scaladoc
    
            then:
            file("${docsPath}/Person.html").assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java

                assertTrue(robotsTxt.allows("/private/index.html", userAgent));
                assertTrue(robotsTxt.allows("/help/", userAgent));
                assertTrue(robotsTxt.allows("/help.html", userAgent));
                assertTrue(robotsTxt.allows("/help/faq.html", userAgent));
                assertTrue(robotsTxt.allows("/foo/bar/", userAgent));
                assertTrue(robotsTxt.allows("/foo/bar/index.html", userAgent));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/report/CompositeTestResultsTest.groovy

            where:
            fromUrl                  | relativeUrl
            "test/other.html"        | "other.html"
            "other/other.html"       | "../other/other.html"
            "index.html"             | "../index.html"
            "test/subdir/other.html" | "subdir/other.html"
        }
    
        private TestResult test() {
            return new TestResult('test', 45, new ClassTestResults(1, 'test', null))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. maven-settings/src/site/apt/index.apt

         for Merger and v4 Reader and Writers for the Xpp3 XML parser,
    
       * A {{{./settings.html}Descriptor Reference}}
    
       * An {{{https://maven.apache.org/xsd/settings-1.2.0.xsd}XSD}}
    
    * See Also User Documentation
    
      * {{{https://maven.apache.org/settings.html} Settings Reference}},
    
      * {{{https://maven.apache.org/guides/mini/guide-mirror-settings.html} Mirror Settings}},
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top