- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 313 for xdoc (0.02 sec)
-
fastapi/datastructures.py
""" file: Annotated[ BinaryIO, Doc("The standard Python file object (non-async)."), ] filename: Annotated[Optional[str], Doc("The original file name.")] size: Annotated[Optional[int], Doc("The size of the file in bytes.")] headers: Annotated[Headers, Doc("The headers of the request.")] content_type: Annotated[ Optional[str], Doc("The content type of the request, from the headers.") ]Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 5.1K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
provider.write(destFile.get().asFile) } def addVersionInfo(Document doc) { Element releaseInfo = doc.createElement('releaseinfo') releaseInfo.appendChild(doc.createTextNode(version.get().toString())) doc.documentElement.bookinfo[0]?.appendChild(releaseInfo) } def fixProgramListings(Document doc) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 07:58:02 UTC 2025 - 5.6K bytes - Viewed (0) -
fastapi/routing.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 174.6K bytes - Viewed (0) -
.github/CODEOWNERS
platforms/documentation/docs/src/docs/userguide/reference/core-plugins/distribution_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm platforms/documentation/docs/src/docs/userguide/reference/core-plugins/ear_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Nov 07 21:47:29 UTC 2025 - 11K bytes - Viewed (0) -
fastapi/security/oauth2.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 22K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
item.setTimestamp(ZonedDateTime.now()); String bulkLine = SuggestUtil.createBulkLine("test_index", "_doc", item); assertNotNull(bulkLine); assertTrue(bulkLine.contains("test_index")); assertTrue(bulkLine.contains("_doc")); assertTrue(bulkLine.contains("test text")); assertTrue(bulkLine.contains("reading1"));
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 26.7K bytes - Viewed (0) -
MIGRATION.md
solr_data = json.load(f) # Transform documents fess_docs = [] for doc in solr_data['response']['docs']: fess_doc = { "url": doc.get("id", ""), "title": doc.get("title", [""])[0] if isinstance(doc.get("title"), list) else doc.get("title", ""), "content": doc.get("content", [""])[0] if isinstance(doc.get("content"), list) else doc.get("content", ""), "mimetype": "text/html", "filetype": "html",
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.update-versions.gradle.kts
propertiesFile = layout.projectDirectory.file("gradle/dependency-management/agp-versions.properties") compatibilityDocFile = layout.projectDirectory.file("platforms/documentation/docs/src/docs/userguide/releases/compatibility.adoc") } val updateKotlinVersions = tasks.register<UpdateKotlinVersions>("updateKotlinVersions") { comment = " Generated - Update by running `./gradlew updateKotlinVersions`" minimumSupported = "2.0.0"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Oct 24 09:10:28 UTC 2025 - 2.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
.matching(pattern -> { pattern.include("**/*.adoc"); pattern.exclude("**/index.adoc"); // Exclude index.adoc files }) .forEach(file -> gatherDeadLinksInFileSamples(file, errors)); getDocumentationRoot().getAsFileTree().matching(pattern -> pattern.include("**/*.adoc")).forEach(file -> { gatherDeadLinksInFile(file, errors); });
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue May 27 09:07:14 UTC 2025 - 18.1K bytes - Viewed (0) -
doc/README.md
Atomically (as close to it as possible) add that file to `_content/doc` directory of the website repository and remove the `doc/next` directory in this repository. To begin the next release development cycle, populate the contents of `next` with those of `initial`. From the repo root: > cd doc > cp -R initial/ nextRegistered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jul 22 17:55:04 UTC 2024 - 3.1K bytes - Viewed (0)