- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isNext (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
* marking the file as a build logic input. */ fun Project.trimmedContentsOfFile(path: String): Provider<String> = providers.fileContents(repoRoot().file(path)).asText.map { it.trim() } // TODO Simplify the buildTimestamp() calculation if possible fun Project.buildTimestamp(): Provider<String> = providers.of(BuildTimestampValueSource::class) { parameters {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
final JsonNode root = objectMapper.readTree(cleanJson); final JsonNode node = root.get(key); if (node != null && node.isTextual()) { return node.asText(); } } catch (final Exception e) { if (logger.isDebugEnabled()) { logger.debug("Failed to parse JSON for key={}. error={}", key, e.getMessage()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0)