Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 954 for xml (0.01 seconds)

  1. cmd/crossdomain-xml-handler.go

    const crossDomainXML = `<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"><cross-domain-policy><allow-access-from domain="*" secure="false" /></cross-domain-policy>`
    
    // Standard path where an app would find cross domain policy information.
    const crossDomainXMLEntity = "/crossdomain.xml"
    
    Created: 2026-04-05 19:28
    - Last Modified: 2024-03-18 06:42
    - 2.2K bytes
    - Click Count (0)
  2. cmd/crossdomain-xml-handler_test.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"net/http"
    	"net/http/httptest"
    	"testing"
    
    	"github.com/minio/mux"
    )
    
    // Test cross domain xml handler.
    func TestCrossXMLHandler(t *testing.T) {
    	// Server initialization.
    	router := mux.NewRouter().SkipClean(true).UseEncodedPath()
    	handler := setCrossDomainPolicyMiddleware(router)
    	srv := httptest.NewServer(handler)
    Created: 2026-04-05 19:28
    - Last Modified: 2023-07-08 14:31
    - 1.3K bytes
    - Click Count (0)
  3. compat/maven-model-builder/src/test/resources/poms/validation/modelVersion-4_0.xml

    Guillaume Nodet <******@****.***> 1729859506 +0200
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 904 bytes
    - Click Count (0)
  4. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml

    Guillaume Nodet <******@****.***> 1729859506 +0200
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 1.3K bytes
    - Click Count (0)
  5. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-sha1.xml

    Guillaume Nodet <******@****.***> 1729859506 +0200
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 1.2K bytes
    - Click Count (0)
  6. compat/maven-embedder/pom.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    Created: 2026-04-05 03:35
    - Last Modified: 2025-09-17 10:01
    - 6.9K bytes
    - Click Count (0)
  7. src/main/resources/crawler/rule.xml

    		</postConstruct>
    		<postConstruct name="addRule">
    			<arg>"mimeType"</arg>
    			<!-- Supported MIME type -->
    			<arg>
      "(application/xml"
    + "|application/xhtml\+xml"
    + "|application/rdf\+xml"
    + "|application/pdf"
    + "|application/x-freemind"
    + "|text/xml"
    + "|text/xml-external-parsed-entity)"
    			</arg>
    		</postConstruct>
    	</component>
    
    Created: 2026-03-31 13:07
    - Last Modified: 2026-03-29 08:21
    - 4.6K bytes
    - Click Count (0)
  8. src/test/resources/org/codelibs/core/xml/include.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <foo xmlns:xi="http://www.w3.org/2001/XInclude">
    	<xi:include href="/included.xml"/>
    Created: 2026-04-03 20:58
    - Last Modified: 2014-12-28 09:01
    - 131 bytes
    - Click Count (0)
  9. api/maven-api-cli/pom.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!--
      Licensed to the Apache Software Foundation (ASF) under one
      or more contributor license agreements. See the NOTICE file
      distributed with this work for additional information
      regarding copyright ownership. The ASF licenses this file
      to you under the Apache License, Version 2.0 (the
      "License"); you may not use this file except in compliance
      with the License. You may obtain a copy of the License at
    
    Created: 2026-04-05 03:35
    - Last Modified: 2025-06-29 22:37
    - 2.8K bytes
    - Click Count (0)
  10. impl/maven-core/pom.xml

          <scope>provided</scope>
        </dependency>
    
        <!-- Plexus Utils + XML -->
        <dependency>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-utils</artifactId>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-xml</artifactId>
        </dependency>
    
        <!-- Test -->
        <dependency>
    Created: 2026-04-05 03:35
    - Last Modified: 2025-11-26 10:37
    - 16.9K bytes
    - Click Count (0)
Back to Top