Home
last modified time | relevance | path

Searched refs:_options (Results 1 – 25 of 35) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php46 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 DSearch.php64 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 Dauth.php37 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 Dwidearea.js35 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 DBibTex.php127 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 DBibTex.php127 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 DBibTex.php127 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 DStandard.php25 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 Dbibtexparser.php133 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 DSearch.php27 protected $_options = []; variable in Elastica\\Multi\\Search
124 $this->_options[BaseSearch::OPTION_SEARCH_TYPE] = $searchType;
137 $this->_options,
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php7 var $_options; variable in SelectBox
15 $this->_options = $options;
75 $this->_options);
H A Dpdf.fpdf.php902 var $_options; variable in PDFFieldSelect
907 foreach ($this->_options as $arr) {
937 $this->_options = $options;
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php328 …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 Djquery.datetimepicker.js875 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 Dscript.js85 var item = qq.toElement(this._options.fileTemplate);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php82 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 Djplayer.playlist.min.js2_options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.… class in jPlayerPlaylist
H A Djplayer.playlist.js55 …}, 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 Djplayer.playlist.js55 …}, 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 Deditor.worker.js1_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
H A D3.3.js.map1_options = new Options(options);\n this._ch = null;\n this._input = null;\n\n // https://develo…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1_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 Dnv.d3.min.js2_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 Dbootstrap.min.js6_options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.get…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php806 var $_options; variable in PDFFieldSelect
811 foreach ($this->_options as $arr) {
841 $this->_options = $options;

12