- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for Code (0.02 sec)
-
codeql.yml
'java-kotlin' to analyze code written in Java, Kotlin or both L54: # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both L55: # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, L56: # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. L57: # If you are analyzing a compiled language, you...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
README.md
[NDJSON](https://github.com/codelibs/fess-ingest-ndjson) L88: L89:## Script L90: L91: - [Groovy](https://github.com/codelibs/fess-script-groovy) L92: - [OGNL](https://github.com/codelibs/fess-script-ognl) L93: L94:## Development Information L95: L96:### Get Source Code L97: L98:1. Clone Fess's repository: L99: ``` L100: $ cd ~/workspace L101: $ git clone https://github.com/codelibs/fess.git L102: ``` L103: L104:2. Import the cloned repository as a [Maven](https://maven.apache.org/) project on [Ec...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
CommandGenerator.java
final int exitValue = p.exitValue(); L175: if (exitValue != 0) { L176: logger.warn("{} is failed (exit code:{}, timeout:{}): {}", getName(), exitValue, task.isExecuted(), commandList); L177: } L178: L179: if (logger.isDebugEnabled()) { L180: logger.debug("{} is finished with exit code {}.", getName(), exitValue); L181: } L182: } catch (final Exception e) { L183: logger.warn("Failed to generate a...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 9.6K bytes -
pom.xml
<headerDefinitions> L114: <headerDefinition>https://www.codelibs.org/assets/license/header-definition-2.xml</headerDefinition> L115: </headerDefinitions> L116: </configuration> L117: </plugin> L118: <plugin> L119: <groupId>net.revelc.code.formatter</groupId> L120: <artifactId>formatter-maven-plugin</artifactId> L121: <version>2.21.0</version> L122: <executions> L123: <execution> L124: <goals> L125: <goal>format</goal> L126: </goals> L127: </execution>...github.com/codelibs/curl4j/pom.xmlThu Oct 03 17:04:48 UTC 2024 4K bytes -
README.md
L94:## Localisation L95: L96:### Japonais L97: L98: - [Site Web](https://fess.codelibs.org/ja/) L99: L100:### Coréen L101: L102: - [Forum](https://github.com/nocode2k/fess-kr-forum) L103: L104:## Informations de Développement L105: L106:### Récupérer le Code Source L107: L108:1. Clonez le dépôt Fess : L109: ``` L110: $ cd ~/workspace L111: $ git clone https://github.com/codelibs/fess.git L112: ``` L113: L114:2. Importez le dépôt cloné en tant que projet [Maven](https://maven.apache.org/)...github.com/codelibs/fess/docs/fr/README.mdSat Oct 12 07:19:47 UTC 2024 7.9K bytes -
PrunedTag.java
org.codelibs.fess.exception.FessSystemException; L28:import org.w3c.dom.Node; L29: L30:public class PrunedTag { L31: private final String tag; L32: private String id; L33: private String css; L34: private String attrName; L35: private String attrValue; L36: L37: public PrunedTag(final String tag) { L38: this.tag = tag; L39: } L40: L41: public boolean matches(final Node node) { L42: if (tag.equalsIgnoreCase(node.getNodeName())) { L43: if (attrName != null) { L44:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.8K bytes -
README.md
L4:[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE) L5: L6:## Visão Geral L7: L8:Fess é um servidor de busca empresarial muito poderoso e fácil de implantar. Você pode instalar e executar o Fess rapidamente em qualquer plataforma que suporte o Java Runtime Environment. O Fess é fornecido sob a [Licença Apache 2.0](LICENSE). L9: L10:O Fess é baseado no [OpenSearch](https://github.com/opensearch-project/OpenSearch),...github.com/codelibs/fess/docs/pt-BR/README.mdSat Oct 12 07:19:47 UTC 2024 7.4K bytes