/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Scroll.php | 46 protected $_options = [null, null, null]; 130 $this->_options = [null, null, null]; 195 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL); 199 $this->_options[1] = $this->_search->getOption(Search::OPTION_SCROLL_ID); 203 $isNotInitial = (null !== $this->_options[2]); 204 $this->_options[2] = $this->_search->getOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE); 220 $this->_search->setOption(Search::OPTION_SCROLL, $this->_options[0]); 221 $this->_search->setOption(Search::OPTION_SCROLL_ID, $this->_options[1]); 222 if (null !== $this->_options[2]) { 223 $this->_search->setOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE, $this->_options[ 43 protected $_options = [null, null, null]; global() variable in Elastica\\Scroll [all...] |
H A D | Search.php | 64 protected $_options = []; 186 $this->_options[$key] = $value; 204 $this->_options = []; 216 $this->_options[$key][] = $value; 223 return isset($this->_options[$key]); 237 return $this->_options[$key]; 242 return $this->_options; 315 if (isset($this->_options[self::OPTION_SCROLL_ID])) { 62 protected $_options = []; global() variable in Elastica\\Search
|
/plugin/authplaincas/ |
H A D | auth.php | 37 var $_options = array(); variable in auth_plugin_authplaincas 133 $this->_options['server'] = $this->getConf('server'); 134 $this->_options['rootcas'] = $this->getConf('rootcas'); 135 $this->_options['port'] = $this->getConf('port'); 140 $this->_options['localusers'] = $this->getConf('localusers'); 147 $this->_options['autologin'] = false; 154 $this->_options['localusers'] = false; 213 if (isset($this->_options[$optionName])) { 217 if (!$this->_options[$optionName]) { 221 $arr = explode(',', $this->_options[$optionName]); [all …]
|
/plugin/widearea/widearea/ |
H A D | widearea.js | 35 this._options = { class in AnonymousFunction5e42250c0100.WideArea 56 …textAreaList = this._targetElement.querySelectorAll('textarea[' + this._options.wideAreaAttr + '=\… 77 fullscreenIcon.title = this._options.fullScreenIconLabel; 235 closeIcon.title = this._options.closeIconLabel; 247 changeThemeIcon.title = this._options.changeThemeIconLabel; 260 overlayLayer.className = 'widearea-overlayLayer ' + this._options.defaultColorScheme; 277 if (e.keyCode === 27 && self._options.exitOnEsc) { 385 this._options[option] = value; 389 this._options = _mergeOptions(this._options, options);
|
/plugin/publistx/bib2tpl/lib/ |
H A D | BibTex.php | 127 var $_options; variable in Structures_BibTex 172 $this->_options = array( 221 $this->_options[$option] = $value; 339 if ($this->_options['validate']) { 386 if ($this->_options['validate']) { 392 if ($this->_options['validate']) { 397 if ($this->_options['validate']) { 438 if ($this->_options['validate']) { 444 if ($this->_options['unwrap']) { 462 if ($this->_options['validate']) { [all …]
|
/plugin/publistf/bib2tpl/lib/ |
H A D | BibTex.php | 127 var $_options; variable in Structures_BibTex 172 $this->_options = array( 221 $this->_options[$option] = $value; 339 if ($this->_options['validate']) { 386 if ($this->_options['validate']) { 392 if ($this->_options['validate']) { 397 if ($this->_options['validate']) { 438 if ($this->_options['validate']) { 444 if ($this->_options['unwrap']) { 462 if ($this->_options['validate']) { [all …]
|
/plugin/publist/bib2tpl/lib/ |
H A D | BibTex.php | 127 var $_options; variable in Structures_BibTex 172 $this->_options = array( 221 $this->_options[$option] = $value; 339 if ($this->_options['validate']) { 386 if ($this->_options['validate']) { 392 if ($this->_options['validate']) { 397 if ($this->_options['validate']) { 438 if ($this->_options['validate']) { 444 if ($this->_options['unwrap']) { 462 if ($this->_options['validate']) { [all …]
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/ |
H A D | Standard.php | 25 private $_options; variable in PhpCss\\Parser\\Standard 29 $this->_options = $options; 58 if (($this->_options & self::ALLOW_RELATIVE_SELECTORS) === self::ALLOW_RELATIVE_SELECTORS) {
|
/plugin/bibtex4dw/lib/ |
H A D | bibtexparser.php | 133 private $_options; variable in bibtexparser_plugin_bibtex4dw 172 $this->_options = array( 217 if (array_key_exists($option, $this->_options)) { 218 $this->_options[$option] = $value; 355 if ($this->_options['validate']) { 451 if ($this->_options['validate']) { 593 if ($this->_options['validate']) { 607 if ($this->_options['validate']) { 648 if ($this->_options['validate']) { 665 if ($this->_options['replaceLate [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/ |
H A D | Search.php | 27 protected $_options = []; variable in Elastica\\Multi\\Search 124 $this->_options[BaseSearch::OPTION_SEARCH_TYPE] = $searchType; 137 $this->_options,
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.select.php | 7 var $_options; variable in SelectBox 15 $this->_options = $options; 75 $this->_options);
|
H A D | pdf.fpdf.php | 902 var $_options; variable in PDFFieldSelect 907 foreach ($this->_options as $arr) { 937 $this->_options = $options;
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 328 …tion->fopen = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options, &$_openedPath) { 331 $_options = $options; 349 ->isEqualTo($_options & STREAM_USE_PATH) 376 …tion->fopen = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options, &$_openedPath) { 379 $_options = $options; 399 ->isEqualTo($_options & STREAM_USE_PATH) 729 … $this->function->mkdir = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options) { 732 $_options = $options; 750 ->integer($_options)
|
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 875 datetimepicker.setOptions = function (_options) { argument 918 options = $.extend(true, {}, options, _options); 920 if (_options.allowTimes && $.isArray(_options.allowTimes) && _options.allowTimes.length) { 921 options.allowTimes = $.extend(true, [], _options.allowTimes); 924 if (_options.weekends && $.isArray(_options.weekends) && _options.weekends.length) { 925 options.weekends = $.extend(true, [], _options.weekends); 928 …if (_options.highlightedDates && $.isArray(_options.highlightedDates) && _options.highlightedDates… 929 $.each(_options.highlightedDates, function (index, value) { 947 …if (_options.highlightedPeriods && $.isArray(_options.highlightedPeriods) && _options.highlightedP… 977 …if (_options.disabledDates && $.isArray(_options.disabledDates) && _options.disabledDates.length) { [all …]
|
/plugin/preservefilenames/ |
H A D | script.js | 85 var item = qq.toElement(this._options.fileTemplate);
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
H A D | Xpath.php | 82 private $_options = 0; variable in PhpCss\\Ast\\Visitor\\Xpath 142 $this->_options = $options; 183 return ($this->_options & $option) === $option;
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jplayer.playlist.min.js | 2 …_options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.… class in jPlayerPlaylist
|
H A D | jplayer.playlist.js | 55 …}, this._options, options); // Object: The jPlayer constructor options for this playlist and the p… 150 _options: { // static object, instanced in constructor class in jPlayerPlaylist
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jplayer.playlist.js | 55 …}, this._options, options); // Object: The jPlayer constructor options for this playlist and the p… 150 _options: { // static object, instanced in constructor class in jPlayerPlaylist
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js | 1 …_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
|
H A D | 3.3.js.map | 1 …_options = new Options(options);\n this._ch = null;\n this._input = null;\n\n // https://develo…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | editor.worker.js | 1 …_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | nv.d3.min.js | 2 …_options=Object.create({},{duration:{get:function(){return s},set:function(a){s=a}},gravity:{get:f… 3 …_options=Object.create({},{width:{get:function(){return i},set:function(a){i=a}},height:{get:funct… 4 …_options=Object.create({},{width:{get:function(){return j},set:function(a){j=a}},height:{get:funct… 5 …_options=Object.create({},{width:{get:function(){return m},set:function(a){m=a}},height:{get:funct… 6 …_options=Object.create({},{width:{get:function(){return l},set:function(a){l=a}},height:{get:funct… 7 …_options=Object.create({},{width:{get:function(){return d},set:function(a){d=a}},height:{get:funct… 8 …_options=Object.create({},{width:{get:function(){return h},set:function(a){h=a}},height:{get:funct…
|
H A D | bootstrap.min.js | 6 …_options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.get…
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 806 var $_options; variable in PDFFieldSelect 811 foreach ($this->_options as $arr) { 841 $this->_options = $options;
|