Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 223 of 223 for xmlns (0.02 sec)

  1. .teamcity/README.md

    ## Develop and verify
    
    After you make a change, you can run `mvn clean teamcity-configs:generate` to generate and verify the generated TeamCity configuration XMLs.
    
    You also need to run `mvn clean verify` with Java 8 before committing changes.
    
    If you have ktlint errors, you can automatically fix them by running `mvn com.github.gantsign.maven:ktlint-maven-plugin:1.1.1:format`.
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Mar 06 23:02:25 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <!-- The magic priority for xhtml+xml needs to be lower than that of -->
        <!--  files that contain HTML within them, e.g. mime emails -->
        <magic priority="40">
          <match value="&lt;html xmlns=" type="string" offset="0:8192"/>
        </magic>
        <root-XML namespaceURI="http://www.w3.org/1999/xhtml" localName="html"/>
        <glob pattern="*.xhtml"/>
        <glob pattern="*.xhtml2"/>
        <glob pattern="*.xht"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    express or implied. See the License for the SKIP_LINE * specific language governing permissions and limitations SKIP_LINE * under the License. SKIP_LINE ********** <?xml version="1.0" encoding="UTF-8"?> ${ivy.pom.license} ${ivy.pom.header} <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>${ivy.pom.groupId}</groupId>...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top