Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 308 for mapLine (0.25 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/ProviderConventionMappingIntegrationTest.groovy

        private void expectDocumentedFailure() {
            failure.assertHasDocumentedCause('Using internal convention mapping with a Provider backed property. Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_7.html#convention_mapping')
        }
    
        def "emits deprecation warning when convention mapping is used with Provider"() {
            buildFile << """
                abstract class MyTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 12:27:37 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go

    		}
    	}
    
    	// Map into memory.
    	var mapping mmap.Data
    	if existing != nil {
    		mapping, err = memmap(f, existing.mapping)
    	} else {
    		mapping, err = memmap(f, nil)
    	}
    	if err != nil {
    		return nil, err
    	}
    	m.mapping = &mapping
    	if !bytes.HasPrefix(m.mapping.Data, hdr) {
    		return nil, fmt.Errorf("counter: header mismatch")
    	}
    	m.hdrLen = uint32(len(hdr))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/profile/profile.go

    			continue
    		}
    		// Swap what we guess is main to position 0.
    		p.Mapping[0], p.Mapping[i] = p.Mapping[i], p.Mapping[0]
    		break
    	}
    
    	// Keep the mapping IDs neatly sorted
    	for i, m := range p.Mapping {
    		m.ID = uint64(i + 1)
    	}
    }
    
    // adjacent returns whether two mapping entries represent the same
    // mapping that has been split into two. Check that their addresses are adjacent,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtMetadataCalculator.kt

         *
         * @param mapping map containing the light elements ([KtLightElement]) for each callable declaration in this class.
         */
        public fun KtClassOrObject.calculateMetadata(mapping: Multimap<KtElement, PsiElement>): Metadata =
            withValidityAssertion { analysisSession.metadataCalculator.calculateMetadata(this, mapping) }
    
        /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/extensibility/ConventionAwareHelper.java

                        .withUpgradeGuideSection(7, "convention_mapping")
                        .build();
                }
            } else {
                _mappings.put(propertyName, mapping);
            }
            return mapping;
        }
    
        private boolean mapConventionOn(SupportsConvention target, MappedPropertyImpl mapping) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 09:53:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. pom.xml

    						</mapping>
    						<!-- temp (empty) -->
    						<mapping>
    							<directory>${packaging.fess.temp.dir}</directory>
    						</mapping>
    						<!-- dictionary (empty) -->
    						<mapping>
    							<directory>${packaging.fess.dictionary.dir}</directory>
    							<filemode>755</filemode>
    							<username>opensearch</username>
    							<groupname>opensearch</groupname>
    						</mapping>
    						<!-- es/modules -->
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go

    		p.Mapping = []*profile.Mapping{m}
    		for _, l := range p.Location {
    			l.Mapping = m
    		}
    	}
    	// If configured, apply executable filename override and (maybe, see below)
    	// build ID override from source. Assume the executable is the first mapping.
    	if execName, buildID := s.ExecName, s.BuildID; execName != "" || buildID != "" {
    		m := p.Mapping[0]
    		if execName != "" {
    			// Explicitly do not update KernelRelocationSymbol --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 19K bytes
    - Viewed (0)
  8. src/net/ipsock.go

    	return ipStackCaps.ipv6Enabled
    }
    
    // supportsIPv4map reports whether the platform supports mapping an
    // IPv4 address inside an IPv6 address at transport layer
    // protocols. See RFC 4291, RFC 4038 and RFC 3493.
    func supportsIPv4map() bool {
    	// Some operating systems provide no support for mapping IPv4
    	// addresses to IPv6, and a runtime check is unnecessary.
    	switch runtime.GOOS {
    	case "dragonfly", "openbsd":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

        raise ValueError('Invalid representative dataset.') from ex
    
      # If `representative_dataset` is not a mapping, convert to a mapping for the
      # following functions to handle representative datasets more conveniently.
      representative_dataset_map = representative_dataset
      if not isinstance(representative_dataset, Mapping):
        # `signature_keys` is guaranteed to have only one element after the
        # validation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    // the runtime mapping with file offset mapOff and memory size mapSz. We skip
    // over segments zero file size because their file offset values are unreliable.
    // Even if overlapping, a segment is not selected if its aligned file offset is
    // greater than the mapping file offset, or if the mapping includes the last
    // page of the segment, but not the full segment and the mapping includes
    // additional pages after the segment end.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top