Home
last modified time | relevance | path

Searched refs:_response (Results 1 – 25 of 1305) sorted by relevance

12345678910>>...53

/dports/www/py-google-cloud-dlp/google-cloud-dlp-3.3.1/google/cloud/dlp_v2/services/dlp_service/
H A Dpagers.py78 yield self._response
82 yield self._response
140 yield self._response
206 yield self._response
268 yield self._response
334 yield self._response
396 yield self._response
462 yield self._response
524 yield self._response
590 yield self._response
[all …]
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/google/cloud/logging_v2/services/config_service_v2/
H A Dpagers.py70 self._response = response
78 yield self._response
82 yield self._response
140 yield self._response
144 yield self._response
206 yield self._response
268 yield self._response
334 yield self._response
396 yield self._response
462 yield self._response
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1/services/product_search/
H A Dpagers.py70 self._response = response
78 yield self._response
82 yield self._response
144 yield self._response
148 yield self._response
210 yield self._response
272 yield self._response
338 yield self._response
404 yield self._response
472 yield self._response
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p4beta1/services/product_search/
H A Dpagers.py70 self._response = response
78 yield self._response
82 yield self._response
144 yield self._response
148 yield self._response
210 yield self._response
272 yield self._response
338 yield self._response
404 yield self._response
472 yield self._response
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p3beta1/services/product_search/
H A Dpagers.py70 self._response = response
78 yield self._response
82 yield self._response
144 yield self._response
148 yield self._response
210 yield self._response
272 yield self._response
338 yield self._response
404 yield self._response
472 yield self._response
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/returners/
H A Dcouchdb_return.py145 if "ok" not in _response or _response["ok"] is not True:
156 _response = _request(
164 if "ok" not in _response or _response["ok"] is not True:
175 if "error" in _response:
178 return {_response["id"]: _response}
186 _response = _request(
227 _response = _request(
264 _response = _request(
293 if "error" in _response:
340 _response = _request(
[all …]
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWETreeData.m118 [_response appendContentString:@"\""];
123 [_response appendContentString:@"\""];
128 [_response appendContentString:@"\""];
134 [_response appendContentString:@">"];
151 [_response appendContentString:_icon];
180 toResponse:(WOResponse *)_response
270 [_response appendContentString:
276 [_response appendContentString:
284 [_response appendContentString:@"<b>"];
293 toResponse:(WOResponse *)_response
[all …]
H A DWETabView.m305 toResponse:(WOResponse *)_response
432 [_response appendContentString:
434 [_response appendContentString:@">"];
553 toResponse:(WOResponse *)_response
559 toResponse:_response
568 [_response appendContentString:
614 [_response appendContentString:
631 toResponse:_response
641 toResponse:_response
758 [_response appendContentString:
[all …]
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWETreeData.m118 [_response appendContentString:@"\""];
123 [_response appendContentString:@"\""];
128 [_response appendContentString:@"\""];
134 [_response appendContentString:@">"];
151 [_response appendContentString:_icon];
180 toResponse:(WOResponse *)_response
270 [_response appendContentString:
276 [_response appendContentString:
284 [_response appendContentString:@"<b>"];
293 toResponse:(WOResponse *)_response
[all …]
H A DWETabView.m305 toResponse:(WOResponse *)_response
432 [_response appendContentString:
434 [_response appendContentString:@">"];
553 toResponse:(WOResponse *)_response
559 toResponse:_response
568 [_response appendContentString:
614 [_response appendContentString:
631 toResponse:_response
641 toResponse:_response
758 [_response appendContentString:
[all …]
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/google/cloud/logging_v2/services/logging_service_v2/
H A Dpagers.py72 self._response = response
80 yield self._response
84 yield self._response
134 self._response = response
142 yield self._response
146 yield self._response
208 yield self._response
212 yield self._response
274 yield self._response
342 yield self._response
[all …]
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/
H A Dpagers.py71 self._response = response
79 yield self._response
83 yield self._response
133 self._response = response
141 yield self._response
145 yield self._response
207 yield self._response
211 yield self._response
269 yield self._response
335 yield self._response
[all …]
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-rewrite-handler/src/test/java/org/mortbay/jetty/handler/rewrite/
H A DMsieSslRuleTest.java33 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kWithIE5()
38 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kWithIE5()
62 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWin2kWithIE7()
76 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kSP1WithIE5()
81 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kSP1WithIE5()
105 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWin2kSP1WithIE7()
137 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinXpWithIE6()
148 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinXpWithIE7()
180 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinVistaWithIE6()
191 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinVistaWithIE7()
[all …]
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-rewrite-handler/src/test/java/org/mortbay/jetty/handler/rewrite/
H A DMsieSslRuleTest.java33 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kWithIE5()
38 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kWithIE5()
62 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWin2kWithIE7()
76 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kSP1WithIE5()
81 result = _rule.matchAndApply(_request.getRequestURI(), _request, _response); in testWin2kSP1WithIE5()
105 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWin2kSP1WithIE7()
137 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinXpWithIE6()
148 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinXpWithIE7()
180 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinVistaWithIE6()
191 assertEquals(null, _response.getHeader(HttpHeaders.CONNECTION)); in testWinVistaWithIE7()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DHtHTTP.cc210 _response.Reset(); in HTTPRequest()
347 if (_response._status_code == -1) in HTTPRequest()
369 if (_response.GetAccessTime()) in HTTPRequest()
439 if (_response._document_length != _response._content_length && in HTTPRequest()
466 if (_response._content_length < _response._document_length) in HTTPRequest()
467 _response._content_length = _response._document_length; in HTTPRequest()
646 if (_response._modification_time) in ParseHeader()
648 delete _response._modification_time; in ParseHeader()
649 _response._modification_time=0; in ParseHeader()
974 _response._document_length = _response._contents.length(); in ReadBody()
[all …]
H A DHtFTP.cc137 _response.Reset(); in Request()
149 _response._content_type = "text/html"; in Request()
183 _response._document_length = _response._contents.length(); in Request()
185 _response._status_code = 0; in Request()
200 _response._content_type = *mime_type; in Request()
207 _response._content_type = "text/html"; in Request()
209 _response._content_type = "text/plain"; in Request()
232 _response._content_length = stat_buf.st_size; in Request()
233 _response._document_length = _response._contents.length(); in Request()
234 _response._status_code = 0; in Request()
[all …]
H A DHtFile.cc198 _response.Reset(); in Request()
217 _response._content_type = "text/html"; in Request()
263 _response._contents << "<link href=\"file://" in Request()
266 _response._contents << "<link href=\"file://" in Request()
279 _response._document_length = _response._contents.length(); in Request()
281 _response._status_code = 0; in Request()
296 _response._content_type = *mime_type; in Request()
325 _response._content_length = stat_buf.st_size; in Request()
326 _response._document_length = _response._contents.length(); in Request()
327 _response._status_code = 0; in Request()
[all …]
/dports/www/py-google-cloud-speech/google-cloud-speech-2.11.1/google/cloud/speech_v1p1beta1/services/adaptation/
H A Dpagers.py71 self._response = response
79 yield self._response
83 yield self._response
133 self._response = response
143 yield self._response
147 yield self._response
201 self._response = response
209 yield self._response
213 yield self._response
275 yield self._response
[all …]
/dports/security/acme.sh/acme.sh-3.0.1/deploy/
H A Dgcore_cdn.sh60 _debug _response "$_response"
63 _token=$(echo "$_response" | sed -n "s/$_regex/\1/p")
73 _response=$(_get "https://api.gcdn.co/resources")
74 _debug _response "$_response"
77 _response=$(echo "$_response" | sed "s/$_regex/$_regex\n/g")
78 _debug _response "$_response"
81 _resource=$(echo "$_response" | _egrep_o "$_regex")
106 _debug _response "$_response"
109 _sslDataAdd=$(echo "$_response" | sed -n "s/$_regex/\1/p")
121 _debug _response "$_response"
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/python/ycm/client/
H A Dcommand_request.py36 self._response = None
64 return self._response
74 if self._response is None:
84 if 'fixits' in self._response:
87 if 'message' in self._response:
90 if 'detailed_info' in self._response:
111 if self._response is None:
118 return str( self._response )
120 if 'message' in self._response:
121 return self._response[ 'message' ]
[all …]
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableView+Grouping.m72 [_response appendContentCString:buf];
73 [_response appendContentCharacter:'"'];
77 [_response appendContentString:bgcolor];
78 [_response appendContentCharacter:'"'];
95 [_response appendContentString:@"\">"];
100 [_response appendContentString:img];
101 [_response appendContentCharacter:'"'];
122 [_response appendContentCharacter:'"'];
128 [_response appendContentString:@">"];
147 [_response appendContentString:@"</td>"];
[all …]
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableView+Grouping.m72 [_response appendContentCString:buf];
73 [_response appendContentCharacter:'"'];
77 [_response appendContentString:bgcolor];
78 [_response appendContentCharacter:'"'];
95 [_response appendContentString:@"\">"];
100 [_response appendContentString:img];
101 [_response appendContentCharacter:'"'];
122 [_response appendContentCharacter:'"'];
128 [_response appendContentString:@">"];
147 [_response appendContentString:@"</td>"];
[all …]
/dports/devel/sope/SOPE/sope-appserver/WOExtensions/
H A DJSConfirmPanel.m144 [_response appendContentString:
146 [_response appendContentHTMLString:_msg];
153 [_response appendContentString:js];
161 [_response appendContentString:@"}"];
188 [_response appendContentString:@"\" "];
196 [_response appendContentString:@" >"];
216 [_response appendContentString:tmp];
221 [_response appendContentString:
226 [_response appendContentString:
233 [_response appendContentString:
[all …]
/dports/devel/sope2/SOPE/sope-appserver/WOExtensions/
H A DJSConfirmPanel.m144 [_response appendContentString:
146 [_response appendContentHTMLString:_msg];
153 [_response appendContentString:js];
161 [_response appendContentString:@"}"];
188 [_response appendContentString:@"\" "];
196 [_response appendContentString:@" >"];
216 [_response appendContentString:tmp];
221 [_response appendContentString:
226 [_response appendContentString:
233 [_response appendContentString:
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/
H A DLdapPartialResultsProcessor.cs116 …if (asyncResult._response != null && (asyncResult._response.Entries.Count > 0 || asyncResult._resp… in RetrievingSearchResults()
156 if (asyncResult._response != null) in GetResultsHelper()
158 AddResult(asyncResult._response, response); in GetResultsHelper()
162 asyncResult._response = response; in GetResultsHelper()
176 if (asyncResult._response != null) in GetResultsHelper()
182 asyncResult._response = response; in GetResultsHelper()
192 if (asyncResult._response != null) in GetResultsHelper()
259 if (asyncResult._response != null) in GetPartialResults()
261 if (asyncResult._response.Entries != null) in GetPartialResults()
268 asyncResult._response.Entries.Clear(); in GetPartialResults()
[all …]

12345678910>>...53