- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 161 for renderer (0.18 seconds)
-
docs/en/docs/img/sponsors/render.svg
render.svg...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Oct 31 09:13:26 GMT 2024 - 12.5K bytes - Click Count (0) -
docs/en/docs/img/sponsors/render-banner.svg
render-banner.svg...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Oct 31 09:13:26 GMT 2024 - 12.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java
import org.w3c.dom.Node; import org.w3c.dom.NodeList; public class ClassDescriptionRenderer { private final ElementWarningsRenderer warningsRenderer = new ElementWarningsRenderer(); public void renderTo(ClassDoc classDoc, Element parent) { Document document = parent.getOwnerDocument(); Element title = document.createElement("title"); parent.appendChild(title);Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.1K bytes - Click Count (0) -
docs/fr/docs/advanced/generate-clients.md
Dans ce guide, vous apprendrez à générer un **SDK TypeScript** pour votre backend FastAPI. ## Générateurs de SDK open source { #open-source-sdk-generators } Une option polyvalente est le [OpenAPI Generator](https://openapi-generator.tech/), qui prend en charge **de nombreux langages de programmation** et peut générer des SDK à partir de votre spécification OpenAPI.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 11K bytes - Click Count (0) -
internal/s3select/jstream/errors.go
msg string // description of error context string // additional error context pos errPos atChar byte readerErr error // underlying reader error, if any } // ReaderErr returns the underlying error. func (e DecoderError) ReaderErr() error { return e.readerErr } // Error returns a string representation of the error. func (e DecoderError) Error() string {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Sep 23 19:35:41 GMT 2024 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatMessage.java
return ROLE_ASSISTANT.equals(role); } /** * Gets the HTML-rendered content. * * @return the HTML content, or null if not rendered */ public String getHtmlContent() { return htmlContent; } /** * Sets the HTML-rendered content. * * @param htmlContent the HTML content */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 04:52:31 GMT 2026 - 10.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/MethodsRenderer.java
title.appendChild(document.createTextNode("Methods - " + classDoc.getSimpleName())); methodTableRenderer.renderTo(classMethods, table); } for (ClassExtensionDoc extensionDoc : classDoc.getClassExtensions()) { extensionMethodsSummaryRenderer.renderTo(extensionDoc, summarySection); } if (!hasMethods(classDoc)) { Element para = document.createElement("para");
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/PropertiesRenderer.java
title.appendChild(document.createTextNode("Properties - " + classDoc.getSimpleName())); propertyTableRenderer.renderTo(classProperties, table); } for (ClassExtensionDoc extensionDoc : classDoc.getClassExtensions()) { extensionPropertiesSummaryRenderer.renderTo(extensionDoc, summarySection); } if (!hasProperties(classDoc)) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
import java.io.File; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * Takes a rendered release notes HTML file and decorates it with extra elements/content/links. */ @CacheableTask public abstract class DecorateReleaseNotes extends DefaultTask { /** * The rendered HTML release notes that need decoration. */ @InputFile @PathSensitive(PathSensitivity.NONE)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 3.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlocksRenderer.java
title.appendChild(document.createTextNode("Script blocks - " + classDoc.getSimpleName())); blockTableRenderer.renderTo(classBlocks, table); } for (ClassExtensionDoc extensionDoc : classDoc.getClassExtensions()) { extensionBlocksSummaryRenderer.renderTo(extensionDoc, summarySection); } if (!hasBlocks(classDoc)) { Element para = document.createElement("para");
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4K bytes - Click Count (0)