- Sort Score
- Num 10 results
- Language All
Results 11 - 14 of 14 for teljes (0.03 seconds)
-
KEYS.md
``` If you see a warning message like `gpg: WARNING: This key is not certified with a trusted signature!`, you can locally sign the Gradle key after importing it. This tells your GPG installation that you trust this key and will prevent the warning from appearing again. To do this, run the following command: ```bash gpg --sign-key 1BD97A6A154E7810EE0BC832E2F38302C8075E3D ```
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Dec 04 14:29:13 GMT 2025 - 4.7K bytes - Click Count (0) -
docs/pt-BR/README.md
$ mvn jdeb:jdeb # pacote .deb ### Gerar Código Fonte $ mvn dbflute:download # (comando executado uma vez) $ mvn dbflute:freegen $ mvn license:format ### Testes de Integração Inicie o servidor Fess e execute o seguinte comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
public ActionResponse getResponse(final SsoResponseType responseType) { return null; } /** * Performs logout for the specified user. * * SPNEGO authentication relies on the underlying Kerberos infrastructure * for session management, so no specific logout URL is provided. * * @param user The user to logout
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/webapp/js/admin/popper.min.js.map
@method\n * @memberof Popper\n */\nexport default function disableEventListeners() {\n if (this.state.eventsEnabled) {\n cancelAnimationFrame(this.scheduleUpdate);\n this.state = removeEventListeners(this.reference, this.state);\n }\n}\n","/**\n * Tells if a given input is a number\n * @method\n * @memberof Popper.Utils\n * @param {*} input to check\n * @return {Boolean}\n */\nexport default function isNumeric(n) {\n return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);\n}\n","import isNumeric...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0)