Home
last modified time | relevance | path

Searched refs:opts (Results 51 – 75 of 249) sorted by last modified time

12345678910

/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md24 opts = [field.value.substr(0,getSelection(field).start)];
27 - opts.push(field.form.prefix.value);
32 + opts.push(field.form.prefix.value);
35 jQuery.each(opts, function (_, opt) {
/plugin/dokucrypt2/patches/
H A Dpatch1.diff20 opts = [field.value.substr(0,getSelection(field).start)];
24 opts.push(field.form.prefix.value);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js10828 var themeClass = ThemeRegistry_1.getThemeSystemClass(opts.themeSystem || opts.theme);
10853 el.toggleClass('fc-ltr', !opts.isRTL);
10854 el.toggleClass('fc-rtl', opts.isRTL);
11158 ], function (opts) {
11160 var firstDay = opts.firstDay;
11169 if (opts.monthNames) {
11170 localeData._months = opts.monthNames;
11172 if (opts.monthNamesShort) {
11175 if (opts.dayNames) {
11176 localeData._weekdays = opts.dayNames;
[all …]
/plugin/indexmenu/
H A Daction.php272 $opts = [
295 $opts['tempNew'] = true; //TODO temporary for recognizing treenew in the search function
298 $data = $search->search($ns, $opts);
299 $fancytreeData = $search->buildFancytreeData($data, $isInit, $currentPage, $opts['nopg']);
304 // $fancytreeData['opts'] = $opts;
309 // $fancytreeData[0]['opts'] = $opts;
501 $opts = [
514 $search->customSearch($data, $conf['datadir'], [$search, 'searchIndexmenuItems'], $opts,
[all...]
H A Dajax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php94 $opts = explode(' ', $optsStr);
97 $context = $this->hasOption($defaults, $opts, 'context');
137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie');
140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll');
142 $navbar = $this->hasOption($defaults, $opts, 'navbar');
144 $nons = $this->hasOption($defaults, $opts, 'nons');
146 $nopg = $this->hasOption($defaults, $opts, 'nopg');
148 $notoc = $this->hasOption($defaults, $opts, 'notoc');
150 $nomenu = $this->hasOption($defaults, $opts, 'nomenu');
152 $tsort = $this->hasOption($defaults, $opts, 'tsor
274 hasOption($defaultsopts, $opts, $optionname) global() argument
669 _search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
853 _search(& $data, $base, $func, $opts, $dir = '', $lvl = 1) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php334 $opts = array_merge([
358 $this->setState($opts['state']);
363 $this->setIssuer($opts['issuer']);
364 $this->setSub($opts['sub']);
365 $this->setExpiry($opts['expiry']);
370 $this->setScope($opts['scope']);
373 $this->updateToken($opts);
435 $opts = array_merge([
442 'iat' => ($now - $opts['skew']),
636 $opts = array_merge([
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php91 $opts = isset($args[1]) ? $args[1] : [];
94 ? $this->requestAsync(substr($method, 0, -5), $uri, $opts)
95 : $this->request($method, $uri, $opts);
H A DPool.php48 $opts = $config['options'];
51 $opts = [];
55 $requests = function () use ($iterable, $client, $opts) {
58 yield $key => $client->sendAsync($rfn, $opts);
60 yield $key => $rfn($opts);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1219 $opts = $this->getExtension('id-pe-authorityInfoAccess');
1220 if (!is_array($opts)) {
1223 foreach ($opts as $opt) {
/plugin/c3chart/
H A Dsyntax.php52 list($opts, $c3data) = explode('>', $match, 2);
53 preg_match_all('/(\\w+)\s*=\\s*([^"\'\\s>]*)/', $opts, $matches, PREG_SET_ORDER);
54 $opts = array(
60 $opts[strtolower($m[1])] = $m[2];
76 return array($chartid, $c3data, $opts);
90 list($chartid, $c3data, $opts) = $data;
93 foreach($opts as $n => $v) {
/plugin/translate/
H A Daction.php332 $opts = array('id' => $translated_id, 'preact' => 'translate');
333 trigger_event('ACTION_SHOW_REDIRECT',$opts,'act_redirect_execute');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22234 speed = opts.speed;
22238 switch (opts.direction) {
27870 var opts = this._opts;
27888 if (between(diff[i], opts.scrollThresholdOut[i], opts.scrollThresholdIn[i])) {
27890 dx = opts.scrollStep;
27892 dy = opts.scrollStep;
27894 dx = -opts.scrollStep;
27896 dy = -opts.scrollStep;
36931 keyboardMoveSelection.moveSelection(opts.direction, opts.accelerated);
37133 type = opts.type;
[all …]
/plugin/xcom/
H A Dscript.js390 opt = opts.trim();
398 if(!opts) {
408 if(!opts) {
421 if(regex_m.test(opts) || regex_s.test(opts)) break;
449 var opts = "";
467 if(!opts[p] || !opts[p].match(/^\s*\(/)) break;
496 opts[n] = xcom_timeStamp(opts[n]);
518 opts = new Array();
524 opts[0] = opts[0] + " " + page;
538 if(opts.length) {
[all …]
/plugin/newpagetemplate/
H A Dhelper.php9 function init($opts, $options, $cli) argument
11 $page = $opts['page'];
12 $usrreplace = $opts['usrrepl'];
13 $template = $opts['tmpl'];
14 $overwrite = $opts['overwr'];
15 $ini = $opts['ini'];
16 $user = $opts['user'];
17 $screen = $opts['screen'];
18 $ini = $opts['ini'];
19 $nosave = $opts['nosav
[all...]
H A Dcli.php58 $opts = $options->getArgs();
59 $clopts = $this->get_commandLineOptions($opts);
63 $this->raw_commandLineOpts($opts, $clopts);
67 $opts = $options->getArgs();
68 $clopts = $this->get_commandLineOptions($opts, 1);
72 $this->raw_commandLineOpts($opts, $clopts);
84 function get_commandLineOptions($opts, $config = false) argument
86 if (function_exists('is_countable') && !is_countable($opts)) return;
94 $ini = array_shift($opts);
95 } else $page = array_shift($opts);
138 raw_commandLineOpts($opts = '', $clopts = '', $dbg = false) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php91 $opts = [];
95 $opts[$name] = $this->options[$name];
99 return $opts;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php138 $opts = $this->options;
140 sort($opts);
144 foreach ($opts as $option) {
/plugin/move/helper/
H A Dplan.php77 'opts' => $conf['metadir'] . '/__move_opts',
121 $file = $this->files['opts'];
134 return io_saveFile($this->files['opts'], serialize($this->options));
307 $opts = array('depth' => 0, 'skipacl' => true);
309 search($docs, $conf['datadir'], 'search_allpages', $opts, $path);
311 search($docs, $conf['mediadir'], 'search_media', $opts, $path);
/plugin/move/_test/
H A Dpagemove.test.php589 $opts = array();
590 $opts['page_ns'] = 'ns';
591 $opts['newns'] = 'parent_ns'.':'.$newNamespace;
592 $opts['newname'] = $newPagename;
593 $this->movedToId = $opts['newns'].':'.$newPagename;
595 //$this->move->_pm_move_recursive($opts);
/plugin/move/admin/
H A Dtree.php110 $opts = array(
122 search($data, $conf['datadir'], 'search_universal', $opts, $basedir);
124 search($data, $conf['mediadir'], 'search_universal', $opts, $basedir);
/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/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md57 $opts = array(
65 $opts['ssl']['capath'] = $caPathOrFile;
67 $opts['ssl']['cafile'] = $caPathOrFile;
70 $context = stream_context_create($opts);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php59 $opts[CURLOPT_CAINFO] = $this->options['caBundle'];
61 $opts[CURLOPT_SSL_VERIFYHOST] = 2;
62 $opts[CURLOPT_FOLLOWLOCATION] = false;
63 $opts[CURLOPT_SSL_VERIFYPEER] = true;
64 $opts[CURLOPT_RETURNTRANSFER] = true;
66 $opts[CURLOPT_HTTPHEADER] = $this->options['headers'];
67 $opts[CURLOPT_USERAGENT] = $this->options['userAgent'];
68 $opts[CURLOPT_PROXY] = $this->options['proxy'];
81 $opts[CURLOPT_TIMEOUT_MS] = ceil($timeout * 1000);
83 $opts[CURLOPT_TIMEOUT] = ceil($timeout);
[all …]
/plugin/metadisplay/
H A Dcli.php36 $opts = $options->getArgs();
57 function get_commandLineOptions($opts) { argument
61 $namespace = array_shift($opts);
62 for($i=0; $i<count($opts); $i++) {
63 $cl_switch = trim($opts[$i],'-');
67 $page = $opts[$i+1];
71 $exact = $opts[$i+1];
75 $search = $opts[$i+1];
83 $cl = $opts[$i+1];
95 $dtype = $opts[$i+1];
[all …]

12345678910