Home
last modified time | relevance | path

Searched refs:options (Results 51 – 75 of 1516) sorted by relevance

12345678910>>...61

/plugin/s5reloaded/ui/effects_support/
H A Dsound.js23 var options = Object.extend({
27 if(options.replace && this.tracks[options.track]) {
29 var sound = $('sound_'+options.track+'_'+id);
33 this.tracks[options.track] = null;
36 if(!this.tracks[options.track])
37 this.tracks[options.track] = { id: 0 };
39 this.tracks[options.track].id++;
41 options.id = this.tracks[options.track].id;
44 id: 'sound_'+options.track+'_'+options.id,
45 src: options.url, loop: 1, autostart: true
[all …]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php50 * @param array $options
52 public function __construct(array $options = [])
58 $options
61 if (!\in_array($this->options['transport'], self::TRANSPORTS, true)) {
64 $this->options['transport'],
82 if ($this->options['transport'] !== 'udp') {
86 $transport = $this->options['transport'];
87 if ($transport === 'tcp' && $this->options['use_ssl'] === true) {
110 \strtoupper($this->options['transport']),
128 $socket = new Socket($socket, \array_merge($this->options, [
42 __construct(array $options = []) global() argument
140 bind(string $ip, int $port, array $options = []) global() argument
154 bindTcp(string $ip, int $port, array $options = []) global() argument
168 bindUdp(string $ip, int $port, array $options = []) global() argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php69 if (isset($options['delay']) && is_numeric($options['delay'])) {
70 usleep($options['delay'] * 1000);
74 $this->lastOptions = $options;
77 if (isset($options['on_headers'])) {
78 if (!is_callable($options['on_headers'])) {
82 $options['on_headers']($response);
103 if (isset($options['sink'])) {
105 $sink = $options['sink'];
185 array $options, argument
189 if (isset($options['on_stats'])) {
[all …]
/plugin/aichat/
H A Dcli.php24 protected function setup(Options $options)
26 parent::setup($options);
28 $options->setHelp( argument
33 $options->registerOption(
40 $options->registerCommand(
44 $options->registerOption(
52 $options->registerCommand('maintenance', 'Run storage maintenance. Refer to the documentation for details.');
54 $options->registerCommand('similar', 'Search for similar pages');
55 $options->registerArgument('query', 'Look up chunks similar to this query', true, 'similar');
57 $options
62 main(Options $options) global() argument
[all...]
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13options,false,false);}o.onblur=e};var c=function(){return String(this.text);};var C=function(i,x,X…
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php67 private $options; variable in BibtexConverter
109 $this->options = array(
129 if ( !empty($options[$key]) ) {
130 $this->options[$key] = $options[$key];
143 $this->options['lang'] = $translations;
145 $this->helper = new Helper($this->options);
202 $this->options['group'] = 'none';
206 if ( $this->options['group'] === 'none' ) {
296 if ( $this->options['group'] !== 'none' ) {
298 … if ( !empty($entry[$this->options['group']]) || $this->options['group'] === 'firstauthor' ) {
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js20 function get (self, options, uri, settings, name) {
21 var value = options[name];
23 return value.call(self, options, uri, settings);
45 'button' : function (options, uri, settings) { argument
61 url : uri + options.referrer_track,
64 var title = get(this, options, uri, settings, 'title');
65 var target = get(this, options, uri, settings, 'target');
68 if (options.bgcolor) params.bgcolor = options.bgcolor;
69 if (options.bordercolor) params.bordercolor = options.bordercolor;
70 if (options.newwindow) params.newwindow = options.newwindow;
H A Djquery.socialshareprivacy.facebook.js36 'button' : function (options, uri, settings) { argument
39 var match = /^([a-z]{2})_([A-Z]{2})$/.exec(options.language);
46 locale = options.language;
53 else if (options.language in locales) {
54 locale = options.language+"_"+locales[options.language][0];
59 href : uri + options.referrer_track,
62 action : options.action,
63 colorscheme: options.colorscheme
65 if (options.font) params.font = options.font;
/plugin/poll/
H A Dsyntax.php36 if (!$options) {
37 $options = $title;
40 $options = explode('*', $options);
42 $c = count($options);
44 $options[$i] = trim($options[$i]);
47 return array(trim($title), $options);
58 $options = $data[1];
86 $c = count($options);
104 } elseif (count($options) > 0) {
143 function _pollForm($options, &$renderer) { argument
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php33 * @param array $options see __construct's options parameter
37 public static function factory($options = array()) argument
40 self::$instance = new self($options);
98 * $options array can contain :
107 * @param array $options array of options to set
111 public function __construct(Array $options = []) argument
113 if (isset($options['helpers'])) {
114 $this->setHelpers($options['helper
[all...]
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php64 private $options; variable in BibtexConverter
106 $this->options = array(
125 if ( !empty($options[$key]) ) {
126 $this->options[$key] = $options[$key];
139 $this->options['lang'] = $translations;
141 $this->helper = new Helper($this->options);
198 $this->options['group'] = 'none';
202 if ( $this->options['group'] === 'none' ) {
292 if ( $this->options['group'] !== 'none' ) {
294 … if ( !empty($entry[$this->options['group']]) || $this->options['group'] === 'firstauthor' ) {
[all …]
/plugin/newpagetemplate/
H A Dcli.php8 // register options and arguments
11 protected function setup(Options $options) argument
23 $options->setHelp(
29 $options->registerOption('version', 'print version', 'v');
30 $options->registerOption('page', 'Apply the template to the named page id', 'p');
31 $options->registerOption('usrrepl', 'newpagevars: Macro/Replacent string: @MACRO@,replacement;@MACRO_2@. . . ', 'u');
32 $options->registerOption('tmpl', 'Template to apply to the specified page ', 't');
33 $options->registerOption('cliuser', 'User of CLI process', 'c');
35 $options->registerOption('nosave',
42 $options
53 main(Options $options) global() argument
[all...]
/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/letsencrypt/
H A Dcli.php26 * @param DokuCLI_Options $options
29 protected function setup(Options $options) { argument
30 $options->setHelp(
36 $options->registerOption('update', 'Update the certificates', 'u');
47 * @param DokuCLI_Options $options
50 protected function main(Options $options) { argument
55 $quiet = $options->getOpt('quiet');
60 if($options->getOpt('update')) {
61 if(!$options->getOpt('force') && !$this->updateNeeded($domains)) {
68 if($options->getOpt('run-on-update')) {
[all …]
/plugin/tagging/script/
H A Deditable.js3 var TextInput = function (div, options) { argument
5 this.options = options;
12 this.$input = $('<input type="text">').val(this.options.defaultValue).appendTo(this.$div);
70 var EditableForm = function (div, options) { argument
72 this.options = options;
116 this.input = new TextInput(this.$form.find('div.editable-input'), {defaultValue: this.options.value});
185 if (newValue === this.options.value) {
195 var params = $.extend({}, this.options
229 Editable(element, options) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php64 protected $options;
145 * Gets the name (AttributeType) portion of the AttributeDescription, which excludes the options.
151 $this->options();
157 * Gets the full AttributeDescription (RFC 4512, 2.5), which contains the attribute type (name) and options.
163 return $this->getName() . ($this->options()->count() > 0 ? ';' . $this->options()->toString() : '');
200 * Gets the options within the AttributeDescription (semi-colon separated list of options).
206 return $this->options();
214 return ($this->options()
48 protected $options; global() variable in FreeDSx\\Ldap\\Entry\\Attribute
270 protected function options(): Options global() function in FreeDSx\\Ldap\\Entry\\Attribute
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DPlainChallenge.php46 public function challenge(?string $received = null, array $options = []): SaslContext argument
51 return $this->serverProcess($received, $options);
53 return $this->clientProcess($options);
57 protected function serverProcess(?Message $message, array $options): SaslContext argument
62 if (!(isset($options['validate']) && is_callable($options['validate']))) {
70 $this->context->setIsAuthenticated((bool) $options['validate']($authzId, $authcId, $password));
75 protected function clientProcess(array $options): SaslContext argument
77 if (!isset($options['username'])) {
80 if (!isset($options['passwor
[all...]
/plugin/elasticsearch/
H A Dcli.php30 * Register options and arguments on the given $options object
32 * @param Options $options
36 protected function setup(Options $options) { argument
37 $options->setHelp('Manage the elastic search index');
39 $options->registerCommand('index', 'Index all pages and/or media in the wiki');
40 $options->registerOption(
48 $options->registerCommand(
52 $options->registerOption('clear', 'Remove existing index if any', 'c', false, 'createindex');
58 * Arguments and options hav
63 main(Options $options) global() argument
[all...]
/plugin/statdisplay/
H A Dcli.php18 protected function setup(Options $options) argument
20 $options->setHelp('Control the statdisplay plugin');
21 $options->registerCommand('parse', 'Parse and analyse the log file');
22 …$options->registerOption('clear', 'Drop all previously parsed log data and reparse the whole log f…
24 … $options->registerOption('lines', 'Number of lines to read per iteration', 'l', 'lines', 'parse');
30 protected function main(Options $options) argument
32 switch ($options->getCmd()) {
35 $this->options->getOpt('clear'),
36 (int)$this->options->getOpt('lines', $this->getConf('lines'))
40 echo $this->options->help();
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js42 options = $.extend({}, config.defaults, options);
44 if (typeof options.expires === 'number') {
45 var days = options.expires, t = options.expires = new Date();
55options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max…
56 options.path ? '; path=' + options.path : '',
57 options.domain ? '; domain=' + options.domain : '',
58 options.secure ? '; secure' : ''
86 $.removeCookie = function (key, options) { argument
89 $.cookie(key, '', $.extend({}, options, { expires: -1 }));
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.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/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php159 * @param array $options Array of query params to use for query. For possible options check es api
169 public function updateDocuments(array $docs, array $options = []): ResponseSet
175 return $this->getClient()->updateDocuments($docs, $options);
185 * @param array $options Optional params
193 public function updateByQuery($query, AbstractScript $script, array $options = []): Response
203 $endpoint->setParams($options);
223 $options = $doc->getOptions(
239 $endpoint->setParams($options);
261 * @param array $options Arra
156 updateDocuments(array $docs, array $options = []) global() argument
176 updateByQuery($query, AbstractScript $script, array $options = []) global() argument
246 addDocuments(array $docs, array $options = []) global() argument
264 getDocument($id, array $options = []) global() argument
296 deleteById(string $id, array $options = []) global() argument
319 deleteByQuery($query, array $options = []) global() argument
409 create(array $args = [], $options = null) global() argument
465 createSearch($query = '', $options = null, BuilderInterface $builder = null) global() argument
477 search($query = '', $options = null, string $method = Request POST) global() argument
623 flush(array $options = []) global() argument
705 updateDocument($data, array $options = []) global() argument
[all...]
/plugin/tagfilter/_test/
H A Dsyntax.test.php46 $options = pq('option', $select->eq(0));
47 $this->assertEquals('', $options->eq(0)->text());
48 $this->assertEquals('Blorg', $options->eq(1)->text());
50 $options = pq('option', $select->eq(1));
51 $this->assertEquals('', $options->eq(0)->text());
52 $this->assertEquals('A', $options->eq(1)->text());
53 $this->assertEquals('B', $options->eq(2)->text());
55 $options = pq('option', $select->eq(2));
56 $this->assertEquals('', $options->eq(0)->text());
57 $this->assertEquals('1', $options
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php152 if (isset($options['cache'])) {
153 $cache = $options['cache'];
156 $mode = isset($options['cache_file_mode']) ? $options['cache_file_mode'] : null;
167 if (isset($options['loader'])) {
175 if (isset($options['partials'])) {
179 if (isset($options['helpers'])) {
183 if (isset($options['escape'])) {
195 if (isset($options['charset'])) {
199 if (isset($options['logger'])) {
207 if (isset($options['delimiters'])) {
[all …]
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php7 protected array $options = []; variable in TableRoller\\Table\\BaseTable
20 $result[] = $this->proceessResult($this->options[$this->pickOne()]);
26 protected function setOptions(array $options) { argument
28 foreach ($options as $entry) {
30 $this->options[(int)$match[1]] = trim($match[2]);
33 $this->options[$key] = $match[3];
36 $this->options[] = $entry;
40 $this->count = count($this->options);
41 $this->keys = array_keys($this->options);
45 return $this->proceessResult($this->options[
[all...]

12345678910>>...61