/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/ |
H A D | V1beta1.php | 20 use Google\Service\AlertCenter\Settings; alias 40 * @return Settings 46 return $this->call('getSettings', [$params], Settings::class); 51 * @param Settings $postBody 57 * @return Settings 59 public function updateSettings(Settings $postBody, $optParams = []) 63 return $this->call('updateSettings', [$params], Settings::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
H A D | Folders.php | 21 use Google\Service\Logging\Settings; alias 78 * @return Settings 84 return $this->call('getSettings', [$params], Settings::class); 103 * @param Settings $postBody 110 * @return Settings 112 public function updateSettings($name, Settings $postBody, $optParams = []) 116 return $this->call('updateSettings', [$params], Settings::class);
|
H A D | V2.php | 21 use Google\Service\Logging\Settings; alias 78 * @return Settings 84 return $this->call('getSettings', [$params], Settings::class); 137 * @param Settings $postBody 144 * @return Settings 146 public function updateSettings($name, Settings $postBody, $optParams = []) 150 return $this->call('updateSettings', [$params], Settings::class);
|
H A D | Organizations.php | 21 use Google\Service\Logging\Settings; alias 78 * @return Settings 84 return $this->call('getSettings', [$params], Settings::class); 137 * @param Settings $postBody 144 * @return Settings 146 public function updateSettings($name, Settings $postBody, $optParams = []) 150 return $this->call('updateSettings', [$params], Settings::class);
|
H A D | Projects.php | 21 use Google\Service\Logging\Settings; alias 78 * @return Settings 84 return $this->call('getSettings', [$params], Settings::class);
|
H A D | BillingAccounts.php | 21 use Google\Service\Logging\Settings; alias 78 * @return Settings 84 return $this->call('getSettings', [$params], Settings::class);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MaxInstancesTest.php | 7 use Sabre\VObject\Settings; alias 28 $temp = Settings::$maxRecurrences; 29 Settings::$maxRecurrences = 4; 36 Settings::$maxRecurrences = $temp;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/ |
H A D | Settings.php | 22 use Google\Service\Calendar\Settings as SettingsModel; 32 class Settings extends \Google\Service\Resource class 101 class_alias(Settings::class, 'Google_Service_Calendar_Resource_Settings');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Cluster.php | 6 use Elastica\Cluster\Settings; alias 143 public function getSettings(): Settings 145 return new Settings($this->getClient());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
H A D | Settings.php | 20 class Settings extends \Google\Collection class 43 class_alias(Settings::class, 'Google_Service_AlertCenter_Settings');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/ |
H A D | Settings.php | 31 class Settings extends \Google\Service\Resource class 69 class_alias(Settings::class, 'Google_Service_CloudSearch_Resource_Settings');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | Settings.php | 20 class Settings extends \Google\Model class 116 class_alias(Settings::class, 'Google_Service_Logging_Settings');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | Settings.php | 20 class Settings extends \Google\Collection class 115 class_alias(Settings::class, 'Google_Service_Calendar_Settings');
|
/plugin/twofactor/ |
H A D | Manager.php | 113 $setting = new Settings('twofactor', $this->getUser()); 167 $settings = new Settings('twofactor', $this->getUser()); 245 $setting = new Settings('twofactor', $this->getUser()); 266 $setting = new Settings('twofactor', $this->getUser());
|
H A D | admin.php | 5 use dokuwiki\plugin\twofactor\Settings; alias 49 (new Settings($providerID, $userdel))->purge(); 51 (new Settings('twofactor', $userdel))->purge(); 220 $users = Settings::findUsers('twofactor');
|
H A D | Provider.php | 15 /** @var Settings */ 51 $this->settings = new Settings($this->getProviderID(), $user);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | DatabaseInstance.php | 137 protected $settingsType = Settings::class; 611 * @param Settings 613 public function setSettings(Settings $settings) 618 * @return Settings
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 11 use Sabre\VObject\Settings; alias 313 if ($this->counter > Settings::$maxRecurrences && Settings::$maxRecurrences !== -1) { 314 …cesExceededException('Recurring events are only allowed to generate ' . Settings::$maxRecurrences);
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | EventIterator.php | 11 use Sabre\VObject\Settings; alias 298 if ($this->counter > Settings::$maxRecurrences && -1 !== Settings::$maxRecurrences) { 299 …ancesExceededException('Recurring events are only allowed to generate '.Settings::$maxRecurrences);
|
/plugin/farm/install/animaltemplate/ |
H A D | .directory | 4 [Settings]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Settings.php | 18 class Settings { class
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Settings.php | 18 class Settings class
|
/plugin/webdav/lang/en/ |
H A D | intro.txt | 3 …dmin&page=config#plugin____webdav____plugin_settings_name|WebDAV Plugin Settings]] in Extension Ma…
|
/plugin/twofactor/lang/en/ |
H A D | profile.txt | 1 ====== Two-Factor Settings ======
|
/plugin/settingstree/ |
H A D | plugin.info.txt | 5 name Settings tree helper plugin
|