Lines Matching refs:appid
64 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'" : '…
144 $_ENV[$this->operations[$note['operation']][2]]->$func($appid, $response);
146 …$this->db->query("UPDATE ".UC_DBTABLEPRE."notelist SET app$appid='1', totalnum=totalnum+1, succeed…
149 …$this->db->query("UPDATE ".UC_DBTABLEPRE."notelist SET app$appid = app$appid-'1', totalnum=totalnu…
165 function _close_note($note, $apps, $returnsucceed, $appid) { argument
166 $note['app'.$appid] = $returnsucceed ? 1 : $note['app'.$appid] - 1;
184 function get_url_code($operation, $getdata, $appid) { argument
185 $app = $this->apps[$appid];