- Sort Score
- Result 10 results
- Languages All
Results 2731 - 2740 of 3,007 for int8 (0.03 sec)
- 
				
				android/guava-testlib/src/com/google/common/util/concurrent/testing/TestingExecutors.javareturn new NeverScheduledFuture<>(); } @Override public long getDelay(TimeUnit unit) { return Long.MAX_VALUE; } @Override public int compareTo(Delayed other) { return Long.compare(getDelay(NANOSECONDS), other.getDelay(NANOSECONDS)); } } } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 6.6K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java*/ @Config public static final String MAVEN_VERSION_FILTER = "maven.session.versionFilter"; /** * User property for chained LRM: the new "head" local repository to use, and "push" the existing into tail. * Similar to <code>maven.repo.local.tail</code>, this property may contain comma separated list of paths to be * used as local repositories (combine with chained local repository), but while latter is "appending" thisRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jul 25 11:08:20 UTC 2025 - 25.4K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java} builder.field("timestamp", System.currentTimeMillis()); // Add array builder.startArray("values"); for (int i = 0; i < 3; i++) { builder.value(i); } builder.endArray(); builder.endObject(); return builder; };Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/dcerpc/UUIDTest.javaprivate static final String VALID_UUID_STRING_LOWERCASE = "00112233-4455-6677-8899-aabbccddeeff"; // Corresponding values for the valid UUID string private static final int TIME_LOW = 0x00112233; private static final short TIME_MID = (short) 0x4455; private static final short TIME_HI_AND_VERSION = (short) 0x6677; private static final byte CLOCK_SEQ_HI_AND_RESERVED = (byte) 0x88;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0)
- 
				
				docs/em/docs/tutorial/first-steps.md๐ฅ ๐ ๐ซ ๐ญ ๐บ, โ [๐: *"๐ โ"*](../async.md#_2){.internal-link target=_blank}. /// ### ๐ 5๏ธโฃ: ๐จ ๐ {* ../../docs_src/first_steps/tutorial001.py hl[8] *} ๐ ๐ช ๐จ `dict`, `list`, โญ ๐ฒ `str`, `int`, โ๏ธ. ๐ ๐ช ๐จ Pydantic ๐ท (๐ ๐ ๐ ๐ ๐ ๐ โช). ๐ค ๐ ๐ ๐ & ๐ท ๐ ๐ ๐ ๐ ๐ป (๐ ๐, โ๏ธ). ๐ โ๏ธ ๐ ๐ ๐, โซ๏ธ ๐ ๐ฒ ๐ ๐ซ โช ๐โ๐ฆบ. ## ๐ * ๐ `FastAPI`. * โ `app` ๐.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.9K bytes - Viewed (0)
- 
				
				docs/em/docs/tutorial/query-params-str-validations.md๐ ๐ช โ๏ธ `list` ๐ โฉ๏ธ `List[str]` (โ๏ธ `list[str]` ๐ 3๏ธโฃ.9๏ธโฃ โ): {* ../../docs_src/query_params_str_validations/tutorial013.py hl[7] *} /// note โ๏ธ ๐คฏ ๐ ๐ ๐ผ, FastAPI ๐ ๐ซ โ ๐ ๐. ๐ผ, `List[int]` ๐ โ (& ๐) ๐ ๐ ๐ ๐ข. โ๏ธ `list` ๐ ๐ซ๐. /// ## ๐ฃ ๐ ๐ ๐ ๐ช ๐ฎ ๐ โน ๐ ๐ข. ๐ โน ๐ ๐ ๐ ๐ & โ๏ธ ๐งพ ๐ฉโ๐ป ๐ข & ๐ข ๐งฐ. /// noteRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 7.8K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.javaStringBuilder sb = new StringBuilder(); for (int i = 0; i < 1000; i++) { if (i > 0) sb.append(","); sb.append("\"field").append(i).append("\""); } String[] result = KuromojiCSVUtil.parse(sb.toString()); assertEquals(1000, result.length); // Quoted values keep their quotes for (int i = 0; i < 999; i++) { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 18.7K bytes - Viewed (0)
- 
				
				cmd/iam-etcd-store.goreturn deleteKeyEtcd(ctx, ies.client, path) } func (ies *IAMEtcdStore) loadPolicyDocWithRetry(ctx context.Context, policy string, m map[string]PolicyDoc, _ int) error { return ies.loadPolicyDoc(ctx, policy, m) } func (ies *IAMEtcdStore) loadPolicyDoc(ctx context.Context, policy string, m map[string]PolicyDoc) error { Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 13.9K bytes - Viewed (0)
- 
				
				cmd/object-api-options.goreturn } // get ObjectOptions for GET calls from encryption headers func getOpts(ctx context.Context, r *http.Request, bucket, object string) (ObjectOptions, error) { var opts ObjectOptions var partNumber int var err error if pn := r.Form.Get(xhttp.PartNumber); pn != "" { partNumber, err = strconv.Atoi(pn) if err != nil { return opts, err } if isMaxPartID(partNumber) { return opts, errInvalidMaxParts Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:34:38 UTC 2025 - 14.2K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/util/concurrent/AbstractFutureState.java}) @ParametricNullness final V blockingGet(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, ExecutionException { // NOTE: if timeout < 0, remainingNanos will be < 0 and we will fall into the while(true) loop // at the bottom and throw a timeoutexception. long timeoutNanos = unit.toNanos(timeout); // we rely on the implicit null check on unit. long remainingNanos = timeoutNanos; Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0)