Lines Matching refs:diagrams
3 use dokuwiki\plugin\diagrams\Diagrams;
6 * Action component of diagrams plugin
8 * This handles operations related to mediafile based diagrams
32 $this->helper = plugin_load('helper', 'diagrams');
50 * Check all supplied diagrams and return only editable diagrams
61 $diagrams = (array)json_decode($INPUT->str('diagrams'));
64 foreach ($diagrams as $image) {
127 * Set custom CSP for SVG diagrams