Home
last modified time | relevance | path

Searched refs:appid (Results 1 – 8 of 8) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Dtag.php31 function get_template($appid) { argument
32 …s->db->result_first("SELECT tagtemplates FROM ".UC_DBTABLEPRE."applications WHERE appid='$appid'");
36 function updatedata($appid, $data) { argument
37 $appid = intval($appid);
48 $tmp = $_ENV['app']->get_apps('type', "appid='$appid'");
51 …lt_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$data[0]' AND appid='$appid'");
53 … data='$datanew', expiration='".$this->base->time."' WHERE tagname='$data[0]' AND appid='$appid'");
60 function formatcache($appid, $tagname) { argument
61 …lt_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname' AND appid='$appid'");
63 …ery("UPDATE ".UC_DBTABLEPRE."tags SET expiration='0' WHERE tagname='$tagname' AND appid='$appid'");
[all …]
H A Dnote.php64 foreach((array)$this->apps as $appid => $app) {
65 $appid = $app['appid'];
66 if($appid == intval($appid)) {
67 if($appids && !in_array($appid, $appids)) {
68 $appadd[] = 'app'.$appid."='1'";
70 $varadd[] = "('noteexists{$appid}', '1')";
109 function sendone($appid, $noteid = 0, $note = '') { argument
112 $app = $this->apps[$appid];
166 $note['app'.$appid] = $returnsucceed ? 1 : $note['app'.$appid] - 1;
184 function get_url_code($operation, $getdata, $appid) { argument
[all …]
H A Dmisc.php37 function update_app($appid, $name, $url, $authkey, $charset, $dbcharset) { argument
40 function alter_app_table($appid, $operation = 'ADD') { argument
/plugin/authucenter/lib/uc_client/control/
H A Dtag.php26 $appid = $this->input('appid');
72 foreach($apparray as $appid) {
73 $_ENV['tag']->formatcache($appid, $tagname);
H A Duser.php38 foreach($this->cache['apps'] as $appid => $app) {
53 foreach($this->cache['apps'] as $appid => $app) {
202 $appid = $this->app['appid'];
207 …BTABLEPRE."protectedmembers SET uid='$uid', username='$username', appid='$appid', dateline='{$this…
215 $appid = $this->app['appid'];
218 …ery("DELETE FROM ".UC_DBTABLEPRE."protectedmembers WHERE username='$username' AND appid='$appid'");
H A Dfeed.php25 $appid = intval($this->input('appid'));
48 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."feeds SET appid='$appid', icon='$icon', uid='$uid',…
/plugin/facebookalbum/
H A Dsyntax.php155 'appId' => $data['appid'],
/plugin/authucenter/lib/uc_client/
H A Dclient.php434 function uc_user_getcredit($appid, $uid, $credit) { argument
435 return uc_api_post('user', 'getcredit', array('appid'=>$appid, 'uid'=>$uid, 'credit'=>$credit));