Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 2,101 for ignoreMe (0.16 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/tasks/TaskInputs.java

        /**
         * Registers an input directory hierarchy. All files found under the given directory are treated as input files for
         * this task.
         *
         * <p>An input directory hierarchy ignores empty directories by default. See {@link TaskInputFilePropertyBuilder#ignoreEmptyDirectories()}.</p>
         *
         * @param dirPath The directory. The path is evaluated as per {@link org.gradle.api.Project#file(Object)}.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 26 16:09:35 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  2. src/go/types/gotype.go

    (import "./mypkg") because the source importer cannot know which
    files to include for such packages.
    
    Usage:
    
    	gotype [flags] [path...]
    
    The flags are:
    
    	-t
    		include local test files in a directory (ignored if -x is provided)
    	-x
    		consider only external test files in a directory
    	-e
    		report all errors (not just the first 10)
    	-v
    		verbose mode
    	-c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/dispatcher.go

    				recover()
    			}()
    			defer utilruntime.HandleCrash(
    				func(r interface{}) {
    					if r == nil {
    						return
    					}
    					if ignoreClientCallFailures {
    						// if failures are supposed to ignored, ignore it
    						klog.Warningf("Panic calling webhook, failing open %v: %v", hookName, r)
    						admissionmetrics.Metrics.ObserveWebhookFailOpen(ctx, hookName, "validating")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 20:24:12 UTC 2023
    - 13K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradleModuleMetadataParserTest.groovy

        }
    
        def "ignores unknown top-level values"() {
            def metadata = Mock(MutableModuleComponentResolveMetadata)
    
            when:
            parser.parse(resource(UNKNOWN_TOP_LEVEL), metadata)
    
            then:
            1 * metadata.getMutableVariants()
            0 * metadata._
        }
    
        def "ignores unknown variant values"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 38K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    			maxVols:      3,
    			test:         "new pod's count ignores non-AzureDisk volumes",
    		},
    		{
    			newPod:       twoAzureDiskPod,
    			existingPods: []*v1.Pod{splitAzureDiskPod, nonApplicablePod, emptyPod},
    			filterName:   azureDiskVolumeFilterType,
    			maxVols:      3,
    			test:         "existing pods' counts ignore non-AzureDisk volumes",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  6. src/path/filepath/match.go

    func glob(dir, pattern string, matches []string) (m []string, e error) {
    	m = matches
    	fi, err := os.Stat(dir)
    	if err != nil {
    		return // ignore I/O error
    	}
    	if !fi.IsDir() {
    		return // ignore I/O error
    	}
    	d, err := os.Open(dir)
    	if err != nil {
    		return // ignore I/O error
    	}
    	defer d.Close()
    
    	names, _ := d.Readdirnames(-1)
    	slices.Sort(names)
    
    	for _, n := range names {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go

    // information on the implementation: https://github.com/emicklei/go-restful/pull/215
    //
    // TODOs are ignored from the parser (e.g. TODO(andronat):... || TODO:...) if and only if
    // they are on one line! For multiple line or blocks that you want to ignore use ---.
    // Any context after a --- is ignored.
    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:26:19 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/gmm/GradleModuleMetadataAvailableAtIntegrationTest.groovy

                        module("org:external:1.0")
                    }
                }
            }
        }
    
        @ToBeFixedForConfigurationCache(because = "task uses Configuration API")
        def "resolution result ignores an ignored available-at variant"() {
            given:
            repository {
                'org:moduleA:1.0' {
                    variants(["api", "runtime"]) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  9. src/text/template/parse/lex.go

    func (l *lexer) emitItem(i item) stateFn {
    	l.item = i
    	return nil
    }
    
    // ignore skips over the pending input before this point.
    // It tracks newlines in the ignored text, so use it only
    // for text that is skipped without calling l.next.
    func (l *lexer) ignore() {
    	l.line += strings.Count(l.input[l.start:l.pos], "\n")
    	l.start = l.pos
    	l.startLine = l.line
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 04 22:36:12 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  10. src/runtime/sigqueue.go

    	i := sig.ignored[s/32]
    	i |= 1 << (s & 31)
    	atomic.Store(&sig.ignored[s/32], i)
    }
    
    // sigInitIgnored marks the signal as already ignored. This is called at
    // program start by initsig. In a shared library initsig is called by
    // libpreinit, so the runtime may not be initialized yet.
    //
    //go:nosplit
    func sigInitIgnored(s uint32) {
    	i := sig.ignored[s/32]
    	i |= 1 << (s & 31)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top