Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 256 for HIDE (0.04 sec)

  1. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Container.puml

        FontColor ELEMENT_FONT_COLOR
        BackgroundColor CONTAINER_BG_COLOR
        BorderColor #3C7FC0
    }
    
    ' Layout
    ' ##################################
    
    !definelong LAYOUT_WITH_LEGEND
    hide stereotype
    legend right
    |=              |= Type |
    |<PERSON_BG_COLOR>      | person |
    |<EXTERNAL_PERSON_BG_COLOR>      | external person |
    |<SYSTEM_BG_COLOR>   | system |
    |<EXTERNAL_SYSTEM_BG_COLOR>      | external system |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/TaskOutputsEnterpriseInternal.java

    package org.gradle.api.internal;
    
    import org.gradle.api.DefaultTask;
    import org.gradle.api.NonNullApi;
    
    /**
     * Develocity specific extensions of {@link TaskOutputsInternal}.
     * <p>
     * This class exists to hide these additional methods from the public API since {@link DefaultTask#getOutputs()}
     * returns {@link TaskOutputsInternal} rather than {@link org.gradle.api.tasks.TaskOutputs}.
     *
     * @since 8.2
     */
    @NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    gate:function(){return"."+this.clsDrop+"-close"},handler:function(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.defaultPrevented,i=t.current.hash;e||!i||Yt(i,this.$el)||this.hide(!1)}},{name:"beforescroll",handler:function(){this.hide(!1)}},{name:"toggle",self:!0,handler:function(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e,!1)}},{name:"toggleshow",self:!0,handler:function(t,e){t.preventDefault(),th...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_tidy_error.txt

    env GO111MODULE=on
    
    # Regression test for golang.org/issue/27063:
    # 'go mod tidy' and 'go mod vendor' should not hide loading errors.
    
    ! go mod tidy
    ! stderr 'package nonexist is not in std'
    stderr '^go: issue27063 imports\n\tnonexist.example.com: cannot find module providing package nonexist.example.com'
    stderr '^go: issue27063 imports\n\tissue27063/other imports\n\tother.example.com/nonexist: cannot find module providing package other.example.com/nonexist'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/kotlin/styles/gradle.css

        position: absolute;
        width: 65px;
        height: 65px;
        top: -27px;
        left: -72px;
    }
    
    .library-name a span::before {
        content: 'Kotlin DSL Reference for ';
    }
    
    /* Hide the module name title on the front page */
    
    div.main-content:not([data-page-type]) h1.cover {
        display: none;
    }
    
    /* Capitalize the module name */
    
    div.library-name,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/project/ExtensionDescriptor.java

     * without prior notice.
     *
     */
    public class ExtensionDescriptor {
    
        private List<String> exportedPackages;
    
        private List<String> exportedArtifacts;
    
        ExtensionDescriptor() {
            // hide constructor
        }
    
        public List<String> getExportedPackages() {
            if (exportedPackages == null) {
                exportedPackages = new ArrayList<>();
            }
    
            return exportedPackages;
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/bootstrap.min.js.map

    }\n\n    clearTimeout(context._timeout)\n\n    context._hoverState = HoverState.OUT\n\n    if (!context.config.delay || !context.config.delay.hide) {\n      context.hide()\n      return\n    }\n\n    context._timeout = setTimeout(() => {\n      if (context._hoverState === HoverState.OUT) {\n        context.hide()\n      }\n    }, context.config.delay.hide)\n  }\n\n  _isWithActiveTrigger() {\n    for (const trigger in this._activeTrigger) {\n      if (this._activeTrigger[trigger]) {\n        return...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Context.puml

        FontColor ELEMENT_FONT_COLOR
        BackgroundColor EXTERNAL_SYSTEM_BG_COLOR
        BorderColor #8A8A8A
    }
    
    ' Layout
    ' ##################################
    
    !definelong LAYOUT_WITH_LEGEND
    hide stereotype
    legend right
    |=              |= Type |
    |<PERSON_BG_COLOR>      | person |
    |<EXTERNAL_PERSON_BG_COLOR>      | external person |
    |<SYSTEM_BG_COLOR>   | system |
    |<EXTERNAL_SYSTEM_BG_COLOR>      | external system |
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. platforms/software/resources/src/main/java/org/gradle/internal/resource/DownloadedUriTextResource.java

    import java.io.InputStreamReader;
    import java.io.Reader;
    import java.net.URI;
    import java.nio.charset.Charset;
    
    /**
     * A {@link TextResource} implementation backed by a {@link UriTextResource}. This helps hide the internal details about file caching.
     */
    public class DownloadedUriTextResource extends UriTextResource {
    
        private final String contentType;
        private final File downloadedResource;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/report.js

                        checkbox.change(function () {
                            if (checkbox.is(':checked')) {
                                $("." + id).show();
                            } else {
                                $("." + id).hide();
                            }
                        });
                    }
                    e.addClass(id);
                    for (var i = startCol; i < endCol; i++) {
                        slices[i] = id;
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top