| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Scroll.php | 46 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]);
|
| D | Search.php | 64 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/ |
| D | auth.php | 37 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/ |
| D | widearea.js | 35 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/ |
| D | BibTex.php | 127 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/ |
| D | BibTex.php | 127 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/ |
| D | BibTex.php | 127 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/ |
| 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['replaceLatex']) { [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/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/ |
| H A D | Imap.php | 150 private $_options = null; variable in CAS_ProxiedService_Imap 172 $this->_options = $options; 211 $this->_options
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/ |
| 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/ |
| D | box.select.php | 7 var $_options; variable in SelectBox 15 $this->_options = $options; 75 $this->_options);
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
| 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… 949 $.each(_options.highlightedPeriods, function (index, value) { [all …]
|
| /plugin/preservefilenames/ |
| 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/lightmenu/ |
| D | lightmenu.class.php | 20 protected static function _options(string $match) : array function in lightmenu 213 lightmenu::_options($options);
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
| 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 property in jPlayerPlaylist
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
| 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 property in jPlayerPlaylist
|
| D | jplayer.playlist.min.js | 2 …_options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.… property in jPlayerPlaylist
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js | 1 …_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| 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/ |
| 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…
|
| D | bootstrap.min.js | 6 …_options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.get…
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …_options={debug:false,action:'/server/upload',params:{},button:null,multiple:true,maxConnections:3… property in qq.UploadDropZone
|