- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 341 for revert (1 sec)
-
guava/src/com/google/common/io/CharSource.java
* source as they are read from it. A source that provides such readers will not be reusable, * and operations that read from the stream (including {@link #length()}, in some * implementations) will prevent further operations from completing as expected. * </ul> * * @since 14.0 * @author Colin Decker */ @J2ktIncompatible @GwtIncompatible public abstract class CharSource {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
} return time; } return -1; } /** * Retrieves a list of access results from the data service for processing. * Filters out results that are too recent based on commit margin time and manages crawler throttling. * * @param cb the consumer to customize the search request * @param cleanupTime the time taken for the last cleanup operation
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
docs/pt/docs/index.md
</p> <p align="center"> <a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank"> <img src="https://github.com/fastapi/fastapi/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test"> </a> <a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/fastapi" target="_blank">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.6K bytes - Viewed (0) -
src/cmd/cgo/ast.go
if context == ctxEmbedType { error_(sel.Pos(), "cannot embed C type") } goname := sel.Sel.Name if goname == "errno" { error_(sel.Pos(), "cannot refer to errno directly; see documentation") return } if goname == "_CMalloc" { error_(sel.Pos(), "cannot refer to C._CMalloc; use C.malloc") return } if goname == "malloc" { goname = "_CMalloc" } name := f.Name[goname] if name == nil {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Oct 14 15:47:06 UTC 2024 - 14.3K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
</description> <association> <type>RepositoryPolicy</type> </association> </field> </fields> <!-- prevent Modello generation of an incorrect equals method. Could be avoided by using <identity/> tags to mark ID as the only identity field --> <codeSegments> <codeSegment> <version>1.0.0/1.1.0</version>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ByteSource.java
* bytes of the source as they are read from it. A source that provides such streams will not * be reusable, and operations that read from the stream (including {@link #size()}, in some * implementations) will prevent further operations from completing as expected. * </ul> * * @since 14.0 * @author Colin Decker */ @J2ktIncompatible @GwtIncompatible public abstract class ByteSource {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Mar 20 20:55:20 UTC 2025 - 25.7K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 22.2K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 22.6K bytes - Viewed (0) -
docs/ko/docs/async.md
νμ§λ§ μ΄λ‘ μΈν΄ λΉλκΈ° μ½λ μμ μ΄ ν¨μ¬ κ°λ¨ν΄μ‘μ΅λλ€. κ°μ (λλ κ±°μ μ μ¬ν) λ¬Έλ²μ μ΅μ λ²μ μ μλ°μ€ν¬λ¦½νΈ(λΈλΌμ°μ μ NodeJS)μλ μΆκ°λμμ΅λλ€. νμ§λ§ κ·Έ μ΄μ μ, λΉλκΈ° μ½λλ₯Ό μ²λ¦¬νλ κ²μ κ½€ 볡μ‘νκ³ μ΄λ €μ΄ μΌμ΄μμ΅λλ€. νμ΄μ¬μ μμ λ²μ μ΄λΌλ©΄, μ€λ λ λλ <a href="https://www.gevent.org/" class="external-link" target="_blank">Gevent</a>λ₯Ό μ¬μ©ν μ μμ κ²μ λλ€. νμ§λ§ μ½λλ₯Ό μ΄ν΄νκ³ , λλ²κΉ νκ³ , μ΄μ λν΄ μκ°νλκ² ν¨μ¬ 볡μ‘ν©λλ€. μμ λ²μ μ NodeJS / λΈλΌμ°μ μλ°μ€ν¬λ¦½νΈλΌλ©΄, "μ½λ°± ν¨μ"λ₯Ό μ¬μ©νμ κ²μ λλ€. κ·Έλ¦¬κ³ μ΄λ‘ μΈν΄ "μ½λ°± μ§μ₯"μ λΉ μ§κ² λ μ μμ΅λλ€. ## μ½λ£¨ν΄
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 26.7K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
{ return nil, nil, errors.New("extendedGCD: both a and m are even") } size := max(len(a.limbs), len(m.limbs)) u = NewNat().set(a).expand(size) v := NewNat().set(m).expand(size) A = NewNat().reset(len(m.limbs)) A.limbs[0] = 1 B := NewNat().reset(len(a.limbs)) C := NewNat().reset(len(m.limbs)) D := NewNat().reset(len(a.limbs)) D.limbs[0] = 1 // Before and after each loop iteration, the following hold: // // u = A*a - B*m // v = D*m - C*a // 0 < u <= a // 0 <= v <= m // 0 <= A < m // 0 <= B <= a // 0...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)