Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 5,490 for fork (0.2 sec)

  1. maven-core/src/test/resources-project-builder/plugin-injection-merge-order/pom.xml

    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 4.4K bytes
    - Viewed (0)
  2. istioctl/pkg/util/handlers/handlers.go

    	if err != nil {
    		return "", "", fmt.Errorf("no pods match %q", resname)
    	}
    	return pod.Name, namespace, nil
    }
    
    // SelectorsForObject is a fork of upstream function to add additional Istio type support
    func SelectorsForObject(object runtime.Object) (namespace string, selector labels.Selector, err error) {
    	switch t := object.(type) {
    	case *gatewayapi.Gateway:
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Feb 06 15:01:41 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc

      std::vector<char> out;
      out.resize(block_count, 0);
      // The cache has space for `block_count` blocks. The loop with i = 0 should
      // fill the cache, and the loop with i = 1 should be all cache hits. The
      // fetcher checks that it is called once and only once for each offset (to
      // fetch the corresponding block).
      for (int i = 0; i < 2; i++) {
        for (int j = 0; j < block_count; j++) {
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:57 GMT 2021
    - 23.2K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            expected.add("maven-it-plugin-expression");
            expected.add("maven-it-plugin-fork");
            expected.add("maven-it-plugin-touch");
    
            List<String> actual = new ArrayList<>();
            @SuppressWarnings("unchecked")
            List<Plugin> plugins = (List<Plugin>) pom.getValue("build/plugins");
            for (Plugin plugin : plugins) {
                actual.add(plugin.getArtifactId());
            }
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/Futures.java

       *
       * <p>"In the order that they complete" means, for practical purposes, about what you would
       * expect, but there are some subtleties. First, we do guarantee that, if the output future at
       * index n is done, the output future at index n-1 is also done. (But as usual with futures, some
       * listeners for future n may complete before some for future n-1.) However, it is possible, if
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND = 4
    pkg syscall (netbsd-arm64-cgo), const NOTE_EXTEND ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_FORK = 1073741824
    pkg syscall (netbsd-arm64-cgo), const NOTE_FORK ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_LINK = 16
    pkg syscall (netbsd-arm64-cgo), const NOTE_LINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const NOTE_LOWAT = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4
    pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6
    pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1
    pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2
    pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5
    pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897
    pkg syscall (linux-386), const PTRACE_GETFPREGS = 14
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const NOTE_FFOR = 2147483648 #53466
    pkg syscall (freebsd-riscv64), const NOTE_FFOR ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_FORK = 1073741824 #53466
    pkg syscall (freebsd-riscv64), const NOTE_FORK ideal-int #53466
    pkg syscall (freebsd-riscv64), const NOTE_LINK = 16 #53466
    pkg syscall (freebsd-riscv64), const NOTE_LINK ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_FFOR = 2147483648
    pkg syscall (darwin-arm64), const NOTE_FFOR ideal-int
    pkg syscall (darwin-arm64), const NOTE_FORK = 1073741824
    pkg syscall (darwin-arm64), const NOTE_FORK ideal-int
    pkg syscall (darwin-arm64), const NOTE_LEEWAY = 16
    pkg syscall (darwin-arm64), const NOTE_LEEWAY ideal-int
    pkg syscall (darwin-arm64), const NOTE_LINK = 16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top