Home
last modified time | relevance | path

Searched refs:provider (Results 1 – 25 of 90) sorted by path

1234

/plugin/adfs/phpsaml/
H A DREADME.md1695 Initiated SAML. The service provider creates a SAML Authentication Request and
1696 sends it to the identity provider (IdP).
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1016 * Fix: Interpolates missing data fields across data provider
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …ture document-definition-object\n\t * @param {Object} fontProvider font provider\n\t * @param {Obj…
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php367 public $provider; variable in Google_TopicValueCitation
370 public function setProvider( $provider) { argument
371 $this->provider = $provider;
374 return $this->provider;
H A DGoogle_PlusDomainsService.php568 public $provider; variable in Google_Activity
653 public function setProvider(Google_ActivityProvider $provider) { argument
654 $this->provider = $provider;
657 return $this->provider;
H A DGoogle_PlusService.php394 public $provider; variable in Google_Activity
479 public function setProvider(Google_ActivityProvider $provider) { argument
480 $this->provider = $provider;
483 return $this->provider;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EnvironmentConfig.php56 public $provider; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EnvironmentConfig
225 public function setProvider($provider) argument
227 $this->provider = $provider;
234 return $this->provider;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNetworkPolicy.php29 public $provider; variable in Google\\Service\\Container\\NetworkPolicy
48 public function setProvider($provider) argument
50 $this->provider = $provider;
57 return $this->provider;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DConnectionProfile.php49 public $provider; variable in Google\\Service\\DatabaseMigrationService\\ConnectionProfile
174 public function setProvider($provider) argument
176 $this->provider = $provider;
183 return $this->provider;
H A DDatabaseType.php29 public $provider; variable in Google\\Service\\DatabaseMigrationService\\DatabaseType
48 public function setProvider($provider) argument
50 $this->provider = $provider;
57 return $this->provider;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DKubernetesClusterState.php41 public $provider; variable in Google\\Service\\GameServices\\KubernetesClusterState
106 public function setProvider($provider) argument
108 $this->provider = $provider;
115 return $this->provider;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartySetAccountInfoRequest.php102 public $provider; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetAccountInfoRequest
385 public function setProvider($provider) argument
387 $this->provider = $provider;
394 return $this->provider;
H A DIdpConfig.php38 public $provider; variable in Google\\Service\\IdentityToolkit\\IdpConfig
93 public function setProvider($provider) argument
95 $this->provider = $provider;
102 return $this->provider;
/plugin/authshibboleth/
H A DREADME.md11 …the environment variables injected by Shibboleth (user's attributes sent by the identity provider).
/plugin/backup/lang/en/
H A Dintro.txt1 …st in case a [[wp>meteorite]] accidentally lands on top of your hosting provider or something simi…
/plugin/barcode/api/
H A Dbarcode.inc17 public static function getService($provider) {
18 require_once DOKU_PLUGIN_BARCODE . 'api/' . $provider . '/barcode.inc';
19 $provider = 'QR_' . $provider;
20 return new $provider();
/plugin/barcode/
H A Dsyntax.php69 $provider = $this->getConf('provider');
70 $service = QRProvider::getService($provider);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md291 * `CHORE`: improve error recovery in ordering provider
791 * `BpmnGlobalConnect` provider got removed. Use `connection.start` rule to customize whether connec…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},jc.prototype._get…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21provider:t}),options:i},this._emit("open"),this._bindAutoClose(),this._render()},sd.prototype._get…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2209 var provider;
2230 fromParentModule[name] = [provider[2], provider[1]];
2235 if ((provider[2] === 'factory' || provider[2] === 'type') && provider[1].$scope) {
2239 fromParentModule[name] = [provider[2], provider[1]];
31084 provider: provider property in AnonymousFunctionf8d14cd12e500._active
31217 if (!provider) {
31218 provider = priority;
32222 if (!provider) {
32223 provider = priority;
54446 if (!provider) {
[all …]
H A Dbpmn-modeler.production.min.js34provider.update(e.element,r,e.context.text,{x:i.left-t.left,y:i.top-t.top,width:i.width,height:i.h…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md63 * [#16958](http://dev.ckeditor.com/ticket/16958): Switched the default MathJax CDN provider for the…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md483 * [#16958](https://dev.ckeditor.com/ticket/16958): Switched the default MathJax CDN provider for th…
/plugin/cnmap/
H A Dsyntax.php130 list($provider, $query) = explode('?', $match, 2);
135 … $args['provider'] = in_array($provider, $this->providers)? $provider : $this->getConf('provider');

1234