Home
last modified time | relevance | path

Searched refs:options (Results 26 – 50 of 54) sorted by relevance

123

/dokuwiki/inc/Ui/
H A DPageDiff.php310 $options = ['sidebyside' => $lang['diff_side'], 'inline' => $lang['diff_inline']];
311 $input = $form->addDropdown('difftype', $options, $lang['diff_type'])
356 // build options for dropdown selector
420 * prepare options for dropdwon selector
432 $options = [];
443 $options[$rev] = [
455 $options[$rev]['attrs']['disabled'] = 'disabled';
458 return $options; argument
465 * @params array $options dropdown options
[all...]
H A DRecent.php219 $options = [
224 $form->addDropdown('show_changes', $options, $lang['changes_type'])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php239 * @param int $options
243 private function _stream_open($path, $mode, $options, &$opened_path)
408 * Change stream options
506 * The only $options is "whether or not to enforce safe_mode (0x04)". Since safe mode was deprecated in 5.3 and
523 * @param int $options
526 private function _dir_opendir($path, $options)
574 * Only valid $options is STREAM_MKDIR_RECURSIVE
578 * @param int $options
581 private function _mkdir($path, $mode, $options)
588 return $this->sftp->mkdir($path, $mode, $options
260 _stream_open($path, $mode, $options, & $opened_path) global() argument
553 _dir_opendir($path, $options) global() argument
612 _mkdir($path, $mode, $options) global() argument
635 _rmdir($path, $options) global() argument
[all...]
/dokuwiki/inc/lang/fr/
H A Drevisions.txt3 Voici les anciennes révisions de la page en cours. Pour les comparer, sélectionnez-les avec les cases à options. Pour revenir à une ancienne révision, affichez-la en cliquant sur son nom, puis cliquez sur le bo (…)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php812 * @param array|string $options See first parameter to {@see embed}
815 public function native_embed($options='') argument
817 return $this->embed($options, true);
823 * `$options` is an array or comma-separated key:value string, with the
861 * @param array|string $options Comma-separated key:value list, or array
865 public function embed($options = '', $native = false) argument
882 // Process options and reassign values as necessary
883 if (is_array($options)) {
884 extract($options);
886 $options
[all...]
H A DSimplePie.php483 * @var array Custom curl options
678 * The SimplePie class contains feed level data and options
681 * then set configuration options using the provided methods. After setting
686 * options directly into the constructor. This has been removed as of 1.3 as
702 // Other objects, instances created here so we can set options on them
845 * Set custom curl options
847 * This allows you to change default curl options
850 * @param array $curl_options Curl options to add to default settings
957 $options = [];
959 $options[CURLOPT_TIMEOU
[all...]
/dokuwiki/conf/
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
H A Dmysql.conf.php.example23 * options carefully, otherwise you won't be able to access you
/dokuwiki/inc/
H A Dform.php644 $options = array();
649 $options[] = array($val, $text, (!is_null($selected) && $val == $selected));
657 $options[] = array($val, $text, $val === $selected);
660 $elem = array('_elem' => 'menufield', '_options' => $options, '_text' => $label, '_class' => $class,
690 $options = array();
700 $options[] = array($val, $text, in_array($val, $selected));
710 $options[] = array($val, $text, in_array($val, $selected), $disabled);
713 $elem = array('_elem' => 'listboxfield', '_options' => $options, '_text' => $label, '_class' => $class,
H A Dparserutils.php245 * METADATA_RENDER_UNLIMITED (also combined with the previous two options),
786 function p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', array $options = null)
794 $optionsmd5 = md5(serialize($options));
809 if ($options !== null) {
810 foreach ($options as $function => $params) {
795 p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', array $options = null) global() argument
H A Dmedia.php831 * Prints options for the tab that displays a list of all files
844 'class' => 'options'
1790 $options = [
1798 Slika::run($file, $options)
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md29 $options = [
34 Slika::run('input.png', $options)
101 The following options are availble currently:
/dokuwiki/inc/Remote/
H A DApiCore.php759 $options = [
768 search($data, $conf['mediadir'], 'search_media', $options, $dir);
425 listAttachments($ns, $options = array()) global() argument
/dokuwiki/
H A DSECURITY.md11 You have multiple options on reporting vulnerabilities
/dokuwiki/inc/parser/
H A Dhandler.php172 * Internal function for parsing highlight options. argument
173 * $options is parsed for key value pairs separated by commas.
178 * @param string $options space separated list of key-value pairs,
183 protected function parse_highlight_options($options)
186 preg_match_all('/(\w+(?:="[^"]*"))|(\w+(?:=[^\s]*))|(\w+[^=\s\]])(?:\s*)/', $options, $matches, PREG_SET_ORDER);
204 // Check for supported options
662 // Cut out variable options enclosed in []
663 preg_match('/\[.*\]/', $matches[0], $options);
664 if (!empty($options[0])) {
665 $matches[0] = str_replace($options[
[all...]
H A Dxhtml.php624 * @param array $options assoziative array with additional geshi options
626 public function file($text, $language = null, $filename = null, $options = null)
628 $this->_highlight('file', $text, $language, $filename, $options);
637 * @param array $options assoziative array with additional geshi options
639 public function code($text, $language = null, $filename = null, $options = null)
641 $this->_highlight('code', $text, $language, $filename, $options);
651 * @param array $options assoziative array with additional geshi options
577 file($text, $language = null, $filename = null, $options = null) global() argument
589 code($text, $language = null, $filename = null, $options = null) global() argument
603 _highlight($type, $text, $language = null, $filename = null, $options = null) global() argument
[all...]
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php22 public function __construct($imagepath, $options = []) argument
24 parent::__construct($imagepath, $options);
161 imagejpeg($this->image, $path, $this->options['quality']);
/dokuwiki/inc/Form/
H A DForm.php267 * @param array $options
272 public function addDropdown($name, $options, $label = '', $pos = -1) argument
274 return $this->addElement(new DropdownElement($name, $options, $label), $pos);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css80 /* diff options */
135 height: 1.5em; /* height is necessary for longer options in Webkit */
H A D_media_popup.css61 /*____________ options ____________*/
H A D_media_fullscreen.css182 #mediamanager__page .panelHeader form.options {
186 [dir=rtl] #mediamanager__page .panelHeader form.options {
223 #mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label{
/dokuwiki/lib/scripts/
H A Dtoolbar.js157 props.options);
H A Dmedia.js22 // File list options
115 var $options = jQuery('div.filelist div.panelHeader form.options'),
117 if ($options.length === 0) {
121 $listType = $options.find('li.listType');
122 $sortBy = $options.find('li.sortBy');
126 $options.find('button[type=submit]').parent().hide();
232 // set syntax options
387 new_val = jQuery('form.options li.' + opt[1] + ' input')
389 // if new_val is still undefined (because form.options i
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php94 function __construct($options = false) argument
103 if (is_array($options)) {
104 return $this->set_parameter($options);
110 * Sets a new option value. Available options and values:
948 * Sets a new option value. Available options and values:
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md

123