Home
last modified time | relevance | path

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

/plugin/calendar/
Dsyntax.php426 $themeOverride = isset($data['theme']) ? $data['theme'] : '';
432 …if ($themeOverride && in_array($themeOverride, ['matrix', 'pink', 'purple', 'professional', 'wiki'…
433 $theme = $themeOverride;
1403 $themeOverride = !empty($data['theme']) ? $data['theme'] : null;
1404 return $this->renderSidebarWidget($allEvents, $namespace, $calId, $themeOverride);
2572 private function renderSidebarWidget($events, $namespace, $calId, $themeOverride = null) { argument
2691 $theme = !empty($themeOverride) ? $themeOverride : $this->getSidebarTheme();
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs5221 "application/vnd.openxmlformats-officedocument.themeOverride+xml": "TODO",