Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dadmin.php6511 $cleanupType = $INPUT->str('cleanup_type', 'age');
6516 $debug['cleanup_type'] = $cleanupType;
6529 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);
6549 $cleanupType = $INPUT->str('cleanup_type', 'age');
6562 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);
6613 private function findEventsToCleanup($cleanupType, $namespaceFilter) { argument
6625 if ($cleanupType === 'age') {
6638 $rangeStart = $cleanupType === 'range' ? $INPUT->str('range_start', '') : null;
6639 $rangeEnd = $cleanupType === 'range' ? $INPUT->str('range_end', '') : null;
6642 $deleteCompleted = $cleanupType === 'status' && $INPUT->bool('delete_completed', false);
[all …]