Home
last modified time | relevance | path

Searched refs:options (Results 101 – 125 of 1516) sorted by relevance

12345678910>>...61

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php47 * This class accepts an associative array of configuration options.
63 * @param array $config Associative array of options.
108 * This function accepts the same options as AsyncReadStream::__construct,
127 * @param array $options Associative array of options.
132 public static function create(array $options = []) argument
134 $maxBuffer = isset($options['max_buffer'])
135 ? $options['max_buffer']
140 } elseif (isset($options['buffer'])) {
141 $buffer = $options['buffe
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php33 protected $options = [ variable in FreeDSx\\Sasl\\Sasl
37 public function __construct(array $options = []) argument
39 $this->options = $options + $this->options;
92 * Given an array of mechanism names, and optional options, select the best supported mechanism available.
95 * @param array $options array of options (ie. ['use_integrity' => true])
99 public function select(array $choices = [], array $options = []): MechanismInterface argument
103 return $selector->select($choices, $options);
[all...]
/plugin/navi/
H A Dsyntax.php48 $options = $this->parseOptions($opts);
51 return [wikiFN($id), $list, $options];
62 $options = $data[2];
84 * @param array $options
94 $options = array_merge($this->defaultOptions, $options);
99 $options,
179 } elseif ($options['ns']) {
301 $options = $this->defaultOptions;
304 $options[$opt] = true;
307 if ($options['js']) $options['full'] = true;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js46 oListText.selectedIndex = oListText.options.length - 1 ;
65 oListText.options[ iIndex ].value = oTxtText.value ;
95 oTxtValue.value = oListValue.options[ iIndex ].value ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
134 var oOptions = combo.options ;
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
161 combo.options.add( oOption, index ) ;
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js46 oListText.selectedIndex = oListText.options.length - 1 ;
65 oListText.options[ iIndex ].value = oTxtText.value ;
95 oTxtValue.value = oListValue.options[ iIndex ].value ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
134 var oOptions = combo.options ;
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
161 combo.options.add( oOption, index ) ;
[all …]
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js48 options;
86 this.options,
87 options
203 this.options = { class in ConvertTime.init
968 this.options
973 this.options
2468 …pbr = ratio * (this.options.maxPlaybackRate - this.options.minPlaybackRate) + this.options.minPlay…
2474 …ratio = (pbr - this.options.minPlaybackRate) / (this.options.maxPlaybackRate - this.options.minPla…
2547 options = {};
2598 …this.options[key] = value = this._limitValue(value, this.options.minPlaybackRate, this.options.max…
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js48 options;
86 this.options,
87 options
203 this.options = { class in ConvertTime.init
968 this.options
973 this.options
2468 …pbr = ratio * (this.options.maxPlaybackRate - this.options.minPlaybackRate) + this.options.minPlay…
2474 …ratio = (pbr - this.options.minPlaybackRate) / (this.options.maxPlaybackRate - this.options.minPla…
2547 options = {};
2598 …this.options[key] = value = this._limitValue(value, this.options.minPlaybackRate, this.options.max…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js48 options;
86 this.options,
87 options
203 this.options = { class in ConvertTime.init
968 this.options
973 this.options
2468 …pbr = ratio * (this.options.maxPlaybackRate - this.options.minPlaybackRate) + this.options.minPlay…
2474 …ratio = (pbr - this.options.minPlaybackRate) / (this.options.maxPlaybackRate - this.options.minPla…
2547 options = {};
2598 …this.options[key] = value = this._limitValue(value, this.options.minPlaybackRate, this.options.max…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js48 options;
86 this.options,
87 options
203 this.options = { class in ConvertTime.init
968 this.options
973 this.options
2468 …pbr = ratio * (this.options.maxPlaybackRate - this.options.minPlaybackRate) + this.options.minPlay…
2474 …ratio = (pbr - this.options.minPlaybackRate) / (this.options.maxPlaybackRate - this.options.minPla…
2547 options = {};
2598 …this.options[key] = value = this._limitValue(value, this.options.minPlaybackRate, this.options.max…
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js16options,callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax… argument
17 options=jQuery.extend(Syntax.defaultOptions,options)
18 options.blockSelector=options.blockSelector||'pre.syntax:not(.highlighted)';options.inlineSelector=
19 options.replace=true;jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQue…
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php15 private $options; variable in MaxMind\\WebService\\Http\\CurlRequest
21 public function __construct($url, $options) argument
24 $this->options = $options;
58 if (!empty($this->options['caBundle'])) {
59 $opts[CURLOPT_CAINFO] = $this->options['caBundle'];
66 $opts[CURLOPT_HTTPHEADER] = $this->options['headers'];
67 $opts[CURLOPT_USERAGENT] = $this->options['userAgent'];
68 $opts[CURLOPT_PROXY] = $this->options['proxy'];
72 $connectTimeout = $this->options['connectTimeout'];
79 $timeout = $this->options['timeout'];
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js276 function getURI (options) { argument
283 else if (options && options.ignore_fragment) {
297 var uri = options.uri;
351 options.set_perma_option($input.attr('data-service'), options);
354 options.del_perma_option($input.attr('data-service'), options);
378 …e('socialSharePrivacy_'+service_name, 'perma_on', options.cookie_expires, options.cookie_path, opt…
382 …$.cookie('socialSharePrivacy_'+service_name, null, -1, options.cookie_path, options.cookie_domain);
386 return !!options.get_perma_options(options)[service_name];
406 var command = options;
475 $.extend(true, options, arg);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php26 private $options = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
37 * @param array $options
39 public function __construct(array $options = []) argument
41 $this->factory = isset($options['handle_factory'])
42 ? $options['handle_factory'] : new CurlFactory(50);
44 if (isset($options['select_timeout'])) {
45 $this->selectTimeout = $options['select_timeout'];
52 $this->options = isset($options['options']) ? $options['options'] : [];
60 foreach ($this->options as $option => $value) {
83 $easy = $this->factory->create($request, $options);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js176 this.options = Popcorn.extend( {}, options ) || {};
782 options._id = options.id || options._id || Popcorn.guid( options._natives.type );
1901 options.compose = options.compose || [];
1905 options.effect = options.effect || [];
1911 options.compose = options.compose.concat( options.effect );
1929 options.start = options[ "in" ] || 0;
1932 if ( !options.end && options.end !== 0 ) {
1943 "id: " + (options.id || options._id)
1965 if ( !options._id && options._natives ) {
1974 options._id = options.id || options._id || Popcorn.guid( options._natives.type );
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DParser.php36 protected $options; variable in Sabre\\VObject\\Parser\\Parser
44 * @param int $options any parser options (OPTION constants)
46 public function __construct($input = null, $options = 0) argument
51 $this->options = $options;
63 * @param int $options
67 abstract public function parse($input = null, $options = 0); argument
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DParser.php36 protected $options; variable in Sabre\\VObject\\Parser\\Parser
44 * @param int $options Any parser options (OPTION constants).
48 function __construct($input = null, $options = 0) { argument
53 $this->options = $options;
65 * @param int $options
69 abstract function parse($input = null, $options = 0); argument
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DParser.php36 protected $options; variable in Sabre\\VObject\\Parser\\Parser
44 * @param int $options Any parser options (OPTION constants).
47 public function __construct($input = null, $options = 0) { argument
52 $this->options = $options;
64 * @param int|null $options
67 abstract public function parse($input = null, $options = null); argument
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DParser.php36 protected $options; variable in Sabre\\VObject\\Parser\\Parser
44 * @param int $options Any parser options (OPTION constants).
47 public function __construct($input = null, $options = 0) { argument
52 $this->options = $options;
64 * @param int|null $options
67 abstract public function parse($input = null, $options = null); argument
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DParser.php36 protected $options; variable in Sabre\\VObject\\Parser\\Parser
44 * @param int $options Any parser options (OPTION constants).
47 public function __construct($input = null, $options = 0) { argument
52 $this->options = $options;
64 * @param int|null $options
67 abstract public function parse($input = null, $options = null); argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php24 * @param array $options Request options to apply to the given
30 public function send(RequestInterface $request, array $options = []); argument
36 * @param array $options Request options to apply to the given
41 public function sendAsync(RequestInterface $request, array $options = []); argument
52 * @param array $options Request options to apply.
57 public function request($method, $uri, array $options = []); argument
69 * @param array $options Request options to apply.
73 public function requestAsync($method, $uri, array $options = []); argument
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/data/Form/
H A DDropdownElement.php26 * @param array $options
29 public function __construct($name, $options, $label = '')
33 $this->optGroups[''] = new \dokuwiki\plugin\data\Form\OptGroup(null, $options);
83 $options = $this->options();
84 if (!empty($options)) {
85 $keys = array_keys($options);
89 $options = $optGroup->options();
90 if (!empty($options)) {
28 __construct($name, $options, $label = '') global() argument
[all...]
/plugin/osm/
H A Dsyntax.php97 list($options, $markers) = $data;
99 $options = array_merge($this->defaults, $options);
103 …er->doc .= '<div class="openstreetmap" style="width: '.$options['width'].'px; height: '.$options['…
104 …$renderer->doc .= "<a href=\"".$this->getLinkURL($options)."\" title=\"See this map on OpenStreetM…
105 …$renderer->doc .= "<img alt=\"OpenStreetMap\" src=\"".$this->getImageURL($options)."\" />".DOKU_LF;
143 * @param array $options The options to send
146 function getImageURL($options) { argument
149 foreach ($options as $option => $value) {
159 * @param array $options The options that shall be included in the url
162 function getLinkURL($options) { argument
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js22 jPlayerPlaylist = function(cssSelector, playlist, options) { argument
31 this.options = $.extend(true, {
74 this.options.repeat = function(event) { method
75 self.loop = event.jPlayer.options.loop;
95 if(event.jPlayer.options.fullScreen) {
131 if(!this.options.fullScreen) {
142 $(this.cssSelector.jPlayer).jPlayer(this.options);
168 return this.options.playlistOptions[option];
171 this.options.playlistOptions[option] = value;
190 if(self.options.playlistOptions.autoPlay) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js22 jPlayerPlaylist = function(cssSelector, playlist, options) { argument
31 this.options = $.extend(true, {
74 this.options.repeat = function(event) { method
75 self.loop = event.jPlayer.options.loop;
95 if(event.jPlayer.options.fullScreen) {
131 if(!this.options.fullScreen) {
142 $(this.cssSelector.jPlayer).jPlayer(this.options);
168 return this.options.playlistOptions[option];
171 this.options.playlistOptions[option] = value;
190 if(self.options.playlistOptions.autoPlay) {
[all …]

12345678910>>...61