Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 433 for scope_ (0.15 sec)

  1. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/event/DefaultListenerManager.java

        private final Object lock = new Object();
        private final Class<? extends Scope> scope;
        private final DefaultListenerManager parent;
    
        public DefaultListenerManager(Class<? extends Scope> scope) {
            this(scope, null);
        }
    
        private DefaultListenerManager(Class<? extends Scope> scope, DefaultListenerManager parent) {
            this.scope = scope;
            this.parent = parent;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 10:09:43 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  2. src/go/types/api.go

    	// Scopes maps ast.Nodes to the scopes they define. Package scopes are not
    	// associated with a specific node but with all files belonging to a package.
    	// Thus, the package scope can be found in the type-checked Package object.
    	// Scopes nest, with the Universe scope being the outermost scope, enclosing
    	// the package scope, which contains (one or more) files scopes, which enclose
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/api.go

    	// Scopes maps syntax.Nodes to the scopes they define. Package scopes are not
    	// associated with a specific node but with all files belonging to a package.
    	// Thus, the package scope can be found in the type-checked Package object.
    	// Scopes nest, with the Universe scope being the outermost scope, enclosing
    	// the package scope, which contains (one or more) files scopes, which enclose
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  4. internal/config/identity/openid/openid.go

    		}
    
    		if scopeList := getCfgVal(Scopes); scopeList != "" {
    			var scopes []string
    			for _, scope := range strings.Split(scopeList, ",") {
    				scope = strings.TrimSpace(scope)
    				if scope == "" {
    					return c, config.Errorf("empty scope value is not allowed '%s', please refer to our documentation", scopeList)
    				}
    				scopes = append(scopes, scope)
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GradleUserHomeScopeServices.java

    import org.gradle.cache.internal.InMemoryCacheDecoratorFactory;
    import org.gradle.cache.internal.LegacyCacheCleanupEnablement;
    import org.gradle.cache.internal.scopes.DefaultGlobalScopedCacheBuilderFactory;
    import org.gradle.cache.scopes.GlobalScopedCacheBuilderFactory;
    import org.gradle.execution.plan.ToPlannedNodeConverter;
    import org.gradle.execution.plan.ToPlannedNodeConverterRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishResolvedVersionsJavaIntegTest.groovy

                dependency("org.test:bar:1.1") {
                    exists()
                }
                noMoreDependencies()
            }
    
            and:
            javaLibrary.parsedPom.scopes.compile.assertDependsOn('org.test:foo:1.0')
            javaLibrary.parsedPom.scopes.runtime.assertDependsOn('org.test:bar:1.1')
    
            and:
            resolveArtifacts(javaLibrary) {
                expectFiles "bar-1.1.jar", "foo-1.0.jar", "publishTest-1.9.jar"
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 18:52:27 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java

    import org.gradle.cache.internal.CrossBuildInMemoryCache;
    import org.gradle.cache.internal.CrossBuildInMemoryCacheFactory;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    import org.gradle.internal.state.Managed;
    import org.gradle.internal.state.ManagedFactory;
    import org.gradle.model.internal.asm.AsmClassGenerator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. tests/test_security_oauth2.py

                            },
                            "username": {"title": "Username", "type": "string"},
                            "password": {"title": "Password", "type": "string"},
                            "scope": {"title": "Scope", "type": "string", "default": ""},
                            "client_id": IsDict(
                                {
                                    "title": "Client Id",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. tests/test_security_oauth2_optional_description.py

                            },
                            "username": {"title": "Username", "type": "string"},
                            "password": {"title": "Password", "type": "string"},
                            "scope": {"title": "Scope", "type": "string", "default": ""},
                            "client_id": IsDict(
                                {
                                    "title": "Client Id",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. tests/test_security_oauth2_optional.py

                            },
                            "username": {"title": "Username", "type": "string"},
                            "password": {"title": "Password", "type": "string"},
                            "scope": {"title": "Scope", "type": "string", "default": ""},
                            "client_id": IsDict(
                                {
                                    "title": "Client Id",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top