Home
last modified time | relevance | path

Searched full:currentuser (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/docs/cmdline-opts/
Dcert.md52 *"CurrentUser\MY\934a7ac6f8a5d579285a74fa61e19f23ddfe8d7a"*. Thumbprint is
54 store locations are supported: *CurrentUser*, *LocalMachine*,
/third_party/curl/docs/libcurl/opts/
DCURLOPT_SSLCERT.md50 **"CurrentUser\\MY\\934a7ac6f8a5d579285a74fa"**. The thumbprint is usually a
52 locations are supported: **CurrentUser**, **LocalMachine**,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp216 ResourceState &CurrentUser = *Resources[GroupIndex]; in use() local
217 CurrentUser.markSubResourceAsUsed(RR.first); in use()
238 ResourceState &CurrentUser = *Resources[GroupIndex]; in release() local
239 CurrentUser.releaseSubResource(RR.first); in release()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java31 …private String currentUser; // The name of the person currently us… field in RBManager
78 currentUser = "Unknown"; in RBManager()
522 mainItem.setCreator(currentUser); in createItem()
523 mainItem.setModifier(currentUser); in createItem()
542 item.setCreator(currentUser); in createItem()
543 item.setModifier(currentUser); in createItem()
804 return currentUser; in getUser()
812 currentUser = user; in setUser()
897 currentUser = "Unknown"; in init()
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall+GID.mm24 NSString *token = self.currentUser.authentication.accessToken;
/third_party/openssl/
Dappveyor.yml29 Install-Module VSSetup -Scope CurrentUser
/third_party/grpc/examples/objective-c/auth_sample/
DMakeRPCViewController.m70 options.oauth2AccessToken = GIDSignIn.sharedInstance.currentUser.authentication.accessToken;
/third_party/python/Doc/using/
Dvenv-create.inc91 PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
/third_party/python/Lib/venv/scripts/common/
DActivate.ps145 PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
/third_party/curl/lib/vtls/
Dschannel.c401 if(_tcsncmp(path, TEXT("CurrentUser"), store_name_len) == 0) in get_cert_location()
/third_party/curl/src/
Dtool_hugehelp.c637 " details. Following store locations are supported: CurrentUser,\n" in hugehelp()