- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 153 for di (0.03 sec)
-
docs/vi/docs/features.md
Bạn sẽ có được auto-completion trong code, thậm chí trước đó là không thể. Như trong ví dụ, khóa `price` bên trong một JSON (đó có thể được lồng nhau) đến từ một request. Không còn nhập sai tên khóa, quay đi quay lại giữa các tài liệu hoặc cuộn lên cuộn xuống để tìm xem cuối cùng bạn đã sử dụng `username` hay `user_name`. ### Ngắn gọn
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.MemoryUtil; import org.codelibs.nekohtml.parsers.DOMParser; import org.lastaflute.di.core.exception.ComponentNotFoundException; import org.lastaflute.di.core.factory.SingletonLaContainerFactory; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.xml.sax.InputSource;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0) -
pom.xml
<enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <!-- lastaflute --> <dependency> <groupId>org.lastaflute</groupId> <artifactId>lasta-di</artifactId> <version>${lasta.di.version}</version> </dependency> <dependency> <groupId>org.lastaflute</groupId> <artifactId>lastaflute</artifactId> <version>${lastaflute.version}</version> </dependency>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/test-framework/junit5-internal/pom.xml quarkus/extensions/reactive-routes/deployment/pom.xml quarkus/extensions/smallrye-openapi/deployment/pom.xml quarkus/extensions/spring-di/deployment/pom.xml quarkus/extensions/spring-di/runtime/pom.xml quarkus/extensions/arc/deployment/pom.xml quarkus/test-framework/junit5-internal/pom.xml quarkus/extensions/info/deployment/pom.xml quarkus/extensions/info/deployment-spi/pom.xml
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 224K bytes - Viewed (0) -
cmd/data-scanner.go
// Check if we should do healing at all. s.shouldHeal = func() bool { if skipHeal.Load() { return false } if s.healObjectSelect == 0 { return false } if di, _ := drive.DiskInfo(ctx, DiskInfoOptions{}); di.Healing { skipHeal.Store(true) return false } return true } // Enable healing in XL mode. if globalIsErasure && !cache.Info.SkipHealing {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 21:10:34 UTC 2024 - 48.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
this.ideWorkspaceReader = ideWorkspaceReader; this.defaultSessionFactory = defaultSessionFactory; this.projectSelector = new ProjectSelector(); // if necessary switch to DI } @Override public MavenExecutionResult execute(MavenExecutionRequest request) { MavenExecutionResult result; try { result = doExecute(request);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 27.5K bytes - Viewed (1) -
cmd/bucket-replication.go
TargetArn string } // ToMRFEntry returns the relevant info needed by MRF func (di DeletedObjectReplicationInfo) ToMRFEntry() MRFReplicateEntry { versionID := di.DeleteMarkerVersionID if versionID == "" { versionID = di.VersionID } return MRFReplicateEntry{ Bucket: di.Bucket, Object: di.ObjectName, versionID: versionID, } } // Replication specific APIName
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/LinkedHashMultimap.java
* constructor -- an example of the kind of lying that our hypothetical bytecode rewriter would * already have to deal with, thanks to DI frameworks that perform field and method injection, * frameworks like Android that define post-construct hooks like Activity.onCreate, etc. */ @CheckForNull private ValueSetLink<K, V> predecessorInValueSet;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 21:19:52 UTC 2024 - 24.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
import static org.apache.maven.cling.invoker.Utils.toMavenExecutionRequestLoggingLevel; import static org.apache.maven.cling.invoker.Utils.toProperties; /** * Plexus invoker implementation, that boots up Plexus DI container. This class expects fully setup ClassWorld via constructor. * * @param <O> the options type * @param <R> the request type * @param <C> the context type */ public abstract class LookupInvoker<
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
LEAL 3395469782(AX)(R10*1), AX // 428d8410d6c162ca // Make sure MOV CR/DR continues to work after changing its movtabs. MOVQ CR0, AX // 0f20c0 MOVQ CR0, DX // 0f20c2 MOVQ CR4, DI // 0f20e7 MOVQ AX, CR0 // 0f22c0 MOVQ DX, CR0 // 0f22c2 MOVQ DI, CR4 // 0f22e7 MOVQ DR0, AX // 0f21c0 MOVQ DR6, DX // 0f21f2 MOVQ DR7, SI // 0f21fe // Test other movtab entries. PUSHQ GS // 0fa8 PUSHQ FS // 0fa0 POPQ FS // 0fa1
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Apr 11 18:32:50 UTC 2023 - 57.6K bytes - Viewed (0)