Home
last modified time | relevance | path

Searched +full:mode +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/slider/
H A Dsyntax.php17 * @return string Syntax mode type
47 * @param string $mode Parser mode
49 public function connectTo($mode) { argument
50 $this->Lexer->addEntryPattern('<slider.*?>(?=.*?</slider>)',$mode,'plugin_slider');
131 * @param string $mode Renderer mode (supported modes: xhtml)
136 public function render($mode, Doku_Renderer $R, $data) { argument
137 if($mode != 'xhtml') return false;
H A Djquery.bxslider.js18 mode: 'horizontal', property in defaults
229 if(slider.settings.mode == 'fade'){
259 // if ticker mode, do not allow a pager
379 if(slider.settings.mode == 'vertical'){
422 slider.settings.mode == 'vertical'){
923 // do not allow controls in ticker mode
1053 if(slider.settings.mode == 'fade'){
1059 // not fade mode
1151 // if slider is set to mode: "fade"
1152 if(slider.settings.mode == 'fade'){
[all …]
/plugin/slider/conf/
H A Ddefault.php14 $conf['mode'] = 'horizontal';
H A Dmetadata.php13 $meta['mode'] = array('multichoice', '_choices' => array('horizontal', 'vertical', '…