Home
last modified time | relevance | path

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

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/
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/
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);
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);
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);
DProjects.php21 use Google\Service\Logging\Settings; alias
78 * @return Settings
84 return $this->call('getSettings', [$params], Settings::class);
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/
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/
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/
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/
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/
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/
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/
DSettings.php20 class Settings extends \Google\Collection class
115 class_alias(Settings::class, 'Google_Service_Calendar_Settings');
/plugin/twofactor/
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());
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');
DProvider.php15 /** @var Settings */
51 $this->settings = new Settings($this->getProviderID(), $user);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
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/
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/
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/
D.directory4 [Settings]
/plugin/icalevents/vendor/sabre/vobject/lib/
DSettings.php18 class Settings { class
/plugin/webdav/vendor/sabre/vobject/lib/
DSettings.php18 class Settings class
/plugin/webdav/lang/en/
Dintro.txt3 …dmin&page=config#plugin____webdav____plugin_settings_name|WebDAV Plugin Settings]] in Extension Ma…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dindex-operations.asciidoc154 === PUT Settings API
156 The PUT Settings API allows you to modify any index setting that is dynamic:
175 ==== GET Settings API
177 The GET Settings API shows you the currently configured settings for one or more
/plugin/twofactor/lang/en/
Dprofile.txt1 ====== Two-Factor Settings ======

123456789