- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for stylesheets (0.49 sec)
-
fastapi/openapi/docs.py
if swagger_ui_parameters: current_swagger_ui_parameters.update(swagger_ui_parameters) html = f""" <!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="{swagger_css_url}"> <link rel="shortcut icon" href="{swagger_favicon_url}"> <title>{title}</title> </head> <body> <div id="swagger-ui"> </div>Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 10.1K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
Map<String, Object> attributes = new HashMap<>(); // TODO: This breaks the provider attributes.put("stylesdir", stylesDir.get().getAsFile().getAbsolutePath()); attributes.put("stylesheet", "manual.css"); attributes.put("doctype", "book"); attributes.put("imagesdir", "img"); attributes.put("nofooter", true); attributes.put("javadocPath", "../javadoc");
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 04 14:26:28 UTC 2025 - 19.3K bytes - Viewed (0)