- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 2,516 for anchors (0.05 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
} for (AdocFileEntry entry : entries) { for (String anchor : entry.anchors) { if (!EXCLUDED_ANCHORS.contains(anchor) && !allExistingAnchors.contains(anchor)) { missingAnchors.add("- The anchor '" + anchor + "' from file '" + entry.filename + "' (" + jsonFile.getName() + ") was not found in any documentation file."); }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Aug 21 15:38:58 GMT 2025 - 8.5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseNotesIndexGenerator.java
import java.util.Set; import java.util.TreeSet; import java.util.stream.Collectors; import static java.util.Comparator.reverseOrder; /** * This class ensures that the release notes index page has the appropriate anchors and include directives * for the current repository version. */ public class ReleaseNotesIndexGenerator { static void update(Set<QualifiedVersion> versions, File indexTemplate, File indexFile) throws IOException {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 2.1K bytes - Click Count (0) -
AUTHORS
# This is the official list of TensorFlow authors for copyright purposes. # This file is distinct from the CONTRIBUTORS files. # See the latter for an explanation. # Names should be added to this file as: # Name or Organization <email address> # The email address is not required for organizations. Google Inc. Yuan Tang <******@****.***>
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Mar 03 15:11:48 GMT 2022 - 357 bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/release-highlights.asciidoc
// tag::notable-highlights[] <% for (highlight in notableHighlights) { %> [discrete] [[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()} <% } %> // end::notable-highlights[] <% } %> <% for (highlight in nonNotableHighlights) { %> [discrete] [[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()}
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 848 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_markdown_links/data/en_doc.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 21:48:08 GMT 2026 - 556 bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/SerializableTester.java
/* * Copyright (C) 2007 The Guava Authors * * Licensed 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 14:50:24 GMT 2024 - 4.1K bytes - Click Count (0) -
scripts/contributors.py
contributors_results = get_contributors(pr_nodes=pr_nodes) authors = contributors_results.authors top_contributors = get_users_to_write( counter=contributors_results.contributors, authors=authors, ) top_translators = get_users_to_write( counter=contributors_results.translators, authors=authors, ) top_translations_reviewers = get_users_to_write(
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 12:34:01 GMT 2025 - 8.6K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc
print "[discrete]\n" print "[[breaking_${majorMinor}_${ area.toLowerCase().replaceAll("[^a-z0-9]+", "_") }]]\n" print "==== ${area}\n" for (breaking in breakingChanges) { %> [[${ breaking.anchor }]] .${breaking.title} [%collapsible] ==== *Details* + ${breaking.details.trim()} *Impact* + ${breaking.impact.trim()} ==== <% } if (isNotable) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 28 11:09:58 GMT 2021 - 2.9K bytes - Click Count (0) -
guava/src/com/google/common/annotations/GwtIncompatible.java
/* * Copyright (C) 2009 The Guava Authors * * Licensed 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 19 16:29:08 GMT 2017 - 1.9K bytes - Click Count (0) -
LICENSES/vendor/github.com/JeffAshton/win_pdh/LICENSE
3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri May 08 04:49:00 GMT 2020 - 1.5K bytes - Click Count (0)