Home
last modified time | relevance | path

Searched refs:is_post (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/irc/bitlbee/bitlbee-3.6/protocols/twitter/
H A Dtwitter_http.c50 gpointer data, int is_post, char **arguments, int arguments_len) in twitter_http() argument
82 is_post ? "POST" : "GET", in twitter_http()
85 is_post ? "" : "?", is_post ? "" : url_arguments, in twitter_http()
98 full_header = oauth_http_header(td->oauth_info, is_post ? "POST" : "GET", in twitter_http()
115 if (is_post) { in twitter_http()
141 gpointer data, int is_post, char **arguments, int arguments_len, in twitter_http_f() argument
144 …struct http_request *ret = twitter_http(ic, url_string, func, data, is_post, arguments, arguments_… in twitter_http_f()
H A Dtwitter_http.h39 gpointer data, int is_post, char** arguments, int arguments_len);
41 gpointer data, int is_post, char** arguments, int arguments_len,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/navigation_interception/
H A Dintercept_navigation_throttle_unittest.cc97 bool is_post) { in SimulateNavigation() argument
106 if (is_post) in SimulateNavigation()
173 Property(&NavigationParams::is_post, Eq(false))))) in TEST_P()
186 Property(&NavigationParams::is_post, Eq(true))))) in TEST_P()
199 Property(&NavigationParams::is_post, Eq(true))))) in TEST_P()
204 Property(&NavigationParams::is_post, Eq(false))))) in TEST_P()
H A Dnavigation_params.cc12 bool is_post, in NavigationParams() argument
22 is_post_(is_post), in NavigationParams()
H A Dnavigation_params.h19 bool is_post,
34 bool is_post() const { return is_post_; } in is_post() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/navigation_interception/
H A Dintercept_navigation_throttle_unittest.cc97 bool is_post) { in SimulateNavigation() argument
106 if (is_post) in SimulateNavigation()
173 Property(&NavigationParams::is_post, Eq(false))))) in TEST_P()
186 Property(&NavigationParams::is_post, Eq(true))))) in TEST_P()
199 Property(&NavigationParams::is_post, Eq(true))))) in TEST_P()
204 Property(&NavigationParams::is_post, Eq(false))))) in TEST_P()
H A Dnavigation_params.cc13 bool is_post, in NavigationParams() argument
24 is_post_(is_post), in NavigationParams()
H A Dnavigation_params.h19 bool is_post,
35 bool is_post() const { return is_post_; } in is_post() function
/dports/mail/roundcube/roundcubemail-1.5.1/installer/
H A Dconfig.php175 echo $select_spell->show($RCI->is_post ? $_POST['_spellcheck_engine'] : 'pspell');
293 echo $select_dbtype->show($RCI->is_post ? $_POST['_dbtype'] : $dsnw['phptype']);
295 echo $input_dbhost->show($RCI->is_post ? $_POST['_dbhost'] : $dsnw['hostspec']);
297 echo $input_dbname->show($RCI->is_post ? $_POST['_dbname'] : $dsnw['database']);
299 echo $input_dbuser->show($RCI->is_post ? $_POST['_dbuser'] : $dsnw['username']);
301 echo $input_dbpass->show($RCI->is_post ? $_POST['_dbpass'] : $dsnw['password']);
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Drest_client.cpp165 bool is_post = request.method == Request::HTTP_METHOD_POST; in generate_http_message() local
167 << (is_post ? "Content-Type: application/json" HTTP_EOL : "") in generate_http_message()
168 << "Content-Length: " << ((is_post) ? request.content.size() : 0) << HTTP_EOL in generate_http_message()
169 << "Connection: close" << HTTP_EOL << HTTP_EOL << (is_post ? request.content : ""); in generate_http_message()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/web/
H A Derror_page_util_unittest.mm55 /*is_post=*/false,
72 /*is_post=*/true,
89 /*is_post=*/false,
106 /*is_post=*/true,
125 /*is_post=*/false,
H A Dchrome_web_client_unittest.mm191 /*is_post=*/false,
217 /*is_post=*/true,
225 EXPECT_NSEQ(GetErrorPage(GURL(kTestUrl), error, /*is_post=*/true,
243 /*is_post=*/false,
269 /*is_post=*/true,
277 EXPECT_NSEQ(GetErrorPage(GURL(kTestUrl), error, /*is_post=*/true,
322 /*is_post=*/false,
369 /*is_post=*/false,
407 /*is_post=*/false,
448 /*is_post=*/false,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/error_page/common/
H A Dlocalized_error.h48 bool is_post,
63 bool is_post);
H A Dlocalized_error.cc481 bool is_post) { in LookupErrorMap() argument
485 if (is_post && error_code == net::ERR_CACHE_MISS) in LookupErrorMap()
899 bool is_post, in GetPageState() argument
927 error_domain, error_code, is_secure_dns_network_error, is_post); in GetPageState()
1027 if ((options.buttons & SHOW_BUTTON_RELOAD) && !is_post) { in GetPageState()
1050 if (!is_post && !result.reload_button_shown && !is_incognito && in GetPageState()
1103 bool is_post) { in GetErrorDetails() argument
1105 error_domain, error_code, is_secure_dns_network_error, is_post); in GetErrorDetails()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/error_page/common/
H A Dlocalized_error.h51 bool is_post,
67 bool is_post);
H A Dlocalized_error.cc466 bool is_post) { in LookupErrorMap() argument
470 if (is_post && error_code == net::ERR_CACHE_MISS) in LookupErrorMap()
914 bool is_post, in GetPageState() argument
940 error_domain, error_code, is_secure_dns_network_error, is_post); in GetPageState()
1064 if (params->suggest_reload && !is_post) { in GetPageState()
1090 if (!is_post && !result.reload_button_shown && !is_incognito && in GetPageState()
1141 bool is_post) { in GetErrorDetails() argument
1143 error_domain, error_code, is_secure_dns_network_error, is_post); in GetErrorDetails()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dcrypto-selftests-pk.c813 bool is_post = false; in gnutls_pk_self_test() local
820 is_post = true; in gnutls_pk_self_test()
857 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
879 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
893 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
904 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
916 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
927 if (is_post || !is_fips140_mode_enabled) { in gnutls_pk_self_test()
/dports/audio/libshout/libshout-2.4.5/src/
H A Dproto_http.c172 int is_post = 0; in shout_create_http_request_generic() local
176 is_post = strcmp(method, "POST") == 0; in shout_create_http_request_generic()
180 is_post = 1; in shout_create_http_request_generic()
183 is_post = 0; in shout_create_http_request_generic()
193 if (!param || is_post) { in shout_create_http_request_generic()
229 if (param && is_post) { in shout_create_http_request_generic()
237 if (param && is_post) { in shout_create_http_request_generic()
/dports/net-p2p/amule/aMule-2.3.3/src/webserver/src/
H A DWebSocket.cpp170 bool is_post = false; in OnRequestReceived() local
173 is_post = true; in OnRequestReceived()
190 if ( is_post ) { in OnRequestReceived()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/webserver/src/
H A DWebSocket.cpp170 bool is_post = false; in OnRequestReceived() local
173 is_post = true; in OnRequestReceived()
190 if ( is_post ) { in OnRequestReceived()
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DFilterList.pm273 sub is_post { shift->capabilities =~ /O/ } subroutine
274 sub is_pre_post { $_[0]->is_pre and $_[0]->is_post }
386 $info .= "POST, " if $self->is_post;
425 $info .= "POST, " if $self->is_post;
H A DFilterSettings.pm230 return if not $from_filter->is_post and not $before_instance;
235 and not $from_filter->is_post
377 if $self->get_filter->is_post
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/test/
H A Derror_test_util.mm52 bool is_post,
69 is_post, is_off_the_record, cert_status);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/test/fakes/
H A Dfake_navigation_context.mm109 void FakeNavigationContext::SetIsPost(bool is_post) {
110 is_post_ = is_post;
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bmp/
H A Dbmp_util.c239 bca->is_post == bcb->is_post && in bgp_extra_data_cmp_bmp()
327 json_object_set_new_nocheck(obj, "is_post", json_integer((json_int_t)bmed_bmp->is_post)); in bgp_extra_data_print_bmp()
360 pm_avro_check(avro_value_set_int(&p_avro_branch, bmed_bmp->is_post)); in bgp_extra_data_print_bmp()

1234567