Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 579 for COMMENT (0.21 sec)

  1. pkg/util/iptables/testing/parse_test.go

    				-A KUBE-SVC-XPGD46QRK7WJZT7O -m comment --comment ns1/svc1:p80 -j KUBE-SEP-SXIVWICOYRO3J4NJ
    				-A KUBE-SEP-SXIVWICOYRO3J4NJ -m comment --comment ns1/svc1:p80 -s 10.180.0.1 -j KUBE-MARK-MASQ
    				-A KUBE-SEP-SXIVWICOYRO3J4NJ -m comment --comment ns1/svc1:p80 -m tcp -p tcp -j DNAT --to-destination 10.180.0.1:80
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  2. src/go/printer/testdata/comments.input

    func f(x/* comment */, y int, z int /* comment */, u, v, w int /* comment */) {
    	f(x /* comment */, y)
    	f(x /* comment */,
    	y)
    	f(
    		x /* comment */,
    	)
    }
    
    func g(
    	x int /* comment */,
    ) {}
    
    type _ struct {
    	a, b /* comment */, c int
    }
    
    type _ struct { a, b /* comment */, c int }
    
    func _() {
    	for a /* comment */, b := range x {
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  3. src/cmd/doc/doc_test.go

    			`Comment about exported constant`,  // No comment for single constant.
    			`Comment about exported variable`,  // No comment for single variable.
    			`Comment about block of constants`, // No comment for constant block.
    			`Comment about block of variables`, // No comment for variable block.
    			`Comment before ConstOne`,          // No comment for first entry in constant block.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:16:55 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  4. src/go/printer/testdata/comments.golden

    // comments).
    func _() {
    	_ = T{
    		1,	// comment after comma
    		2,	/* comment after comma */
    		3,	// comment after comma
    	}
    	_ = T{
    		1,	// comment after comma
    		2,	/* comment after comma */
    		3,	// comment after comma
    	}
    	_ = T{
    		/* comment before literal */ 1,
    		2,	/* comment before comma - ok to move after comma */
    		3,	/* comment before comma - ok to move after comma */
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/execution/PluginsBlockInterpreterTest.kt

        }
    
        @Test
        fun `id - comment - block inline`() {
            assertStaticInterpretationOf(
                """
                    /* block comment */ id("plugin-id-1")
                    id /* block comment */ ( "plugin-id-2")
                    id( /* block comment */ "plugin-id-3")
                    id("plugin-id-4" /* block comment */ )
                    id("plugin-id-5") /* block comment */
                """,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 15:15:27 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  6. src/go/printer/testdata/declarations.golden

    }
    func _(x,
    	y bool) {
    }
    func _(bool,	// comment
    	int) {
    }
    func _(x bool,	// comment
    	y int) {
    }
    func _(x,	// comment
    	y bool) {
    }
    func _(bool,	// comment
    	// comment
    	int) {
    }
    func _(x bool,	// comment
    	// comment
    	y int) {
    }
    func _(x,	// comment
    	// comment
    	y bool) {
    }
    func _(bool,
    	// comment
    	int) {
    }
    func _(x bool,
    	// comment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.2K bytes
    - Viewed (0)
  7. src/go/printer/testdata/declarations.input

    }
    func _(x,
    y bool) {
    }
    func _(bool, // comment
    int) {
    }
    func _(x bool, // comment
    y int) {
    }
    func _(x, // comment
    y bool) {
    }
    func _(bool, // comment
    // comment
    int) {
    }
    func _(x bool, // comment
    // comment
    y int) {
    }
    func _(x, // comment
    // comment
    y bool) {
    }
    func _(bool,
    // comment
    int) {
    }
    func _(x bool,
    // comment
    y int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  8. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy

            MethodDoc method1 = methodDoc('methodName', id: 'methodId', returnType: 'ReturnType', description: 'method description', comment: 'method comment')
            BlockDoc block1 = blockDoc('blockName', id: 'blockId', type: 'org.gradle.Type', description: 'block description', comment: 'block comment')
            _ * classDoc.classProperties >> [property1]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 40.8K bytes
    - Viewed (0)
  9. api/go1.19.txt

    pkg go/doc/comment, type DocLink struct, Recv string #51082
    pkg go/doc/comment, type DocLink struct, Text []Text #51082
    pkg go/doc/comment, type Heading struct #51082
    pkg go/doc/comment, type Heading struct, Text []Text #51082
    pkg go/doc/comment, type Italic string #51082
    pkg go/doc/comment, type Link struct #51082
    pkg go/doc/comment, type Link struct, Auto bool #51082
    pkg go/doc/comment, type Link struct, Text []Text #51082
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  10. .github/actions/notify-translations/app/main.py

            )
            for comment in comments:
                if new_translation_message in comment.body:
                    already_notified_comment = comment
                elif done_translation_message in comment.body:
                    already_done_comment = comment
            logging.info(
                f"Already notified comment: {already_notified_comment}, already done comment: {already_done_comment}"
            )
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 23:01:46 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top