/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/Resource/ |
H A D | ProjectsApps.php | 49 * @param string $app Required. The relative resource name of the iOS app, in 60 $params = ['app' => $app, 'postBody' => $postBody]; 83 $params = ['app' => $app, 'postBody' => $postBody]; 103 $params = ['app' => $app, 'postBody' => $postBody]; 124 $params = ['app' => $app, 'postBody' => $postBody]; 144 $params = ['app' => $app, 'postBody' => $postBody]; 165 $params = ['app' => $app, 'postBody' => $postBody]; 185 $params = ['app' => $app, 'postBody' => $postBody]; 205 $params = ['app' => $app, 'postBody' => $postBody]; 226 $params = ['app' => $app, 'postBody' => $postBody]; [all …]
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | note.php | 64 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 …]
|
/plugin/authfacebook/lib/Helpers/ |
H A D | FacebookSignedRequestFromInputHelper.php | 48 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()];
|
H A D | FacebookPageTabHelper.php | 44 * @param FacebookApp $app The FacebookApp entity. 48 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument 50 parent::__construct($app, $client, $graphVersion);
|
/plugin/farm/ |
H A D | soapserver.php | 54 $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 …]
|
H A D | soapconfig.class.php | 126 $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…
|
/plugin/syntaxhighlighter3/sxh3/tests/ |
H A D | tasks.coffee | 7 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/authucenter/lib/uc_client/control/ |
H A D | user.php | 29 $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 D | app.php | 27 foreach($applist as $key => $app) { 28 $app['tagtemplates'] = $this->unserialize($app['tagtemplates']); 29 $applist2[$app['appid']] = $app;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/ |
H A D | StreamMapping.php | 25 public $app; variable in Google\\Service\\FirebaseManagement\\StreamMapping 38 public function setApp($app) argument 40 $this->app = $app; 47 return $this->app;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Firebaseappcheck.php | 102 'app' => [ 112 'app' => [ 122 'app' => [ 129 'path' => 'v1beta/{+app}:exchangeDebugToken', 132 'app' => [ 142 'app' => [ 152 'app' => [ 162 'app' => [ 172 'app' => [ 182 'app' => [ [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/src/ |
H A D | main.js | 3 const app = new App({ constant 8 window.app = app; 10 export default app;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1ListAppsResponse.php | 29 public function setApp($app) argument 31 $this->app = $app; 38 return $this->app;
|
H A D | GoogleCloudApigeeV1ListDeveloperAppsResponse.php | 29 public function setApp($app) argument 31 $this->app = $app; 38 return $this->app;
|
/plugin/authfacebook/lib/ |
H A D | FacebookRequest.php | 44 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 D | Facebook.php | 76 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 D | FacebookBatchRequest.php | 52 * @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);
|
/plugin/authfacebook/lib/FileUpload/ |
H A D | FacebookResumableUploader.php | 44 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/oauthdoorkeeper/ |
H A D | Dockerfile | 5 git clone git://github.com/doorkeeper-gem/doorkeeper-provider-app.git /app && \ 6 cd /app && \ 14 WORKDIR /app
|
/plugin/revealjs/plugin/notes-server/ |
H A D | index.js | 7 var app = express(); variable 9 var server = http.createServer(app); 37 app.use( '/' + dir, staticDir( opts.baseDir + dir ) ); 40 app.get('/', function( req, res ) { 47 app.get( '/notes/:socketId', function( req, res ) {
|
/plugin/revealjs/plugin/multiplex/ |
H A D | index.js | 7 var app = express(); variable 9 var server = http.createServer(app); 29 app.use('/' + dir, staticDir(opts.baseDir + dir)); 32 app.get("/", function(req, res) { 45 app.get("/token", function(req,res) {
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/ |
H A D | Dockerfile | 4 # Create app directory 5 WORKDIR /usr/src/app
|
/plugin/diagramsnet/lib/ |
H A D | electron.js | 9 const app = electron.app constant 186 app.on('ready', e => 230 .version(app.getVersion()) 580 app.quit() 690 label: app.name, 693 label: 'About ' + app.name, 750 app.on('before-quit', function() { 756 app.on('window-all-closed', function () 767 app.quit() 771 app.on('activate', function () [all …]
|
/plugin/pgn4web/pgn4web/ |
H A D | release-pgn4web.sh | 33 … *.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/diagramsnet/ |
H A D | README.md | 2 …rams.net](https://github.com/jgraph/drawio) (formerly draw.io) app into DokuWiki. The app (current…
|