- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 737 for token3 (0.07 sec)
-
ADDING_NEW_LANGUAGE.md
Available dictionary types: - `stopwords.txt` - Words to exclude from indexing - `stemmer_override.txt` - Custom stemming rules - `protwords.txt` - Protected words (no stemming) - `mapping.txt` - Character/token mappings **Example directory structure:** ``` dictionary/ └── sv/ ├── stopwords.txt ├── stemmer_override.txt └── protwords.txt ``` ## Important Notes
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
errors.failed_to_download_mapping_file = Gagal mengunduh berkas mapping. errors.failed_to_upload_mapping_file = Gagal mengunggah berkas mapping. errors.invalid_kuromoji_token={0} tidak valid sebagai token. errors.invalid_kuromoji_segmentation=Jumlah segmentasi untuk {0} dan {1} berbeda. errors.invalid_str_is_included = {1} tidak valid untuk {0}. errors.blank_password = Kata sandi wajib diisi.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
// We are going to take the project packaging and find all plugins in the default lifecycle and create // fully populated Plugin objects, including executions with goals and default configuration taken // from the plugin.xml inside a plugin. @Override public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging) { if (logger.isDebugEnabled()) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9K bytes - Viewed (0) -
docs/de/docs/features.md
Sicherheit und Authentifizierung sind integriert. Ohne Kompromisse bei Datenbanken oder Datenmodellen. Alle in OpenAPI definierten Sicherheitsschemas, inklusive: * HTTP Basic. * **OAuth2** (auch mit **JWT Tokens**). Siehe dazu das Tutorial zu [OAuth2 mit JWT](tutorial/security/oauth2-jwt.md){.internal-link target=_blank}. * API Schlüssel in: * Headern. * Query-Parametern. * Cookies, usw.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 10.9K bytes - Viewed (0) -
docs/en/docs/features.md
Security and authentication integrated. Without any compromise with databases or data models. All the security schemes defined in OpenAPI, including: * HTTP Basic. * **OAuth2** (also with **JWT tokens**). Check the tutorial on [OAuth2 with JWT](tutorial/security/oauth2-jwt.md){.internal-link target=_blank}. * API keys in: * Headers. * Query parameters. * Cookies, etc.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 9.5K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
exit /b 1 ) rem Read the output file if exist "%JVM_CONFIG_TEMP%" ( if defined MAVEN_DEBUG_SCRIPT ( echo [DEBUG] Temp file contents: type "%JVM_CONFIG_TEMP%" ) for /f "usebackq tokens=*" %%i in ("%JVM_CONFIG_TEMP%") do set "JVM_CONFIG_MAVEN_OPTS=%%i" del "%JVM_CONFIG_TEMP%" 2>nul ) if defined MAVEN_DEBUG_SCRIPT ( echo [DEBUG] Final JVM_CONFIG_MAVEN_OPTS: %JVM_CONFIG_MAVEN_OPTS% )
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 10.7K bytes - Viewed (3) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
/** * Gets the device state. * * @return the deviceState */ public final int getDeviceState() { return this.deviceState; } /** * Gets the action taken. * * @return the action */ public final int getAction() { return this.action; } /** * Gets the server file identifier. *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.8K bytes - Viewed (0) -
docs/en/docs/tutorial/body-multiple-params.md
{* ../../docs_src/body_multiple_params/tutorial001_an_py310.py hl[18:20] *} /// note Notice that, in this case, the `item` that would be taken from the body is optional. As it has a `None` default value. /// ## Multiple body parameters { #multiple-body-parameters }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 12:58:04 UTC 2025 - 4.9K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CaseFormat.java
this.wordSeparator = wordSeparator; } /** * Converts the specified {@code String str} from this format to the specified {@code format}. A * "best effort" approach is taken; if {@code str} does not conform to the assumed format, then * the behavior of this method is undefined but we make a reasonable effort at converting anyway. */ public final String to(CaseFormat format, String str) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Dec 03 18:46:33 UTC 2025 - 6.5K bytes - Viewed (0) -
src/main/resources/fess_message_hi.properties
errors.failed_to_download_mapping_file = mapping फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_mapping_file = mapping फ़ाइल अपलोड करने में विफल। errors.invalid_kuromoji_token={0} एक token के रूप में अमान्य है। errors.invalid_kuromoji_segmentation={0} और {1} के लिए segmentation की संख्या भिन्न है। errors.invalid_str_is_included = {1} {0} के लिए अमान्य है। errors.blank_password = पासवर्ड आवश्यक है।Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:13:53 UTC 2025 - 18.6K bytes - Viewed (0)