Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for ttcf (0.07 sec)

  1. src/net/http/sniff.go

    		ct:   "application/vnd.ms-fontobject",
    	},
    	&exactSig{[]byte("\x00\x01\x00\x00"), "font/ttf"},
    	&exactSig{[]byte("OTTO"), "font/otf"},
    	&exactSig{[]byte("ttcf"), "font/collection"},
    	&exactSig{[]byte("wOFF"), "font/woff"},
    	&exactSig{[]byte("wOF2"), "font/woff2"},
    
    	// Archive types
    	&exactSig{[]byte("\x1F\x8B\x08"), "application/x-gzip"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProject.java

            this.project = project;
            ClassLoader ttcl = Thread.currentThread().getContextClassLoader();
            try {
                Thread.currentThread().setContextClassLoader(project.getClassRealm());
                this.packaging = session.requirePackaging(project.getPackaging());
            } finally {
                Thread.currentThread().setContextClassLoader(ttcl);
            }
        }
    
        public InternalMavenSession getSession() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 16 08:45:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. .gitattributes

    *.flv           binary
    *.fla           binary
    *.swf           binary
    *.gz            binary
    *.zip           binary
    *.jar           binary
    *.tar           binary
    *.tar.gz        binary
    *.7z            binary
    *.ttf           binary
    *.pyc           binary
    *.gpg           binary
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 02 12:15:16 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  4. src/main/webapp/css/fonts/fa-brands-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 128.5K bytes
    - Viewed (0)
  5. src/main/webapp/css/fonts/fa-regular-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 33.3K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/fonts/fa-regular-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 33.3K bytes
    - Viewed (0)
  7. src/main/webapp/css/fonts/fa-solid-900.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 189.2K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/fonts/fa-brands-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 128.5K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/fonts/fa-solid-900.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 189.2K bytes
    - Viewed (0)
  10. src/net/http/sniff_test.go

    	{"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
    
    	// Font types.
    	// {"MS.FontObject", []byte("\x00\x00")},
    	{"TTF sample  I", []byte("\x00\x01\x00\x00\x00\x17\x01\x00\x00\x04\x01\x60\x4f"), "font/ttf"},
    	{"TTF sample II", []byte("\x00\x01\x00\x00\x00\x0e\x00\x80\x00\x03\x00\x60\x46"), "font/ttf"},
    
    	{"OTTO sample  I", []byte("\x4f\x54\x54\x4f\x00\x0e\x00\x80\x00\x03\x00\x60\x42\x41\x53\x45"), "font/otf"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 16:53:14 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top