Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 459 for Lives (0.06 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. docs/recipes.md

            }
          }
        ```
    
    ### Per-call Configuration ([.kt][PerCallSettingsKotlin], [.java][PerCallSettingsJava])
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Feb 18 08:52:22 UTC 2022
    - 40.2K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/core.go

    		controllerContext.InformerFactory.Core().V1().Nodes(),
    		controllerContext.ComponentConfig.KubeCloudShared.ClusterName,
    		utilfeature.DefaultFeatureGate,
    	)
    	if err != nil {
    		// This error shouldn't fail. It lives like this as a legacy.
    		klog.FromContext(ctx).Error(err, "Failed to start service controller")
    		return nil, false, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/sql-databases.md

    And as the code related to SQLAlchemy and the SQLAlchemy models lives in separate independent files, you would even be able to perform the migrations with Alembic without having to install FastAPI, Pydantic, or anything else.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 29.6K bytes
    - Viewed (0)
Back to top