Home
last modified time | relevance | path

Searched refs:options (Results 151 – 175 of 1516) sorted by relevance

12345678910>>...61

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php78 * @param array $options optional
81 …tion savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = []) argument
95 if (isset($options['binary']) ? $options['binary'] : self::$binary) {
99 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
115 * @param array $options optional
118 …p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) argument
123 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php57 private $options; variable in Google\\Auth\\Cache\\SysVCacheItemPool
76 public function __construct($options = []) argument
83 $this->options = $options + [
91 $this->sysvKey = ftok(__FILE__, $this->options['proj']);
208 $this->options['memsize'],
209 $this->options['perm']
214 $this->options['variableKey'],
232 $this->options['memsize'],
233 $this->options['perm']
236 $data = @shm_get_var($shmid, $this->options['variableKey']);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js26 Diagram.prototype.drawSVG = function(container, options) { argument
31 options = _.defaults(options || {}, defaultOptions);
33 if (!(options.theme in Diagram.themes)) {
34 throw new Error('Unsupported theme: ' + options.theme);
43 var Theme = Diagram.themes[options.theme];
44 new Theme(this, options, function(drawing) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php38 * @param int $options
41 static public function read($data, $options = 0) { argument
44 $result = $parser->parse($data, $options);
61 * @param int $options
64 static public function readJson($data, $options = 0) { argument
67 $result = $parser->parse($data, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php38 * @param int $options
41 static public function read($data, $options = 0) { argument
44 $result = $parser->parse($data, $options);
61 * @param int $options
64 static public function readJson($data, $options = 0) { argument
67 $result = $parser->parse($data, $options);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DReader.php38 * @param int $options
41 static public function read($data, $options = 0) { argument
44 $result = $parser->parse($data, $options);
61 * @param int $options
64 static public function readJson($data, $options = 0) { argument
67 $result = $parser->parse($data, $options);
/plugin/htmlokay/
H A Dadmin.php270 $options = array();
283 return $options;
288 $options = array();
298 return $options;
303 $options = array();
326 return $options;
363 $options = array();
384 return $options;
457 foreach($options as $option)
468 foreach($options as $option)
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php54 protected $options = []; variable in Monolog\\Handler\\ElasticsearchHandler
58 * @param mixed[] $options Handler configuration
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub… argument
64 $this->options = array_merge(
70 $options
101 return $this->options;
109 return new ElasticsearchFormatter($this->options['index'], $this->options['type']);
152 if (! $this->options['ignore_error']) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js29 var playerFn = function( target, src, options ) { argument
31 options = options || {};
260 options && options.events && Popcorn.forEach( options.events, function( val, key ) {
271 player._setup.call( basePlayer, options );
294 player._teardown.call( basePlayer, options );
346 Popcorn.smart = function( target, src, options ) { argument
371 popcorn = Popcorn( media, options );
386 return Popcorn[ key ]( node, srci, options );
419 return Popcorn( '#' + videoID, options );
432 if ( options && options.events && options.events.error ) {
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js20 function get (self, options, uri, settings, name) {
21 var value = options[name];
23 return value.call(self, options, uri, settings);
57 'button' : function (options, uri, settings) { argument
60 url : uri + options.referrer_track,
61 media : get(this, options, uri, settings, 'media')
63 var title = get(this, options, uri, settings, 'title');
64 var description = get(this, options, uri, settings, 'description');
H A Djquery.socialshareprivacy.delicious.js27 'button' : function (options, uri, settings) { argument
29 var url = uri + options.referrer_track;
47 else txt_button = options.txt_button;
51 title: (typeof options.title === "function" ?
52 options.title.call(this, options, uri, settings) :
53 String(options.title)) || title
57 $button.find('i').text(options.txt_button);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php27 * @param array $options
31 public function __invoke(RequestInterface $request, array $options) argument
37 return $fn($request, $options);
64 $this->addExpectHeader($request, $options, $modify);
66 return $fn(Psr7\modify_request($request, $modify), $options);
76 array $options, argument
84 $expect = isset($options['expect']) ? $options['expect'] : null;
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php64 * @param int $options Whether or not to enforce safe_mode (0x04).
67 public function dir_opendir($path, $options); argument
94 * @param int $options A bitwise mask of values.
97 public function mkdir($path, $mode, $options); argument
115 * @param int $options A bitwise mask of values.
118 public function rmdir($path, $options); argument
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DProductionFilesystemLoader.php50 * @param array $options Array of Loader options (default: array())
52 public function __construct($baseDir, array $options = array()) argument
54 parent::__construct($baseDir, $options);
56 if (array_key_exists('stat_props', $options)) {
57 if (empty($options['stat_props'])) {
60 $this->statProps = $options['stat_props'];
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php36 * This factory accepts the same associative array of options as described
40 * @param array $options Additional options
45 public static function factory($resource = '', array $options = []) argument
55 return new self($stream, $options);
59 return new self($resource, $options);
67 return self::factory((string) $resource, $options);
71 return new PumpStream($resource, $options);
82 }, $options);
89 * This constructor accepts an associative array of options
102 __construct($stream, $options = []) global() argument
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php101 * @param array $options optional
104 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) argument
108 if (isset($options['binary']) ? $options['binary'] : self::$binary) {
112 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
129 * @param array $options optional
132 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) argument
137 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
/plugin/elasticsearch/cli/
H A Dimg.php20 * Register options and arguments on the given $options object
22 * @param Options $options
26 protected function setup(Options $options) argument
28 $options->setHelp('Output image data using DokuWiki\'s builtin EXIF capabilities');
30 $options->registerArgument('file', 'image file to convert to text', true);
34 protected function main(Options $options) argument
36 $args = $options->getArgs();
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js143 options = func;
150 options || (options = {});
153 'cap': 'cap' in options ? options.cap : true,
154 'curry': 'curry' in options ? options.curry : true,
155 'fixed': 'fixed' in options ? options.fixed : true,
156 'immutable': 'immutable' in options ? options.immutable : true,
157 'rearg': 'rearg' in options ? options.rearg : true
161 forceCurry = ('curry' in options) && options.curry,
162 forceFixed = ('fixed' in options) && options.fixed,
163 forceRearg = ('rearg' in options) && options.rearg,
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php52 protected $options;
90 * @param array $options
91 * @psalm-param array{request_handler?: class-string<RequestHandlerInterface>} $options
94 public function __construct(array $options = [])
99 $this->options = $options;
365 new HandlerFactory($this->options),
366 $this->options
34 protected $options; global() variable in FreeDSx\\Ldap\\Server\\ServerRunner\\PcntlServerRunner
39 __construct(array $options = []) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php52 protected $options = [
77 * @param array $options
79 public function __construct(array $options = [])
81 $this->options = array_merge($this->options, $options);
94 return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['version']));
98 * A SASL Bind to LDAP with SASL options and an optional specific mechanism type.
100 * @param array $options The SASL options (i
49 protected $options = [ global() variable in FreeDSx\\Ldap\\LdapClient
75 __construct(array $options = []) global() argument
103 bindSasl(array $options = [], string $mechanism = '') global() argument
405 setOptions(array $options) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTest.php23 protected $options; variable in Twig_Test
26 public function __construct(array $options = []) argument
28 $this->options = array_merge([
30 ], $options);
35 return $this->options['callable'];
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js223 options = func;
230 options || (options = {});
233 'cap': 'cap' in options ? options.cap : true,
234 'curry': 'curry' in options ? options.curry : true,
235 'fixed': 'fixed' in options ? options.fixed : true,
236 'immutable': 'immutable' in options ? options.immutable : true,
237 'rearg': 'rearg' in options ? options.rearg : true
241 forceCurry = ('curry' in options) && options.curry,
242 forceFixed = ('fixed' in options) && options.fixed,
243 forceRearg = ('rearg' in options) && options.rearg,
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php50 * @param array $options
53 public function __invoke(RequestInterface $request, array $options = []) argument
56 $this->createGuzzle5Request($request, $options)
66 * @param array $options
69 public function async(RequestInterface $request, array $options = []) argument
78 ['future' => true] + $options
107 private function createGuzzle5Request(RequestInterface $request, array $options) argument
115 ], $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
/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…

12345678910>>...61