Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for myagent2 (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/warning_test.go

    		},
    		{
    			name:   "simple",
    			args:   []args{{agent: "myagent", text: "mytext"}},
    			expect: []string{`299 myagent "mytext"`},
    		},
    		{
    			name: "duplicate text",
    			args: []args{
    				{agent: "myagent", text: "mytext"},
    				{agent: "myagent2", text: "mytext"},
    			},
    			expect: []string{`299 myagent "mytext"`},
    		},
    		{
    			name: "multiple",
    			args: []args{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 01 16:14:06 UTC 2020
    - 4K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestEnvironmentIntegrationTest.groovy

                        assert MyAgent.class.getClassLoader() == ClassLoader.getSystemClassLoader().getParent() : "MyAgent is not loaded via the system classloader: " + MyAgent.class.getClassLoader().getClass().getName();
                    }
                }
            """.stripIndent()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. logger/logger.go

    		warnStr = BlueBold + "%s\n" + Reset + Magenta + "[warn] " + Reset
    		errStr = Magenta + "%s\n" + Reset + Red + "[error] " + Reset
    		traceStr = Green + "%s\n" + Reset + Yellow + "[%.3fms] " + BlueBold + "[rows:%v]" + Reset + " %s"
    		traceWarnStr = Green + "%s " + Yellow + "%s\n" + Reset + RedBold + "[%.3fms] " + Yellow + "[rows:%v]" + Magenta + " %s" + Reset
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Nov 07 02:19:41 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

         */
        public enum Color {
            BLACK(0, "BLACK"),
            RED(1, "RED"),
            GREEN(2, "GREEN"),
            YELLOW(3, "YELLOW"),
            BLUE(4, "BLUE"),
            MAGENTA(5, "MAGENTA"),
            CYAN(6, "CYAN"),
            WHITE(7, "WHITE"),
            DEFAULT(9, "DEFAULT");
    
            private final int value;
            private final String name;
    
            Color(int index, String name) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  5. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/DefaultColorMapTest.groovy

        }
    
        def canSetColorForACompoundStyleUsingSystemProperty() {
            given:
            System.properties['org.gradle.color.successheader'] = 'italic-cyan'
            System.properties['org.gradle.color.failure'] = 'magenta'
            System.properties['org.gradle.color.header'] = 'italic'
            System.properties['org.gradle.color.error'] = 'bold-red'
            //For this test the color map needs to be created after the system properties are set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java

     *
     * @since 4.0.0
     * @see MessageBuilderFactory
     */
    public interface MessageBuilder extends Appendable {
    
        /**
         * Append message content in trace style.
         * By default, bold magenta
         *
         * @param message the message to append
         * @return the current builder
         */
        @Nonnull
        default MessageBuilder trace(Object message) {
            return style(".trace:-bold,f:magenta", message);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 08 10:37:09 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. src/image/color/ycbcr.go

    	b := (0xffff - uint32(y)*0x101) * w / 0xffff
    	return uint8(r >> 8), uint8(g >> 8), uint8(b >> 8)
    }
    
    // CMYK represents a fully opaque CMYK color, having 8 bits for each of cyan,
    // magenta, yellow and black.
    //
    // It is not associated with any particular color profile.
    type CMYK struct {
    	C, M, Y, K uint8
    }
    
    func (c CMYK) RGBA() (uint32, uint32, uint32, uint32) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/term/terminal.go

    )
    
    // EscapeCodes contains escape sequences that can be written to the terminal in
    // order to achieve different styles of text.
    type EscapeCodes struct {
    	// Foreground colors
    	Black, Red, Green, Yellow, Blue, Magenta, Cyan, White []byte
    
    	// Reset all attributes
    	Reset []byte
    }
    
    var vt100EscapeCodes = EscapeCodes{
    	Black:   []byte{keyEscape, '[', '3', '0', 'm'},
    	Red:     []byte{keyEscape, '[', '3', '1', 'm'},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 22.5K bytes
    - Viewed (0)
  9. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/logging/GroupedOutputFixtureTest.groovy

    \u001B[1A\u001B[90m> IDLE\u001B[39m\u001B[0K\u001B[6D
    \u001B[1A\u001B[1m<-------------> 0% CONFIGURING [0s]\u001B[m\u001B[35D\u001B[1B\u001B[1m> root project\u001B[m\u001B[14D
    \u001B[1A\u001B[1m> root project > Compiling /home/tcagent2/agent/work/1c72cb73edd79150/subprojects/logging/build/tmp/teŝt files/BasicGroupedTaskLoggingFunctionalSpec/long_running_task_o..._5s_delay/m5mh7/build.gradle into local compilation cache\u001B[m\u001B[228D
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  10. src/image/jpeg/reader.go

    			}
    		}
    		return &image.CMYK{
    			Pix:    img.Pix,
    			Stride: img.Stride,
    			Rect:   img.Rect,
    		}, nil
    	}
    
    	// The first three channels (cyan, magenta, yellow) of the CMYK
    	// were decoded into d.img3, but each channel was decoded into a separate
    	// []byte slice, and some channels may be subsampled. We interleave the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top