Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,557 for pref (0.06 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

       * href="http://www.iana.org/assignments/media-types/image/vnd.adobe.photoshop">IANA</a>, and
       * found in {@code /etc/mime.types}, e.g. <a
       * href="http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types"></a> of the
       * Apache <a href="http://httpd.apache.org/">HTTPD project</a>; for the specification, see <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  2. ci/official/utilities/generate_index_html.sh

    <li>Pull Request Link, if any: <a href="$KOKORO_GITHUB_PULL_REQUEST_URL_tensorflow">${KOKORO_GITHUB_PULL_REQUEST_URL_tensorflow:-none}</a></li>
    <li>Commit: $KOKORO_GIT_COMMIT_tensorflow</li>
    </ul>
    <h2>Googlers-Only Links</h2>
    <ul>
    <li><a href="http://sponge2/$KOKORO_BUILD_ID">Sponge2</a></li>
    <li><a href="http://sponge/target:$KOKORO_JOB_NAME">Sponge - recent jobs</a></li>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 20:26:13 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. maven-plugin-api/src/site/site.xml

          <item name="Introduction" href="index.html"/>
          <item name="Javadocs" href="apidocs/index.html"/>
          <item name="Source Xref" href="xref/index.html"/>
          <!--item name="FAQ" href="faq.html"/-->
        </menu>
        <menu name="Reference">
          <item name="META-INF/maven/lifecycle.xml" href="lifecycle-mappings.html"/>
          <item name="META-INF/maven/plugin.xml" href="plugin.html"/>
        </menu>
      </body>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/http.go

    </p>
    <ul>
    <li><a href="/io">Network blocking profile</a> (<a href="/io?raw=1" download="io.profile">⬇</a>)</li>
    <li><a href="/block">Synchronization blocking profile</a> (<a href="/block?raw=1" download="block.profile">⬇</a>)</li>
    <li><a href="/syscall">Syscall profile</a> (<a href="/syscall?raw=1" download="syscall.profile">⬇</a>)</li>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  5. src/go/doc/comment/testdata/link6.txt

    <p>For example, <a href="https://en.wikipedia.org/wiki/John_Adams_(miniseries)">https://en.wikipedia.org/wiki/John_Adams_(miniseries)</a>.
    And <a href="https://example.com/[foo]/bar">https://example.com/[foo]/bar</a>{.
    And <a href="https://example.com/(foo)/bar">https://example.com/(foo)/bar</a>!
    And <a href="https://example.com/{foo}/bar">https://example.com/{foo}/bar</a>{.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/dist/buildtag.go

    	}
    	return bool(v), nil
    }
    
    // parse parses an expression, including binary operators at precedence >= prec.
    func (p *exprParser) parse(prec int) val {
    	if p.t.prefix == nil {
    		panic("unexpected " + p.t.tok)
    	}
    	v := p.t.prefix(p)
    	for p.t.prec >= prec && p.t.infix != nil {
    		t := p.t
    		p.next()
    		v = t.infix(v, p.parse(t.prec+1))
    	}
    	return v
    }
    
    // not is the prefix parser for a ! token.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 03:35:04 UTC 2021
    - 3K bytes
    - Viewed (0)
  7. maven-core/src/site/site.xml

        <menu name="Overview">
          <item name="Introduction" href="index.html"/>
          <item name="Javadocs" href="apidocs/index.html"/>
          <item name="Source Xref" href="xref/index.html"/>
          <!--item name="FAQ" href="faq.html"/-->
        </menu>
    
        <menu name="Reference">
          <item name="Core Extensions" href="core-extensions.html"/>
          <item name="Extension Descriptor" href="extension.html"/>
        </menu>
      </body>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Feb 17 18:40:11 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. docs/en/overrides/main.html

        <div class="item">
          <a class="announce-link" href="https://twitter.com/fastapi" target="_blank">
            <span class="twemoji twitter">
              {% include ".icons/fontawesome/brands/twitter.svg" %}
            </span> Follow <strong>@fastapi</strong> on <strong>Twitter</strong> to stay updated
          </a>
        </div>
        <div class="item">
          <a class="announce-link" href="https://fastapi.tiangolo.com/newsletter/">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. docs/zh/docs/fastapi-people.md

    {% for user in people.top_contributors[:50] %}
    
    <div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div>
    {% endfor %}
    
    </div>
    {% endif %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 25 17:09:48 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. docs/uk/docs/fastapi-people.md

    <div class="user"><a href="{{ user.url }}" target="_blank"><div class="avatar-wrapper"><img src="{{ user.avatarUrl }}"/></div><div class="title">@{{ user.login }}</div></a> <div class="count">Pull Requests: {{ user.count }}</div></div>
    {% endfor %}
    
    </div>
    {% endif %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top