Home
last modified time | relevance | path

Searched refs:opts (Results 51 – 75 of 249) sorted by relevance

12345678910

/plugin/multipoll/
H A Dsyntax.php44 $opts = array();
53 $opts[$k] = $v;
88 return array(trim($title), $questions, $opts);
99 $opts = $data[2];
104 $showresults = ((!isset($opts['hideifvoted']) && !isset($opts['hideresults'])) || $authedit);
106 if(isset($opts['showresultsto']) && $_SERVER['REMOTE_USER']) {
107 if(in_array($_SERVER['REMOTE_USER'], $opts['showresultsto'])) $showresultsextra = true;
109 if(in_array('@'.$g, $opts['showresultsto'])) $showresultsextra = true;
112 $showalreadyvoted = (isset($opts['hideresults']) && !$authedit);
/plugin/achart/
H A Dsyntax.php52 list($opts, $adata) = explode('>', $match, 2);
53 …preg_match_all('/(\S+)=["\']?((?:.(?!["\']?\s+(?:\S+)=|[>"\']))+.)["\']?/', $opts, $matches, PREG_…
54 $opts = array(
61 $opts[strtolower($m[1])] = $m[2];
76 return array($chartid, $adata, $opts);
90 list($chartid, $adata, $opts) = $data;
94 foreach($opts as $n => $v) {
/plugin/eclipseupdateurl/
H A Dsyntax.php29 list( $ID, $opts) = explode( '|', $ID, 2 );
31 $opts = explode( '|', $opts );
35 foreach ( $opts as $opt ) {
62 list ( $data, $opts ) = $data;
84 if ( $opts['direct'] ) {
87 $ITEMS = $opts['category'] ? $FEATURELIST[$opts['category']] : array_shift($FEATURELIST);
103 $NAME = $opts['name'] ? $opts['name'] : $PLUGIN['id'] . '_' . $PLUGIN['version'] . '.jar';
133 foreach ( array_reverse(array_slice($ITEMS['features'], -$opts['amount'])) as $ITEM ) {
/plugin/snippets/
H A Dscript.js17 var opts = jQuery('#plugin_snippets__opts');
18 if(opts) {
51 opts.append(kobox);
52 opts.append(kolbl);
53 opts.append(kobr);
69 opts.append(updatebox);
70 opts.append(updl);
71 opts.append(kobr2);
78 opts.append(macrl) ;
79 opts.append(kobr3);
[all …]
/plugin/latexcaption/syntax/
H A Dcaption.php94 $opts = count($match_arr) == 2 ? $match_arr[1] : '';
96 $opts = (!empty($opts) ? explode(' ', $opts) : ['noalign',]);
106 $this->_opts = $opts;
127 $this->_parOpts = $opts;
135 $params['opts'] = $opts;
230 $opts = $params['opts'];
233 $classes = implode(' plugin_latexcaption_', $opts);
252 $opts = $params['opts'];
254 $separator = (in_array('blank', $opts) ? '' : ': ');
/plugin/revealjs/plugin/multiplex/
H A Dindex.js13 var opts = { class
29 app.use('/' + dir, staticDir(opts.baseDir + dir));
35 var stream = fs.createReadStream(opts.baseDir + '/index.html');
58 server.listen( opts.port || null );
64 console.log( brown + "reveal.js:" + reset + " Multiplex running on port " + green + opts.port + res…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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/imageshack/
H A Dscript.js3 var opts = $('media__opts');
4 if(!opts) return;
8 opts.appendChild(l);
/plugin/searchpattern/
H A Dsyntax.php121 function search_pattern(&$data, $base, $file, $type, $lvl, $opts) { argument
133 if(isset($opts['page_limit']) || isset($opts['nmsp_limit'])){ //if limiting options have been used
135 if(isset($opts['page_limit']))
137 foreach($opts['page_limit'] as $page){ //going through limiting page list
145 if(isset($opts['nmsp_limit']))
147 foreach($opts['nmsp_limit'] as $nmsp){ //going through the limiting namespace list
159 …if(isset($opts['page_exclude']) || isset($opts['nmsp_exclude'])){ //if restricting option have bee…
160 if(isset($opts['page_exclude'])) {
161 foreach($opts['page_exclude'] as $page){ //going through the restricting page list
167 if(isset($opts['nmsp_exclude'])) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js239 fixopts(opts != null ? opts : (opts=[]));
9168 fix_read_opts(opts=opts||{});
9210 if(opts && opts.enc && opts.enc.insitu_decrypt) switch(R.n) {
9801 if(opts.enc) wb.Encryption = opts.enc;
11147 opts = opts || {};
11204 if(opts.bookSheets || opts.bookProps) {
11288 opts.rels = {}; opts.wbrels = {};
11289 opts.Strings = []; opts.Strings.Count = 0; opts.Strings.Unique = 0;
11294 fix_write_opts(opts = opts || {});
11508 var o = opts != null ? opts : {};
[all …]
H A Dxlsx.min.js2opts=opts_fmt;var table_fmt={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",1… argument
3opts){var tmpbyte,cntbyte,length;prep_blob(data,data.l||0);while(data.l<data.length){var RT=data.r… argument
4opts){var ctext={};if(!data||!data.match)return data;var ct={workbooks:[],sheets:[],calcchains:[],… argument
8opts){if(opts.cellStyles){if(stag.Interior){var I=stag.Interior;if(I.Pattern)I.patternType=XLMLPat… argument
9opts){if(typeof module!=="undefined"&&typeof require!=="undefined"&&typeof ODS==="undefined")ODS=r… argument
/plugin/explorertree/
H A Dhelper.php160 $opts = $this->loadRoute($name);
163 'classname' => $opts['vars']['class'],
164 'loader' => $opts['init_plugin'],
166 'onselectpage' => (bool)$opts['callbacks']['page_selected_cb'],
167 'onselectns' => (bool)$opts['callbacks']['ns_selected_cb'],
173 $json = preg_replace_callback('~("onselect(ns|page)js"\s*:\s*)null\s*,~',function($m) use ($opts){
174 if (is_string($x = $opts['callbacks'][$m[2].'_selected_js']) && strlen($x) > 0){
/plugin/usersubscriptions/
H A Dsyntax.php55 $opts = array();
58 $opts[$o[0]] = isset($o[1]) ? $o[1] : true;;
60 $recursive = isset($opts['r']) ? $opts['r'] : 0;
62 $deletelink = isset($opts['deletelink']);
63 $quicksubscribe = isset($opts['quicksubscribe']);
64 $displayinheritedsubscriptions = isset($opts['displayinheritedsubscriptions']);
/plugin/linksuggest/
H A Daction.php263 $opts = [
272 $opts['filematch'] = '^.*\/' . $id;
275 $opts['dirmatch'] = '^.*\/' . $id;
277 search($data, $conf['datadir'], 'search_universal', $opts, $nsd);
295 $opts = [
303 $opts['filematch'] = '^.*\/' . $id;
306 $opts['dirmatch'] = '^.*\/' . $id;
308 search($data, $conf['mediadir'], 'search_universal', $opts, $nsd);
/plugin/sqlcomp/
H A Dsyntax.php91 $opts = array();
98 $opts['refresh'] = $opt;
107 $opts['refresh'] = $this->getConf('default_refresh');
109 $data[] = $opts;
232 $opts = $data[2];
235 if($opts['refresh'] > 0) {
254 … case "mysql": $rs = $this->_mysql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
255 … case "mssql": $rs = $this->_mssql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
256 …ase "oracle": $rs = $this->_oracle($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
279 if($opts['refresh'] > 0) {
[all …]
/plugin/dir/
H A Dsyntax.php40 var $opts = Array(); variable in syntax_plugin_dir
683 $ns = $opts ["ns"];
788 if(is_array($this->opts ["hdrs"])) {
797 $this->opts ["skipfqid"] = Array();
798 $this->opts ["skipns"] = Array();
799 if(is_array($this->opts ["skip"])) {
803 $this->opts ["skipns"] [] = $item;
837 if ( !empty($this->opts['maxrows']) && $this->opts['maxrows'] > 0 ) {
940 if($this->opts ["namespacename"]) {
1279 $doWideDesc = $this->opts ["widedesc"];
[all …]
/plugin/webdav/core/
H A DUtils.php136 * @param array $opts
140 public static function searchCallback(&$data, $base, $file, $type, $lvl, $opts = []) argument
144 if (!isset($opts['dir'])) {
145 $opts['dir'] = 'datadir';
149 $is_mediadir = ($opts['dir'] == 'mediadir');
153 $item['dir'] = $opts['dir'];
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1272 if (!isset($opts["before_match"])) $opts["before_match"] = "<b>";
1273 if (!isset($opts["after_match"])) $opts["after_match"] = "</b>";
1274 if (!isset($opts["chunk_separator"])) $opts["chunk_separator"] = " ... ";
1275 if (!isset($opts["limit"])) $opts["limit"] = 256;
1276 if (!isset($opts["around"])) $opts["around"] = 5;
1277 if (!isset($opts["exact_phrase"])) $opts["exact_phrase"] = false;
1278 if (!isset($opts["single_passage"])) $opts["single_passage"] = false;
1279 if (!isset($opts["use_boundaries"])) $opts["use_boundaries"] = false;
1280 if (!isset($opts["weight_order"])) $opts["weight_order"] = false;
1297 $req .= pack("N", strlen($opts["before_match"])) . $opts["before_match"];
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1304 if ( !isset($opts["before_match"]) ) $opts["before_match"] = "<b>";
1305 if ( !isset($opts["after_match"]) ) $opts["after_match"] = "</b>";
1306 if ( !isset($opts["chunk_separator"]) ) $opts["chunk_separator"] = " ... ";
1307 if ( !isset($opts["limit"]) ) $opts["limit"] = 256;
1308 if ( !isset($opts["around"]) ) $opts["around"] = 5;
1309 if ( !isset($opts["exact_phrase"]) ) $opts["exact_phrase"] = false;
1310 if ( !isset($opts["single_passage"]) ) $opts["single_passage"] = false;
1311 if ( !isset($opts["use_boundaries"]) ) $opts["use_boundaries"] = false;
1312 if ( !isset($opts["weight_order"]) ) $opts["weight_order"] = false;
1329 $req .= pack ( "N", strlen($opts["before_match"]) ) . $opts["before_match"];
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4379 var n = opts && opts.sheet ? opts.sheet : "Sheet1";
6983 if(opts.biffguess && opts.biff == 2) opts.biff = 5;
7179 if(opts.biffguess && opts.biff == 2) opts.biff = 5;
7577 if(opts.biffguess && opts.biff == 5) opts.biff = 2;
11524 if(opts && opts.themeXLSX) return opts.themeXLSX;
12624 var biff = opts && opts.biff ? opts.biff : 8;
17605 if(!opts) opts = {};
19115 if(!opts) opts = {};
25129 opts = opts || {};
25152 opts = dup(opts);
[all …]
/plugin/osm/
H A Dsyntax.php64 $opts = array();
72 $opts['layer'] = $val;
78 $opts[$key] = $val;
85 $opts[$key] = $val;
92 return array($opts, $markers);
/plugin/likeit/
H A Dsyntax.php72 $opts = array(
78 return ($opts);
84 function render($mode, Doku_Renderer $renderer, $opts) argument
90 list($index,$pageid,$users) = $opts;
/plugin/passwordgenerator/
H A Dscript.js56 var opts;
65 opts = {nosel: true}; class in AnonymousFunction227069660100
67 opts = {nosel: false}; class in AnonymousFunction227069660100
75 pasteText(selection,sample,opts);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php91 $opts = [];
95 $opts[$name] = $this->options[$name];
99 return $opts;
/plugin/pageindex/
H A Dsyntax.php21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument
31 if($opts['ns'].":$id" <> $ID) {
33 'id' => $opts['ns'].":$id",

12345678910