Home
last modified time | relevance | path

Searched refs:providers (Results 1 – 25 of 55) sorted by last modified time

123

/plugin/twofactor/
H A DManager.php26 protected $providers; variable in dokuwiki\\plugin\\twofactor\\Manager
46 if (!count($this->providers)) {
47 msg('No suitable 2fa providers found, 2fa disabled', -1);
183 * Get all available providers
192 // initialize providers with user and ensure the ID is correct
193 foreach ($this->providers as $providerID => $provider) {
195 $this->providers[$provider->getProviderID()] = $provider;
196 unset($this->providers[$providerID]);
203 return $this->providers;
207 * Get all providers tha
[all...]
/plugin/twofactor/action/
H A Dprofile.php12 * providers they want to use.
132 $providers = $manager->getAllProviders();
133 if (!isset($providers[$INPUT->str('provider')])) return true;
134 $provider = $providers[$INPUT->str('provider')];
203 $form->addFieldsetOpen($this->getLang('providers'));
223 * List providers available for adding
263 $providers = (Manager::getInstance())->getUserProviders(false);
264 if (!isset($providers[$providerID])) return;
265 $provider = $providers[$providerID];
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12351 /* 2.6.203 person CT_Person TODO: providers */
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33providers.push(t)}))},bs.prototype.getEntries=function(e){var t=this._getProviders(),n=p(e)?"getMu…
194providers.push(n)}))},jc.prototype._getProviders=function(e){var t=this._eventBus.createEvent({typ…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21providers.push(t)}))},Ju.prototype.getEntries=function(e){var t=this._getProviders(),n=O(e)?"getMu…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc18 providers.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuthentication.php31 public function setProviders($providers) argument
33 $this->providers = $providers;
40 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DListProvidersResponse.php51 public function setProviders($providers) argument
53 $this->providers = $providers;
60 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DEventarc.php259 'providers',
273 'path' => 'v1/{+parent}/providers',
H A DConnectors.php323 'providers',
337 'path' => 'v1/{+parent}/providers',
507 'providers',
H A DIam.php395 'providers',
399 'path' => 'v1/{+parent}/providers',
433 'path' => 'v1/{+parent}/providers',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DListProvidersResponse.php51 public function setProviders($providers) argument
53 $this->providers = $providers;
60 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeatureTile.php72 public function setProviders($providers) argument
74 $this->providers = $providers;
81 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAuthentication.php31 public function setProviders($providers) argument
33 $this->providers = $providers;
40 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthentication.php31 public function setProviders($providers) argument
33 $this->providers = $providers;
40 return $this->providers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthentication.php31 public function setProviders($providers) argument
33 $this->providers = $providers;
40 return $this->providers;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2055 var providers = [];
2134 instances[name] = providers[name][0](providers[name][1]);
31318 providers: []
31323 return event.providers;
32248 if (!providers) {
32279 if (!providers || !providers.length) {
32379 providers: []
32384 return event.providers;
54478 if (!providers.length) {
54536 providers: []
[all …]
H A Dbpmn-modeler.production.min.js34providers.push(t)}))},Ec.prototype.getEntries=function(e){var t=this._getProviders(),n={};return b…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt4 description: Easily embed media from OEmbed providers.
32 Some providers can be given extra options in the form ''%%{{>url?options}}%%'' such as ''%%maxwidth…
56 A list of oembed providers can be found on the [[https://oembed.com/|oEmbed website]] and [[https:/…
62 * can't resolve https urls for some providers
H A Ddokuwiki-oembed.org7 description: Easily embed media from OEmbed providers.
36 Some providers can be given extra options in the form ~{{>url?options}}~ such as ~maxwidth~ or ~max…
62 A list of oembed providers can be found on the [[https://oembed.com/][oEmbed website]] and [[https:…
68 - can't resolve https urls for some providers
/plugin/oembed/
H A DREADME3 embed media from oEmbed providers
H A Dplugin.info.txt6 desc Embed media from oEmbed providers

123