Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/_samples/php/
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/grensladawritezor/fckeditor/_samples/php/
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/
Dscript.js135 var postArray = { };
175 postArray['phones'] = phoneArray;
176 postArray['email'] = mailArray;
177 postArray['addresses'] = addrArray;
178 postArray['uri'] = entry['uri'];
183 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
187 postArray[jQuery(this).prop('name')] = jQuery(this).val();
198 params: postArray,
235 var postArray = { };
275 postArray['phones'] = phoneArray;
[all …]
/plugin/davcal/
Dscript.js47 var postArray = { };
55 params: postArray,
171 var postArray = { };
175 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
179 postArray[jQuery(this).prop('name')] = jQuery(this).val();
190 params: postArray,
427 var postArray = { };
438 postArray['attachments'] = attachArr;
442 postArray[jQuery(this).prop('name')] = jQuery(this).prop('checked') ? 1 : 0;
446 postArray[jQuery(this).prop('name')] = jQuery(this).val();
[all …]