Home
last modified time | relevance | path

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

123456

/plugin/netlogo/
H A Dplugin.info.txt6 desc Embed a NetLogo app in your DokuWiki page.
/plugin/authfacebook/lib/
H A DFacebook.php76 protected $app; variable in Facebook\\Facebook
145 $this->app = new FacebookApp($config['app_id'], $config['app_secret']);
173 return $this->app;
194 $app = $this->getApp();
196 $this->oAuth2Client = new OAuth2Client($app, $client, $this->defaultGraphVersion);
298 return new FacebookJavaScriptHelper($this->app, $this->client, $this->defaultGraphVersion);
308 return new FacebookCanvasHelper($this->app, $this->client, $this->defaultGraphVersion);
318 return new FacebookPageTabHelper($this->app, $this->client, $this->defaultGraphVersion);
488 $this->app,
511 $this->app,
[all …]
H A DFacebookBatchRequest.php52 * @param FacebookApp|null $app
57 …public function __construct(FacebookApp $app = null, array $requests = [], $accessToken = null, $g… argument
59 parent::__construct($app, $accessToken, 'POST', '', [], null, $graphVersion);
126 $app = $this->getApp();
127 if (!$app) {
130 $request->setApp($app);
H A DFacebookRequest.php44 protected $app; variable in Facebook\\FacebookRequest
89 * @param FacebookApp|null $app
97 …public function __construct(FacebookApp $app = null, $accessToken = null, $method = null, $endpoin… argument
99 $this->setApp($app);
169 * @param FacebookApp|null $app
171 public function setApp(FacebookApp $app = null) argument
173 $this->app = $app;
183 return $this->app;
197 return $accessTokenEntity->getAppSecretProof($this->app->getSecret());
H A DSignedRequest.php38 protected $app; variable in Facebook\\SignedRequest
58 $this->app = $facebookApp;
250 $this->app->getSecret(),
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php44 protected $app; variable in Facebook\\FileUpload\\FacebookResumableUploader
62 * @param FacebookApp $app
67 … public function __construct(FacebookApp $app, FacebookClient $client, $accessToken, $graphVersion) argument
69 $this->app = $app;
163 …$request = new FacebookRequest($this->app, $this->accessToken, 'POST', $endpoint, $params, null, $…
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php44 * @param FacebookApp $app The FacebookApp entity.
48 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument
50 parent::__construct($app, $client, $graphVersion);
H A DFacebookSignedRequestFromInputHelper.php48 protected $app; variable in Facebook\\Helpers\\FacebookSignedRequestFromInputHelper
58 * @param FacebookApp $app The FacebookApp entity.
62 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument
64 $this->app = $app;
66 $this->oAuth2Client = new OAuth2Client($this->app, $client, $graphVersion);
84 $this->signedRequest = new SignedRequest($this->app, $rawSignedRequest);
160 if (isset($_COOKIE['fbsr_' . $this->app->getId()])) {
161 return $_COOKIE['fbsr_' . $this->app->getId()];
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak178 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_165158.bak178 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_165027.bak178 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_164706.bak178 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_164623.bak174 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_163718.bak174 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_163705.bak174 // Get the access token using app-id and secret
H A Dsyntax.php.2018-03-08_163658.bak174 // Get the access token using app-id and secret
/plugin/syntaxhighlighter3/
H A DREADME.md6 …<a href="https://www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter3"><img src="https:…
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dtasks.coffee7 app = express()
9 app.use express.static __dirname + '/'
10 app.use express.directory __dirname + '/'
11 app.use '/src', express.static __dirname + '/../src'
12 app.use '/pkg', express.static __dirname + '/../pkg'
13 app.use '/components', express.static __dirname + '/../components'
15 app.listen 3000
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/pgn4web/pgn4web/
H A Drelease-pgn4web.sh33 … *.svn/* -x "$pgn4webDirectory"/jsl.conf -x "$pgn4webDirectory"/live-games-app* -x "$pgn4webDirect…
36 …zip -9r "$pgn4webFilename" "$pgn4webDirectory"/live-games-app* "$pgn4webDirectory"/live/* -x *.svn…
/plugin/authucenter/
H A DREADME.md17 * Go to UCenter Admin Tab in Discuz, add a new app, copy those settings generated by UCenter.
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php27 foreach($applist as $key => $app) {
28 $app['tagtemplates'] = $this->unserialize($app['tagtemplates']);
29 $applist2[$app['appid']] = $app;
H A Duser.php29 $this->app = $this->cache['apps'][UC_APPID];
35 if($this->app['synlogin']) {
38 foreach($this->cache['apps'] as $appid => $app) {
39 if($app['synlogin'] && $app['appid'] != $this->app['appid']) {
51 if($this->app['synlogin']) {
53 foreach($this->cache['apps'] as $appid => $app) {
54 if($app['synlogin'] && $app['appid'] != $this->app['appid']) {
55 …t" src="'.$app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode('action=s…
202 $appid = $this->app['appid'];
215 $appid = $this->app['appid'];
[all …]
H A Dpm.php144 if($this->apps[$this->app['appid']]['type'] == 'UCHOME') {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php33 var $app = array(); variable in base
65 $this->app['appid'] = UC_APPID;

123456