Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,061 for html (0.02 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/AboutTheStubs.html

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
    <!--
    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
    Registered: 2025-12-28 03:35
    - Last Modified: 2024-10-25 12:31
    - 2.3K bytes
    - Viewed (0)
  2. docs_src/templates/templates/item.html

    <html>
    <head>
        <title>Item Details</title>
        <link href="{{ url_for('static', path='/styles.css') }}" rel="stylesheet">
    </head>
    <body>
        <h1><a href="{{ url_for('read_item', id=id) }}">Item ID: {{ id }}</a></h1>
    </body>
    Registered: 2025-12-28 07:19
    - Last Modified: 2024-01-11 22:25
    - 235 bytes
    - Viewed (0)
  3. doc/asm.html

    The document is not comprehensive.
    </p>
    
    <p>
    The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail
    <a href="https://9p.io/sys/doc/asm.html">elsewhere</a>.
    If you plan to write assembly language, you should read that document although much of it is Plan 9-specific.
    The current document provides a summary of the syntax and the differences with
    Registered: 2025-12-30 11:13
    - Last Modified: 2025-11-14 19:09
    - 36.5K bytes
    - Viewed (0)
  4. docs/en/overrides/main.html

    {% extends "base.html" %}
    
    {% block announce %}
    <div class="announce-wrapper">
      <div id="announce-left">
        <div class="item">
          <a class="announce-link" href="https://fastapicloud.com" target="_blank">
            <span class="twemoji">
              {% include ".icons/material/cloud-arrow-up.svg" %}
            </span> Join the <strong>FastAPI Cloud</strong> waiting list 🚀
          </a>
        </div>
        <div class="item">
    Registered: 2025-12-28 07:19
    - Last Modified: 2025-12-01 20:06
    - 5.5K bytes
    - Viewed (0)
  5. misc/wasm/wasm_exec.html

    <!doctype html>
    <!--
    Copyright 2018 The Go Authors. All rights reserved.
    Use of this source code is governed by a BSD-style
    license that can be found in the LICENSE file.
    -->
    <html>
    
    <head>
    	<meta charset="utf-8">
    	<title>Go wasm</title>
    </head>
    
    <body>
    	<!--
    	Add the following polyfill for Microsoft Edge 17/18 support:
    	<script src="https://cdn.jsdelivr.net/npm/text-encoding@0.7.0/lib/encoding.min.js"></script>
    Registered: 2025-12-30 11:13
    - Last Modified: 2024-08-30 19:15
    - 1.3K bytes
    - Viewed (0)
  6. doc/go_spec.html

    Robert Griesemer <******@****.***> 1764714733 -0800
    Registered: 2025-12-30 11:13
    - Last Modified: 2025-12-02 23:07
    - 286.5K bytes
    - Viewed (1)
  7. doc/go_mem.html

    Derek Parker <******@****.***> 1754332385 -0700
    Registered: 2025-12-30 11:13
    - Last Modified: 2025-08-05 15:41
    - 26.6K bytes
    - Viewed (0)
  8. docs/en/overrides/partials/copyright.html

    Sebastián Ramírez <******@****.***> 1707080219 +0100
    Registered: 2025-12-28 07:19
    - Last Modified: 2024-02-04 20:56
    - 450 bytes
    - Viewed (0)
  9. scripts/test-cov-html.sh

    Sebastián Ramírez <******@****.***> 1759914201 +0900
    Registered: 2025-12-28 07:19
    - Last Modified: 2025-10-08 09:03
    - 87 bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/impl/MimeTypeHelperImplTest.java

            assertContentType("text/plain", null, "hoge.txt");
            assertContentType("text/html", "html/test1.html", "hoge.html");
            assertContentType("text/html", "html/test1.html", "hoge.htm");
            assertContentType("text/html", "html/test1.shtml", "hoge.shtml");
    
            assertContentType("application/msword", "test/text1.txt", "hoge.doc");
    Registered: 2025-12-20 11:21
    - Last Modified: 2025-03-15 06:52
    - 11.6K bytes
    - Viewed (0)
Back to top