Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dadmin.php6415 $cleanupType = $INPUT->str('cleanup_type', 'age');
6420 $debug['cleanup_type'] = $cleanupType;
6433 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);
6453 $cleanupType = $INPUT->str('cleanup_type', 'age');
6466 $eventsToDelete = $this->findEventsToCleanup($cleanupType, $namespaceFilter);
6517 private function findEventsToCleanup($cleanupType, $namespaceFilter) { argument
6529 if ($cleanupType === 'age') {
6542 $rangeStart = $cleanupType === 'range' ? $INPUT->str('range_start', '') : null;
6543 $rangeEnd = $cleanupType === 'range' ? $INPUT->str('range_end', '') : null;
6546 $deleteCompleted = $cleanupType === 'status' && $INPUT->bool('delete_completed', false);
[all …]