Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/Resource/
DProjectsApps.php45 * Accepts an App Attest assertion and an artifact previously obtained from
49 * @param string $app Required. The relative resource name of the iOS app, in
58 …public function exchangeAppAttestAssertion($app, GoogleFirebaseAppcheckV1betaExchangeAppAttestAsse… argument
60 $params = ['app' => $app, 'postBody' => $postBody];
65 * Accepts an App Attest CBOR attestation and verifies it with Apple using your
72 * @param string $app Required. The relative resource name of the iOS app, in
81 …public function exchangeAppAttestAttestation($app, GoogleFirebaseAppcheckV1betaExchangeAppAttestAt… argument
83 $params = ['app' => $app, 'postBody' => $postBody];
92 * @param string $app Required. The relative resource name of the app, in the
101 …public function exchangeCustomToken($app, GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest $… argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsDevelopersApps.php35 * Updates attributes for a developer app. This API replaces the current
38 * @param string $name Required. Name of the developer app. Use the following
40 * `organizations/{org}/developers/{developer_email}/apps/{app}`
52 * Creates an app associated with a developer. This API associates the developer
53 * app with the specified API product and auto-generates an API key for the app
55 * unique ID of the app that you can use in API calls. The `DisplayName` (set as
72 * Deletes a developer app. **Note**: The delete operation is asynchronous. The
73 * developer app is deleted immediately, but its associated resources, such as
74 * app keys or access tokens, may take anywhere from a few seconds to a few
77 * @param string $name Required. Name of the developer app. Use the following
[all …]
DOrganizationsDevelopersAppsKeys.php33 * Creates a custom consumer key and secret for a developer app. This is
45 * @param string $parent Parent of the developer app key. Use the following
59 * Deletes an app's consumer key and removes all API products associated with
60 * the app. After the consumer key is deleted, it cannot be used to access any
62 * new consumer key and secret for the developer app using the
64 * using the UpdateDeveloperAppKey API. 2. Delete the developer app, if it is no
67 * @param string $name Name of the developer app key. Use the following
69 * `organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}`
80 * Gets details for a consumer key for a developer app, including the key and
83 * @param string $name Name of the developer app key. Use the following
[all …]
DOrganizationsApps.php34 * Gets the app profile for the specified app ID. (apps.get)
36 * @param string $name Required. App ID in the following format:
37 * `organizations/{org}/apps/{app}`
48 * Lists IDs of apps within an organization that have the specified app status
49 * (approved or revoked) or are of the specified app type (developer or
57 * @opt_param string apptype Optional. Filter by the type of the app. Valid
61 * @opt_param string ids Optional. Comma-separated list of app IDs on which to
65 * @opt_param string keyStatus Optional. Key status of the app. Valid values
67 * @opt_param string rows Optional. Maximum number of app IDs to return.
70 * specified app ID.
[all …]
DOrganizationsDevelopersAppsAttributes.php34 * Deletes a developer app attribute. (attributes.delete)
36 * @param string $name Required. Name of the developer app attribute. Use the
38 * er_email}/apps/{app}/attributes/{attribute}`
49 * Returns a developer app attribute. (attributes.get)
51 * @param string $name Required. Name of the developer app attribute. Use the
53 * er_email}/apps/{app}/attributes/{attribute}`
64 * Returns a list of all developer app attributes.
67 * @param string $parent Required. Name of the developer app. Use the following
69 * `organizations/{org}/developers/{developer_email}/apps/{app}`
80 * Updates a developer app attribute. **Note**: OAuth access tokens and Key
[all …]
DOrganizationsDevelopersAppsKeysApiproducts.php34 * Removes an API product from an app's consumer key. After the API product is
35 * removed, the app cannot access the API resources defined in that API product.
39 * @param string $name Name of the API product in the developer app key in the
40 * following format: `organizations/{org}/developers/{developer_email}/apps/{app
53 * is approved, the app can use it to access APIs. A consumer key that is
59 * @param string $name Name of the API product in the developer app key in the
60 * following format: `organizations/{org}/developers/{developer_email}/apps/{app
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DInappproducts.php34 * Deletes an in-app product (i.e. a managed product or a subscriptions).
37 * @param string $packageName Package name of the app.
38 * @param string $sku Unique identifier for the in-app product.
48 * Gets an in-app product, which can be a managed product or a subscription.
51 * @param string $packageName Package name of the app.
52 * @param string $sku Unique identifier for the in-app product.
63 * Creates an in-app product (i.e. a managed product or a subscriptions).
66 * @param string $packageName Package name of the app.
71 * targeted by the parent app that don't have a price specified for this in-app
83 * Lists all in-app products - both managed products and subscriptions. If an
[all …]
DEdits.php33 * Commits an app edit. (edits.commit)
35 * @param string $packageName Package name of the app.
52 * Deletes an app edit. (edits.delete)
54 * @param string $packageName Package name of the app.
65 * Gets an app edit. (edits.get)
67 * @param string $packageName Package name of the app.
79 * Creates a new edit for an app. (edits.insert)
81 * @param string $packageName Package name of the app.
93 * Validates an app edit. (edits.validate)
95 * @param string $packageName Package name of the app.
DSystemapksVariants.php35 * already uploaded Android App Bundle. (variants.create)
37 * @param string $packageName Package name of the app.
38 * @param string $versionCode The version code of the App Bundle.
53 * @param string $packageName Package name of the app.
54 * @param string $versionCode The version code of the App Bundle.
67 * @param string $packageName Package name of the app.
68 * @param string $versionCode The version code of the App Bundle.
83 * @param string $packageName Package name of the app.
84 * @param string $versionCode The version code of the App Bundle.
/plugin/authucenter/lib/uc_client/model/
Dnote.php64 foreach((array)$this->apps as $appid => $app) {
65 $appid = $app['appid'];
68 $appadd[] = 'app'.$appid."='1'";
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) {
133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
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…
156 $app_field = 'app'.UC_APPID;
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/client/
Dmobile_apps.yml13 # CSDN (https://apps.apple.com/us/app/csdn-%E6%8A%80%E6%9C%AF%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E…
18 …ogle.com/store/apps/details?id=nu.bi.moya | https://apps.apple.com/za/app/moya-app-datafree/id1623…
23 …tore/apps/details?id=com.fsecure.ms.kpn.veilig | https://apps.apple.com/nl/app/kpn-veilig-browser/…
28 # Naver (https://apps.apple.com/app/id393499958)
41 # NAVER Dictionary (https://apps.apple.com/us/app/naver-dictionary/id673085116)
91 # Meta Business Suite (https://apps.apple.com/us/app/facebook-business-suite/id514643583)
139 # Google Drive (https://apps.apple.com/us/app/google-drive/id507874739)
198 # Downcast (www.downcastapp.com | https://apps.apple.com/us/app/downcast/id393858566)
203 # Flipp (https://apps.apple.com/us/app/flipp-weekly-shopping/id725097967)
222 - regex: 'WhatsApp(?:Electron|\-app|\-linux-app)?(?:[ /]([\d.]+))?'
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/
Dmain.js1 import App from './App.svelte';
3 const app = new App({ constant
8 window.app = app;
10 export default app;
/plugin/authucenter/lib/uc_client/control/
Dapp.php7 $Id: app.php 1059 2011-03-01 07:25:09Z monkey $
20 $this->load('app');
25 $applist = $_ENV['app']->get_apps('appid, type, name, url, tagtemplates, viewprourl, synlogin');
27 foreach($applist as $key => $app) {
28 $app['tagtemplates'] = $this->unserialize($app['tagtemplates']);
29 $applist2[$app['appid']] = $app;
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']) {
40app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode('action=synlogin&use…
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'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/Resource/
DProjectsInstancesAppProfiles.php36 * Creates an app profile within an instance. (appProfiles.create)
39 * create the new app profile. Values are of the form
45 * the new app profile within its instance, e.g., just `myprofile` rather than
48 * the app profile.
58 * Deletes an app profile from an instance. (appProfiles.delete)
60 * @param string $name Required. The unique name of the app profile to be
66 * deleting the app profile.
76 * Gets information about an app profile. (appProfiles.get)
78 * @param string $name Required. The unique name of the requested app profile.
91 * Lists information about app profiles in an instance.
[all …]
/plugin/syntaxhighlighter3/sxh3/tests/
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/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DMobileApps.php34 * Gets one mobile app by ID. (mobileApps.get)
37 * @param string $id Mobile app ID.
59 * Wildcards (*) are allowed. For example, "app*2015" will return objects with
60 * names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the
62 * string. For example, a search string of "app" will match objects with name
63 * "my app", "app 2018", or simply "app".
/plugin/farm/
Dsoapconfig.class.php45 !(isset($this->manager->opt['app']) && isset($this->manager->opt['save'])) &&
46 !(isset($this->manager->opt['app']) && isset($this->manager->opt['delete'])) &&
71 if(isset($this->manager->opt['delete']) && isset($this->manager->opt['app'])) {
76 if($appname != $this->manager->opt['app']) $out[] = $p;
81 unset($this->manager->opt['app']);
113 $block = '# '.$name.' app'."\n";
126 $app = '';
136 $this->manager->opt['app'] = $name;
143 if(isset($this->manager->opt['save']) && isset($this->manager->opt['app'])) {
148 if($appname != $this->manager->opt['app']) {
[all …]
Dsoapserver.php53 // identify app
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();
80 if(preg_match('`^(name|pwd)\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m)) $app[$m[1]] = trim($m[2]);
82 $app['allowed'] = array();
89 $app['allowed'][$sname] = array();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DFirebaseappcheck.php26 * Firebase App Check works alongside other Firebase services to help protect
31 * <a href="https://firebase.google.com/docs/app-check" target="_blank">Documentation</a>
99 'path' => 'v1beta/{+app}:exchangeAppAttestAssertion',
102 'app' => [
109 'path' => 'v1beta/{+app}:exchangeAppAttestAttestation',
112 'app' => [
119 'path' => 'v1beta/{+app}:exchangeCustomToken',
122 'app' => [
129 'path' => 'v1beta/{+app}:exchangeDebugToken',
132 'app' => [
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DApp.js14 App = function(editor, container, lightbox) class
40 '-alive_' + Math.round((Date.now() - App.startTime.getTime()) / 1000),
132 if (App.DrawPlugins != null)
134 for (var i = 0; i < App.DrawPlugins.length; i++)
138 App.DrawPlugins[i](this);
144 console.log('Plugin Error:', e, App.DrawPlugins[i]);
149 App.embedModePluginsCount--;
163 App.embedModePluginsCount--;
172 if (App.embedModePluginsCount > 0)
174 App.embedModePluginsCount = 0;
[all …]
/plugin/authfacebook/lib/Authentication/
DOAuth2Client.php51 protected $app; variable in Facebook\\Authentication\\OAuth2Client
75 * @param FacebookApp $app
79 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null) argument
81 $this->app = $app;
110 $this->app,
111 $this->app->getAccessToken(),
138 'client_id' => $this->app->getId(),
251 * Send a request to Graph with an app access token.
265 $accessToken = $accessToken ?: $this->app->getAccessToken();
268 $this->app,
[all …]
/plugin/authfacebook/lib/Helpers/
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/statistics/vendor/matomo/device-detector/regexes/client/hints/
Dapps.yml6 'info.sunista.app': 'Sanista Persian Instagram'
7 'com.instapro.app': 'InstaPro'
30 'com.sony.nfx.app.sfrc': 'News Suite by Sony'
42 'com.noxgroup.app.security': 'Nox Security'
68 'com.baidu.searchbox': 'Baidu Box App'
76 'com.opera.app.news': 'Opera News'
78 'com.sharekaro.app': 'ShareKaro'
106 'com.bifrostwallet.app': 'Bifrost Wallet'
119 'com.amazon.webapps.gms.search': 'Google Search App'
120 'com.huawei.fastapp': 'Huawei Quick App Center'
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ListDeveloperAppsResponse.php22 protected $collection_key = 'app';
29 public function setApp($app) argument
31 $this->app = $app;
38 return $this->app;

12345678910>>...25