Home
last modified time | relevance | path

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

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DScroll.php46 protected $_options = [null, null, null]; variable in Elastica\\Scroll
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[2]);
DSearch.php64 protected $_options = []; variable in Elastica\\Search
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])) {
/plugin/authplaincas/
Dauth.php37 var $_options = array(); variable in auth_plugin_authplaincas
130 $this->_options = (array) $conf['plugin']['authplaincas'] + $defaults;
133 $this->_options['server'] = $this->getConf('server');
134 $this->_options['rootcas'] = $this->getConf('rootcas');
135 $this->_options['port'] = $this->getConf('port');
136 $this->_options['samlValidate'] = $this->getConf('samlValidate');
137 $this->_options['handlelogoutrequest'] = $this->getConf('handlelogoutrequest');
138 …$this->_options['handlelogoutrequestTrustedHosts'] = $this->getConf('handlelogoutrequestTrustedHos…
139 $this->_options['minimalgroups'] = $this->getConf('minimalgroups');
140 $this->_options['localusers'] = $this->getConf('localusers');
[all …]
/plugin/widearea/widearea/
Dwidearea.js35 this._options = { property in anonymousFunction5e42250c0200.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/publistf/bib2tpl/lib/
DBibTex.php127 var $_options; variable in Structures_BibTex
172 $this->_options = array(
220 if (array_key_exists($option, $this->_options)) {
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']) {
441 if ($this->_options['stripDelimiter']) {
[all …]
/plugin/publist/bib2tpl/lib/
DBibTex.php127 var $_options; variable in Structures_BibTex
172 $this->_options = array(
220 if (array_key_exists($option, $this->_options)) {
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']) {
441 if ($this->_options['stripDelimiter']) {
[all …]
/plugin/publistx/bib2tpl/lib/
DBibTex.php127 var $_options; variable in Structures_BibTex
172 $this->_options = array(
220 if (array_key_exists($option, $this->_options)) {
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']) {
441 if ($this->_options['stripDelimiter']) {
[all …]
/plugin/bibtex4dw/lib/
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['replaceLatex']) {
[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/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/
H A DImap.php150 private $_options = null; variable in CAS_ProxiedService_Imap
172 $this->_options = $options;
211 $this->_options
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
DSearch.php27 protected $_options = []; variable in Elastica\\Multi\\Search
124 $this->_options[BaseSearch::OPTION_SEARCH_TYPE] = $searchType;
137 $this->_options,
/plugin/html2pdf/html2pdf/html2ps/
Dbox.select.php7 var $_options; variable in SelectBox
15 $this->_options = $options;
75 $this->_options);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
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…
949 $.each(_options.highlightedPeriods, function (index, value) {
[all …]
/plugin/preservefilenames/
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/lightmenu/
Dlightmenu.class.php20 protected static function _options(string $match) : array function in lightmenu
213 lightmenu::_options($options);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djplayer.playlist.js55 …}, this._options, options); // Object: The jPlayer constructor options for this playlist and the p…
150 _options: { // static object, instanced in constructor property in jPlayerPlaylist
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djplayer.playlist.js55 …}, this._options, options); // Object: The jPlayer constructor options for this playlist and the p…
150 _options: { // static object, instanced in constructor property in jPlayerPlaylist
Djplayer.playlist.min.js2_options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.… property in jPlayerPlaylist
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js1_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
/plugin/dirtylittlehelper/mermaid/editor/
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/
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…
Dbootstrap.min.js6_options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.get…
/plugin/zwidoku/files/
H A Djs.js1_options={debug:false,action:'/server/upload',params:{},button:null,multiple:true,maxConnections:3… property in qq.UploadDropZone

12