Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
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'");
55 …DBTABLEPRE."tags (tagname, appid, data, expiration) VALUES ('$data[0]', '$appid', '$datanew', '".$…
60 function formatcache($appid, $tagname) { argument
61 …lt_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname' AND appid='$appid'");
[all …]
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];
131 $url = $this->get_url_code($note['operation'], $note['getdata'], $appid);
138 …$closedsqladd = $this->_close_note($note, $this->apps, $returnsucceed, $appid) ? ",closed='1'" : '…
[all …]
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/
Dtag.php26 $appid = $this->input('appid');
72 foreach($apparray as $appid) {
73 $_ENV['tag']->formatcache($appid, $tagname);
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'");
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/
Dsyntax.php155 'appId' => $data['appid'],
/plugin/authucenter/lib/uc_client/
Dclient.php434 function uc_user_getcredit($appid, $uid, $credit) { argument
435 return uc_api_post('user', 'getcredit', array('appid'=>$appid, 'uid'=>$uid, 'credit'=>$credit));