| /external/webrtc/sdk/objc/unittests/ |
| D | RTCIceServerTest.mm | 4 * Use of this source code is governed by a BSD-style license 27 - (void)testOneURLServer { 28 RTC_OBJC_TYPE(RTCIceServer) *server = 31 webrtc::PeerConnectionInterface::IceServer iceStruct = server.nativeServer; 34 EXPECT_EQ("", iceStruct.username); 38 - (void)testTwoURLServer { 39 RTC_OBJC_TYPE(RTCIceServer) *server = [[RTC_OBJC_TYPE(RTCIceServer) alloc] 42 webrtc::PeerConnectionInterface::IceServer iceStruct = server.nativeServer; 46 EXPECT_EQ("", iceStruct.username); 50 - (void)testPasswordCredential { [all …]
|
| /external/python/cpython2/Lib/distutils/ |
| D | config.py | 13 index-servers = 17 username:%s 33 ('show-response', None, 34 'display full response text from server')] 36 boolean_options = ['show-response'] 42 def _store_pypirc(self, username, password): argument 47 f.write(DEFAULT_PYPIRC % (username, password)) 62 index_servers = config.get('distutils', 'index-servers') 63 _servers = [server.strip() for server in 65 if server.strip() != ''] [all …]
|
| /external/python/cpython3/Lib/distutils/ |
| D | config.py | 14 index-servers = 18 username:%s 34 ('show-response', None, 35 'display full response text from server')] 37 boolean_options = ['show-response'] 43 def _store_pypirc(self, username, password): argument 47 f.write(DEFAULT_PYPIRC % (username, password)) 61 index_servers = config.get('distutils', 'index-servers') 62 _servers = [server.strip() for server in 64 if server.strip() != ''] [all …]
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | config.py | 13 index-servers = 17 username:%s 33 ('show-response', None, 34 'display full response text from server')] 36 boolean_options = ['show-response'] 42 def _store_pypirc(self, username, password): argument 46 f.write(DEFAULT_PYPIRC % (username, password)) 60 index_servers = config.get('distutils', 'index-servers') 61 _servers = [server.strip() for server in 63 if server.strip() != ''] [all …]
|
| /external/libcups/cups/ |
| D | testhttp.c | 4 * Copyright © 2007-2018 by Apple Inc. 5 * Copyright © 1997-2006 by Easy Software Products. 15 #include "cups-private.h" 27 *username, /* Username:password string */ member 61 { HTTP_URI_STATUS_OK, "http://server/", 62 "http", "", "server", "/", 80, 0, 64 { HTTP_URI_STATUS_OK, "http://username@server/", 65 "http", "username", "server", "/", 80, 0, 67 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/", 68 "http", "username:password", "server", "/", 80, 0, [all …]
|
| /external/webrtc/sdk/objc/api/peerconnection/ |
| D | RTCIceServer.h | 4 * Use of this source code is governed by a BSD-style license 25 /** URI(s) for this server represented as NSStrings. */ 28 /** Username to use if this RTCIceServer object is a TURN server. */ 29 @property(nonatomic, readonly, nullable) NSString *username; 31 /** Credential to use if this RTCIceServer object is a TURN server. */ 35 * TLS certificate policy to use if this RTCIceServer object is a TURN server. 51 Only curve names supported by OpenSSL should be used (eg. "P-256","X25519"). 55 - (nonnull instancetype)init NS_UNAVAILABLE; 57 /** Convenience initializer for a server with no authentication (e.g. STUN). */ 58 - (instancetype)initWithURLStrings:(NSArray<NSString *> *)urlStrings; [all …]
|
| /external/webrtc/pc/ |
| D | ice_server_parsing_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 32 return ParseUrl(url, "username", "password"); in ParseTurnUrl() 36 const std::string& username, in ParseUrl() argument 39 url, username, password, in ParseUrl() 44 const std::string& username, in ParseUrl() argument 47 return ParseUrl(url, username, password, tls_certificate_policy, ""); in ParseUrl() 51 const std::string& username, in ParseUrl() argument 58 PeerConnectionInterface::IceServer server; in ParseUrl() local 59 server.urls.push_back(url); in ParseUrl() 60 server.username = username; in ParseUrl() [all …]
|
| /external/python/cpython3/Lib/distutils/command/ |
| D | register.py | 21 ('list-classifiers', None, 24 'Will stop the registering if the meta-data are not fully compliant') 27 'verify', 'list-classifiers', 'strict'] 73 self.username = config['username'] 86 ''' Fetch the list of classifiers from the server. 93 ''' Send the metadata to the package index server to be checked. 95 # send the info to the server and report the result 97 log.info('Server response (%s): %s', code, result) 100 ''' Send the metadata to the package index server. 106 First we try to read the username/password from $HOME/.pypirc, [all …]
|
| /external/python/setuptools/setuptools/_distutils/command/ |
| D | register.py | 21 ('list-classifiers', None, 24 'Will stop the registering if the meta-data are not fully compliant') 27 'verify', 'list-classifiers', 'strict'] 73 self.username = config['username'] 86 ''' Fetch the list of classifiers from the server. 93 ''' Send the metadata to the package index server to be checked. 95 # send the info to the server and report the result 97 log.info('Server response (%s): %s', code, result) 100 ''' Send the metadata to the package index server. 106 First we try to read the username/password from $HOME/.pypirc, [all …]
|
| /external/python/cpython2/Lib/distutils/command/ |
| D | register.py | 22 ('list-classifiers', None, 25 'Will stop the registering if the meta-data are not fully compliant') 28 'verify', 'list-classifiers', 'strict'] 74 self.username = config['username'] 87 ''' Fetch the list of classifiers from the server. 93 ''' Send the metadata to the package index server to be checked. 95 # send the info to the server and report the result 97 log.info('Server response (%s): %s' % (code, result)) 101 ''' Send the metadata to the package index server. 107 First we try to read the username/password from $HOME/.pypirc, [all …]
|
| /external/autotest/client/cros/enterprise/ |
| D | enterprise_policy_base.py | 2 # Use of this source code is governed by a BSD-style license that can be 30 '--gaia-url=https://gaiastaging.corp.google.com', 31 '--lso-url=https://gaiastaging.corp.google.com', 32 '--google-apis-url=https://www-googleapis-test.sandbox.google.com', 33 '--oauth2-client-id=236834563817.apps.googleusercontent.com', 34 '--oauth2-client-secret=RsKv5AwFKSzNgE0yjnurkPVI', 35 ('--cloud-print-url=' 36 'https://cloudprint-nightly-ps.sandbox.google.com/cloudprint'), 37 '--ignore-urlfetcher-cert-requests'] 39 ('--cloud-print-url=' [all …]
|
| /external/google-auth-library-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/google-cloud-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | user.md | 1 --- 3 SPDX-License-Identifier: curl 7 Help: Server user and password 11 See-also: 12 - netrc 13 - config 15 - -u user:secret $URL 16 --- 18 # `--user` 20 Specify the username and password to use for server authentication. Overrides [all …]
|
| /external/sdk-platform-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 …export GPG_KEY_ID=$(echo -n $(gpg --with-colons ${GPG_HOMEDIR}/pubring.gpg | awk -F':' '/pub/{ pri… 27 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 28 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 35 <server> 37 <username>${SONATYPE_USERNAME}</username> [all …]
|
| /external/grpc-grpc/src/php/tests/interop/Grpc/Testing/ |
| D | SimpleResponse.php | 28 * Generated from protobuf field <code>string username = 2;</code> 30 protected $username = ''; variable in Grpc\\Testing\\SimpleResponse 38 * Server ID. This must be unique among different server instances, 39 * but the same across all RPC's made to a particular server instance. 51 * Server hostname. 65 * @type string $username 71 * Server ID. This must be unique among different server instances, 72 * but the same across all RPC's made to a particular server instance. 76 * Server hostname. 92 return $this->payload; [all …]
|
| /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | SimpleResponse.php | 28 * Generated from protobuf field <code>string username = 2;</code> 30 protected $username = ''; variable in Grpc\\Testing\\SimpleResponse 38 * Server ID. This must be unique among different server instances, 39 * but the same across all RPC's made to a particular server instance. 51 * Server hostname. 65 * @type string $username 71 * Server ID. This must be unique among different server instances, 72 * but the same across all RPC's made to a particular server instance. 76 * Server hostname. 92 return $this->payload; [all …]
|
| /external/python/setuptools/setuptools/_distutils/tests/ |
| D | test_config.py | 16 index-servers = 22 username:me 26 username:meagain 32 username:cbiggles 33 password:yh^%#rest-of-my-password 37 [server-login] 38 username:tarek 44 index-servers = 48 username:tarek 98 ('server', 'server1'), ('username', 'me')] [all …]
|
| /external/python/cpython3/Lib/distutils/tests/ |
| D | test_config.py | 16 index-servers = 22 username:me 26 username:meagain 32 username:cbiggles 33 password:yh^%#rest-of-my-password 37 [server-login] 38 username:tarek 44 index-servers = 48 username:tarek 98 ('server', 'server1'), ('username', 'me')] [all …]
|
| /external/autotest/frontend/afe/ |
| D | rpc_client_lib.py | 3 server. 20 (global_config/shadow_config) include only the hostname of the RPC server to 26 add_protocol('cautotest') --> 'http://cautotest' 27 add_protocol('http://cautotest') --> 'http://cautotest' 28 add_protocol('https://cautotest') --> 'https://cautotest' 30 @param hostname: hostname or url prefix of the RPC server. 31 @returns: A string URL for the RPC server with the protocl prefix. 44 def _base_authorization_headers(username, server): argument 51 if not username: 53 username = os.environ['AUTOTEST_USER'] [all …]
|
| /external/python/cpython2/Doc/distutils/ |
| D | packageindex.rst | 5 .. _package-index: 11 The `Python Package Index (PyPI)`_ stores :ref:`meta-data <meta-data>` 16 pushing meta-data and distribution files to PyPI, respectively. See 17 :ref:`package-commands` for information on these commands. 24 If you alter the meta-data for a particular version, you can submit it again 40 command. See :ref:`package-display` for more information. 43 .. _package-commands: 49 :ref:`register <package-register>` command for submitting meta-data to PyPI 50 and the :ref:`upload <package-upload>` command for submitting distribution 55 .. _package-register: [all …]
|
| /external/libcups/man/ |
| D | lpmove.8 | 4 .\" Copyright © 2007-2019 by Apple Inc. 5 .\" Copyright © 1997-2006 by Easy Software Products. 12 lpmove \- move a job or all jobs to a new destination 16 .B \-E 18 \fB\-h \fIserver\fR[\fB:\fIport\fR] 20 .B \-U 21 .I username 28 .B \-E 30 \fB\-h \fIserver\fR[\fB:\fIport\fR] 32 .B \-U [all …]
|
| D | cancel.1 | 4 .\" Copyright © 2007-2019 by Apple Inc. 5 .\" Copyright © 1997-2006 by Easy Software Products. 12 cancel \- cancel jobs 16 .B \-E 18 .B \-U 19 .I username 21 .B \-a 23 .B \-h 26 .B \-u 27 .I username [all …]
|
| /external/curl/tests/data/ |
| D | test2027 | 9 # Server-side 12 <!-- 21 --> 23 <!-- First request has Digest auth, wrong password --> 26 Server: Microsoft-IIS/5.0 27 Content-Type: text/html; charset=iso-8859-1 28 Content-Length: 27 29 WWW-Authenticate: Digest realm="testrealm", nonce="1" 36 Server: Microsoft-IIS/5.0 37 Content-Type: text/html; charset=iso-8859-1 [all …]
|