- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2391 - 2400 of about 10,000 for content_length:[100000 TO 499999] (0.09 sec)
-
Project Dependencies – Apache Maven PMD Plugin
Project Dependencies compile The following is a list of compile dependencies for this project. These dependencies are...maven.apache.org/plugins/maven-pmd-plugin/dependencies.htmlRegistered: Fri Jan 16 12:17:58 UTC 2026 - Last Modified: Tue Oct 07 06:01:08 UTC 2025 - 227.3K bytes - Viewed (0) -
kubectl rollout restart | Kubernetes
Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=nginx Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_restart/ Similar Results (1)Registered: Fri Jan 16 12:18:00 UTC 2026 - 478.1K bytes - Viewed (0) -
kubectl create deployment | Kubernetes
Synopsis Create a deployment with the specified name. kubectl create deployment NAME --image=image -- [COMMAND] [args...] Examples # Create a deployment named my-dep that runs the busybox image kubectl create deployment my-dep --image=busybox # Create a deployment with a command kubectl create deployment my-dep --image=busybox -- date # Create a deployment named my-dep that runs the nginx image with 3 replicas kubectl create deployment my-dep --image=nginx --replicas=3 # Create a deployment named my-dep that runs the busybox image and expose port 5701 kubectl create deployment my-dep --image=busybox --port=5701 # Create a deployment named my-dep that runs multiple containers kubectl create deployment my-dep --image=busybox:latest --image=ubuntu:latest --image=nginx Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_deployment/Registered: Fri Jan 16 12:21:12 UTC 2026 - 480.8K bytes - Viewed (0) -
Git - git-shortlog Documentation
English ▾ English Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help bugrepor...git-scm.com/docs/git-shortlog/2.25.0Registered: Fri Jan 16 12:21:33 UTC 2026 - Last Modified: Thu Jan 15 09:38:11 UTC 2026 - 100.8K bytes - Viewed (0) -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_undo/Registered: Fri Jan 16 12:21:36 UTC 2026 - 478K bytes - Viewed (0) -
mxnet.np.ndarray.tolist — Apache MXNet document...
mxnet.np.ndarray.tolist ndarray. tolist ( ) Did this page help you? Yes No Thanks for your feedback! Previous mxnet.n...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.ndarray.tolist.htmlRegistered: Fri Jan 16 12:21:46 UTC 2026 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 133.5K bytes - Viewed (0) -
mxnet.np.linalg.qr — Apache MXNet documentation
mxnet.np.linalg.qr qr ( a , mode='reduced' ) Compute the qr factorization of a matrix a. Factor the matrix a as qr, w...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.qr.htmlRegistered: Fri Jan 16 12:21:57 UTC 2026 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 138.9K bytes - Viewed (0) -
kubectl set selector | Kubernetes
Synopsis Set the selector on a resource. Note that the new selector will overwrite the old selector if the resource had one prior to the invocation of 'set selector'. A selector must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters. If --resource-version is specified, then updates will use this resource version, otherwise the existing resource-version will be used. Note: currently selectors can only be set on Service objects.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector/Registered: Fri Jan 16 12:21:52 UTC 2026 - 478.5K bytes - Viewed (0) -
mxnet.np.ravel — Apache MXNet documentation
mxnet.np.ravel ravel ( x ) Return a contiguous flattened array. A 1-D array, containing the elements of the input, is...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.ravel.htmlRegistered: Fri Jan 16 12:21:21 UTC 2026 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 136.5K bytes - Viewed (0) -
mxnet.np.atleast_1d — Apache MXNet documentation
mxnet.np.atleast_1d atleast_1d ( *arys ) Convert inputs to arrays with at least one dimension. Scalar inputs are conv...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.atleast_1d.htmlRegistered: Fri Jan 16 12:24:55 UTC 2026 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 136.3K bytes - Viewed (0)