- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 199 for striped (0.04 seconds)
-
guava/src/com/google/common/xml/ParametricNullness.java
* identically to {@code Nullable}</a> as of version 0.9.9. * <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be * necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault} * annotations that {@code ParametricNullness} was counteracting. * </ul> * * <p>This annotation is a temporary hack. We will remove it after <aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
final PDFTextStripper stripper = new PDFTextStripper(); final AtomicBoolean done = new AtomicBoolean(false); final PDDocument doc = document; final Set<Exception> exceptionSet = new HashSet<>(); final Thread task = new Thread(() -> { try { stripper.writeText(doc, writer);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 12.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AccessTimeoutTarget.java
} /** * Stops the timeout target by setting the running flag to false. */ public void stop() { if (logger.isDebugEnabled()) { logger.debug("Timeout target has been stopped."); } running.set(false); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 2.8K bytes - Click Count (0) -
android/guava/src/com/google/common/xml/ParametricNullness.java
* identically to {@code Nullable}</a> as of version 0.9.9. * <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be * necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault} * annotations that {@code ParametricNullness} was counteracting. * </ul> * * <p>This annotation is a temporary hack. We will remove it after <aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
guava/src/com/google/common/io/ParametricNullness.java
* identically to {@code Nullable}</a> as of version 0.9.9. * <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be * necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault} * annotations that {@code ParametricNullness} was counteracting. * </ul> * * <p>This annotation is a temporary hack. We will remove it after <aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 16:20:21 GMT 2024 - 3.1K bytes - Click Count (0) -
docs/ru/docs/advanced/behind-a-proxy.md
Когда FastAPI CLI сконфигурирован с `--forwarded-allow-ips`, он доверяет этим заголовкам и использует их, например, чтобы формировать корректные URL в редиректах. ## Прокси с функцией удаления префикса пути { #proxy-with-a-stripped-path-prefix } Прокси может добавлять к вашему приложению префикс пути (размещать приложение по пути с дополнительным префиксом). В таких случаях вы можете использовать `root_path` для настройки приложения.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 23.2K bytes - Click Count (0) -
docs/erasure/README.md
The drives should all be of approximately the same size. ## Get Started with MinIO in Erasure Code ### 1. Prerequisites
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 4.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
VSE32V V3, V0, (X10) // a7610500 VSE64V V3, (X10) // a7710502 VSE64V V3, V0, (X10) // a7710500 VLMV (X10), V3 // 8701b502 VSMV V3, (X10) // a701b502 // 31.7.5: Vector Strided Instructions VLSE8V (X10), X11, V3 // 8701b50a VLSE8V (X10), X11, V0, V3 // 8701b508 VLSE16V (X10), X11, V3 // 8751b50a VLSE16V (X10), X11, V0, V3 // 8751b508 VLSE32V (X10), X11, V3 // 8761b50a
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 13 12:17:37 GMT 2025 - 73.7K bytes - Click Count (0) -
src/cmd/asm/internal/lex/slice.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Jun 29 22:49:50 GMT 2023 - 1.6K bytes - Click Count (0) -
internal/config/dns/types.go
// a srv.Target domain name. Normally we convert the full Key where // the record lives to a DNS name and use this as the srv.Target. When // TargetStrip > 0 we strip the left most TargetStrip labels from the // DNS name. TargetStrip int `json:"targetstrip,omitempty"` // Group is used to group (or *not* to group) different services
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 2K bytes - Click Count (0)