Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 96 of 96 for forkx (0.57 sec)

  1. src/cmd/go/internal/modfetch/coderepo.go

    		// or v2/go.mod should exist and claim v2. Not both.
    		// Note that we don't check the full path, just the major suffix,
    		// because of replacement modules. This might be a fork of
    		// the real module, found at a different path, usable only in
    		// a replace directive.
    		dir2 := path.Join(r.codeDir, r.pathMajor[1:])
    		file2 = path.Join(dir2, "go.mod")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. pkg/kube/inject/webhook.go

    	}
    
    	m := map[string]any{}
    	err := unmarshal(j, &m)
    	if err != nil {
    		return nil, mergepatch.ErrBadJSONDoc
    	}
    	return m, nil
    }
    
    // StrategicMergePatchYAML is a small fork of strategicpatch.StrategicMergePatch to allow YAML patches
    // This avoids expensive conversion from YAML to JSON
    func StrategicMergePatchYAML(originalJSON []byte, patchYAML []byte, dataStruct any) ([]byte, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    NOTE: If using Java 10+, leveraging the `release` flag might be an easier solution, see above.
    
    To use Java 6 or Java 7, the following tasks need to be configured:
    
    * `JavaCompile` task to fork and use the correct Java home
    * `Javadoc` task to use the correct `javadoc` executable
    * `Test` and the `JavaExec` task to use the correct `java` executable.
    
    With the usage of Java toolchains, this can be done as follows:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== Worker API: working directory of a worker can no longer be set
    
    Since JDK 11 no longer supports changing the working directory of a running process, setting the working directory of a worker via its fork options is now prohibited.
    All workers now use the same working directory to enable reuse.
    Please pass files and directories as arguments instead. See examples in the <<worker_api.adoc#worker_api, Worker API documentation>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  5. src/os/exec/exec_test.go

    	// and nExits subprocesses that exit immediately.
    	//
    	// When issue #61080 was present, a long-lived "hang" subprocess would
    	// occasionally inherit the fork/exec status pipe from an "exit" subprocess,
    	// causing the parent process (which expects to see an EOF on that pipe almost
    	// immediately) to unexpectedly block on reading from the pipe.
    	var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    flå.no fm fm.br fm.it fm.no fnc.fr-par.scw.cloud fnd.br fnwk.site fo foggia.it folionetwork.site folkebibl.no folldal.no foo food foodnetwork fool.jp football for-better.biz for-more.biz for-our.info for-some.biz for-the.biz force.museum ford forde.no forex forgeblocks.com forgot.her.name forgot.his.name forli-cesena.it forlicesena.it forlì-cesena.it forlìcesena.it forsale forsand.no fortal.br forte.id fortmissoula.museum fortworth.museum forum forum.hu forumz.info fosnes.no fot.br foundation foundation.museum...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top