Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 270 for COMMENT (0.1 sec)

  1. src/os/user/listgroups_unix_test.go

    wheel:*:0:root
    emptyid:*::root
    invalidgid:*:notanumber:root
    +plussign:*:20:root
    -minussign:*:21:root
    # Next line is invalid (empty group name)
    :*:22:root
    
    daemon:*:1:root
        indented:*:7:root
    # comment:*:4:found
         # comment:*:4:found
    kmem:*:2:root
    manymembers:x:777:jill,jody,john,jack,jov,user777
    ` + largeGroup()
    
    func largeGroup() (res string) {
    	var b strings.Builder
    	b.WriteString("largegroup:x:1000:user1")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. src/reflect/asm_loong64.s

    #define LOCAL_REGARGS 48
    
    // The frame size of the functions below is
    // 32 (args of callReflect) + 8 (bool + padding) + 392 (abi.RegArgs) = 432.
    
    // makeFuncStub is the code half of the function returned by MakeFunc.
    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$432
    	NO_LOCAL_POINTERS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier.go

    		"-A", string(kubeForwardChain),
    		"-m", "comment", "--comment", `"kubernetes forwarding conntrack rule"`,
    		"-m", "conntrack",
    		"--ctstate", "RELATED,ESTABLISHED",
    		"-j", "ACCEPT",
    	)
    
    	// Add rule to accept traffic towards health check node port
    	proxier.filterRules.Write(
    		"-A", string(kubeNodePortChain),
    		"-m", "comment", "--comment", proxier.ipsetList[kubeHealthCheckNodePortSet].getComment(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go

    		})
    	}
    
    	// Change message based on whether there are multiple output comment blocks.
    	msg := "output comment block must be the last comment block"
    	if numOutputs > 1 {
    		msg = "there can only be one output comment block per example"
    	}
    
    	for i, cg := range commentsInExample {
    		// Check for output comments that are not the last comment in the example.
    		isLast := (i == len(commentsInExample)-1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/pos.go

    // relative to pos, which is the position of the character immediately following
    // the comment containing the line directive. For a directive in a line comment,
    // that position is the beginning of the next line (i.e., the newline character
    // belongs to the line comment).
    func NewLineBase(pos Pos, filename string, trimmed bool, line, col uint) *PosBase {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 20:44:57 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. docs/fr/docs/advanced/response-directly.md

    Maintenant, voyons comment vous pourriez utiliser cela pour retourner une réponse personnalisée.
    
    Disons que vous voulez retourner une réponse <a href="https://en.wikipedia.org/wiki/XML" class="external-link" target="_blank">XML</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. src/go/doc/comment/std_test.go

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package comment
    
    import (
    	"internal/diff"
    	"internal/testenv"
    	"slices"
    	"strings"
    	"testing"
    )
    
    func TestStd(t *testing.T) {
    	out, err := testenv.Command(t, testenv.GoToolPath(t), "list", "std").CombinedOutput()
    	if err != nil {
    		t.Fatalf("%v\n%s", err, out)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 825 bytes
    - Viewed (0)
  8. src/go/doc/reader.go

    // A note must start at the beginning of a comment with "MARKER(uid):"
    // and is followed by the note body (e.g., "// BUG(gri): fix this").
    // The note ends at the end of the comment group or at the start of
    // another note in the same comment group, whichever comes first.
    func (r *reader) readNotes(comments []*ast.CommentGroup) {
    	for _, group := range comments {
    		i := -1 // comment index of most recent note start, valid if >= 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. .github/workflows/check-bad-merge.yml

            run: |
              cat output.txt
              OUTPUT=$(cat output.txt)
              echo "OUTPUT<<EOF" >> $GITHUB_ENV
              echo "$OUTPUT" >> $GITHUB_ENV
              echo "EOF" >> $GITHUB_ENV
          - name: Comment on PR if check failed
            if: ${{ failure() }}
            uses: actions/github-script@v7
            with:
              github-token: ${{ secrets.GITHUB_TOKEN }}
              script: |
                const output = `
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. src/compress/gzip/gzip.go

    			if z.err != nil {
    				return 0, z.err
    			}
    		}
    		if z.Name != "" {
    			z.err = z.writeString(z.Name)
    			if z.err != nil {
    				return 0, z.err
    			}
    		}
    		if z.Comment != "" {
    			z.err = z.writeString(z.Comment)
    			if z.err != nil {
    				return 0, z.err
    			}
    		}
    		if z.compressor == nil {
    			z.compressor, _ = flate.NewWriter(z.w, z.level)
    		}
    	}
    	z.size += uint32(len(p))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top