Home
last modified time | relevance | path

Searched refs:POST (Results 276 – 282 of 282) sorted by last modified time

1...<<1112

/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js757 type="POST";
782 }return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.aja…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js757 type="POST";
782 }return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});
/plugin/md5gen/
H A Dsyntax.php55 $buffer.="<form action='".script()."' method='POST'>";
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm40 <form method="POST" action="sampleposteddata.cfm">
H A Dsample01.cfm40 <form method="POST" action="sampleposteddata.cfm">
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
133 - GET/POST data: a=123&b[c]=456&b[d]=789
137 - GET/POST data: a=123&b[]=4&b[]=5
152 - multipart/form-data: form.POST
153 - application/octet-stream: xml.POST
155 Please note that xml.POST generates application/octet-stream, but
157 PHP behavior of POST data parsing, because we have to process the

1...<<1112