Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for SETTINGS (0.8 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

              <identifier>true</identifier>
              <description>
                A unique identifier for a repository. This is used to match the repository
                to configuration in the {@code settings.xml} file, for example. Furthermore, the identifier is
                used during POM inheritance and profile injection to detect repositories that should be merged.
              </description>
              <type>String</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // if one has been set with 'go env -w'.
    //
    // The -w flag requires one or more arguments of the
    // form NAME=VALUE and changes the default settings
    // of the named environment variables to the given values.
    //
    // The -changed flag prints only those settings whose effective
    // value differs from the default value that would be obtained in
    // an empty environment with no prior uses of the -w flag.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    		// GO_EXTLINK_ENABLED controls whether the external linker is used.
    		fmt.Fprintf(h, "GO_EXTLINK_ENABLED=%s\n", cfg.Getenv("GO_EXTLINK_ENABLED"))
    
    		// TODO(rsc): Do cgo settings and flags need to be included?
    		// Or external linker settings and flags?
    
    	case "gccgo":
    		id, _, err := b.gccToolID(BuildToolchain.linker(), "go")
    		if err != nil {
    			base.Fatalf("%v", err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    var vcsStatusCache par.ErrCache[string, vcs.Status]
    
    func appendBuildSetting(info *debug.BuildInfo, key, value string) {
    	value = strings.ReplaceAll(value, "\n", " ") // make value safe
    	info.Settings = append(info.Settings, debug.BuildSetting{Key: key, Value: value})
    }
    
    // setBuildInfo gathers build information and sets it into
    // p.Internal.BuildInfo, which will later be formatted as a string and embedded
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Quick Setup */
        public static final String LABELS_wizard_start_title = "{labels.wizard_start_title}";
    
        /** The key of the message: Using Configuration Wizard, you can create crawling settings easily. */
        public static final String LABELS_wizard_start_desc = "{labels.wizard_start_desc}";
    
        /** The key of the message: Start Configuration */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

    {
      "settings": {
        "index": {
          "codec": "${fess.index.codec}",
          "refresh_interval": "1s",
          "number_of_shards": "${fess.index.number_of_shards}",
          "number_of_replicas": 0,
          "auto_expand_replicas": "${fess.index.auto_expand_replicas}"
        },
        "analysis": {
          "char_filter": {
            "mapping_fa_filter": {
              "type": "mapping",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess.json

    {
      "settings": {
        "index": {
          "codec": "${fess.index.codec}",
          "refresh_interval": "1s",
          "number_of_shards": "${fess.index.number_of_shards}",
          "number_of_replicas": 0,
          "auto_expand_replicas": "${fess.index.auto_expand_replicas}"
        },
        "analysis": {
          "char_filter": {
            "mapping_fa_filter": {
              "type": "mapping",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top