Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for displayTag (0.14 sec)

  1. releasenotes/notes/istioctl-additional-address.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue: []
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 05 17:24:06 UTC 2023
    - 196 bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/format/LogHeaderFormatter.java

    import org.gradle.internal.logging.events.StyledTextOutputEvent;
    
    import java.util.List;
    
    public interface LogHeaderFormatter {
        /**
         * Given a message, return possibly-styled output for displaying message meant to categorize
         * other messages "below" it, if any.
         */
        List<StyledTextOutputEvent.Span> format(String description, String status, boolean failed);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. releasenotes/notes/fix-istioctl-describe-ingressinfo.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 50074
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 209 bytes
    - Viewed (0)
  4. test/fixedbugs/issue52127.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 52127: Too many syntax errors in many files can
    // cause deadlocks instead of displaying error messages
    // correctly.
    
    package main
    
    import (
    	"bytes"
    	"fmt"
    	"os"
    	"os/exec"
    	"path/filepath"
    )
    
    func main() {
    	dir, err := os.MkdirTemp("", "issue52127")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/package-info.java

    /**
     * This package contains {@link org.gradle.internal.component.resolution.failure.describer.ResolutionFailureDescriber ResolutionFailureDescriber}s
     * used for describing resolution failures in human-readable terms for use in displaying error messages on the console.
     */
    @org.gradle.api.NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 15:07:22 UTC 2024
    - 987 bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/launcher/cli/WelcomeMessageDisplayMode.java

     * limitations under the License.
     */
    
    package org.gradle.api.launcher.cli;
    
    import org.gradle.api.Incubating;
    
    /**
     * The possible strategies for displaying a welcome message on the command line.
     *
     * @since 7.5
     */
    @Incubating
    public enum WelcomeMessageDisplayMode {
        ONCE, // the default, show the welcome message once per Gradle version
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 13 13:24:29 UTC 2022
    - 967 bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/ComponentSelector.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.model;
    
    /**
     * Represents a component selector. Used for displaying unresolved dependency warnings in the IDE.
     *
     * @since 6.7
     */
    public interface ComponentSelector {
    
        /**
         * Returns a human-readable display name for this selector.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 925 bytes
    - Viewed (0)
  8. releasenotes/notes/49802.yaml

    issue:
      - 49802
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 18:49:10 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/AbstractUserInputRenderer.java

            handlePrompt(event);
        }
    
        private void handlePromptOutputEvent(PromptOutputEvent event) {
            // Start capturing input prior to displaying the prompt so that the input received after the prompt is displayed will be captured.
            // This does leave a small window where some text may be captured prior to the prompt being fully displayed, however this is
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 30 05:02:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. pkg/apis/imagepolicy/types.go

    	Allowed bool
    	// Reason should be empty unless Allowed is false in which case it
    	// may contain a short description of what is wrong.  Kubernetes
    	// may truncate excessively long errors when displaying to the user.
    	Reason string
    	// AuditAnnotations will be added to the attributes object of the
    	// admission controller request using 'AddAnnotation'.  The keys should
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 08:53:21 UTC 2019
    - 2.6K bytes
    - Viewed (0)
Back to top