Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 2,620 for shtml (0.05 sec)

  1. src/html/template/multi_test.go

    	for i := 0; i < 100; i++ {
    		res, err := New("title.xhtml").Parse(`{{template "xhtml" .}}`)
    		if err != nil {
    			t.Fatal(err)
    		}
    		for _, name := range all {
    			_, err := res.New(name).Parse(inlined[name])
    			if err != nil {
    				t.Fatal(err)
    			}
    		}
    		var buf strings.Builder
    		res.Execute(&buf, 0)
    		if buf.String() != "stylesheet" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 8K bytes
    - Viewed (0)
  2. src/net/http/readrequest_test.go

    	// Baseline test; All Request fields included for template use
    	{
    		"GET http://www.techcrunch.com/ HTTP/1.1\r\n" +
    			"Host: www.techcrunch.com\r\n" +
    			"User-Agent: Fake\r\n" +
    			"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n" +
    			"Accept-Language: en-us,en;q=0.5\r\n" +
    			"Accept-Encoding: gzip,deflate\r\n" +
    			"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\n" +
    			"Keep-Alive: 300\r\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 14 22:23:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/MediaType.java

      public static final MediaType XHTML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "xhtml+xml");
    
      /**
       * Extensible Resource Descriptors. This is not yet registered with the IANA, but it is specified
       * by OASIS in the <a href="http://docs.oasis-open.org/xri/xrd/v1.0/cd02/xrd-1.0-cd02.html">XRD
       * definition</a> and implemented in projects such as <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType XHTML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "xhtml+xml");
    
      /**
       * Extensible Resource Descriptors. This is not yet registered with the IANA, but it is specified
       * by OASIS in the <a href="http://docs.oasis-open.org/xri/xrd/v1.0/cd02/xrd-1.0-cd02.html">XRD
       * definition</a> and implemented in projects such as <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/go/test1-svn-git.txt

    handle dir
    
    -- aaa/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test1-svn-git svn https://vcs-test.golang.org/svn/test1-svn-git">
    -- git-README-only/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test1-svn-git/git-README-only git https://vcs-test.golang.org/git/README-only">
    -- git-README-only/other/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/vcstest/go/test2-svn-git.txt

    handle dir
    
    -- test2main/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test2-svn-git/test2main git https://vcs-test.golang.org/git/test2main">
    -- test2pkg/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test2-svn-git/test2pkg git https://vcs-test.golang.org/git/README-only">
    -- test2pkg/pkg/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  7. src/mime/mediatype_test.go

    			"attachment",
    			m("filename", "foo-ä.html")},
    		// #attwithfnrawpctenca
    		{`attachment; filename="foo-%41.html"`,
    			"attachment",
    			m("filename", "foo-%41.html")},
    		// #attwithfnusingpct
    		{`attachment; filename="50%.html"`,
    			"attachment",
    			m("filename", "50%.html")},
    		// #attwithfnrawpctencaq
    		{`attachment; filename="foo-%\41.html"`,
    			"attachment",
    			m("filename", "foo-%\\41.html")},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 17:58:37 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  8. maven-core/src/site/apt/index.apt

    * Reference Documentation
    
     * {{{./lifecycles.html}lifecycles}} and {{{./default-bindings.html}plugin bindings to <<<default>>> lifecycle}},
    
     * {{{./artifact-handlers.html}default artifact handlers}}, to manage {{{../maven-model/maven.html#class_dependency}dependency types}},
    
     * {{{./extension.html}extension descriptor}} and {{{./core-extensions.html}core extensions}},
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 14 05:48:39 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        HtmlNext path_Error_NotFoundJsp = new HtmlNext("/error/notFound.jsp");
    
        /** The path of the HTML: /error/redirect.jsp */
        HtmlNext path_Error_RedirectJsp = new HtmlNext("/error/redirect.jsp");
    
        /** The path of the HTML: /error/system.jsp */
        HtmlNext path_Error_SystemJsp = new HtmlNext("/error/system.jsp");
    
        /** The path of the HTML: /footer.jsp */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  10. 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)
Back to top