Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php902 var $_options; variable in PDFFieldSelect
907 foreach ($this->_options as $arr) {
937 $this->_options = $options;
/plugin/jplayer/vendor/happyworm/jplayer/dist/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
H A Djplayer.playlist.min.js2_options,d),this.playlist=[],this.original=[],this._initPlaylist(c),this.cssSelector.details=this.… 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/preservefilenames/
H A Dscript.js85 var item = qq.toElement(this._options.fileTemplate);
/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/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/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/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js198 var _options = options,
199 dateFormat = _options.dateFormat,
200 dateUTC = _options.dateUTC;

12