Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 225 for Tkey (0.07 sec)

  1. src/main/java/jcifs/smb1/smb1/Dfs.java

                    if (_klen == key.length()) {
                        match = _key.equals(key);
                    } else if (_klen < key.length()) {
                        match = _key.regionMatches(0, key, 0, _klen) && key.charAt(_klen) == '\\';
                    }
    
                    if (match)
                        dr = (DfsReferral)referrals.map.get(_key);
                }
            }
    
            return dr;
        }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 11.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/key.go

    Russ Cox <******@****.***> 1556240477 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 29 12:39:27 UTC 2019
    - 309 bytes
    - Viewed (0)
  3. src/internal/syscall/windows/registry/key.go

    	// but they can also be used anywhere a Key is required.
    	CLASSES_ROOT   = Key(syscall.HKEY_CLASSES_ROOT)
    	CURRENT_USER   = Key(syscall.HKEY_CURRENT_USER)
    	LOCAL_MACHINE  = Key(syscall.HKEY_LOCAL_MACHINE)
    	USERS          = Key(syscall.HKEY_USERS)
    	CURRENT_CONFIG = Key(syscall.HKEY_CURRENT_CONFIG)
    )
    
    // Close closes open key k.
    func (k Key) Close() error {
    	return syscall.RegCloseKey(syscall.Handle(k))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  4. pkg/client/testdata/myCA.key

    Rajdeep Dua <******@****.***> 1418713047 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 18 08:57:33 UTC 2014
    - 1.6K bytes
    - Viewed (0)
  5. pkg/kubelet/certificate/bootstrap/testdata/mycertvalid.key

    刁浩 10284789 <******@****.***> 1618045205 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 02 15:22:00 UTC 2021
    - 530 bytes
    - Viewed (0)
  6. security/pkg/nodeagent/cache/testdata/key.pem

    Oliver Liu <******@****.***> 1586804146 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 13 18:55:46 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  7. tests/common/jwt/key.pem

    Yangmin Zhu <******@****.***> 1561584590 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 26 21:29:50 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  8. tests/testdata/certs/cert.key

    Nathan Mittler <******@****.***> 1522713288 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 02 23:54:48 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  9. tests/util/pki/k8sca.key

    John Howard <******@****.***> 1565464498 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Aug 10 19:14:58 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  10. pilot/cmd/pilot-agent/status/test-cert/cert.key

    Zhonghu Xu <******@****.***> 1554199606 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 10:06:46 UTC 2019
    - 1.7K bytes
    - Viewed (0)
Back to top