Home
last modified time | relevance | path

Searched refs:options (Results 876 – 900 of 1516) sorted by last modified time

1...<<31323334353637383940>>...61

/plugin/submgr/lang/en/
H A Dnosubs.txt4 the [[doku>config:disableactions|disableactions]] config options.
/plugin/phpipam/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/cli/
H A Dsyntax.php320 $options=array();
322 $options ['escape_content'] = 'false';
323 $options ['space'] = 'preserve';
324 $options ['media_selector'] = 'screen';
325 $options ['p_style'] = 'Command Line Interface';
326 $options ['element'] = 'pre';
327 $renderer->generateODTfromHTMLCode($this->genhtml, $options);
/plugin/filelisting/
H A Dscript.js4 var Filelisting = function(element, options) { argument
14 this.options = $.extend({}, $.fn.dokuwiki_plugin_filelisting.defaults, options);
17 if (this.options.remember_state_per_page) {
18 this.storageKey += '/' + this.options.pageId;
30 return this.options.defaultToggle;
44 var $toggleButton = $('<div>').text(this.options.toggleVisible)
53 $toggleButton.text(this.options.toggleHidden);
59 $toggleButton.text(this.options.toggleVisible);
63 $toggleButton.text(this.options
351 dokuwiki_plugin_filelisting(options) global() argument
[all...]
/plugin/flowcharts/
H A Dmermaid.min.js1options&&p.options.ranges;function b(){var t;return"number"!=typeof(t=r.pop()||p.lex()||h)&&(t ins…
24options&&p.options.ranges;function b(){var t;return"number"!=typeof(t=r.pop()||p.lex()||h)&&(t ins… property in i.s.symbols_
/plugin/typography/
H A Daction.php91 $options = array(
103 foreach ($options as $familyName => $familyValue) {
122 $options = array(
139 foreach ($options as $sizeName => $sizeValue) {
/plugin/dataplot/
H A DCOPYING109 the interface presents a list of user commands or options, such as a
H A DChangeLog12 theme for accessibility. Added 'xrange' and 'yrange' options. Made preventive
24 for developers. Added xlabel and ylabel options for axes labels.
/plugin/dropfiles/
H A Dwebpack.config.js19 options: {
H A D.flowconfig12 [options]
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6options=e||m.defaults,this.rules=k.normal,this.options.pedantic?this.rules=k.pedantic:this.options
H A Dmarkdown.js89 function getSlidifyOptions( options ) { argument
91 options = options || {};
92 options.separator = options.separator || DEFAULT_SLIDE_SEPARATOR;
93 options.notesSeparator = options.notesSeparator || DEFAULT_NOTES_SEPARATOR;
94 options.attributes = options.attributes || '';
96 return options;
105 options = getSlidifyOptions( options );
127 options = getSlidifyOptions( options );
129 …var separatorRegex = new RegExp( options.separator + ( options.verticalSeparator ? '|' + options.v…
425 if( options ) {
[all …]
/plugin/revealjs/plugin/math/
H A Dmath.js9 var options = Reveal.getConfig().math || {};
10 var mathjax = options.mathjax || 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js';
11 var config = options.config || 'TeX-AMS_HTML-full';
23 function defaults( options, defaultOptions ) { argument
26 if ( !options.hasOwnProperty( i ) ) {
27 options[i] = defaultOptions[i];
65 defaults( options, defaultOptions );
66 defaults( options.tex2jax, defaultOptions.tex2jax );
67 options.mathjax = options.config = null;
71 MathJax.Hub.Config( options );
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js209 to: function( options ) {
217 options.x = options.x || 0;
218 options.y = options.y || 0;
221 if( !!options.element ) {
233 if( options.width !== undefined && options.height !== undefined ) {
234options.scale = Math.max( Math.min( window.innerWidth / options.width, window.innerHeight / option…
237 if( options.scale > 1 ) {
238 options.x *= options.scale;
239 options.y *= options.scale;
241 magnify( options, options.scale );
[all …]
/plugin/revealjs/
H A Drenderer.php462 * @param string $options highlight options - not used
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
H A Dexample_presentation.dokuwiki98 If you disable the cache for the page, then you are able to change the options direct in the URL.
H A DREADME.md62 Configuration options
223 All other options are also overwritable in a wiki page by using the URL query parameter syntax:
227 …an values must be numeric (1 or 0). If you want to be able to change the options directly in the U…
278 …de container for vertical (nested) slides and a new slide with the given options - example: `---- …
H A Dchangelog.md30 …de container for vertical (nested) slides and a new slide with the given options - example: `---- …
38 …- Improved existing background indicator {{background>orange bg-zoom}}: allowing now all options f…
40 …etails (default on): Show slide details on wiki page: start of slide and options, background previ…
67 …- Now you can configure this globally in the plugin settings and since all options are overwritabl…
68 - New conf options for slide size:
71 …- As all options this one is overwritable per page/presentation - see also example_presentation.do…
84 * Merge commits from ogobrecht enabling to override configuration options and improve IE support
90 * Nicer description of the reveal.js options
/plugin/revealjs/js/
H A Dreveal.js396 function initialize( options ) { argument
442 extend( config, options );
1308 function configure( options ) { argument
1314 if( typeof options === 'object' ) extend( config, options );
3794 function loadSlide( slide, options ) { argument
3796 options = options || {};
3879 else if( backgroundIframe && options.excludeIframes !== true ) {
4201 function stopEmbeddedContent( element, options ) { argument
4203 options = extend( {
4206 }, options || {} );
[all …]
/plugin/revealjs/syntax/
H A Dtheme.php57 $options = trim(substr($match,8,-2));
59 if ($options != '') {
61 if (strpos($options, '=') !== false) {
62 parse_str($options, $data);
66 $data['theme'] = $options;
/plugin/slider/
H A Djquery.bxslider.js86 $.fn.bxSlider = function(options){ argument
92 this.each(function(){$(this).bxSlider(options)});
122 slider.settings = $.extend({}, defaults, options);
1330 if (settings != undefined) options = settings;
/plugin/stars2/
H A Dsyntax.php141 $options['height'] = $this->getConf('height');
157 …$string .= '<img class="fullstarimage" id="'.$i.'" style="height:'.$options['height'].'px;" src="'…
159 …$string .= '<img class="fullstarimage" id="'.$i.'" style="height:'.$options['height'].'px;" src="'…
164 …$string .= '<img class="halfstarimage" id="'.$i.'" style="height:'.$options['height'].'px;" src="'…
169 …$string .= '<img class="emptystarimage" id="'.$i.'" style="height:'.$options['height'].'px;" src="…
179 $options['height'] = $this->getConf('height');
185 …$string .= '<img class="fullstarimage" id="'.$i.'" style="height:'.$options['height'].'px;" onmous…
190 …$string .= '<img class="halfstarimage" id="'.$i.'" style="height:'.$options['height'].'px;" onmous…
195 …$string .= '<img class="emptystarimage" id="'.$i.'" style="height:'.$options['height'].'px;" onmou…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js233 var options = stepperChooser.options;
234 for (i = 0; i < options.length; ++i) {
235 var option = options[i];
H A Dviewer.js4452 return options;
4672 function GrabToPan(options) {
4673 this.element = options.element;
5722 this.label = options.label;
5723 this.input = options.input;
6443 function PDFFindBar(options) {
10411 function BaseViewer(options) {
10422 this.viewer = options.viewer || options.container.firstElementChild;
11650 this.id = options.id;
13241 this.items = options;
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js6771 value: function pipeThrough(_ref3, options) {
6774 var promise = this.pipeTo(writable, options);
20052 selectElement.size = this.data.options.length;
20059 for (var i = 0, ii = this.data.options.length; i < ii; i++) {
20060 var option = this.data.options[i];

1...<<31323334353637383940>>...61