Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 507 for pkid (0.3 sec)

  1. docs/em/docs/advanced/openapi-callbacks.md

    & ⚫️ 🔜 🎲 🪀 📚 ⚪️➡️ 1️⃣ 📱 ⏭.
    
    ⚫️ 💪 1️⃣ ⚖️ 2️⃣ ⏸ 📟, 💖:
    
    ```Python
    callback_url = "https://example.com/api/v1/invoices/events/"
    httpx.post(callback_url, json={"description": "Invoice paid", "paid": True})
    ```
    
    ✋️ 🎲 🏆 ⚠ 🍕 ⏲ ⚒ 💭 👈 👆 🛠️ 👩‍💻 (🔢 👩‍💻) 🛠️ *🔢 🛠️* ☑, 🛄 💽 👈 *👆 🛠️* 🔜 📨 📨 💪 ⏲, ♒️.
    
    , ⚫️❔ 👥 🔜 ⏭ 🚮 📟 📄 ❔ 👈 *🔢 🛠️* 🔜 👀 💖 📨 ⏲ ⚪️➡️ *👆 🛠️*.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/ProcessCrashHandlingIntegrationTest.groovy

                    int pid, sid;
                    if (argc != 2) {
                        printf("Expected a pid parameter, but was given %d\\n", argc - 1);
                        return 1;
                    } else {
                        pid = atoi(argv[1]);
                    }
                    pid_t getsid(pid_t pid);
                    sid = getsid(pid);
                    printf("%d\\n", sid);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go

    }
    
    // PtraceGetRegs386 fetches the registers used by 386 binaries.
    func PtraceGetRegs386(pid int, regsout *PtraceRegs386) error {
    	return ptracePtr(PTRACE_GETREGS, pid, 0, unsafe.Pointer(regsout))
    }
    
    // PtraceSetRegs386 sets the registers used by 386 binaries.
    func PtraceSetRegs386(pid int, regs *PtraceRegs386) error {
    	return ptracePtr(PTRACE_SETREGS, pid, 0, unsafe.Pointer(regs))
    }
    
    // PtraceRegsAmd64 is the registers used by amd64 binaries.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/protocol/DaemonStatusAndErrorReportingTest.groovy

        def "PID can be null"() {
            given:
            def daemonContext = new DefaultDaemonContext(null, null, null, null, null, null, null, false, NativeServicesMode.ENABLED, null)
    
            when:
            def pid = daemonContext.pid;
    
            then:
            noExceptionThrown()
            pid == null
        }
    
        def "PID unboxing should not happen in Status"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. pkg/ctrlz/topics/assets/templates/proc.html

            <tr>
                <td>Hostname</td>
                <td>{{.Hostname}}</td>
            </tr>
    
            <tr>
                <td>Parent Process Id</td>
                <td>{{.Ppid}}</td>
            </tr>
    
            <tr>
                <td>Process Id</td>
                <td>{{.Pid}}</td>
            </tr>
    
            <tr>
                <td>Temporary Directory</td>
                <td>{{.TempDir}}</td>
            </tr>
    
            <tr>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. src/crypto/tls/generate_cert.go

    // 'cert.pem' and 'key.pem' and will overwrite existing files.
    
    package main
    
    import (
    	"crypto/ecdsa"
    	"crypto/ed25519"
    	"crypto/elliptic"
    	"crypto/rand"
    	"crypto/rsa"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"encoding/pem"
    	"flag"
    	"log"
    	"math/big"
    	"net"
    	"os"
    	"strings"
    	"time"
    )
    
    var (
    	host       = flag.String("host", "", "Comma-separated hostnames and IPs to generate a certificate for")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 08 15:22:02 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  7. pkg/kubelet/certificate/kubelet.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package certificate
    
    import (
    	"context"
    	"crypto/tls"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"fmt"
    	"math"
    	"net"
    	"sort"
    	"sync/atomic"
    	"time"
    
    	certificates "k8s.io/api/certificates/v1"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/types"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/context/DefaultDaemonContext.java

                encoder.writeSmallInt(context.javaVersion.asInt());
                encoder.writeString(context.daemonRegistryDir.getPath());
                encoder.writeBoolean(context.pid != null);
                if (context.pid != null) {
                    encoder.writeLong(context.pid);
                }
                encoder.writeBoolean(context.idleTimeout != null);
                if (context.idleTimeout != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:16:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. src/internal/poll/fd_io_plan9.go

    // The undergoing I/O system call can either complete or be
    // interrupted by a note.
    type asyncIO struct {
    	res chan result
    
    	// mu guards the pid field.
    	mu sync.Mutex
    
    	// pid holds the process id of
    	// the process running the IO operation.
    	pid int
    }
    
    // result is the return value of a Read or Write operation.
    type result struct {
    	n   int
    	err error
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 14 17:56:50 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  10. src/cmd/fix/import_test.go

    		In: `package main
    
    import (
    	"asn1"
    	"crypto"
    	"crypto/rsa"
    	_ "crypto/sha1"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"time"
    )
    
    var x = 1
    `,
    		Out: `package main
    
    import (
    	"crypto"
    	"crypto/rsa"
    	_ "crypto/sha1"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"encoding/asn1"
    	"time"
    )
    
    var x = 1
    `,
    	},
    	{
    		Name: "import.15",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 5K bytes
    - Viewed (0)
Back to top