Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 123 for slinky (0.32 seconds)

  1. MODULE.bazel

        "mpitrampoline",
        "nanobind",
        "nasm",
        "nvshmem",
        "onednn",
        "onednn_async",
        "pthreadpool",
        "raft",
        "riegeli",
        "rocm_device_libs",
        "shardy",
        "slinky",
        "stablehlo",
        "tensorrt_oss_archive",
        "triton",
    )
    
    tf_third_party = use_extension("//third_party/extensions:third_party.bzl", "third_party_ext")
    use_repo(
        tf_third_party,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. docs/en/docs/external-links.md

    # External Links
    
    **FastAPI** has a great community constantly growing.
    
    There are many posts, articles, tools, and projects, related to **FastAPI**.
    
    You could easily use a search engine or video platform to find many resources related to FastAPI.
    
    /// info
    
    Before, this page used to list links to external articles.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 868 bytes
    - Click Count (0)
  3. .github/workflows/check-markdown-links.yml

    name: "Check markdown links"
    
    on:
      push:
        branches:
          - master
      pull_request:
      workflow_dispatch:
    
    permissions: {}
    
    jobs:
      check-links:
        permissions:
          contents: read
        runs-on: ubuntu-latest
        steps:
          - name: Checkout
            uses: actions/checkout@v6
    
          - name: Check links
            uses: lycheeverse/lychee-action@v2.8.0
            with:
              # excluded:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 25 22:06:44 GMT 2026
    - 920 bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            final String data =
                    "<html><body>" + "<a href=\"http://example.com/page1\">link1</a>" + "<a href=\"http://example.com/page2\">link2</a>"
                            + "<a href=\"http://example.com/page1\">link1 again</a>" + "<a href=\"http://example.com/page3\">link3</a>"
                            + "<a href=\"http://example.com/page2\">link2 again</a>" + "</body></html>";
            final Document document = getDocument(data);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  5. android/guava-tests/test/com/google/common/collect/MultimapsTest.java

            new ImmutableListMultimap.Builder<Integer, String>()
                .put(4, "Inky")
                .put(6, "Blinky")
                .put(5, "Pinky")
                .put(5, "Pinky")
                .put(5, "Clyde")
                .build();
    
        List<String> badGuys = Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
        Function<String, Integer> stringLengthFunction =
            new Function<String, Integer>() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 39.2K bytes
    - Click Count (0)
  6. docs/en/mkdocs.yml

      - link: /de/
        name: de - Deutsch
      - link: /es/
        name: es - español
      - link: /fr/
        name: fr - français
      - link: /ja/
        name: ja - 日本語
      - link: /ko/
        name: ko - 한국어
      - link: /pt/
        name: pt - português
      - link: /ru/
        name: ru - русский язык
      - link: /tr/
        name: tr - Türkçe
      - link: /uk/
        name: uk - українська мова
      - link: /zh/
        name: zh - 简体中文
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 9.9K bytes
    - Click Count (0)
  7. scripts/doc_parsing_utils.py

        links: list[MarkdownLinkInfo],
        original_links: list[MarkdownLinkInfo],
        lang_code: str,
    ) -> list[str]:
        """
        Replace markdown links in the given text with the original links.
    
        Fail if the number of links does not match the original.
        """
    
        if len(links) != len(original_links):
            raise ValueError(
                "Number of markdown links does not match the number in the "
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 23.5K bytes
    - Click Count (0)
  8. guava-tests/test/com/google/common/hash/HashTestUtils.java

            long value = random.nextLong();
            for (PrimitiveSink sink : sinks) {
              sink.putLong(value);
            }
          }
        },
        PUT_FLOAT() {
          @Override
          void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) {
            float value = random.nextFloat();
            for (PrimitiveSink sink : sinks) {
              sink.putFloat(value);
            }
          }
        },
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Oct 28 18:19:59 GMT 2025
    - 25.6K bytes
    - Click Count (0)
  9. scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md

    
    
    # Links { #links }
    
    ## Markdown-style links { #markdown-style-links }
    
    This is a [Markdown link](https://example.com) to an external site.
    
    This is a link with attributes: [**FastAPI** Project Generators](project-generation.md){.internal-link target=_blank}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  10. docs/en/docs/css/custom.css

    }
    
    a[data-external-link]:not(:has(img)):not(.no-link-icon):not(.announce-link):hover::after {
      opacity: 0.85;
    }
    
    /* Internal links opening in new tab: same-origin links with target=_blank
       JS sets data-internal-link on links pointing to the same site origin
       Skip image links, .no-link-icon, and .announce-link */
    a[data-internal-link][target="_blank"]:not(:has(img)):not(.no-link-icon):not(.announce-link) {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:56:46 GMT 2026
    - 6.6K bytes
    - Click Count (0)
Back to Top