Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 1516) sorted by path

12345678910>>...61

/plugin/authsmartcard/
H A DREADME.md66 Available configuration options for the plugin are:
/plugin/authsqlite/
H A DREADME.md9 options for PostgreSQL, authsqlite allows the %{animal} parameter in all
/plugin/autogallery/
H A Dsyntax.php58 $options = substr($match, 12, -2); //
59 $options = explode('#', $options, 2);
61 $namespace = trim(ltrim($options[0], '>'));
62 $templates = explode(',', $options[1]);
/plugin/autogroup/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/barcode/
H A DCOPYING109 the interface presents a list of user commands or options, such as a
/plugin/barcodes/
H A Dcomposer.lock821 "description": "Library for parsing CLI options",
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/batchedit/
H A Dconfig.php44 public function update($options) { argument
45 $this->load($options);
97 private function load($options) { argument
98 if (array_key_exists('searchmode', $options)) {
99 $this->config['searchmode'] = $options['searchmode'] == 'regexp' ? 'regexp' : 'text';
102 $this->loadBoolean($options, 'matchcase');
103 $this->loadBoolean($options, 'multiline');
104 $this->loadBoolean($options, 'advregexp');
105 $this->loadBoolean($options, 'matchctx');
106 $this->loadInteger($options, 'ctxchar
131 loadBoolean($options, $id) global() argument
140 loadInteger($options, $id) global() argument
[all...]
H A Dinterface.css254 #batchedit #be-options {
H A Drequest.php144 $options = array();
146 $options['searchmode'] = $_REQUEST['searchmode'];
147 $options['matchcase'] = isset($_REQUEST['matchcase']);
148 $options['multiline'] = isset($_REQUEST['multiline']);
149 $options['advregexp'] = isset($_REQUEST['advregexp']);
150 $options['matchctx'] = isset($_REQUEST['matchctx']);
151 $options['ctxchars'] = isset($_REQUEST['ctxchars']) ? $_REQUEST['ctxchars'] : '';
152 $options['ctxlines'] = isset($_REQUEST['ctxlines']) ? $_REQUEST['ctxlines'] : '';
153 $options['searchlimit'] = isset($_REQUEST['searchlimit']);
154 $options['searchma
[all...]
/plugin/bbcodeextensions/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js48 function Datepair(container, options) { argument
81 this.settings = simpleExtend(this._defaults, options);
H A Djquery.datepair.js22 var options = typeof option === 'object' && option;
25 data = new Datepair(this, options);
/plugin/bez/mdl/
H A DValidator.php123 public function validate_select($value, $options) { argument
124 if (in_array($value, $options)) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php128 * Run-time configuration options
163 function __construct($options = array()) argument
183 foreach ($options as $option => $value) {
207 * Sets run-time configuration options
H A Dbibtexrender.php30 * Options can be set by calling setOptions($options = array())
79 * As it loads the configuration options set e.g. via the config manager via the admin
135 * Set options of object
137 * @param options
139 public function setOptions($options) {
146 // Handle options, convert to $_conf if possible
147 foreach($options as $optkey => $optval) {
174 if (!array_key_exists('sort',$options)) {
138 setOptions($options) global() argument
/plugin/bibtex4dw/syntax/
H A Dbibtex.php92 $options = array();
93 // Add key-value pairs into options array
99 $options[$opt[0]][] = $opt[1];
104 // Careful with options settings, as there are only very
105 // few options that do make sense to be set that late.
106 if (array_key_exists('sort', $options)) {
107 $oopt['sort'] = $options['sort'];
109 if (array_key_exists('nocite', $options)) {
110 $oopt['nocite'] = $options['nocite'];
119 $bibtexrenderer->setOptions($options);
[all...]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js32 //$.fileDownload('/path/to/url/', options)
33 // see directly below for possible 'options'
34 fileDownload: function (fileUrl, options) { argument
36 //provide some reasonable defaults to any unspecified options below
58 //Requires jQuery UI: options to pass into jQuery UI Dialog
137 }, options);
/plugin/bootswrapper/exe/help/
H A Dpopover.txt17 Four options are available: ''top'', ''right'', ''bottom'', and ''left'' aligned.
/plugin/bpmnio/script/
H A Dbpmnio_render.js81 const options = { format: true }; class in transferXmlToForm
82 const result = await editor.saveXML(options);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md86 * `FIX`: correct test for replace options ([#1787](https://github.com/bpmn-io/bpmn-js/pull/1787))
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33options.inputTarget,this.domHandler=function(t){b(e.options.enable,[e])&&n.handler(t)},this.init()…
181 …render=function(){const{position:e,className:t,entries:n,headerEntries:i,options:r}=this._current,…
194options:i},this._emit("open"),this._bindAutoClose(),this._render()},jc.prototype._getContext=funct… property in AnonymousFunctionc4f831ab33700._current
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md64 * `FIX`: make sure Input Select options are always accessible ([#695](https://github.com/bpmn-io/dm…
186 * `FIX`: use absolute position for InputSelect options ([#590](https://github.com/bpmn-io/dmn-js/pu…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css41 --select-options-background-color: var(--color-white);
44 --select-options-color: var(--color-grey-225-10-15);
191 .dms-input-select .options {
192 background: var(--select-options-background-color);
195 .dms-select-options {
198 border: solid 1px var(--select-options-border-color);
201 color: var(--select-options-color);
208 .dms-select-options .option {
212 .dms-select-options .option.active {
216 .dms-select-options .option:focus,
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21options.inputTarget,this.domHandler=function(t){b(e.options.enable,[e])&&n.handler(t)},this.init()… property in sd.open._current

12345678910>>...61