- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 3h1m (0.08 sec)
-
staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go
{d: 10 * time.Minute, want: "10m"}, {d: 10*time.Minute + time.Second, want: "10m"}, {d: 3*time.Hour - time.Millisecond, want: "179m"}, {d: 3 * time.Hour, want: "3h"}, {d: 3*time.Hour + time.Minute, want: "3h1m"}, {d: 8*time.Hour - time.Millisecond, want: "7h59m"}, {d: 8 * time.Hour, want: "8h"}, {d: 8*time.Hour + 59*time.Minute, want: "8h"}, {d: 2*24*time.Hour - time.Millisecond, want: "47h"},
Registered: 2024-06-15 01:39 - Last Modified: 2020-04-17 18:04 - 4.5K bytes - Viewed (0) -
ci/official/containers/linux_arm64/devel.bashrc
# # ============================================================================== # Do not print anything if this is not being used interactively [ -z "$PS1" ] && return # Set up attractive prompt export PS1="\[\e[31m\]tf-docker\[\e[m\] \[\e[33m\]\w\[\e[m\] > " export TERM=xterm-256color alias grep="grep --color=auto" alias ls="ls --color=auto" # Fix nvidia-docker
Registered: 2024-06-16 05:45 - Last Modified: 2023-09-18 14:52 - 988 bytes - Viewed (0) -
logger/logger.go
"time" "gorm.io/gorm/utils" ) // ErrRecordNotFound record not found error var ErrRecordNotFound = errors.New("record not found") // Colors const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Magenta = "\033[35m" Cyan = "\033[36m" White = "\033[37m" BlueBold = "\033[34;1m" MagentaBold = "\033[35;1m"
Registered: 2024-06-12 16:27 - Last Modified: 2023-11-07 02:19 - 5.8K bytes - Viewed (0) -
cluster/addons/addon-manager/kube-addons-test.sh
sleep 1 done } function setup(){ retry kubectl create namespace "${TEST_NS}" } function teardown() { retry kubectl delete namespace "${TEST_NS}" } function error() { echo -e "\e[31m$*\e[0m" } function echo_green() { echo -e "\e[32m$*\e[0m" } function echo_blue() { echo -e "\e[34m$*\e[0m" } function test_create_resource_reconcile() { local limitrange
Registered: 2024-06-15 01:39 - Last Modified: 2021-04-25 02:46 - 9.3K bytes - Viewed (0) -
tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt
\263\354\334?\256|\001\\\234\255\323?\000\020\210\233^\211|?\244\314\226Py\224\321?0\265]T\341\241\257?w\301\037\246\300R\346?\210|\276\347\203\246\266?%\025\004\223\317\005\351?``\010h\'w\221?\260\301M\206b\030\325?\230\246\254\217i\240\354?\021\202\264\241\313b\353?\224\300\221\203\253\205\350?!UH1m\336\351?\260T\200\303P7\356?R^q\315f\265\320?\206[\026%\204\370\340?\000\2067F\377\036n?\344\0073G-\216\317?\260/\203q\370\315\344?^\027\224\025\250\215\325?,\375\017\317\225\332\326?\264\237\177\2...
Registered: 2024-06-16 05:45 - Last Modified: 2023-06-08 21:43 - 531.2K bytes - Viewed (0) -
gradle/verification-keyring.keys
KIHiFY+f2rNflUzYhe+0vVbO/ytS2kA2Syj0w+OwwB/Vj8oEFpSbRB6GgzAJYX/U rCwX0Q27rGifiX4Z+Q+G4KwQcR2pYhUZesMtKyEwZnsd3IC1Qc9dcVXQUJPcqpXh SImuMDO/uOp9JJSxdPxB/gf6ELyVN9IFsU1/E/XhP4QkRJrZI1F/ =3hym -----END PGP PUBLIC KEY BLOCK----- pub 0D3B328562A119A7 uid Aleksey Shipilev <******@****.***> -----BEGIN PGP PUBLIC KEY BLOCK----- Version: BCPG v1.68
Registered: 2024-06-12 18:38 - Last Modified: 2024-04-01 11:46 - 525.2K bytes - Viewed (1) -
src/regexp/testdata/re2-exhaustive.txt.bz2
��5��m��`�����1�2a�~��7[m�ˍ���P��uj����l�͒Y��S2��,́d�)@� m�@� �0 �D*36mR$33f�k6��L�0$�H�bɘ�3�c%)IMif��M&RX�jִ�kB�& Q�b�`�V(�Y+YKRd�+1+�QaI�±A��QaH��VQV��Y �3j4���&ZV�Ƀ&��K2�d�&���j�LƌMYdL`ɘɪjVZ�L�L���/YTHԊW��*'d� b�V��ee�X�m�31m� E4!�"��R����t���q8T)'"5�W-r�i����,fۋ����pp���\J�R,�(��(����ܫ�s��\�S�4��-i��T9P��Yr�ҳN1qa��rrr���k��˪�u$쒺E�T1D"Q���k�g4qUXc��;�ɓZ�Z��M.��:�i��h;�w(�'U�ں�Y�m'F��ΦXfW 2�ZqY�v_-�o�W�\��E���{@�WVֵN�ǮO �Xk$�p�U�{^�f��c$�NEݞ\��G�� ...
Registered: 2024-06-12 16:32 - Last Modified: 2021-05-13 14:52 - 418.2K bytes - Viewed (0)