Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 388 for Hidden (0.14 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/Hidden.java

    /**
     * Applied together with {@link org.gradle.model.Model} annotation the registered model element
     * will not be shown in reports.
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.METHOD)
    public @interface Hidden {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ConfigurationDeprecatedExtensions.kt

    val <T : Configuration> NamedDomainObjectProvider<T>.buildDependencies: TaskDependency
        get() = get().buildDependencies
    
    
    /**
     * See [Configuration.getSingleFile].
     */
    @Deprecated(deprecationMessage, replaceWith = ReplaceWith("get().singleFile"), level = DeprecationLevel.HIDDEN)
    val <T : Configuration> NamedDomainObjectProvider<T>.singleFile: File
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:18:46 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/calls/KtCall.kt

        level = DeprecationLevel.HIDDEN,
    )
    public typealias KaCallInfo = KaCallInfo
    public typealias KtCallInfo = KaCallInfo
    
    @Deprecated(
        "The API has been moved into `org.jetbrains.kotlin.analysis.api.resolution` package",
        level = DeprecationLevel.HIDDEN,
    )
    public typealias KaSuccessCallInfo = KaSuccessCallInfo
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/mvs/mvs_test.go

    name: downhiddencross
    A: B3 C3
    B1: C2.hidden
    B2.hidden:
    B3: D2
    C1: B2.hidden
    C2.hidden:
    C3: D2
    D1:
    D2:
    build A: A B3 C3 D2
    downgrade A D1: A B2.hidden C2.hidden D1
    
    # golang.org/issue/25542.
    name: noprev1
    A: B4 C2
    B2.hidden:
    C2:
    build A:               A B4        C2
    downgrade A B2.hidden: A B2.hidden C2
    
    name: noprev2
    A: B4 C2
    B2.hidden:
    B1:
    C2:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 19:01:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_init_tidy.txt

    stderr '^go: to add module requirements and sums:\n\tgo mod tidy$'
    cd ..
    
    -- empty/empty.txt --
    Not a .go file. Still counts as an empty project.
    -- empty/.hidden/empty.go --
    File in hidden directory. Still as an empty project.
    -- empty/_hidden/empty.go --
    File in hidden directory. Still as an empty project.
    -- pkginroot/hello.go --
    package vendorimport
    -- subdir/sub/empty.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 06 18:54:25 UTC 2021
    - 955 bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/DefaultModelRegistration.java

        private final ModelPath path;
        private final ModelRuleDescriptor descriptor;
        private final boolean hidden;
        private final Multimap<ModelActionRole, ? extends ModelAction> actions;
    
        public DefaultModelRegistration(ModelPath path, ModelRuleDescriptor descriptor,
                                        boolean hidden, Multimap<ModelActionRole, ? extends ModelAction> actions) {
            this.path = Preconditions.checkNotNull(path, "path");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/AbstractModelCreationRuleExtractor.java

            protected final ModelPath modelPath;
            private final boolean hidden;
    
            public ExtractedCreationRule(ModelPath modelPath, MethodRuleDefinition<R, S> ruleDefinition) {
                super(ruleDefinition);
                this.modelPath = modelPath;
                this.hidden = ruleDefinition.isAnnotationPresent(Hidden.class);
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/KtTypeProjection.kt

        level = DeprecationLevel.HIDDEN,
    )
    public typealias KaTypeProjection = KaTypeProjection
    public typealias KtTypeProjection = KaTypeProjection
    
    @Deprecated(
        "The API has been moved into `org.jetbrains.kotlin.analysis.api.types` package",
        level = DeprecationLevel.HIDDEN,
    )
    public typealias KaStarTypeProjection = KaStarTypeProjection
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. src/go/printer/testdata/complit.input

    	f2: 1, F1: "hello",}
    	V10 = T{
    		F1: "hello", f2: 1,
    		f3: 2,
    		F4: "world", f5: 3,
    	}
    
    	// Other miscellaneous declarations
    	V11 = T{
    		t{
    			A: "world",
    			b: "hidden",
    		},
    		f2: t{
    			A: "world",
    			b: "hidden",
    		},
    	}
    	V12 = T{
    		F1: make(chan int),
    		f2: []int{},
    		F3: make(map[int]string), f4: 1,
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 01 19:53:32 UTC 2018
    - 912 bytes
    - Viewed (0)
  10. tests/test_param_include_in_schema.py

    
    openapi_schema = {
        "openapi": "3.1.0",
        "info": {"title": "FastAPI", "version": "0.1.0"},
        "paths": {
            "/hidden_cookie": {
                "get": {
                    "summary": "Hidden Cookie",
                    "operationId": "hidden_cookie_hidden_cookie_get",
                    "responses": {
                        "200": {
                            "description": "Successful Response",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Mar 26 16:56:53 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top