/plugin/twofactor/ |
H A D | Manager.php | 26 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/fedauth/classes/ |
H A D | fa_providerlist.class.php | 36 var $providers = array(); variable in fa_providerlist 93 $this->providers[$id] = $provider; 116 $this->providers[$id] = $provider; 118 return $this->providers[$id]; 127 return count($this->providers); 155 return $this->providers[$id]; 165 return $this->providers; 176 $ret[$val] = $this->providers[$val]; 189 $ret[$val] = $this->providers[$val]; 286 unset($this->providers[$id]); [all …]
|
/plugin/twofactorsmsgateway/ |
H A D | helper.php | 35 $providers = array_keys($this->_getProviders()); 36 $provider = $this->_settingGet("provider",$providers[0]); 37 …$elements[] = form_makeListboxField('smsgateway_provider', $providers, $provider, $this->getLang('… 150 $providers = $this->_getProviders(); 151 if (array_key_exists($gateway, $providers)) { 152 $to = "{$phone}@{$providers[$gateway]}"; 190 $providers = array(); 202 $providers[$provider] = $domain; 205 return $providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | Authentication.php | 31 public function setProviders($providers) argument 33 $this->providers = $providers; 40 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
H A D | Authentication.php | 31 public function setProviders($providers) argument 33 $this->providers = $providers; 40 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | Authentication.php | 31 public function setProviders($providers) argument 33 $this->providers = $providers; 40 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
H A D | Authentication.php | 31 public function setProviders($providers) argument 33 $this->providers = $providers; 40 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/ |
H A D | ListProvidersResponse.php | 51 public function setProviders($providers) argument 53 $this->providers = $providers; 60 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/ |
H A D | ListProvidersResponse.php | 51 public function setProviders($providers) argument 53 $this->providers = $providers; 60 return $this->providers;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
H A D | FeatureTile.php | 72 public function setProviders($providers) argument 74 $this->providers = $providers; 81 return $this->providers;
|
/plugin/fedauth/classes/adm/ |
H A D | fa_manage.adm.class.php | 57 return $this->manager->providers->{'get'.ucfirst($this->listSource)}(); 64 $this->manager->providers->save($_SERVER['REMOTE_USER']); 147 … . $this->html_providers_list($this->manager->providers->{'get'.ucfirst($listtype)}(), $large) 210 . $this->_html_button($id, 'moveup', $this->manager->providers->isFirst($id), 6) 211 . $this->_html_button($id, 'movedn', $this->manager->providers->isLast($id), 6) 228 $pro =& $this->manager->providers->get($provid);
|
H A D | fa_movedn.adm.class.php | 35 if ($this->manager->providers->moveDown($this->provid)) {
|
H A D | fa_moveup.adm.class.php | 35 if ($this->manager->providers->moveUp($this->provid)) {
|
H A D | fa_uselarge.adm.class.php | 35 if ($this->manager->providers->toggleSize($this->provid)) {
|
H A D | fa_usesmall.adm.class.php | 35 if ($this->manager->providers->toggleSize($this->provid)) {
|
/plugin/twofactor/action/ |
H A D | profile.php | 12 * 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/fedauth/classes/usr/ |
H A D | fa_login.usr.class.php | 124 . $this->html_providers_list($this->manager->providers->getLarge(), true) 127 . $this->html_providers_list($this->manager->providers->getSmall(), false) 179 if (!($pro = $this->manager->providers->get($this->provid))) { 198 if (!($pro = $this->manager->providers->get('openid'))) {
|
/plugin/fedauth/lang/en/ |
H A D | admproviders.txt | 3 On this page you can configure which authroization providers are available for your users to login … 26 …guration files are deleted. All of your custom providers are deleted permanently and all default p…
|
/plugin/barcode/ |
H A D | README.md | 3 Dokuwiki plugin to create 2D-Barcodes using different providers. 5 Barcode generates 2D barcodes using different providers, currently:
|
/plugin/oembed/docs/ |
H A D | dokuwiki-oembed.txt | 4 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 D | dokuwiki-oembed.org | 7 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/fedauth/ |
H A D | helper.php | 30 var $providers = null; variable in helper_plugin_fedauth 68 $provs = fa_providerlist::create(FEDAUTH_PLUGIN . 'providers.php');
|
H A D | action.php | 37 var $providers = null; variable in action_plugin_fedauth 153 if ($pro = $this->providers->get($cdata['prid'])) { 225 … } else if (!in_array($this->cmd, $this->functions) || !$this->providers->get($this->provid)) { 301 if ($this->providers == null) { 303 $this->providers = $helper->getProviders();
|
/plugin/oembed/ |
H A D | plugin.info.txt | 6 desc Embed media from oEmbed providers
|
/plugin/cnmap/ |
H A D | syntax.php | 17 private $providers = array('amap','bmap') ; variable in syntax_plugin_cnmap 135 … $args['provider'] = in_array($provider, $this->providers)? $provider : $this->getConf('provider');
|