Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 159 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. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.js

        if (codeEl != null) {
          sampleEl.setAttribute("data-lang", codeEl.getAttribute("data-lang"));
          if (codeEl.getAttribute("data-lang") !== prefLangId) {
            sampleEl.classList.add("hidden");
          } else {
            sampleEl.classList.remove("hidden");
          }
        }
      }
    
      function switchSampleLanguage(languageId) {
        var multiLanguageSampleElements = [].slice.call(
          document.querySelectorAll(".multi-language-sample")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/phases/workflow/phase.go

    	Long string
    
    	// Example returns the example for the phase.
    	Example string
    
    	// Hidden define if the phase should be hidden in the workflow help.
    	// e.g. PrintFilesIfDryRunning phase in the kubeadm init workflow is candidate for being hidden to the users
    	Hidden bool
    
    	// Phases defines a nested, ordered sequence of phases.
    	Phases []Phase
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4.puml

    ' Layout Helpers
    ' ##################################
    
    !define Lay_D(e_from, e_to) e_from -[hidden]D- e_to
    !define Lay_U(e_from, e_to) e_from -[hidden]U- e_to
    !define Lay_R(e_from, e_to) e_from -[hidden]R- e_to
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top