Lines Matching refs:post
40 $get = $post = array(); variable
54 $post = xml_unserialize(file_get_contents('php://input')); variable
58 echo $uc_note->$get['action']($get, $post);
85 function test($get, $post) { argument
89 function deleteuser($get, $post) { argument
98 function renameuser($get, $post) { argument
108 function gettag($get, $post) { argument
116 function synlogin($get, $post) { argument
137 function synlogout($get, $post) { argument
149 function updatepw($get, $post) { argument
159 function updatebadwords($get, $post) { argument
169 function updatehosts($get, $post) { argument
179 $s .= '$_CACHE[\'hosts\'] = '.var_export($post, TRUE).";\r\n";
186 function updateapps($get, $post) { argument
194 if($post['UC_API']) {
195 $UC_API = $post['UC_API'];
196 unset($post['UC_API']);
202 $s .= '$_CACHE[\'apps\'] = '.var_export($post, TRUE).";\r\n";
220 function updateclient($get, $post) { argument
230 $s .= '$_CACHE[\'settings\'] = '.var_export($post, TRUE).";\r\n";
237 function updatecredit($get, $post) { argument
274 function updatecreditsettings($get, $post) { argument
283 function addfeed($get, $post) { argument