- Sort Score
- Num 10 results
- Language All
Results 471 - 480 of 672 for validated (0.06 seconds)
-
docs/de/docs/tutorial/query-params-str-validations.md
/// tip | Tipp Pydantic unterstรผtzt auch [`BeforeValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-before-validator) und andere. ๐ค ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18.7K bytes - Click Count (0) -
cmd/signature-v4-parser.go
// request and proceed further. This is a work-around to address // an important problem for ListBuckets() getting signed with // different regions. if region == "" { region = sRegion } // Should validate region, only if region is set. if !isValidRegion(sRegion, region) { return ch, ErrAuthorizationHeaderMalformed } if credElements[2] != string(stype) { if stype == serviceSTS {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:35 GMT 2025 - 9.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/response-model.md
{* ../../docs_src/response_model/tutorial002_py310.py hl[7,9] *} /// info | ์ ๋ณด `EmailStr`์ ์ฌ์ฉํ๋ ค๋ฉด ๋จผ์ [`email-validator`](https://github.com/JoshData/python-email-validator)๋ฅผ ์ค์นํ์ธ์. [๊ฐ์ ํ๊ฒฝ](../virtual-environments.md)์ ์์ฑํ๊ณ , ํ์ฑํํ ๋ค์ ์ค์นํด์ผ ํฉ๋๋ค. ์๋ฅผ ๋ค์ด: ```console $ pip install email-validator ``` ๋๋ ๋ค์๊ณผ ๊ฐ์ด: ```console $ pip install "pydantic[email]" ``` ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 17.9K bytes - Click Count (0) -
src/main/resources/fess_message_zh_TW.properties
errors.header = <ul class="has-error"> errors.footer = </ul> errors.prefix = <li><i class="fa fa-exclamation-circle"></i> errors.suffix = </li> # ---------------------------------------------------------- # Javax Validator # --------------- constraints.AssertFalse.message = {item} ๅฟ ้ ็บ falseใ constraints.AssertTrue.message = {item} ๅฟ ้ ็บ trueใ constraints.DecimalMax.message = {item} ๅฟ ้ ๅฐๆผ {value}ใ
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryProcessor.java
"Unknown q: " + query.getClass() + " => " + query); }; } /** * Interface for query processing filters. * Filters can modify, validate, or enhance queries before they are executed. */ public interface Filter { /** * Executes the filter logic on the given query. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.2K bytes - Click Count (0) -
src/test/java/jcifs/smb/NetServerFileEntryAdapterIteratorTest.java
import jcifs.SmbConstants; import jcifs.SmbResource; import jcifs.SmbResourceLocator; import jcifs.context.SingletonContext; /** * Tests for NetServerFileEntryAdapterIterator. * * Intent: Validate iteration behavior, filtering, invalid inputs handling, * and delegation to the underlying iterator. */ @ExtendWith(MockitoExtension.class) class NetServerFileEntryAdapterIteratorTest { @MockCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.9K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java
-1, -1, e); return new Settings(); } settingsValidator.validate(settings, problems); return settings; } private Settings interpolate( Settings settings, SettingsBuildingRequest request, SettingsProblemCollector problems) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 9.5K bytes - Click Count (0) -
CLAUDE.md
- **CrawlerContext** (`CrawlerContext.java`): Execution context - `sessionId`, `status`, `accessCount`, `numOfThread`, `maxDepth`, `maxAccessCount` - **CrawlerThread** (`CrawlerThread.java`): Worker thread - Poll URL โ Validate โ Execute โ Process โ Queue children ### HTTP Client Architecture ``` SwitchableHttpClient (extends FaultTolerantClient) โโโ Hc5HttpClient (default) - Apache HttpComponents 5.xCreated: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:20 GMT 2026 - 8.1K bytes - Click Count (0) -
CLAUDE.md
4. Run `mvn formatter:format license:format test` 5. Update JavaDoc for changed/new classes **Principles:** - Avoid over-engineering - keep solutions simple - Only expose necessary public APIs - Validate parameters with `Objects.requireNonNull()` - Provide detailed error messages with context - Add logging with contextual information ### Resource Files
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:53 GMT 2026 - 8.1K bytes - Click Count (0) -
src/main/resources/fess_message_it.properties
errors.header = <ul class="has-error"> errors.footer = </ul> errors.prefix = <li><i class="fa fa-exclamation-circle"></i> errors.suffix = </li> # ---------------------------------------------------------- # Javax Validator # --------------- constraints.AssertFalse.message = {item} deve essere falso. constraints.AssertTrue.message = {item} deve essere vero. constraints.DecimalMax.message = {item} deve essere minore di {value}.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.3K bytes - Click Count (0)