/plugin/twofactor/ |
H A D | Manager.php | 193 foreach ($this->providers as $providerID => $provider) { 194 if ($providerID !== $provider->getProviderID()) { 195 $this->providers[$provider->getProviderID()] = $provider; 198 $provider->init($user); 215 $list = array_filter($list, function ($provider) use ($configured) { 216 return $configured ? $provider->isConfigured() : !$provider->isConfigured(); 223 * Get the instance of the given provider 233 throw new \Exception('Uncofigured provider requeste 264 setUserDefaultProvider($provider) global() argument [all...] |
/plugin/twofactor/action/ |
H A D | profile.php | 116 * Handle POSTs for provider forms 131 if (!$INPUT->has('provider')) return true; 133 if (!isset($providers[$INPUT->str('provider')])) return true; 134 $provider = $providers[$INPUT->str('provider')]; 137 $provider->reset(); 143 $manager->setUserDefaultProvider($provider); 147 if (!$provider->isConfigured()) { 148 $provider->handleProfileForm(); 149 return $provider [all...] |
H A D | login.php | 173 $provider = (Manager::getInstance())->getUserProvider($providerID); 174 if ($this->cookieHash($provider) !== $hash) return false; 222 $provider = (Manager::getInstance())->getUserProvider($providerID); 225 $hash = $this->cookieHash($provider); 237 * @param Provider $provider 240 protected function cookieHash($provider) 243 $provider->getProviderID(), 245 $provider->getSecret(), 233 cookieHash($provider) global() argument
|
/plugin/fedauth/classes/ |
H A D | fa_service.class.php | 21 var $provider = null; variable in fa_service 26 * @param objref $provider authorization provider configuration object 28 function __construct(&$provider) { argument 29 $this->provider =& $provider;
|
H A D | fa_providerlist.class.php | 92 $provider = fa_provider::create($id, $data); 93 $this->providers[$id] = $provider; 115 $provider = fa_provider::createCustom($id, $name, $url, $large, $small); 116 $this->providers[$id] = $provider; 318 foreach ($this->providers as $id => $provider) { 319 $cfg .= $provider->getSerialized();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/ |
H A D | DatabaseType.php | 29 public $provider; variable in Google\\Service\\DatabaseMigrationService\\DatabaseType 48 public function setProvider($provider) argument 50 $this->provider = $provider; 57 return $this->provider;
|
H A D | ConnectionProfile.php | 49 public $provider; variable in Google\\Service\\DatabaseMigrationService\\ConnectionProfile 174 public function setProvider($provider) argument 176 $this->provider = $provider; 183 return $this->provider;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | NetworkPolicy.php | 29 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/GameServices/ |
H A D | KubernetesClusterState.php | 41 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 D | IdpConfig.php | 38 public $provider; variable in Google\\Service\\IdentityToolkit\\IdpConfig 93 public function setProvider($provider) argument 95 $this->provider = $provider; 102 return $this->provider;
|
H A D | IdentitytoolkitRelyingpartySetAccountInfoRequest.php | 102 public $provider; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetAccountInfoRequest 385 public function setProvider($provider) argument 387 $this->provider = $provider; 394 return $this->provider;
|
/plugin/oiddelegate/ |
H A D | action.php | 39 list($oid,$server,$provider,$xrds) = preg_split('/\s+/',$delegate,4); 42 $provider = trim($provider); 57 if($provider){ 60 'href' => $provider,
|
/plugin/twofactorsmsgateway/ |
H A D | helper.php | 36 $provider = $this->_settingGet("provider",$providers[0]); 37 …$elements[] = form_makeListboxField('smsgateway_provider', $providers, $provider, $this->getLang('… 102 $provider = $INPUT->str('smsgateway_provider', ''); 103 if ($provider != $oldprovider && $provider !== '') { 104 if ($this->_settingSet("provider", $provider)== false) { 201 list($provider, $domain) = explode("@", trim($line), 2); 202 $providers[$provider] = $domain;
|
/plugin/barcode/api/ |
H A D | barcode.inc | 17 public static function getService($provider) { 18 require_once DOKU_PLUGIN_BARCODE . 'api/' . $provider . '/barcode.inc'; 19 $provider = 'QR_' . $provider; 20 return new $provider();
|
/plugin/fedauth/classes/svc/ |
H A D | fa_openid.svc.class.php | 25 * @param objref $provider authorization provider configuration object 27 function __construct(&$provider) { argument 28 parent::__construct(&$provider); 69 $url = $this->provider->getURL();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1EnvironmentConfig.php | 56 public $provider; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EnvironmentConfig 225 public function setProvider($provider) argument 227 $this->provider = $provider; 234 return $this->provider;
|
/plugin/fedauth/lang/en/ |
H A D | admproviders.txt | 4 You may as well set the order of provider buttons and size whether they should be large or small. 16 You can add your own provider setting. You should add at least small image for it. 19 **Note:** If the [[http://openid.net/|OpenID]] provider URL is to contain username, include **{user…
|
/plugin/openlayersmap/lang/en/ |
H A D | settings.php | 26 $lang['enableStadia'] = 'Enable the use of Stadia Maps as basemap provider'; 27 $lang['enableGoogle'] = 'Enable the use of Google as basemap provider'; 29 $lang['enableBing'] = 'Enable the use of Bing as basemap provider'; 30 $lang['enableOSM'] = 'Enable the use of OpenStreetMap as basemap provider';
|
/plugin/fedauth/ |
H A D | helper.php | 53 'desc' => 'returns the authorization provider collection', 54 'return' => array('authorization provider collection' => 'object'),
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_FreebaseService.php | 367 public $provider; variable in Google_TopicValueCitation 370 public function setProvider( $provider) { argument 371 $this->provider = $provider; 374 return $this->provider;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 765.phpt | 2 GH-765: Fatal error triggered in PHPUnit when exception is thrown in data provider of a test with a… 23 The data provider specified for Issue765Test::testDependent is invalid.
|
H A D | 2137-no_filter.phpt | 22 The data provider specified for Issue2137Test::testBrandService is invalid. 26 The data provider specified for Issue2137Test::testSomethingElseInvalid is invalid.
|
/plugin/cnmap/ |
H A D | syntax.php | 130 list($provider, $query) = explode('?', $match, 2); 135 … $args['provider'] = in_array($provider, $this->providers)? $provider : $this->getConf('provider');
|
/plugin/barcode/ |
H A D | syntax.php | 69 $provider = $this->getConf('provider'); 70 $service = QRProvider::getService($provider);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | gae-stub-1.0.8.jar | ... .Properties properties
javax.cache.spi.CachingProvider provider
javax.cache.CacheManager cacheManager
String name
int expirationDelta ... |