Home
last modified time | relevance | path

Searched refs:requestString (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/nokia/
H A Dqgeocodingmanagerengine_nokia.cpp108 requestString += "&gen=9"; in geocode()
110 requestString += "&language="; in geocode()
121 requestString += ","; in geocode()
123 requestString += ","; in geocode()
131 requestString += ","; in geocode()
133 requestString += ";"; in geocode()
135 requestString += ","; in geocode()
195 requestString += "&gen=9"; in geocode()
275 requestString += "&gen=9"; in reverseGeocode()
279 requestString += "&prox="; in reverseGeocode()
[all …]
H A Dqgeoroutingmanagerengine_nokia.cpp272 requests << requestString; in calculateRouteRequestString()
308 requests << requestString; in updateRouteRequestString()
317 QString requestString; in modesRequestString() local
380 requestString += "&mode="; in modesRequestString()
384 return requestString; in modesRequestString()
389 QString requestString; in routeRequestString() local
426 requestString += "&departure="; in routeRequestString()
434 requestString += "metric"; in routeRequestString()
436 requestString += "imperial"; in routeRequestString()
443 requestString += loc.name(); in routeRequestString()
[all …]
H A Dqgeotilefetcher_nokia.cpp134 QString requestString = http; in getRequestString() local
142 requestString += path; in getRequestString()
143 requestString += mapScheme; in getRequestString()
144 requestString += slash; in getRequestString()
146 requestString += slash; in getRequestString()
148 requestString += slash; in getRequestString()
150 requestString += slash; in getRequestString()
153 requestString += slashpng; in getRequestString()
157 requestString += m_token; in getRequestString()
165 requestString += "&lg="; in getRequestString()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/middleware/
H A Dredirect_to_https_test.go22 requestString string
58 requestString: "http://example.com",
67 requestString: "https://example.com",
75 requestString: "http://example.com",
85 requestString: "http://example.com",
96 requestString: "https://example.com",
106 requestString: "http://example.com",
116 requestString: "https://example.com",
126 requestString: "http://example.com",
137 requestString: "https://example.com",
[all …]
H A Dhealthcheck_test.go16 requestString string
24 req := httptest.NewRequest("", in.requestString, nil)
40 requestString: "http://example.com/ping",
48 requestString: "http://example.com/ping",
64 requestString: "http://example.com",
72 requestString: "http://example.com/abc",
82 requestString: "http://example.com/abc",
92 requestString: "http://example.com/abc",
102 requestString: "http://example.com/abc",
128 requestString: "http://example.com/abc",
[all …]
H A Dmetrics_test.go19 requestString string
29 req := httptest.NewRequest("", in.requestString, nil)
47 requestString: "http://example.com/metrics",
60 requestString: "http://example.com/",
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/View/Helper/
H A DJsHelper.php300 $requestString = $event = '';
302 $requestString = $this->confirmReturn($options['confirm']);
309 $requestString .= $this->request($url, $options);
311 if (!empty($requestString)) {
312 $event = $this->event('click', $requestString, $options + array('buffer' => $buffer));
380 $requestString = $url = '';
382 $requestString = $this->confirmReturn($options['confirm']);
398 $requestString .= $this->request($url, $options);
399 if (!empty($requestString)) {
400 $event = $this->event('click', $requestString, $options + array('buffer' => $buffer));
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DHttpsTestClient.cs104 … string requestString = await httpConversation(responseString).ConfigureAwait(false); in HttpsRequestAsync()
105 if (requestString == null) in HttpsRequestAsync()
110 if (requestString.Length > 0) in HttpsRequestAsync()
112 byte[] requestBuffer = Encoding.UTF8.GetBytes(requestString); in HttpsRequestAsync()
162 string requestString = null; in DefaultHttpConversation()
165requestString = string.Format(Options.DefaultRequestStringTemplate, _options.ServerName); in DefaultHttpConversation()
169 return Task.FromResult(requestString); in DefaultHttpConversation()
H A DHttpsTestServer.cs159 string requestString = Encoding.UTF8.GetString(requestBuffer, 0, bytesRead); in ProcessHttp()
161 _log.WriteLine("[Server] Received {0} bytes: <{1}>", bytesRead, requestString); in ProcessHttp()
169 string responseString = await httpConversation(requestString).ConfigureAwait(false); in ProcessHttp()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpaster/frontend/
H A Dargumentscollector.cpp84 const QString requestString = m_arguments.takeFirst(); in setRequest() local
85 if (requestString == pasteRequestString()) in setRequest()
87 else if (requestString == listProtocolsRequestString()) in setRequest()
89 else if (requestString == helpRequestString()) in setRequest()
92 … throw ArgumentErrorException(QString::fromLatin1("Unknown request \"%1\"").arg(requestString)); in setRequest()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/
H A DEntityEnclosingMethod.java83 private String requestString = null; field in EntityEnclosingMethod
138 || (this.requestString != null); in hasRequestContent()
152 this.requestString = null; in clearRequestBody()
184 } else if (this.requestString != null) { in generateRequestEntity()
188 requestString, null, charset); in generateRequestEntity()
195 requestString, null, null); in generateRequestEntity()
450 this.requestString = body; in setRequestBody()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/sync/net/test/
H A DTestHMACAuthHeaderProvider.java34 public static String getSignature(String requestString, String key) in getSignature() argument
36 return HMACAuthHeaderProvider.getSignature(requestString, key); in getSignature()
129 …String requestString = LeakyHMACAuthHeaderProvider.getRequestString(req, timestampInSeconds, nonce… in testSpecSignatureExample() local
139 assertEquals(expected, requestString); in testSpecSignatureExample()
161 …String requestString = LeakyHMACAuthHeaderProvider.getRequestString(req, timestampInSeconds, nonce… in testCompatibleWithDesktopFirefox() local
163 …jzh5chjQc2zFEvLbyHnPdX11Yck=", LeakyHMACAuthHeaderProvider.getSignature(requestString, keyString)); in testCompatibleWithDesktopFirefox()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/gecko/sync/net/test/
H A DTestHMACAuthHeaderProvider.java34 public static String getSignature(String requestString, String key) in getSignature() argument
36 return HMACAuthHeaderProvider.getSignature(requestString, key); in getSignature()
129 …String requestString = LeakyHMACAuthHeaderProvider.getRequestString(req, timestampInSeconds, nonce… in testSpecSignatureExample() local
139 assertEquals(expected, requestString); in testSpecSignatureExample()
161 …String requestString = LeakyHMACAuthHeaderProvider.getRequestString(req, timestampInSeconds, nonce… in testCompatibleWithDesktopFirefox() local
163 …jzh5chjQc2zFEvLbyHnPdX11Yck=", LeakyHMACAuthHeaderProvider.getSignature(requestString, keyString)); in testCompatibleWithDesktopFirefox()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/net/
H A DHMACAuthHeaderProvider.java161 String requestString = getRequestString(request, timestamp, nonce, extra); in getAuthHeader() local
162 String macString = getSignature(requestString, this.key); in getAuthHeader()
202 protected static String getSignature(String requestString, String key) in getSignature() argument
204 …String macString = Base64.encodeBase64String(sha1(requestString.getBytes("UTF-8"), key.getBytes("U… in getSignature()
247 String requestString = timestamp + "\n" + in getRequestString() local
255 return requestString; in getRequestString()
H A DHawkAuthHeaderProvider.java153 …String requestString = getRequestString(request, "header", timestamp, nonce, payloadHash, extra, a… in getAuthHeader() local
154 String macString = getSignature(requestString.getBytes("UTF-8"), this.key); in getAuthHeader()
399 protected static String getSignature(byte[] requestString, byte[] key) in getSignature() argument
401 return Base64.encodeBase64String(hmacSha256(requestString, key)); in getSignature()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/net/
H A DHMACAuthHeaderProvider.java161 String requestString = getRequestString(request, timestamp, nonce, extra); in getAuthHeader() local
162 String macString = getSignature(requestString, this.key); in getAuthHeader()
202 protected static String getSignature(String requestString, String key) in getSignature() argument
204 …String macString = Base64.encodeBase64String(sha1(requestString.getBytes("UTF-8"), key.getBytes("U… in getSignature()
247 String requestString = timestamp + "\n" + in getRequestString() local
255 return requestString; in getRequestString()
H A DHawkAuthHeaderProvider.java153 …String requestString = getRequestString(request, "header", timestamp, nonce, payloadHash, extra, a… in getAuthHeader() local
154 String macString = getSignature(requestString.getBytes("UTF-8"), this.key); in getAuthHeader()
399 protected static String getSignature(byte[] requestString, byte[] key) in getSignature() argument
401 return Base64.encodeBase64String(hmacSha256(requestString, key)); in getSignature()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSchSendAuxRecordTest.cs40 tasks[0] = server.AcceptHttpsClientAsync((requestString) => in SslStream_ClientAndServerUsesAuxRecord_Ok()
42 serverTotalBytesReceived += requestString.Length; in SslStream_ClientAndServerUsesAuxRecord_Ok()
87 string requestString = string.Format( in SslStream_ClientAndServerUsesAuxRecord_Ok()
91 return Task.FromResult(requestString); in SslStream_ClientAndServerUsesAuxRecord_Ok()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/jsonrpc/
H A DRpcRequest.java110 String requestString = request.toString(); in send() local
112 Debug.log("Request: " + requestString); in send()
116 : requestString); in send()
118 request_ = builder.sendRequest(requestString, new RequestCallback() { in send()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DSchSendAuxRecordHttpTest.cs46 tasks[0] = server.AcceptHttpsClientAsync((requestString) => in HttpClient_ClientUsesAuxRecord_Ok()
48 serverTotalBytesReceived += requestString.Length; in HttpClient_ClientUsesAuxRecord_Ok()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/drm/
H A DClearKeyUtil.java47 String requestString = Util.fromUtf8Bytes(request); in adjustRequestData() local
48 return Util.getUtf8Bytes(base64ToBase64Url(requestString)); in adjustRequestData()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/drm/
H A DClearKeyUtil.java47 String requestString = Util.fromUtf8Bytes(request); in adjustRequestData() local
48 return Util.getUtf8Bytes(base64ToBase64Url(requestString)); in adjustRequestData()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/drm/
H A DClearKeyUtil.java47 String requestString = Util.fromUtf8Bytes(request); in adjustRequestData() local
48 return Util.getUtf8Bytes(base64ToBase64Url(requestString)); in adjustRequestData()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Config/
H A DValidator.php389 @preg_match('/' . Util::requestString($values[$path]) . '/', '', $matches);
421 $v = Util::requestString($v);
476 $value = Util::requestString($values[$path]);
570 $result = preg_match($regex, Util::requestString($values[$path]));
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Config/
H A DValidator.php396 @preg_match('/' . Util::requestString($values[$path]) . '/', '', $matches);
429 $v = Util::requestString($v);
484 $value = Util::requestString($values[$path]);
578 $result = preg_match($regex, Util::requestString($values[$path]));

12345