Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 245 for admitted (0.13 sec)

  1. src/cmd/vendor/rsc.io/markdown/parse.go

    	lineno    int
    	stack     []openBlock
    	lineDepth int
    
    	corner bool // noticed corner case to ignore in cross-implementation testing
    
    	// inlines
    	s       string
    	emitted int // s[:emitted] has been emitted into list
    	list    []Inline
    
    	// for fixup at end
    	lists []*List
    	texts []*Text
    
    	backticks backtickParser
    }
    
    func (p *parseState) newText(pos Position, text string) *Text {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/IvyPublication.java

        void versionMapping(Action<? super VersionMappingStrategy> configureAction);
    
        /**
         * Silences the compatibility warnings for the Ivy publication for the specified variant.
         *
         * Warnings are emitted when Gradle features are used that cannot be mapped completely to Ivy xml.
         *
         * @param variantName the variant to silence warning for
         *
         * @since 6.0
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  3. src/runtime/traceruntime.go

    	// from under it is during a syscall.
    	tl.eventWriter(traceGoSyscall, traceProcRunning).commit(traceEvProcStop)
    }
    
    // GCActive traces a GCActive event.
    //
    // Must be emitted by an actively running goroutine on an active P. This restriction can be changed
    // easily and only depends on where it's currently called.
    func (tl traceLocker) GCActive() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  4. src/internal/coverage/cfile/emit.go

    	"internal/coverage/rtcov"
    	"io"
    	"os"
    	"path/filepath"
    	"runtime"
    	"strconv"
    	"sync/atomic"
    	"time"
    	"unsafe"
    )
    
    // This file contains functions that support the writing of data files
    // emitted at the end of code coverage testing runs, from instrumented
    // executables.
    
    // getCovCounterList returns a list of counter-data blobs registered
    // for the currently executing instrumented program. It is defined in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  5. tests/integration/telemetry/api/accesslogs_test.go

    				},
    			})
    			// This is a negative test; there isn't much we can do other than wait a few seconds and ensure we didn't emit logs
    			// Logs should flush every 1s, so 2s should be plenty of time for logs to be emitted
    			time.Sleep(time.Second * 2)
    			count = logCount(t, to, testID)
    			if count > 0 != expectLogs {
    				return fmt.Errorf("expected logs '%v', got %v", expectLogs, count)
    			}
    			return nil
    		})
    	}
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modcmd/edit.go

    The -replace=old[@v]=new[@v] flag adds a replacement of the given
    module path and version pair. If the @v in old@v is omitted, a
    replacement without a version on the left side is added, which applies
    to all versions of the old module path. If the @v in new@v is omitted,
    the new path should be a local module root directory, not a module
    path. Note that -replace overrides any redundant replacements for old[@v],
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/Cookie.kt

       *
       * The values of this attribute determine whether this cookie is sent for cross-site calls:
       *
       *  - "Strict": the cookie is omitted when the subject URL is an embedded resource or a
       *    potentially-destructive navigation.
       *
       *  - "Lax": the cookie is omitted when the subject URL is an embedded resource. It is sent for
       *    potentially-destructive navigation. This is the default value.
       *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:12:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/syntax/parser_test.go

    		{"//line foo:123abc:1:1000\n", valid, "foo:123abc", 1, 1000},
    		{"//line foo :123:1000\n\n", valid, "foo ", 124, 1},
    		{"//line ::123:1234\n", valid, ":", 123, 1234},
    
    		// //line directives with omitted filenames lead to empty filenames
    		{"//line :10\n", valid, "", 10, 0},
    		{"//line :10:20\n", valid, filename, 10, 20},
    		{"//line bar:1\n//line :10\n", valid, "", 10, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:30:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. cmd/xl-storage-format-v1_gen.go

    		return
    	}
    	if (zb0001Mask & 0x20) == 0 { // if not omitted
    		// write "index"
    		err = en.Append(0xa5, 0x69, 0x6e, 0x64, 0x65, 0x78)
    		if err != nil {
    			return
    		}
    		err = en.WriteBytes(z.Index)
    		if err != nil {
    			err = msgp.WrapError(err, "Index")
    			return
    		}
    	}
    	if (zb0001Mask & 0x40) == 0 { // if not omitted
    		// write "crc"
    		err = en.Append(0xa3, 0x63, 0x72, 0x63)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  10. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                  bpfLogLevel:
                    description: 'BPFLogLevel controls the log level of the BPF programs
                      when in BPF dataplane mode.  One of "Off", "Info", or "Debug".  The
                      logs are emitted to the BPF trace pipe, accessible with the command
                      `tc exec bpf debug`. [Default: Off].'
                    type: string
                  chainInsertMode:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
Back to top