Home
last modified time | relevance | path

Searched refs:opts (Results 151 – 175 of 249) sorted by relevance

12345678910

/plugin/labeled/
H A Dhelper.php47 foreach ($all as $label => $opts) {
51 $color = ($active)?$opts['color']:'aaa';
/plugin/prettytables/
H A Dscript.js204 opts = {nosel: true}; class in AnonymousFunction268156cf0100
208 pasteText(selection,pt.generate(),opts);
/plugin/ckgdoku/
H A Dscript.js403 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
407 var options = opts.substring(1).split('&');
455 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
/plugin/dropfiles/src/
H A Dupload.js272 var opts;
283 opts = { nosel: true }; class in AnonymousFunctionba10387b0100.insertSyntax
285 pasteText(selection,text,opts);
/plugin/solr/
H A Dhelper.php321 $opts=array();
323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js598 model.sync = function(method, m, opts) {
599 opts.success.call(opts.context);
616 model.sync = function(method, m, opts) {
617 opts.error.call(opts.context);
850 initialize: function(attrs, opts) { argument
1239 var opts = { class in AnonymousFunctionba6538a39f00
1247 model.save({id: 1}, opts);
1248 model.fetch(opts);
1249 model.destroy(opts);
1297 initialize: function(attrs, opts) { argument
H A Dcollection.js152 var added, opts, secondAdded;
153 added = opts = secondAdded = null;
161 opts = options;
169 assert.ok(opts.amazing);
551 opts.error.call(opts.context);
989 var opts = { class in AnonymousFunctionf8dce19e7400
990 opts: true, property in AnonymousFunctionf8dce19e7400.opts
992 assert.ok(options.opts);
998 collection.fetch(opts);
999 collection.create(m, opts);
[all …]
/plugin/passpolicy/
H A Dhelper.php79 $opts = explode(',', $this->getConf('pools'));
80 if (count($opts)) { // ignore empty pool setups
82 foreach ($opts as $pool) {
/plugin/ckgedit/
H A Dscript.js430 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
434 var options = opts.substring(1).split('&');
485 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
/plugin/cumulus/
H A Dsyntax.php185 $opts = array();
186 search($namesp,$conf['datadir'],'search_namespaces',$opts);
/plugin/galleryv1.5/
H A Dscript.js496 var opts = $('media__opts');
497 if(!opts) return;
515 opts.appendChild(glbl);
517 opts.appendChild(gbrk);
/plugin/discussion/
H A Dconvert.php58 function search_discussionpages(&$data, $base, $file, $type, $lvl, $opts) { argument
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php156 $opts = array(
161 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php156 $opts = array(
161 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/translate/
H A Daction.php332 $opts = array('id' => $translated_id, 'preact' => 'translate');
333 trigger_event('ACTION_SHOW_REDIRECT',$opts,'act_redirect_execute');
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20456 opts = {};
20468 opts = {};
20480 opts = {};
20492 opts = {};
20504 opts = {};
20516 opts = {};
20528 opts = {};
20633 this._opts = opts = opts || {};
20711 if (typeof opts.level === 'number') level = opts.level;
20714 if (typeof opts.strategy === 'number') strategy = opts.strategy;
[all …]
/plugin/displayorphans/
H A Dhelper.php52 …function /* bool */ _filterItem(&$data, $base, /* string */ $file, /* string */ $type, $lvl, $opts) argument
/plugin/linksenhanced/syntax/
H A Dlink.php65 $opts = explode(' ', $optionsSet[0]);
66 foreach($opts as $opt)
/plugin/bookcreator/syntax/
H A Dbookmanager.php371 $opts = array(
378 search($result, $conf['datadir'], 'search_allpages', $opts, $tt);
/plugin/odt/action/
H A Dexport.php257 $opts = array('depth' => $depth); //recursive all levels
259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php200 $opts = array(
205 …search($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($…
/plugin/revisionsdue/
H A Dsyntax.php18 function revision_callback_search_wanted(&$data,$base,$file,$type,$lvl,$opts) { argument
/plugin/farm/
H A Dsoapconfig.class.php35 function wl($opts = array()) { argument
36 return $this->manager->wl('soapconfig', $opts);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1655 var worker, opts = {};
1668 opts.type = opts.type.toLowerCase();
1669 opts.compression = opts.compression.toUpperCase();
1676 if (!opts.type) {
1701 return new StreamHelper(worker, opts.type || "string", opts.mimeType);
8578 var opts;
9116 state.lenbits = opts.bits;
9249 state.lenbits = opts.bits;
9793 var bits = opts.bits;
9880 opts.bits = 1;
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js50429 date = moment(opts.field.value, opts.format, opts.formatStrict);
50517 opts.defaultDate = moment(opts.field.value, opts.format).toDate();
50566 opts.isRTL = !!opts.isRTL;
50568 opts.field = (opts.field && opts.field.nodeName) ? opts.field : null;
50570 opts.theme = (typeof opts.theme) === 'string' && opts.theme ? opts.theme : null;
50572 opts.bound = !!(opts.bound !== undefined ? opts.field && opts.bound : opts.field);
50574 opts.trigger = (opts.trigger && opts.trigger.nodeName) ? opts.trigger : opts.field;
50578opts.disableDayFn = (typeof opts.disableDayFn) === 'function' ? opts.disableDayFn : null;
50589 if ((opts.minDate && opts.maxDate) && opts.maxDate < opts.minDate) {
50590 opts.maxDate = opts.minDate = false;
[all …]

12345678910