- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 69 for jeon (0.03 sec)
-
fess_label_fr.properties
L81:labels.loginRequired = Connexion requise L82:labels.loginLink = Lien de connexion L83:labels.threadName = Nom du fil L84:labels.url = URL L85:labels.userFavorite = Journal favori L86:labels.userInfo = informations utilisateur L87:labels.webApiJson = RĂ©ponse JSON L88:labels.webConfigName = Nom de la configuration Web L89:labels.allLanguages = Toutes les langues L90:labels.dictId = ID de dictionnaire L91:labels.docId = Identifiant du document L92:labels.endTime = Heure de fin L93:labels.hq = hq L94:labels.inputs...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 46.6K bytes -
FessJsonResourceProvider.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction.sponsor; L17: L18:import org.lastaflute.core.json.JsonMappingOption; L19:import org.lastaflute.core.json.JsonMappingOption.JsonFieldNaming; L20:import org.lastaflute.core.json.JsonResourceProvider; L21: L22:public class FessJsonResourceProvider implements JsonResourceProvider { L23: @Override L24: public boolean isNullsSuppressed() { L25: return...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
UpgradeUtil.java
String mappingFile = indexResourcePath + "/" + docType + ".json"; L100: try { L101: source = FileUtil.readUTF8(mappingFile); L102: } catch (final Exception e) { L103: logger.warn("{} is not found.", mappingFile, e); L104: } L105: try { L106: final AcknowledgedResponse putMappingResponse = indicesClient.preparePutMapping(index).setSource(source, XContentType.JSON) L107: .execute().actionGet(f...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.1K bytes -
AdminBackupAction.java
at)).append('"'); L420: } else if (value instanceof String[]) { L421: final String json = Arrays.stream((String[]) value).map(s -> "\"" + StringEscapeUtils.escapeJson(s) + "\"") L422: .collect(Collectors.joining(",")); L423: buf.append('[').append(json).append(']'); L424: } else if (value instanceof List) { L425: final String json = ((List<?>) value).stream().map(s -> "\"" + StringEscapeUtils.escapeJson(s.toString()) + "\"") L426:...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
ITBase.java
); L58: if (testToken != null) { L59: return; L60: } L61: given().contentType("application/json").delete(getEsUrl() + "/fess_config.access_token/_doc/" + DEFAULT_TEST_TOKEN_ID); L62: } L63: L64: public static void refresh() { L65: given().contentType("application/json").post(getEsUrl() + "/_refresh"); L66: } L67: L68: public static String getFessUrl() { L69: return System.getProperty("test.fess.url", DEFAULT_FESS_URL); L70: } L71: L72:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
index.html
a> - - L42:<a href="fess-ds-gsuite/" title="fess-ds-gsuite/">fess-ds-gsuite/</a> - - L43:<a href="fess-ds-json/" title="fess-ds-json/">fess-ds-json/</a> - - L44:<a href="fess-ds-office365/" title="fess-ds-office365/">fess-ds-office365/</a> - - L45:<a href="fess-ds-s3/"...github.com/codelibs/fess/src/test/resources/plu...Mon Jun 17 13:30:41 UTC 2024 6.2K bytes -
README.md
b.com/codelibs/fess-ds-elasticsearch) L69: - [Git](https://github.com/codelibs/fess-ds-git) L70: - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket) L71: - [G Suite](https://github.com/codelibs/fess-ds-gsuite) L72: - [JSON](https://github.com/codelibs/fess-ds-json) L73: - [Office 365](https://github.com/codelibs/fess-ds-office365) L74: - [S3](https://github.com/codelibs/fess-ds-s3) L75: - [Salesforce](https://github.com/codelibs/fess-ds-salesforce) L76: - [SharePoint](https://github.com...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
README.md
b.com/codelibs/fess-ds-elasticsearch) L68: - [Git](https://github.com/codelibs/fess-ds-git) L69: - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket) L70: - [G Suite](https://github.com/codelibs/fess-ds-gsuite) L71: - [JSON](https://github.com/codelibs/fess-ds-json) L72: - [Office 365](https://github.com/codelibs/fess-ds-office365) L73: - [S3](https://github.com/codelibs/fess-ds-s3) L74: - [Salesforce](https://github.com/codelibs/fess-ds-salesforce) L75: - [SharePoint](https://github.com...github.com/codelibs/fess/docs/zh-CN/README.mdSat Oct 12 07:19:47 UTC 2024 6.8K bytes -
openapi-user.yaml
description: Bad request L698: content: L699: application/json: L700: schema: L701: $ref: '#/components/schemas/Error' L702: Unauthorized: L703: description: Unauthorized request L704: content: L705: application/json: L706: schema: L707: $ref: '#/components/schemas/Error' L708: NotFound: L709: description: Page not found L710: content: L711: application/json: L712: schema: L713: $ref: '#/components/schemas/Error'...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes -
README.md
b.com/codelibs/fess-ds-elasticsearch) L68: - [Git](https://github.com/codelibs/fess-ds-git) L69: - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket) L70: - [G Suite](https://github.com/codelibs/fess-ds-gsuite) L71: - [JSON](https://github.com/codelibs/fess-ds-json) L72: - [Office 365](https://github.com/codelibs/fess-ds-office365) L73: - [S3](https://github.com/codelibs/fess-ds-s3) L74: - [Salesforce](https://github.com/codelibs/fess-ds-salesforce) L75: - [SharePoint](https://github.com...github.com/codelibs/fess/docs/ko/README.mdSat Oct 12 07:19:47 UTC 2024 7.8K bytes