Home
last modified time | relevance | path

Searched refs:post_string (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/billing/
H A Dtestcc.php60 $post_string = ""; variable
62 { $post_string .= "$key=" . urlencode( $value ) . "&"; }
63 $post_string = rtrim( $post_string, "& " ); variable
72 curl_setopt($request, CURLOPT_POSTFIELDS, $post_string); // use HTTP POST to send form data
H A Dinclude.php148 function charge_an($post_string) { argument
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/pkfix/
H A Dpkfix.pl288 my $post_string = "";
390 $post_string = $2;
391 $post_string =~ s/\s*$//;
392 $post_string .= "\n" unless $post_string eq "";
442 $post_string,
518 $post_string .= $_;
/dports/www/tikiwiki/tiki-21.2/tiki_tests/
H A Dtiki-tests_replay.php121 $post_string = '';
123 if ($post_string != '') {
124 $post_string .= '&';
126 $post_string .= "$p=$v";
128 curl_setopt($curl, CURLOPT_POSTFIELDS, $post_string);
/dports/math/gap/gap-4.11.0/pkg/curlInterface-2.1.1/tst/
H A Dbasic.tst113 # Check not IsStringRep (post_string)
114 gap> post_string := List("animal=tiger&material=cotton", letter -> letter);;
115 gap> IsStringRep(post_string);
117 gap> r := PostToURL("httpbin.org/post", post_string, rec(verifyCert := true));;
H A Derrors.tst27 # post_string not a string
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/
H A DRemote.php366 $post_string = "POST http://".$server_host;
368 $post_string .= ':'.$server_port;
371 $post_string = "POST ";
375 fwrite($fp, ($post_string . $path . "$maxAge HTTP/1.0\r\n$req_headers\r\n$request"));
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/parser/library/
H A Dlibrary-pimpl.cxx33 title_.assign (post_string ()); in post_title()
43 std::string v (post_string ()); in post_genre()
/dports/comms/libconcord/concordance-1.2/concordance/
H A Dconcordance.c591 char *post_string = NULL; in learn_ir_commands() local
643 ir_signal_length, &post_string); in learn_ir_commands()
652 printf("%s\n\n", post_string ); in learn_ir_commands()
672 post_string, cb, cb_arg); in learn_ir_commands()
693 delete_encoded_signal(post_string); in learn_ir_commands()
/dports/comms/concordance/concordance-1.2/concordance/
H A Dconcordance.c591 char *post_string = NULL; in learn_ir_commands() local
643 ir_signal_length, &post_string); in learn_ir_commands()
652 printf("%s\n\n", post_string ); in learn_ir_commands()
672 post_string, cb, cb_arg); in learn_ir_commands()
693 delete_encoded_signal(post_string); in learn_ir_commands()
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/tests/cxx/parser/enumeration/
H A Ddriver.cxx25 std::string str (post_string ()); in post_gender()
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/parser/mixed/
H A Ddriver.cxx24 return anchor (post_string (), uri_); in post_anchor()
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/parser/wildcard/
H A Ddriver.cxx127 string text (string_p_.post_string ()); in _end_any_element()
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/parser/non-validating/
H A Dxml-schema-pskel.hxx322 post_string () = 0;
H A Dxml-schema-pimpl.hxx351 post_string ();
H A Dxml-schema-pimpl.txx645 post_string () in post_string() function in xsd::cxx::parser::non_validating::string_pimpl
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/libxsd/xsd/cxx/parser/validating/
H A Dxml-schema-pskel.hxx322 post_string () = 0;
H A Dxml-schema-pimpl.hxx419 post_string ();
H A Dxml-schema-pimpl.txx751 post_string () in post_string() function in xsd::cxx::parser::validating::string_pimpl
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/tests/cxx/parser/validation/built-in/string/
H A Ddriver.cxx50 assert (p.post_string () == " \n\t aaa bbb "); in main()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dhtml.c1845 bool infPush(int tagno, char **post_string) in infPush() argument
1857 *post_string = 0; in infPush()
2067 *post_string = 0; in infPush()
2075 *post_string = pfs; in infPush()
H A Debprot.h166 bool infPush(int tagno, char **post_string);