Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 25 of 38) sorted by path

12

/plugin/adfs/phpsaml/
H A DREADME.md1512 The toolkit includes three demo apps to teach how use the toolkit, take a look on it.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe31627 steam apps
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …but Firefox OS certified apps, older Opera mobile browsers, and\n\t * the PlayStation 3; for…
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1236 public $apps; variable in Google_DriveService
1260 …$this->apps = new Google_AppsServiceResource($this, $this->serviceName, 'apps', json_decode('{"met…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdMob.php131 'apps',
135 'path' => 'v1/{+parent}/apps',
H A DApigee.php760 'apps',
774 'path' => 'v1/{+parent}/apps',
1068 'apps',
1082 'path' => 'v1/{+parent}/apps',
1134 'path' => 'v1/{+parent}/apps',
H A DAppengine.php47 public $apps; variable in Google\\Service\\Appengine
77 'apps',
81 'path' => 'v1/apps',
85 'path' => 'v1/apps/{appsId}',
95 'path' => 'v1/apps/{appsId}',
109 'path' => 'v1/apps/{appsId}:repair',
252 'path' => 'v1/apps/{appsId}/domainMappings',
296 'path' => 'v1/apps/{appsId}/domainMappings',
459 'path' => 'v1/apps/{appsId}/locations',
506 'path' => 'v1/apps/{appsId}/operations',
[all …]
H A DChromeManagement.php75 'apps',
79 'path' => 'v1/{+customer}/apps:countChromeAppRequests',
H A DFirebaseappcheck.php95 'apps',
209 'path' => 'v1beta/{+parent}/apps/-/appAttestConfig:batchGet',
330 'path' => 'v1beta/{+parent}/apps/-/deviceCheckConfig:batchGet',
379 'path' => 'v1beta/{+parent}/apps/-/recaptchaConfig:batchGet',
428 'path' => 'v1beta/{+parent}/apps/-/recaptchaEnterpriseConfig:batchGet',
477 'path' => 'v1beta/{+parent}/apps/-/recaptchaV3Config:batchGet',
526 'path' => 'v1beta/{+parent}/apps/-/safetyNetConfig:batchGet',
H A DLicensing.php67 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
87 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
107 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user',
122 'path' => 'apps/licensing/v1/product/{productId}/users',
145 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/users',
173 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
193 'path' => 'apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}',
H A DReseller.php72 'path' => 'apps/reseller/v1/customers/{customerId}',
82 'path' => 'apps/reseller/v1/customers',
91 'path' => 'apps/reseller/v1/customers/{customerId}',
101 'path' => 'apps/reseller/v1/customers/{customerId}',
121 'path' => 'apps/reseller/v1/resellernotify/getwatchdetails',
125 'path' => 'apps/reseller/v1/resellernotify/register',
134 'path' => 'apps/reseller/v1/resellernotify/unregister',
213 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}',
233 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}',
248 'path' => 'apps/reseller/v1/customers/{customerId}/subscriptions',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DListAppsResponse.php33 public function setApps($apps) argument
35 $this->apps = $apps;
42 return $this->apps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Developer.php34 public $apps; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
109 public function setApps($apps) argument
111 $this->apps = $apps;
118 return $this->apps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DListAndroidAppsResponse.php33 public function setApps($apps) argument
35 $this->apps = $apps;
42 return $this->apps;
H A DListIosAppsResponse.php33 public function setApps($apps) argument
35 $this->apps = $apps;
42 return $this->apps;
H A DListWebAppsResponse.php33 public function setApps($apps) argument
35 $this->apps = $apps;
42 return $this->apps;
H A DSearchFirebaseAppsResponse.php33 public function setApps($apps) argument
35 $this->apps = $apps;
42 return $this->apps;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md143 // $targetAudience = 'IAP_CLIENT_ID.apps.googleusercontent.com';
236 // $targetAudience = 'IAP_CLIENT_ID.apps.googleusercontent.com';
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php143 $this->apps = $this->cache('apps');
144 if($this->apps[$this->app['appid']]['type'] == 'UCHOME') {
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php82 $apps = $_ENV['app']->get_apps();
84 if(is_array($apps)) {
85 foreach($apps as $v) {
H A Dmail.php18 var $apps; variable in mailmodel
27 $this->apps = &$this->base->cache['apps'];
H A Dnote.php22 var $apps; variable in notemodel
33 $this->apps = $this->base->cache('apps');
64 foreach((array)$this->apps as $appid => $app) {
112 $app = $this->apps[$appid];
138 …$closedsqladd = $this->_close_note($note, $this->apps, $returnsucceed, $appid) ? ",closed='1'" : '…
165 function _close_note($note, $apps, $returnsucceed, $appid) { argument
167 $appcount = count($apps);
168 foreach($apps as $key => $app) {
185 $app = $this->apps[$appid];
/plugin/codemirror/dist/modes/
H A Dasterisk.min.js.map1apps","basicToken","stream","state","cur","ch","next","blockComment","match","skipTo","skipToEnd",…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md113 This should not be a problem for existing apps since the standard usage is to
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 … \"IE10\"\n ],\n \"description\": \"Windows Store apps only. Applies one o…

12