Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 408 for Lives (0.07 sec)

  1. docs/en/docs/advanced/settings.md

    An <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">environment variable</a> (also known as "env var") is a variable that lives outside of the Python code, in the operating system, and could be read by your Python code (or by other programs as well).
    
    You can create and use environment variables in the shell, without needing Python:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. src/runtime/asm_arm64.s

    	BL	(R4)
    	B	runtime·badmcall2(SB)
    
    // systemstack_switch is a dummy routine that systemstack leaves at the bottom
    // of the G stack. We need to distinguish the routine that
    // lives at the bottom of the G stack from the one that lives
    // at the top of the system stack because the one at the top of
    // the system stack terminates the stack walk (see topofstack()).
    TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0
    	UNDEF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  3. architecture/ambient/ztunnel.md

    ### Outbound
    
    Requests leaving a pod go through the "outbound" code path on port 15001.
    This is where most of Ztunnel's logic lives.
    
    For outbound traffic, we need to first determine where the traffic is destined to.
    As Ztunnel operates at L4, we only have the destination IP/port (recovered via `SO_ORIGINAL_DST`).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. src/runtime/asm_arm.s

    	BL	(R0)
    	B	runtime·badmcall2(SB)
    	RET
    
    // systemstack_switch is a dummy routine that systemstack leaves at the bottom
    // of the G stack. We need to distinguish the routine that
    // lives at the bottom of the G stack from the one that lives
    // at the top of the system stack because the one at the top of
    // the system stack terminates the stack walk (see topofstack()).
    TEXT runtime·systemstack_switch(SB),NOSPLIT,$0-0
    	MOVW	$0, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  5. src/compress/gzip/gunzip_test.go

    			"endure.\n" +
    			"  We are met on a great battle-field of that war.\n" +
    			"  We have come to dedicate a portion of that field, as a final\n" +
    			"resting place for those who here gave their lives that that\n" +
    			"nation might live.  It is altogether fitting and proper that\n" +
    			"we should do this.\n" +
    			"  But, in a larger sense, we can not dedicate — we can not\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
  6. src/runtime/asm_386.s

    	MOVL	$runtime·badmcall2(SB), AX
    	JMP	AX
    	RET
    
    // systemstack_switch is a dummy routine that systemstack leaves at the bottom
    // of the G stack. We need to distinguish the routine that
    // lives at the bottom of the G stack from the one that lives
    // at the top of the system stack because the one at the top of
    // the system stack terminates the stack walk (see topofstack()).
    TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  7. pkg/controller/daemon/update_test.go

    			expectControllerRevisions: []*apps.ControllerRevision{crOfDs1, orphanCrInSameNsWithDs1},
    		},
    		{
    			name: "Skip adopting the controller revision in namespace other than the one in which DS lives",
    			managerFunc: func(ctx context.Context) *daemonSetsController {
    				manager, _, _, err := newTestController(ctx, ds1, orphanCrNotInSameNsWithDs1)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  8. samples/security/spire/spire-quickstart.yaml

            # CSI driver and SPIRE agent
            - name: spire-agent-socket-dir
              emptyDir: {}
            # This volume is where the socket for kubelet->driver communication lives
            - name: spiffe-csi-socket-dir
              hostPath:
                path: /var/lib/kubelet/plugins/csi.spiffe.io
                type: DirectoryOrCreate
            # This volume is where the SPIFFE CSI driver mounts volumes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/errors/errors.go

    	}
    	return metav1.StatusReasonUnknown, 0
    }
    
    // ErrorReporter converts generic errors into runtime.Object errors without
    // requiring the caller to take a dependency on meta/v1 (where Status lives).
    // This prevents circular dependencies in core watch code.
    type ErrorReporter struct {
    	code   int
    	verb   string
    	reason string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 21 03:41:32 UTC 2022
    - 30.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    // Be explicit about where origin info lives, it's not visible without scrolling right
    In this example, not only could we check that the checksum was correct, but we could also find it on the official website, which is why we changed the value of the of `origin` attribute on the `sha512` element from `Generated by Gradle` to `PDFBox Official site`.
    Changing the `origin` gives users a sense of how trustworthy your build it.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top