Home
last modified time | relevance | path

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

12

/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/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/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2_options=e,this._moddle=this._createModdle(e),this._viewers={},this._views=[];var t=xn('<div class…
H A Ddmn-navigated-viewer.production.min.js2_options=e,this._moddle=this._createModdle(e),this._viewers={},this._views=[];var t=on('<div class…
H A Ddmn-viewer.production.min.js2_options=e,this._moddle=this._createModdle(e),this._viewers={},this._views=[];var t=rn('<div class…
/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/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/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/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3529 function InteractiveDateComponent(_view, _options) {
3530 var _this = _super.call(this, _view, _options) || this;
10026 function DateComponent(_view, _options) {
10036 if (_options) {
10037 _this['options'] = _options;
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1_options=i||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){this.…
396_options=r,this._refilterKind=1,this._lineContext=n,"top"===o?this._snippetCompareFn=H._compareCom…
403_options},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"modeConfiguration",{g…
H A Deditor.worker.js1_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1_options = new Options(options);\n this._ch = null;\n this._input = null;\n\n // https://develo…
H A Dbundle.js1_options=i||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){this.…
396_options=r,this._refilterKind=1,this._lineContext=n,"top"===o?this._snippetCompareFn=H._compareCom…
403_options},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"modeConfiguration",{g…
H A Dbundle.js.map1_options = (options || false);\n this._node.addEventListener(this._type, this._handler, thi…
H A Deditor.worker.js1_options=e,this._leakageMon=Xe>0?new Ze(this._options&&this._options.leakWarningThreshold):void 0}…
H A Deditor.worker.js.map1_options = options;\n this._leakageMon = _globalLeakWarningThreshold > 0\n ? new…
H A Djson.worker.js.map1_options = options;\n this._leakageMon = _globalLeakWarningThreshold > 0\n ? new…
/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/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/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6_options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.get…
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…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php7 var $_options; variable in SelectBox
15 $this->_options = $options;
75 $this->_options);
/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