OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:workstation
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/auth/
NTCredentials.java
60
private final String
workstation
;
field in class:NTCredentials
92
this.
workstation
= null;
100
* @param
workstation
The
workstation
the authentication request is originating from.
107
final String
workstation
,
115
if (
workstation
!= null) {
116
this.
workstation
=
workstation
.toUpperCase(Locale.ENGLISH);
118
this.
workstation
= null;
144
* Retrieves the
workstation
name of the computer originating the request
[
all
...]
/external/kotlinc/lib/
kotlin-daemon-client.jar
Completed in 263 milliseconds