Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 188) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/
H A DV1beta1.php20 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 DFolders.php21 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 DV2.php21 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 DOrganizations.php21 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 DProjects.php21 use Google\Service\Logging\Settings; alias
78 * @return Settings
84 return $this->call('getSettings', [$params], Settings::class);
H A DBillingAccounts.php21 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 DMaxInstancesTest.php7 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 DSettings.php22 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 DCluster.php6 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 DSettings.php20 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 DSettings.php31 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 DSettings.php20 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 DSettings.php20 class Settings extends \Google\Collection class
115 class_alias(Settings::class, 'Google_Service_Calendar_Settings');
/plugin/twofactor/
H A DManager.php113 $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 Dadmin.php5 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 DProvider.php15 /** @var Settings */
51 $this->settings = new Settings($this->getProviderID(), $user);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php137 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 DEventIterator.php11 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 DEventIterator.php11 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.directory4 [Settings]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DSettings.php18 class Settings { class
/plugin/webdav/vendor/sabre/vobject/lib/
H A DSettings.php18 class Settings class
/plugin/webdav/lang/en/
H A Dintro.txt3 …dmin&page=config#plugin____webdav____plugin_settings_name|WebDAV Plugin Settings]] in Extension Ma…
/plugin/twofactor/lang/en/
H A Dprofile.txt1 ====== Two-Factor Settings ======
/plugin/settingstree/
H A Dplugin.info.txt5 name Settings tree helper plugin

12345678