- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 65 for qualifier (0.06 sec)
-
api/maven-api-di/src/main/java/org/apache/maven/api/di/package-info.java
* singleton instances to mojo-execution-scoped beans. * <p> * Key features include: * <ul> * <li>Constructor, method, and field injection</li> * <li>Qualifiers for distinguishing between beans of the same type</li> * <li>Multiple scopes (Singleton, Session, and MojoExecution)</li> * <li>Priority-based implementation selection</li> * <li>Type-safe dependency injection</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:28:59 UTC 2025 - 896 bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappingTables.kt
} return IdnaMappingTableData( sections = sectionIndexBuffer.readUtf8(), ranges = rangesBuffer.readUtf8(), mappings = mappingsBuffer.toString(), ) } /** * If [mapping] qualifies to be encoded as [MappedRange.InlineDelta] return new instance, otherwise null. * An [MappedRange.InlineDelta] must be a mapping from a single code-point to a single code-point with a difference * that can be represented in 2^18-1.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 8.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Lifecycle.java
// Maven defined lifecycles // ========================= String CLEAN = "clean"; String DEFAULT = "default"; String SITE = "site"; // ====================== // Phase qualifiers // ====================== String BEFORE = "before:"; String AFTER = "after:"; String AT = "at:"; /** * Name or identifier of this lifecycle. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 7.9K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.wq2"/> <glob pattern="*.wkq"/> </mime-type> <!-- First Quattro Pro for Windows had major version number 1, which was followed by 5. This is confusing, perhaps adding "win" qualifier to version field could clear this up (but it's quite ugly as well) --> <mime-type type="application/x-quattro-pro;version=1+5"> <sub-class-of type="application/x-quattro-pro"/>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java
referralData.fixupDomain("example.com"); assertEquals("SERVER.example.com", referralData.getServer()); } @Test @DisplayName("Should not fixup domain for qualified name") void testFixupDomainWithQualifiedName() { setupReferralWithServer("server.example.com"); referralData.fixupDomain("otherdomain.com");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0) -
doc/go_spec.html
</p> <h3 id="Qualified_identifiers">Qualified identifiers</h3> <p> A <i>qualified identifier</i> is an identifier qualified with a package name prefix. Both the package name and the identifier must not be <a href="#Blank_identifier">blank</a>. </p> <pre class="ebnf"> QualifiedIdent = PackageName "." identifier . </pre> <p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.5K bytes - Viewed (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
"0" }; checkVersionsArrayEqual(arr); } /** * Test <a href="https://issues.apache.org/jira/browse/MNG-6964">MNG-6964</a> edge cases * for qualifiers that start with "-0.", which was showing A == C and B == C but A < B. */ @Test void testMng6964() { String a = "1-0.alpha"; String b = "1-0.beta"; String c = "1";
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 17.8K bytes - Viewed (0) -
misc/cgo/gmp/gmp.go
additional context for the C file. Here it is just a single #include but it could contain arbitrary C definitions to be imported and used. Cgo recognizes any use of a qualified identifier C.xxx and uses gcc to find the definition of xxx. If xxx is a type, cgo replaces C.xxx with a Go translation. C arithmetic types translate to precisely-sized Go
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Apr 11 16:34:30 UTC 2022 - 9.5K bytes - Viewed (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/Config.java
*/ Source source() default Source.USER_PROPERTIES; /** * Specifies the type of the configuration property. * * @return the fully qualified class name of the property type, defaults to "java.lang.String" */ String type() default "java.lang.String"; /** * Specifies the default value of the configuration property. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 4.3K bytes - Viewed (0)