/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | Client.php | 109 $options = $this->prepareDefaults($options); 113 $options 148 $options = $this->prepareDefaults($options); 150 $headers = isset($options['headers']) ? $options['headers'] : []; 151 $body = isset($options['body']) ? $options['body'] : null; 152 $version = isset($options['version']) ? $options['version'] : '1.1'; 160 unset($options['headers'], $options['body'], $options['version']); 336 $options['sink'] = $options['save_to']; 342 $options['http_errors'] = $options['exceptions']; 397 $options['body'] = \GuzzleHttp\json_encode($options['json']); [all …]
|
H A D | RedirectMiddleware.php | 45 * @param array $options 54 return $fn($request, $options); 67 return $fn($request, $options); 70 return $fn($request, $options) 78 * @param array $options 85 array $options, argument 153 ? $options['__redirect_count'] 168 * @param array $options 175 array $options, argument 194 if (isset($options['idn_conversion']) && ($options['idn_conversion'] !== false)) { [all …]
|
H A D | RetryMiddleware.php | 59 * @param array $options 65 if (!isset($options['retries'])) { 66 $options['retries'] = 0; 70 return $fn($request, $options) 72 $this->onFulfilled($request, $options), 73 $this->onRejected($request, $options) 87 $options['retries'], 108 $options['retries'], 115 return $this->doRetry($req, $options); 124 $options['delay'] = call_user_func($this->delay, ++$options['retries'], $response); [all …]
|
/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | selectbox.js | 186 if (!isUndefined(this.options[i].__idx) && options[this.options[i].__idx]) { 187 options[this.options[i].__idx].selected = this.options[i].selected; 188 options[this.options[i].__idx].defaultSelected = this.options[i].defaultSelected; 440 options = options.sort(); 647 options[options.length] = { 'text' : text class in addOption 658 options[options.length-1].toString = __toString; 662 __saveOptionsTrack ('added', options[options.length-1].text, options[options.length-1].value); 722 if (options[i].selected && options[i].visible) { 723 … to.addOption (options[i].text, options[i].value, options[i].selected, options[i].defaultSelected); 832 if (!options[idx1] || options[idx2]) return false; [all …]
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlFactory.php | 29 $options = $this->getDefaultOptions($request, $headers); 30 $this->applyMethod($request, $options); 33 $this->applyHandlerOptions($request, $options); 36 $this->applyHeaders($request, $options); 37 unset($options['_headers']); 39 // Add handler options from the request's configuration options 41 $options = $this->applyCustomCurlOptions( 43 $options 51 $body = $this->getOutputBody($request, $options); 138 getOutputBody(array $request, array& $options) global() argument 200 applyMethod(array $request, array& $options) global() argument 226 applyBody(array $request, array& $options) global() argument 262 addStreamingBody(array $request, array& $options) global() argument 293 applyHeaders(array $request, array& $options) global() argument 318 applyCustomCurlOptions(array $config, array $options) global() argument 336 removeHeader($name, array& $options) global() argument 352 applyHandlerOptions(array $request, array& $options) global() argument [all...] |
/plugin/s5reloaded/ui/effects_support/ |
H A D | controls.js | 58 this.options = options || { }; 61 this.options.tokens = this.options.tokens || []; 62 this.options.frequency = this.options.frequency || 0.4; 63 this.options.minChars = this.options.minChars || 1; 64 this.options.onShow = this.options.onShow || 75 this.options.onHide = this.options.onHide || 79 this.options.tokens = new Array(this.options.tokens); 360 this.options.parameters = this.options.callback ? 488 Object.extend(this.options, options || { }); 548 fld.rows = (1 >= this.options.rows ? this.options.autoRows : this.options.rows); [all …]
|
H A D | dragdrop.js | 37 if(options.accept) options.accept = [options.accept].flatten(); 268 if(options.handle && Object.isString(options.handle)) 274 if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) { 275 options.scroll = $(options.scroll); 281 this.options = options; 368 if(this.options.change) this.options.change(this); 543 if(this.options.change) this.options.change(this); 710 if(options.dropOnEmpty || options.tree) { 716 var handle = options.handles ? $(options.handles[i]) : 744 element, options.only, options.tree ? true : false, options.tag); [all …]
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
H A D | DigestMD5MessageFactory.php | 63 public function create(int $type, array $options = [], ?Message $received = null): Message argument 66 return $this->generateClientResponse($options, $received); 68 return $this->generateServerResponse($options); 70 return $this->generateServerChallenge($options); 78 protected function generateServerChallenge(array $options): Message argument 82 $challenge->set('nonce', $options['nonce'] ?? $this->generateNonce($options['nonce_size'] ?? self::NONCE_SIZE)); 83 $challenge->set('qop', $this->generateAvailableQops($options)); 84 $challenge->set('realm', $options['realm'] ?? $_SERVER['USERDOMAIN'] ?? gethostname()); 85 $challenge->set('maxbuf', $options['maxbu 94 generateServerResponse(array $options) global() argument 107 generateClientResponse(array $options, Message $challenge) global() argument 130 getDigestUri(array $options, Message $response, Message $challenge) global() argument 143 generateAvailableQops(array $options) global() argument 181 getAvailableCiphers(array $options) global() argument 211 setCipherForChallenge(array $options, Message $response, Message $challenge) global() argument [all...] |
/plugin/itemtable/ |
H A D | syntax.php | 26 public $options=array(); variable in syntax_plugin_itemtable 79 if (trim($this->options["header"])!=""){ 81 … $TableData.="^".$this->options["header"].substr("^^^^^^^^^^",0,$this->options["cols"]+1)."\n"; 135 $r=substr(strstr($r,$this->options["cell_on"]),strlen($this->options["cell_on"])); 158 if ($this->options["twidth"]!="") 165 if ($this->options["norender"]=="") 190 $this->options["header"]=""; // 191 $this->options["__col"]=array(); 200 $this->options["cols"]=0; 207 $this->options["__col"]=array_merge ($this->options["__col"],$pp); [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Options.php | 22 * Represents a collection of attribute options. 31 protected $options; 34 * @param string|Option ...$options 36 public function __construct(...$options) 38 $this->set(...$options); 42 * @param string|Option ...$options 45 public function add(...$options) 47 foreach ($options as $option) { 48 $this->options[] = $option instanceof Option ? $option : new Option($option); 55 * @param string|Option ...$options 23 protected $options; global() variable in FreeDSx\\Ldap\\Entry\\Options 28 __construct(...$options) global() argument 37 add(...$options) global() argument 50 set(...$options) global() argument 85 remove(...$options) global() argument [all...] |
/plugin/gcalendar/inc/ |
H A D | gcal_main.php | 28 function render_gcal(&$options) { argument 36 if(!isset($options['mode'])) $options['mode']='month'; 44 if(!isset($options['pages'])) $options['pages'] = '('.$ID.')'; 49 $pages = $options['pages']; 69 …if(isset($options["month"])) $month = $options["month"] + $options["offset"] + $_SESSION["offset"]; 70 if(isset($options["year"])) $year = $options["year"]; 71 if(isset($options["day"])) $day = $options["day"]; 79 if(isset($options["offset"])) { 80 switch($options["mode"]) { 91 if(isset($options['dayshift'])) $reference_date += 60*60*24*$options['dayshift']; [all …]
|
/plugin/batchedit/ |
H A D | config.php | 44 public function update($options) { argument 45 $this->load($options); 97 private function load($options) { argument 98 if (array_key_exists('searchmode', $options)) { 99 $this->config['searchmode'] = $options['searchmode'] == 'regexp' ? 'regexp' : 'text'; 102 $this->loadBoolean($options, 'matchcase'); 103 $this->loadBoolean($options, 'multiline'); 104 $this->loadBoolean($options, 'advregexp'); 105 $this->loadBoolean($options, 'matchctx'); 106 $this->loadInteger($options, 'ctxchar 131 loadBoolean($options, $id) global() argument 140 loadInteger($options, $id) global() argument [all...] |
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.subtitle.js | 70 options: { 90 _setup: function( options ) { argument 97 ( !this.container && ( !options.target || options.target === "subtitle-container" ) ) && 101 if ( options.target && options.target !== "subtitle-container" ) { 103 …options.container = document.getElementById( options.target ) || createDefaultContainer( this, opt… 110 options.innerContainer = newdiv; 113 options.innerContainer.innerHTML = options.text || ""; 124 options.showSubtitle( options, options.text ); 132 end: function( event, options ) { argument 137 _teardown: function ( options ) { argument [all …]
|
/plugin/mikioplugin/syntax/ |
H A D | core.php | 30 public $options = array(); 128 $options = array(); 139 $options[substr($item, 0, $i)] = $value; 141 $options[$item] = true; 145 if (count($this->options) > 0) { 146 $options_clean = $this->cleanOptions($options); argument 148 $options_clean = $options; 171 * clean element options to only supported attributes, setting defaults if required 173 * @param $options options passe 27 public $options = array(); global() variable in syntax_plugin_mikioplugin_core 399 buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null) global() argument 472 buildTooltipString($options) global() argument 807 findTags($tagName, $content, $options, $hasEndTag = true) global() argument [all...] |
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
H A D | backbone.js | 396 options || (options = {}); 481 options || (options = {}); 667 options = options ? _.clone(options) : {}; 763 options || (options = {}); 823 options = _.extend({}, options); 958 options = options ? _.clone(options) : {}; 1034 options || (options = {}); 1075 options = options ? _.clone(options) : {}; 1124 options = options ? _.clone(options) : {}; 1487 options || (options = {}); [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/ |
H A D | functions.php | 37 * @param array $options An array of options 43 if (!isset($options['output'])) { 44 $options['output'] = 'js/*.js'; 55 * @param array $options An array of options 61 if (!isset($options['output'])) { 62 $options['output'] = 'css/*.css'; 73 * @param array $options An array of options 79 if (!isset($options['output'])) { 80 $options['output'] = 'images/*'; 111 $debug = isset($options['debug']) ? $options['debug'] : $_assetic->factory->isDebug(); [all …]
|
/plugin/amcharts/assets/amcharts/plugins/dataloader/ |
H A D | dataloader.js | 198 options._progress = options.progress; 224 callFunction( options.error, options, chart ); 235 options.format = options.format.toLowerCase(); 245 callFunction( options.error, options, chart ); 251 callFunction( options.load, options, chart ); 261 callFunction( options.error, options, chart ); 267 callFunction( options.load, options, chart ); 273 callFunction( options.error, options, chart ); 356 options.timeout = setTimeout( loadFile, 1000 * options.reload, url, holder, options ); 513 options = {}; [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | StreamHandler.php | 33 if (isset($options['delay'])) { 51 $options, 76 array $options, argument 82 if (isset($options['on_stats'])) { 96 array $options, argument 148 $sink = isset($options['sink']) 149 ? $options['sink'] 276 $options['verify'] = true; 282 if (isset($options['on_headers']) && !is_callable($options['on_headers'])) { 286 if (!empty($options)) { [all …]
|
H A D | CurlFactory.php | 37 $options['_body_as_string'] = $options['curl']['body_as_string']; 43 $easy->options = $options; 51 if (isset($options['curl'])) { 340 $options = $easy->options; 341 if (isset($options['verify'])) { 359 (is_link($options['verify']) && is_dir(readlink($options['verify'])))) { 379 if (isset($options['sink'])) { 380 $sink = $options['sink']; 426 if (isset($options['proxy'])) { 442 if (isset($options['cert'])) { [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | TWKB.php | 106 $options = []; 111 $options['precision'] = BinaryReader::zigZagDecode($type >> 4); 112 $options['precisionFactor'] = pow(10, $options['precision']); 114 $options['hasBoundingBox'] = ($metadataHeader >> 0 & 1) == 1; 115 $options['hasSizeAttribute'] = ($metadataHeader >> 1 & 1) == 1; 116 $options['hasIdList'] = ($metadataHeader >> 2 & 1) == 1; 117 $options['hasExtendedPrecision'] = ($metadataHeader >> 3 & 1) == 1; 118 $options['isEmpty'] = ($metadataHeader >> 4 & 1) == 1; 119 $options['unused 208 getPoint($options) global() argument 240 getLineString($options) global() argument 262 getPolygon($options) global() argument 285 getMulti($type, $options) global() argument [all...] |
/plugin/dbtables/ |
H A D | syntax.php | 24 public $options=array(); variable in syntax_plugin_dbtables 77 if (substr($rawline,0,1)==$this->options["thead"]) { 96 $RowsOut=$this->options["cols"]; 113 if ($this->options["nosort"]=="") 117 if ($this->options["twidth"]!="") 118 $res.=" width='".$this->options["twidth"]."'>"; 127 if ($this->options["norender"]=="") 161 $this->options["c2"]="Type"; 162 $this->options["c3"]="Relation"; 163 $this->options["c4"]="Desc"; [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | AssetFactory.php | 167 if (!isset($options['vars'])) { 168 $options['vars'] = array(); 175 if (!isset($options['root'])) { 179 $options['root'] = array($options['root']); 185 if (!isset($options['name'])) { 186 $options['name'] = $this->generateAssetName($inputs, $filters, $options); 213 if (!empty($options['vars'])) { 224 … $options['output'] = str_replace('*', '*.'.implode('.', $toAdd), $options['output']); 234 $asset->setTargetPath(str_replace('*', $options['name'], $options['output'])); 243 unset($options[$key]); [all …]
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
H A D | DigestMD5Challenge.php | 69 public function challenge(?string $received = null, array $options = []): SaslContext argument 71 $options = $options + self::DEFAULTS; 75 $response = $this->generateServerResponse($received, $options); 77 $response = $this->generateClientResponse($received, $options); 87 protected function generateClientResponse(?Message $message, $options): ?string argument 93 return $this->createClientResponse($message, $options); 101 $this->context->setHasSecurityLayer($options['use_integrity'] || $options['use_privacy']); 112 protected function generateServerResponse(?Message $received, array $options) argument 135 createClientResponse(Message $message, array $options) global() argument 193 generateServerVerification(Message $received, array $options) global() argument 249 generateServerChallenge(array $options) global() argument [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | TwigFilter.php | 27 protected $options; variable in Twig\\TwigFilter 34 $this->options = array_merge([ 45 ], $options); 60 return $this->options['node_class']; 80 return $this->options['needs_context']; 85 if (null !== $this->options['is_safe']) { 86 return $this->options['is_safe']; 101 return $this->options['pre_escape']; 106 return $this->options['is_variadic']; 116 return $this->options['deprecated']; [all …]
|
/plugin/imagecarousel/vendor/slick/ |
H A D | slick.min.js | 17 …options=a.extend({},e.defaults,f,d),e.currentSlide=e.options.initialSlide,e.originalSettings=e.opt… 18 …options.infinite===!1&&i.options.centerMode===!0&&(0>a||a>i.slideCount-i.options.slidesToScroll)?v…
|