- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 35 for Latest (0.14 sec)
-
codeql.yml
# - https://gh.io/using-larger-runners (GitHub.com only) L29: # Consider using larger runners or machines with greater resources for possible analysis time improvements. L30: runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} L31: timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} L32: permissions: L33: # required for all workflows L34: security-events: write L35: L36: # required to fetch internal or private CodeQL packs...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
README.md
Integration Tests L131: L132:Launch Fess Server and run the following command: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:To run a single test case, you can use: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### Translate In Your Language L141: L142:Fess is internationalized software....github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
README.md
Integración L131: L132:Inicia el servidor Fess y ejecuta el siguiente comando: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:Para ejecutar un único caso de prueba, puedes usar: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### Traducir a Tu Idioma L141: L142:Fess es un software internacionalizado....github.com/codelibs/fess/docs/es/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
README.md
L132:Starten Sie den Fess-Server und führen Sie den folgenden Befehl aus: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:Um einen einzelnen Testfall auszuführen, können Sie verwenden: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### In Ihre Sprache übersetzen L141: L142:Fess ist eine internationalisierte...github.com/codelibs/fess/docs/de/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
README.md
dbflute:freegen L127: $ mvn license:format L128: L129:### 集成测试 L130: L131:启动 Fess 服务器并运行以下命令: L132: L133: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L134: L135:要运行单个测试用例,您可以使用: L136: L137: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L138: L139:### 翻译为您的语言 L140: L141:Fess 是国际化软件。 L142: L143:如果您想为您的语言添加标签/消息,请翻译属性文件,然后将其重命名为 f...github.com/codelibs/fess/docs/zh-CN/README.mdSat Oct 12 07:19:47 UTC 2024 6.8K bytes -
README.md
mvn license:format L128: L129:### 통합 테스트 L130: L131:Fess 서버를 시작하고 다음 명령을 실행합니다: L132: L133: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L134: L135:단일 테스트 케이스를 실행하려면 다음을 사용할 수 있습니다: L136: L137: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L138: L139:### 언어 번역 L140: L141:Fess는 국제화된 소프트웨어입니다. L142: L143:귀하의 언어로 라벨/메시지를 추가하려면...github.com/codelibs/fess/docs/ko/README.mdSat Oct 12 07:19:47 UTC 2024 7.8K bytes -
README.md
mvn license:format L128: L129:### 統合テスト L130: L131:Fessサーバーを起動し、以下のコマンドを実行します: L132: L133: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L134: L135:単一のテストケースを実行するには、以下のコマンドを使用できます: L136: L137: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L138: L139:### あなたの言語への翻訳 L140: L141:Fessは国際化対応ソフトウェアです。 L142: L143:ラベルやメッセージをあなたの言語に...github.com/codelibs/fess/docs/ja/README.mdSat Oct 12 07:19:47 UTC 2024 8.3K bytes -
README.md
L141: L142:Lancez le serveur Fess et exécutez la commande suivante : L143: L144: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L145: L146:Pour exécuter un seul cas de test, vous pouvez utiliser : L147: L148: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L149: L150:### Traduire dans Votre Langue L151: L152:Fess est un logiciel...github.com/codelibs/fess/docs/fr/README.mdSat Oct 12 07:19:47 UTC 2024 7.9K bytes -
README.md
Integração L131: L132:Inicie o servidor Fess e execute o seguinte comando: L133: L134: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" L135: L136:Para executar um único caso de teste, você pode usar: L137: L138: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests L139: L140:### Traduzir para o Seu Idioma L141: L142:Fess é um software internacionalizado....github.com/codelibs/fess/docs/pt-BR/README.mdSat Oct 12 07:19:47 UTC 2024 7.4K bytes -
daterangepicker.js
this.chosenLabel = label; L1209: if (label == this.locale.customRangeLabel) { L1210: this.showCalendars(); L1211: } else { L1212: var dates = this.ranges[label]; L1213: this.startDate = dates[0]; L1214: this.endDate = dates[1]; L1215: L1216: if (!this.timePicker) { L1217: this.startDate.startOf('day'); L1218: this.endDate.endOf('day'); L1219: }...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes