Home
last modified time | relevance | path

Searched refs:maxRecurrences (Results 1 – 12 of 12) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMaxInstancesTest.php28 $temp = Settings::$maxRecurrences;
29 Settings::$maxRecurrences = 4;
36 Settings::$maxRecurrences = $temp;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DSettings.php54 static $maxRecurrences = 3500; variable in Sabre\\VObject\\Settings
H A DFreeBusyGenerator.php440 $maxRecurrences = Settings::$maxRecurrences;
442 while ($iterator->valid() && --$maxRecurrences) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DSettings.php54 public static $maxRecurrences = 3500; variable in Sabre\\VObject\\Settings
H A DFreeBusyGenerator.php407 $maxRecurrences = Settings::$maxRecurrences;
409 while ($iterator->valid() && --$maxRecurrences) {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php313 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.php298 if ($this->counter > Settings::$maxRecurrences && -1 !== Settings::$maxRecurrences) {
299 …ancesExceededException('Recurring events are only allowed to generate '.Settings::$maxRecurrences);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php222 $maxRecurrences = 200;
224 while($iterator->valid() && --$maxRecurrences) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php222 $maxRecurrences = 200;
224 while($iterator->valid() && --$maxRecurrences) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php222 $maxRecurrences = 200;
224 while($iterator->valid() && --$maxRecurrences) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md146 `Sabre\VObject\Settings::$maxRecurrences` and is also honored by the
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md85 `Sabre\VObject\Settings::$maxRecurrences` and is also honored by the