Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 295 for 00500 (0.03 sec)

  1. cluster/gce/gci/master.yaml

      - path: /etc/systemd/system/kube-logrotate.timer
        permissions: 0644
        owner: root
        content: |
          [Unit]
          Description=kube-logrotate invocation
    
          [Timer]
          OnCalendar=*-*-* *:00/5:00
    
          [Install]
          WantedBy=kubernetes.target
    
      - path: /etc/systemd/system/kube-logrotate.service
        permissions: 0644
        owner: root
        content: |
          [Unit]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 12 16:22:20 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/fsys/fsys_test.go

    			true,
    		},
    		{
    			"dir_on_disk",
    			`{}
    -- dir/foo.txt --
    `,
    			"dir",
    			file{"dir", 0, 0700 | fs.ModeDir, true},
    			false,
    		},
    		{
    			"dir_in_overlay",
    			`{"Replace": {"dir/file.txt": "dummy.txt"}}
    -- dummy.txt --
    `,
    			"dir",
    			file{"dir", 0, 0500 | fs.ModeDir, true},
    			false,
    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:52:11 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/fuzz_generated/const_with_no_value/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - 1.2M bytes
    - Viewed (0)
  4. src/net/server_test.go

    	{snet: "tcp", saddr: "0.0.0.0:0", tnet: "tcp", taddr: "127.0.0.1"},
    	{snet: "tcp", saddr: "[::ffff:0.0.0.0]:0", tnet: "tcp", taddr: "127.0.0.1"},
    	{snet: "tcp", saddr: "[::]:0", tnet: "tcp", taddr: "::1"},
    
    	{snet: "tcp", saddr: ":0", tnet: "tcp", taddr: "::1"},
    	{snet: "tcp", saddr: "0.0.0.0:0", tnet: "tcp", taddr: "::1"},
    	{snet: "tcp", saddr: "[::ffff:0.0.0.0]:0", tnet: "tcp", taddr: "::1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/half_plus_two_main_op/00000123/variables/variables.data-00000-of-00001

    Sukriti Ramesh <******@****.***> 1490034462 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 20 18:45:50 UTC 2017
    - 12 bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/OptimizerSlotVariableModule/variables/variables.data-00000-of-00001

    Katherine Wu <******@****.***> 1665621632 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 13 00:45:05 UTC 2022
    - 810 bytes
    - Viewed (0)
  7. src/internal/syscall/unix/pty_darwin.go

    	if errno != 0 {
    		return errno
    	}
    	return nil
    }
    
    //go:cgo_import_dynamic libc_unlockpt unlockpt "/usr/lib/libSystem.B.dylib"
    func libc_unlockpt_trampoline()
    
    func Unlockpt(fd int) error {
    	_, _, errno := syscall_syscall6(abi.FuncPCABI0(libc_unlockpt_trampoline), uintptr(fd), 0, 0, 0, 0, 0)
    	if errno != 0 {
    		return errno
    	}
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 19:24:46 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  8. src/image/png/testdata/pngsuite/ftp0n2c08.sng

    7f7f7f 7f7f7f 7f7f7f fcfcfc 506c50 00a900 009500 2d772d 00c100 00c500 019301 00c100 009000 4b914b 979797 999999 9a9a9a 5a5a5a 2b2ba4 0000f6 000086 2f2f53 191930 020263 000073 00009b 4d4d70 7f7f7f 7f7f7f 7f7f7f 7f7f7f 7f7f7f 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 27 22:27:41 UTC 2016
    - 7.2K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/internal/testdata/SimpleWhileLoop/variables/variables.data-00000-of-00001

    Cesar Crusius <******@****.***> 1604617403 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 05 23:10:04 UTC 2020
    - 25 bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/fuzz_generated/bad_node_attr/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1600467057 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 22:17:30 UTC 2020
    - 1.2M bytes
    - Viewed (0)
Back to top