Home
last modified time | relevance | path

Searched refs:app (Results 126 – 132 of 132) sorted by last modified time

123456

/plugin/authucenter/lib/uc_client/model/
H A Dnote.php64 foreach((array)$this->apps as $appid => $app) {
65 $appid = $app['appid'];
112 $app = $this->apps[$appid];
117 $apifilename = isset($app['apifilename']) && $app['apifilename'] ? $app['apifilename'] : 'uc.php';
118 if($app['extra']['apppath'] && @include $app['extra']['apppath'].'./api/'.$apifilename) {
168 foreach($apps as $key => $app) {
169 $appstatus = $note['app'.$app['appid']];
170 if(!$app['recvnote'] || $appstatus == 1 || $appstatus <= -UC_NOTE_REPEAT) {
185 $app = $this->apps[$appid];
187 $url = $app['url'];
[all …]
H A Duser.php70 …CT count(*) FROM ".UC_DBTABLEPRE."mergemembers WHERE appid='".$this->base->app['appid']."' AND use…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1179 See also: [official documentation](https://www.xing.com/app/share?op=button_builder)
/plugin/autotweet/
H A Dplugin.info.txt6 desc Automatically posts tweets to your Twitter app when pages are changed.
/plugin/farm/
H A Dsoapconfig.class.php126 $app = '';
261 $app = array();
264 $app[strtolower($m[1])] = array(
271 $app['allowed'] = array(
280 $app['allowed']['value'][$sname] = array();
285 $app['allowed']['value'][$sname][$o[0]] = true;
292 $app['allowed']['value'][$sname][$o[0]] = $o[1];
299 …if(isset($app['name']['value']) && $app['name']['value'] != '') $apps[$app['name']['value']] = $ap…
H A Dsoapserver.php54 $app = $this->getApp($appname);
55 if(!$app) return array();
56 if(bin2hex(mhash(1, $apppwd)) != $app['pwd']) return array();
59 if(!isset($app['allowed'][$service])) return array();
63 foreach($app['allowed'][$service] as $k => $v) {
78 $app = array();
82 $app['allowed'] = array();
89 $app['allowed'][$sname] = array();
94 $app['allowed'][$sname][$o[0]] = true;
101 $app['allowed'][$sname][$o[0]] = $o[1];
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt1413 # function myEchoCallback(app, message, queueState) {}
1422 # function mySyncCallback(app, script, appletName) {
1442 # bug fix: app -j "xxx" option not properly implemented
1673 # cd ? # (signed applet and app only) opens a directory
3972 # bug fix: app -c flag errors not going to Logger.Error
4861 # bug fix for help not working and help URL not displaying (app)
4862 # bug fix for app not writing state from File...Export menu (app)
5095 # function xyData(app, x, y) {
5105 # function xyDataAsString(app, nX, nY) {
5122 # function xyDataAsArray(app, nX, nY, fxy) {
[all …]

123456