Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for excl (0.04 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

                                            exclusions {
                                                for (exc in dep.exclusions) {
                                                    exclusion {
                                                        groupId(exc.group ?: '*')
                                                        artifactId(exc.module ?: '*')
                                                    }
                                                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/save_model.py

                  'Cannot find the input tensor with name %s in the graph.'
                  % tensor_info.name
              ) from exc
    
        for tensor_info in signature_def.outputs.values():
          try:
            exported_graph.get_tensor_by_name(tensor_info.name)
          except KeyError as exc:
            try:
              prefixed_name = signature_key + '_' + tensor_info.name
              exported_graph.get_tensor_by_name(prefixed_name)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  3. src/html/template/html.go

    	}
    	if written == 0 {
    		return s
    	}
    	b.WriteString(s[written:])
    	return b.String()
    }
    
    // stripTags takes a snippet of HTML and returns only the text content.
    // For example, `<b>&iexcl;Hi!</b> <script>...</script>` -> `&iexcl;Hi! `.
    func stripTags(html string) string {
    	var b strings.Builder
    	s, c, i, allText := []byte(html), context{}, 0, true
    	// Using the transition funcs helps us avoid mangling
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 19:42:28 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  4. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/classanalysis/AnalyzeAndShade.kt

                        }
                        return FileVisitResult.CONTINUE
                    }
    
                    override fun visitFileFailed(file: Path?, exc: IOException?) =
                        FileVisitResult.TERMINATE
    
                    override fun postVisitDirectory(dir: Path?, exc: IOException?) =
                        FileVisitResult.CONTINUE
    
                    private
                    fun Path.isClassFilePath() =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. src/internal/bytealg/equal_s390x.s

    loop:
    	CMPBEQ	R6, $0, equal
    	CMPBLT	R6, $32, tiny
    	CMP	R6, $256
    	BLT	tail
    	CLC	$256, 0(R3), 0(R5)
    	BNE	notequal
    	SUB	$256, R6
    	LA	256(R3), R3
    	LA	256(R5), R5
    	BR	loop
    tail:
    	SUB	$1, R6, R8
    	EXRL	$memeqbodyclc<>(SB), R8
    	BEQ	equal
    notequal:
    	MOVB	$0, 0(R7)
    	RET
    equal:
    	MOVB	$1, 0(R7)
    	RET
    tiny:
    	MOVD	$0, R2
    	CMPBLT	R6, $16, lt16
    	MOVD	0(R3), R8
    	MOVD	0(R5), R9
    	CMPBNE	R8, R9, notequal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 00:56:36 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

                if (dep.exclusions) {
                    for (exc in dep.exclusions) {
                        def excludeAttrs = [:]
                        if (exc.group) {
                            excludeAttrs.org = exc.group
                        }
                        if (exc.module) {
                            excludeAttrs.module = exc.module
                        }
                        builder.exclude(excludeAttrs)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  7. hack/boilerplate/boilerplate.py

        return regexs["generated"].search(data)
    
    
    def file_passes(filename, refs, regexs):
        try:
            with open(filename) as stream:
                data = stream.read()
        except OSError as exc:
            print(f"Unable to open {filename}: {exc}", file=verbose_out)
            return False
    
        # determine if the file is automatically generated
        generated = is_generated_file(data, regexs)
    
        basename = os.path.basename(filename)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  8. src/runtime/defs_darwin_arm64.go

    //go:nosplit
    func (ts *timespec) setNsec(ns int64) {
    	ts.tv_sec = ns / 1e9
    	ts.tv_nsec = ns % 1e9
    }
    
    type exceptionstate64 struct {
    	far uint64 // virtual fault addr
    	esr uint32 // exception syndrome
    	exc uint32 // number of arm exception taken
    }
    
    type regs64 struct {
    	x     [29]uint64 // registers x0 to x28
    	fp    uint64     // frame register, x29
    	lr    uint64     // link register, x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/advance.jsp

    						<option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message
    								key="labels.advance_search_filetype_word"
    							/></option>
    						<option value="excel" <c:if test="${as.filetype.contains('excel')}">selected</c:if>><la:message
    								key="labels.advance_search_filetype_excel"
    							/></option>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            }
            assertEquals("こめんと", extractData.getValues("w:Comments")[0]);
            assertEquals("たぐ|さぶたいとる", String.join("|", extractData.getValues("dc:subject")));
            assertEquals("Microsoft Excel", extractData.getValues("extended-properties:Application")[0]);
            assertEquals("sugaya", extractData.getValues("meta:last-author")[0]);
            assertEquals("太郎", extractData.getValues("dc:creator")[0]);
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top