Home
last modified time | relevance | path

Searched refs:postArray (Results 1 – 3 of 3) sorted by relevance

/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsampleposteddata.php45 $postArray = &$_POST ; // 4.1.0 or later, use $_POST variable
47 $postArray = &$HTTP_POST_VARS ; // prior to 4.1.0, use HTTP_POST_VARS variable
49 foreach ( $postArray as $sForm => $value )
/plugin/davcard/
H A Dscript.js135 var postArray = { };
175 postArray['phones'] = phoneArray;
176 postArray['email'] = mailArray;
177 postArray['addresses'] = addrArray;
178 postArray['uri'] = entry['uri'];
198 params: postArray,
235 var postArray = { };
275 postArray['phones'] = phoneArray;
276 postArray['email'] = mailArray;
277 postArray['addresses'] = addrArray;
[all …]
/plugin/davcal/
H A Dscript.js47 var postArray = { };
55 params: postArray,
171 var postArray = { };
179 postArray[jQuery(this).prop('name')] = jQuery(this).val();
190 params: postArray,
427 var postArray = { };
438 postArray['attachments'] = attachArr;
457 params: postArray,
539 var postArray = { };
559 postArray['attachments'] = attachArr;
[all …]