- Sort Score
- Num 10 results
- Language All
Results 271 - 280 of 387 for jsonp (0.01 seconds)
-
src/test/resources/plugin/repo2/index.html
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 13 07:34:14 GMT 2019 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/general/ApiAdminGeneralAction.java
// // GET /api/admin/general /** * Returns the current general system settings. * Excludes sensitive information like LDAP security credentials from the response. * * @return JSON response containing the general settings configuration */ @Execute public JsonResponse<ApiResult> get$index() { final EditBody form = new EditBody();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.7K bytes - Click Count (0) -
docs/es/README.md
- [Git](https://github.com/codelibs/fess-ds-git) - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket) - [G Suite](https://github.com/codelibs/fess-ds-gsuite) - [JSON](https://github.com/codelibs/fess-ds-json) - [Office 365](https://github.com/codelibs/fess-ds-office365) - [S3](https://github.com/codelibs/fess-ds-s3) - [Salesforce](https://github.com/codelibs/fess-ds-salesforce)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.8K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/SubprojectsInfo.kt
private val packingFolder = project.layout.projectDirectory.dir("packaging") @get:Internal protected val subprojectsJson = project.layout.projectDirectory.file(".teamcity/subprojects.json") protected fun generateSubprojectsJson(): String { val subprojects = generateSubprojects() val gson = GsonBuilder().setPrettyPrinting().create() return gson.toJson(subprojects) + '\n'Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 10 01:32:13 GMT 2025 - 3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/AcceptedApiChangesJsonFileManagerTest.groovy
@Subject AcceptedApiChangesJsonFileManager jsonFileManager = new AcceptedApiChangesJsonFileManager() def jsonFile def setup() { jsonFile = new File(temporaryFolder, 'acceptedChanges.json') } def "can clean existing API changes"() { given: jsonFile << existingAcceptedApiChanges() when: jsonFileManager.emptyAcceptedApiChanges(jsonFile) then:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 17 08:32:56 GMT 2021 - 2.5K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild.update-versions.gradle.kts
tasks.register<PreparePatchRelease>("preparePatchRelease") { group = "Versioning" description = "Prepares the repository for a patch release: bumps version.txt, updates released-versions.json, and clears accepted API changes." versionFile = layout.projectDirectory.file("version.txt") releasedVersionsFile = releasedVersionsFile() dependsOn(":architecture-test:cleanAcceptedApiChanges")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/filter/RateLimitFilter.java
*/ protected void sendBlockedResponse(final HttpServletResponse response) throws IOException { response.setStatus(HttpServletResponse.SC_FORBIDDEN); response.setContentType("application/json;charset=UTF-8"); response.getWriter().write("{\"error\":\"ip_blocked\",\"message\":\"Access denied.\"}"); } /** * Send a 429 Too Many Requests response. * @param response the HTTP responseCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 4.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/search/HealthApiTests.java
} @AfterAll protected static void tearDownAll() { deleteTestToken(); } @Test public void testHealthCheck_ok() { given().contentType("application/json") .when() .get("/api/v1/health") .then() .statusCode(200) .body("data", notNullValue())Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 2.1K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/PreparePatchRelease.kt
updateReleasedVersionFile(releasedVersionsFile.asFile.get(), previousReleasedVersion) println("Updated version.txt: $currentVersion -> $patchVersion") println("Updated released-versions.json with $currentVersion (buildTime: ${previousReleasedVersion.buildTime})") } private fun fetchVersionFromGradleServices(major: Int, targetVersion: String): ReleasedVersion {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 2.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/ApiAdminDictAction.java
/** Dictionary manager for handling dictionary file operations */ @Resource protected DictionaryManager dictionaryManager; /** * Retrieves all available dictionary files. * * @return JSON response containing list of dictionary files */ // GET /api/admin/dict @Execute public JsonResponse<ApiResult> get$index() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 2.6K bytes - Click Count (0)