Searched refs:postdata (Results 1 – 3 of 3) sorted by relevance
/plugin/struct/action/ |
H A D | edit.php | 124 $postdata = $structdata[$tablename]; 126 $postdata = []; 135 if (isset($postdata[$label])) { 137 $data = $postdata[$label];
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | note.php | 61 function add($operation, $getdata='', $postdata='', $appids=array(), $pri = 0) { argument 84 $postdata = addslashes($postdata); 85 …"notelist SET getdata='$getdata', operation='$operation', pri='$pri', postdata='$postdata'$extra");
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 114 $postdata = uc_api_requestdata($module, $action, $s); 115 return uc_fopen2(UC_API.'/index.php', 500000, $postdata, '', TRUE, UC_IP, 20);
|