Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 347 for DOCTYPE (0.16 sec)

  1. 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)
  2. 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)
  3. pkg/test/util/yml/file.go

    // limitations under the License.
    
    package yml
    
    import (
    	"fmt"
    	"os"
    	"strings"
    
    	"istio.io/istio/pkg/test"
    )
    
    type docType string
    
    const (
    	namespacesAndCRDs docType = "namespaces_and_crds"
    	misc              docType = "misc"
    )
    
    // FileWriter write YAML content to files.
    type FileWriter interface {
    	// WriteYAML writes the given YAML content to one or more YAML files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 07 14:33:54 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/vcstest/go/missingrepo.txt

    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/missingrepo/missingrepo-git git https://vcs-test.golang.org/git/missingrepo">
    -- missingrepo-git/notmissing/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/missingrepo/missingrepo-git/notmissing git https://vcs-test.golang.org/git/mainonly">
    -- missingrepo-git-ssh/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 832 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/git/missingrepo.txt

    handle dir
    
    -- missingrepo-git/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/missingrepo/missingrepo-git git https://vcs-test.golang.org/git/missingrepo">
    -- missingrepo-git/notmissing/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 409 bytes
    - Viewed (0)
  6. src/encoding/xml/xml_test.go

    <!DOCTYPE [<!ENTITY xlt '">'>]>
    <!DOCTYPE [<!ENTITY xlt "'<">]>
    `
    
    var nestedDirectivesTokens = []Token{
    	CharData("\n"),
    	Directive(`DOCTYPE [<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">]`),
    	CharData("\n"),
    	Directive(`DOCTYPE [<!ENTITY xlt ">">]`),
    	CharData("\n"),
    	Directive(`DOCTYPE [<!ENTITY xlt "<">]`),
    	CharData("\n"),
    	Directive(`DOCTYPE [<!ENTITY xlt '>'>]`),
    	CharData("\n"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/internal/xml/XmlTransformerTest.groovy

            looksLike "<root>\n\t<child>\n\t\t<grandchild/>\n\t</child>\n</root>\n", result
        }
    
        def "can add DOCTYPE along with nodes"() {
            transformer.addAction { it.asNode().appendNode('someChild') }
            transformer.addAction {
                def s = it.asString()
                s.insert(s.indexOf("?>") + 2, '\n<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 15 08:16:06 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomDomParser.java

        public static final class AddDTDFilterInputStream extends FilterInputStream {
            private static final int MARK = 10000;
            private static final String DOCTYPE = "<!DOCTYPE project SYSTEM \"m2-entities.ent\">\n";
    
            private int count;
            private byte[] prefix = DOCTYPE.getBytes();
    
            public AddDTDFilterInputStream(InputStream in) throws IOException {
                super(new BufferedInputStream(in));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/util/UpgradeUtil.java

                        logger.info("Created {}/{} mapping.", index, docType);
                        return true;
                    }
                    logger.warn("Failed to create {}/{} mapping.", index, docType);
                } catch (final Exception e) {
                    logger.warn("Failed to create {}/{} mapping.", index, docType, e);
                }
            }
            return false;
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/vcstest/go/insecure.txt

    handle dir
    
    -- index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 176 bytes
    - Viewed (0)
Back to top