Home
last modified time | relevance | path

Searched +full:options +(+path:plugin +path:gallery) -(+path:plugin +path:gallery +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/gallery/conf/
H A Ddefault.php4 * Options for the gallery plugin
16 $conf['options'] = 'cache, crop, lightbox';
H A Dmetadata.php4 * Options for the gallery plugin
9 use dokuwiki\plugin\gallery\classes\Options;
20 Options::SORT_FILE,
21 Options::SORT_CTIME,
22 Options::SORT_MTIME,
23 Options::SORT_TITLE,
24 Options::SORT_RANDOM,
27 $meta['options'] = array('multicheckbox', '_choices' => array(
/plugin/gallery/
H A DGalleryNode.php91 * @param array $defaults The default options
H A Dsyntax.php
/plugin/gallery/action/
H A Dprosemirror.php6 use dokuwiki\plugin\gallery\classes\Options;
82 [$ns, $options] = $data;
89 $attrs = $this->optionsToAttrs($options);
145 * Get default node attributes from gallery Options object
149 $options = new Options();
152 'thumbnailsize' => $options->thumbnailWidth . 'x' . $options->thumbnailHeight,
153 'imagesize' => $options->lightboxWidth . 'X' . $options
[all...]
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/script/
H A Dprosemirror.js227 // similar might be (multi-)selects that have options selected by default