Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 267 for SCOPE (0.02 sec)

  1. compat/maven-compat/src/test/projects/project-dependencies-resolver/project-with-exclusions/pom.xml

      <version>1.0-SNAPSHOT</version>
      <dependencies>
        <dependency>
          <groupId>org.apache.maven.its</groupId>
          <artifactId>maven-core-it-support</artifactId>
          <version>1.3</version>
          <scope>runtime</scope>
          <exclusions>
            <exclusion>
              <groupId>commons-lang</groupId>
              <artifactId>commons-lang</artifactId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/After.java

        /**
         * The phase name.
         */
        String phase();
    
        /**
         * The type of this pointer.
         */
        Type type();
    
        /**
         * The scope for dependencies, only if {@code type() == Type.Dependencies}.
         */
        String scope() default "";
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 29 05:48:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. pom.xml

    			<artifactId>commons-io</artifactId>
    			<version>2.19.0</version>
    		</dependency>
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    			<version>4.13.2</version>
    			<scope>test</scope>
    		</dependency>
    	</dependencies>
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Fri Jun 20 20:21:38 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  4. api/maven-api-di/src/main/java/org/apache/maven/api/di/SessionScoped.java

     * and discarded after session execution completes.
     * <p>
     * A {@code org.apache.maven.api.Session} object is available in the scope of this annotation.
     *
     * @since 4.0.0
     */
    @Scope
    @Documented
    @Retention(RUNTIME)
    @Target({TYPE, METHOD})
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Sep 12 06:14:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

        /** Configuration key for OpenID Connect client ID. */
        protected static final String OIC_CLIENT_ID = "oic.client.id";
    
        /** Configuration key for OpenID Connect scope. */
        protected static final String OIC_SCOPE = "oic.scope";
    
        /** Configuration key for OpenID Connect redirect URL. */
        protected static final String OIC_REDIRECT_URL = "oic.redirect.url";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  6. docs/em/docs/how-to/custom-request-and-route.md

    {* ../../docs_src/custom_request_and_route/tutorial001.py hl[18:26] *}
    
    /// note | πŸ“‘ β„Ή
    
    `Request` βœ”οΈ `request.scope` πŸ”’, πŸ‘ˆ 🐍 `dict` βš— πŸ—ƒ πŸ”— πŸ“¨.
    
     `Request` βœ”οΈ `request.receive`, πŸ‘ˆ πŸ”’ "πŸ“¨" πŸ’ͺ πŸ“¨.
    
     `scope` `dict` &amp; `receive` πŸ”’ πŸ‘―β€β™‚οΈ πŸ• πŸ”« πŸ”§.
    
     &amp; πŸ‘ˆ 2️⃣ πŸ‘œ, `scope` &amp; `receive`, βš«οΈβ” πŸ’ͺ ✍ πŸ†• `Request` πŸ‘.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. docs/de/docs/how-to/custom-request-and-route.md

    Ein `Request` hat ein `request.scope`-Attribut, welches einfach ein Python-`dict` ist, welches die mit dem Request verbundenen Metadaten enthΓ€lt.
    
    Ein `Request` hat auch ein `request.receive`, welches eine Funktion ist, die den Hauptteil des Requests empfΓ€ngt.
    
    Das `scope`-`dict` und die `receive`-Funktion sind beide Teil der ASGI-Spezifikation.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/ArtifactMetadata.java

        }
    
        public void setArtifactScope(ArtifactScopeEnum artifactScope) {
            this.artifactScope = artifactScope;
        }
    
        public void setScope(String scope) {
            this.artifactScope = scope == null ? ArtifactScopeEnum.DEFAULT_SCOPE : ArtifactScopeEnum.valueOf(scope);
        }
    
        public String getClassifier() {
            return classifier;
        }
    
        public void setClassifier(String classifier) {
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Mar 30 23:08:36 UTC 2025
    - 8K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/security/simple-oauth2.md

    κ·ΈλŸ¬λ‚˜ 둜그인 *경둜 μž‘λ™*의 경우 사양과 ν˜Έν™˜λ˜λ„λ‘ μ΄λŸ¬ν•œ 이름을 μ‚¬μš©ν•΄μ•Ό ν•©λ‹ˆλ‹€(예λ₯Ό λ“€μ–΄ 톡합 API λ¬Έμ„œ μ‹œμŠ€ν…œμ„ μ‚¬μš©ν•  수 μžˆμ–΄μ•Ό ν•©λ‹ˆλ‹€).
    
    μ‚¬μ–‘μ—λŠ” λ˜ν•œ `username`κ³Ό `password`κ°€ 폼 λ°μ΄ν„°λ‘œ μ „μ†‘λ˜μ–΄μ•Ό ν•œλ‹€κ³  λͺ…μ‹œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€(λ”°λΌμ„œ μ—¬κΈ°μ—λŠ” JSON이 μ—†μŠ΅λ‹ˆλ‹€).
    
    ### `scope`
    
    μ‚¬μ–‘μ—λŠ” ν΄λΌμ΄μ–ΈνŠΈκ°€ λ‹€λ₯Έ 폼 ν•„λ“œ "`scope`"λ₯Ό 보낼 수 μžˆλ‹€κ³  λ‚˜μ™€ μžˆμŠ΅λ‹ˆλ‹€.
    
    폼 ν•„λ“œ 이름은 `scope`(λ‹¨μˆ˜ν˜•)μ΄μ§€λ§Œ μ‹€μ œλ‘œλŠ” 곡백으둜 κ΅¬λΆ„λœ "λ²”μœ„"κ°€ μžˆλŠ” κΈ΄ λ¬Έμžμ—΄μž…λ‹ˆλ‹€.
    
    각 "λ²”μœ„"λŠ” 곡백이 μ—†λŠ” λ¬Έμžμ—΄μž…λ‹ˆλ‹€.
    
    일반적으둜 νŠΉμ • λ³΄μ•ˆ κΆŒν•œμ„ μ„ μ–Έν•˜λŠ” 데 μ‚¬μš©λ©λ‹ˆλ‹€. λ‹€μŒμ„ λ΄…μ‹œλ‹€:
    
    * `users:read` λ˜λŠ” `users:write`λŠ” 일반적인 μ˜ˆμ‹œμž…λ‹ˆλ‹€.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 11:19:12 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  10. compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/DefaultClasspathTransformation.java

        public ClasspathContainer transform(MetadataGraph dirtyGraph, ArtifactScopeEnum scope, boolean resolve)
                throws MetadataGraphTransformationException {
            try {
                if (dirtyGraph == null || dirtyGraph.isEmpty()) {
                    return null;
                }
    
                MetadataGraph cleanGraph = conflictResolver.resolveConflicts(dirtyGraph, scope);
    
                if (cleanGraph == null || cleanGraph.isEmpty()) {
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top