Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,776 for mapLine (0.36 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java

    import org.codelibs.fess.app.web.CrudMode;
    import org.codelibs.fess.app.web.admin.dict.mapping.UploadForm;
    import org.codelibs.fess.app.web.api.ApiResult;
    import org.codelibs.fess.app.web.api.admin.FessApiAdminAction;
    import org.codelibs.fess.dict.mapping.CharMappingFile;
    import org.codelibs.fess.dict.mapping.CharMappingItem;
    import org.lastaflute.web.Execute;
    import org.lastaflute.web.response.JsonResponse;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. src/internal/profile/profile.go

    	for _, l := range p.Location {
    		if l.Mapping == nil || !l.Mapping.HasFunctions {
    			return false
    		}
    	}
    	return true
    }
    
    // HasFileLines determines if all locations in this profile have
    // symbolized file and line number information.
    func (p *Profile) HasFileLines() bool {
    	for _, l := range p.Location {
    		if l.Mapping == nil || (!l.Mapping.HasFilenames || !l.Mapping.HasLineNumbers) {
    			return false
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:57:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. 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)
  4. src/internal/profile/encode.go

    		x := new(Sample)
    		pp := m.(*Profile)
    		pp.Sample = append(pp.Sample, x)
    		return decodeMessage(b, x)
    	},
    	// repeated Mapping mapping = 3
    	func(b *buffer, m message) error {
    		x := new(Mapping)
    		pp := m.(*Profile)
    		pp.Mapping = append(pp.Mapping, x)
    		return decodeMessage(b, x)
    	},
    	// repeated Location location = 4
    	func(b *buffer, m message) error {
    		x := new(Location)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 19:52:28 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/auth/netrc.go

    		for ; i < len(f)-1; i += 2 {
    			// Reset at each "machine" token.
    			// “The auto-login process searches the .netrc file for a machine token
    			// that matches […]. Once a match is made, the subsequent .netrc tokens
    			// are processed, stopping when the end of file is reached or another
    			// machine or a default token is encountered.”
    			switch f[i] {
    			case "machine":
    				l = netrcLine{machine: f[i+1]}
    			case "default":
    				break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

      )
      ```
      """
    
      def __init__(
          self,
          path_map: Mapping[str, os.PathLike[str]],
          expected_input_key_map: Optional[Mapping[str, Collection[str]]] = None,
      ):
        """Initializes TFRecord represenatative dataset saver.
    
        Args:
          path_map: Signature def key -> path mapping. Each path is a TFRecord file
            to which a `RepresentativeDataset` is saved. The signature def keys
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/SimpleIdnaMappingTable.kt

     * permissive and permits the `_` character.
     *
     * [mapping table]: https://www.unicode.org/reports/tr46/#IDNA_Mapping_Table
     * [mapping step]: https://www.unicode.org/reports/tr46/#ProcessingStepMap
     */
    class SimpleIdnaMappingTable internal constructor(
      internal val mappings: List<Mapping>,
    ) {
      /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/inet/InetAddressFactory.java

         */
        public boolean isCommunicationAddress(InetAddress address) {
            try {
                synchronized (lock) {
                    init();
                    return communicationAddresses.contains(address);
                }
            } catch (Exception e) {
                throw new RuntimeException("Could not determine the IP addresses for this machine.", e);
            }
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/IConventionAware.java

     */
    public interface IConventionAware {
    
        /**
         * Returns the convention mapping for the properties of this object. The returned mapping object can be used to
         * manage the mapping for individual properties.
         *
         * @return The mapping. Never returns null.
         */
        ConventionMapping getConventionMapping();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

                    for (final String id : labelTypeIds) {
                        final ElevateWordToLabel mapping = new ElevateWordToLabel();
                        mapping.setElevateWordId(elevateWordId);
                        mapping.setLabelTypeId(id);
                        wctltmList.add(mapping);
                    }
                    elevateWordToLabelBhv.batchInsert(wctltmList, op -> {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top