Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 249) sorted by relevance

12345678910

/plugin/editx/
H A Daction.php134 if (!$opts['oldfiles']) $opts['oldfiles'] = array();
135 if (!$opts['newfiles']) $opts['newfiles'] = array();
191 if ($opts['oldns']) $opts['oldns'] .= '/';
247 $opts['oldname'] = $this->_FN(noNS($opts['oldpage']));
248 $opts['newname'] = $this->_FN(noNS($opts['newpage']));
249 $opts['oldns'] = $this->_FN(getNS($opts['oldpage']));
250 $opts['newns'] = $this->_FN(getNS($opts['newpage']));
251 if ($opts['oldns']) $opts['oldns'] .= '/';
252 if ($opts['newns']) $opts['newns'] .= '/';
269 …sprintf( $this->getLang('rp_oldsummaryx'), $opts['oldpage'], $opts['newpage'], $opts['summary'] ) :
[all …]
/plugin/stlviewer/
H A Dsyntax.php45 $opts = array( // set default
84 $opts['noop'] = true;
88 $opts['manual'] = true;
98 if(is_numeric($opts['width'])) $opts['width'] .= 'px';
99 if(is_numeric($opts['height'])) $opts['height'] .= 'px';
101 $opts['id'] = trim($id);
102 if ($opts['title'] == "") {
103 $opts['title'] = $id;
119 if ($opts['id'] == '') {
124 if (isset($opts['noop'])) {
[all …]
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js121 opts[i.replace(/^pnotify_/, "")] = opts[i];
125 if (opts.before_init(opts) === false)
236 pnotify.opts = opts;
256 opts = $.extend({}, opts, options);
262 pnotify.opts = opts;
322 if (!opts.closer || opts.nonblock)
326 if (!opts.sticker || opts.nonblock)
622 }, (isNaN(opts.delay) ? 0 : opts.delay));
637 if (!opts.closer || opts.nonblock)
645 opts.hide = !opts.hide;
[all …]
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js121 opts[i.replace(/^pnotify_/, "")] = opts[i];
125 if (opts.before_init(opts) === false)
236 pnotify.opts = opts;
256 opts = $.extend({}, opts, options);
262 pnotify.opts = opts;
322 if (!opts.closer || opts.nonblock)
326 if (!opts.sticker || opts.nonblock)
622 }, (isNaN(opts.delay) ? 0 : opts.delay));
637 if (!opts.closer || opts.nonblock)
645 opts.hide = !opts.hide;
[all …]
/plugin/pdfjs/
H A Dsyntax.php52 $opts = array( // set default
81 $opts['zoom'] = $zoom;
101 if(is_numeric($opts['width'])) $opts['width'] .= 'px';
102 if(is_numeric($opts['height'])) $opts['height'] .= 'px';
104 $opts['id'] = trim($id);
107 return array($state, $opts);
114 list($state, $opts) = $data;
131 if($opts['display'] == 'tab') {
136 if($opts['zoom']) $src .= '#zoom=' . $opts['zoom'];
139 if($opts['width']) $html .= ' width: ' . $opts['width'] . ';';
[all …]
/plugin/pagemove/_test/
H A Dpagemove.test.php170 $opts = array();
171 $opts['page_ns'] = 'page';
174 $opts['newns'] = $opts['ns'];
179 $newId = $opts['newns'].':'.$opts['newname'];
288 $opts = array();
289 $opts['page_ns'] = 'page';
297 $newId = $opts['newns'].':'.$opts['newname'];
406 $opts = array();
412 $newId = $opts['newns'].':'.$opts['newname'];
526 $opts = array();
[all …]
/plugin/pagemove/
H A Dadmin.php28 var $opts = array(); variable in admin_plugin_pagemove
307 $this->opts['newns'] = $this->opts['newnsname'];
310 $this->opts['newns'] = $_REQUEST['ns'].':'.$this->opts['newnsname'];
472 * @param array $opts
519 $opts['new_id'] = cleanID($opts['newns'].':'.$opts['newname']);
520 $opts['new_path'] = wikiFN($opts['new_id']);
523 if ( $opts['newns'] == $opts['ns'] && $opts['newname'] == $opts['name'] ) {
574 if ( $opts['ns'] != $opts['newns'] ) {
601 $this->_pm_movemeta('metadir', '/^'.$opts['name'].'\.\w*?$/', $opts);
604 if ($opts['ns'] == $opts['newns']) {
[all …]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php242 if ($opts['level']) $opts['level']++;
246 if ($opts['sort']) {
263 if (!$opts['nons'])
273 if ($opts['js'] && !$opts['nons'] && !isset($opts['root']) && !$ns) {
287 …n syntax_plugin_indexmenu_indexmenu::getHTML ($opts, $opts['navigation']?$this->html_buildlist($da…
310 if ($opts['js'] && !$opts['nons']) {
314 if ($opts['ajax']) {
379 if ($opts['level'] != 0 && ($opts['level'] <= $item['level'])) {
435 if ($opts['level']!=0 && $lvl >= $opts['level']) $ret=false;
450 if ($lvl == 1 && isset($opts['root']) && $id != $opts['root']) return false;
[all …]
/plugin/graphgear/
H A Dsyntax.php160 'text' => (($opts['label']) ? $opts['label'] : $name),
164 if($opts['url']){
171 if($opts['image']){
182 $opts = (array) $edge[2];
199 if($opts){
200 $opts = rtrim($opts,']');
201 $opts = $this->parseOpts($opts);
205 if($node) $this->nodes[$node] = $opts;
210 if($opts){
211 $opts = rtrim($opts,']');
[all …]
/plugin/iframe/
H A Dsyntax.php34 $opts = array(
50 $opts['width'] = $matches[1];
51 if(!$matches[2]) $opts['width'] .= 'px'; //default to pixel when no unit was set
52 $opts['height'] = $matches[4];
53 if(!$matches[5]) $opts['height'] .= 'px'; //default to pixel when no unit was set
56 $opts['height'] = $matches[1];
57 if(!$matches[2]) $opts['height'] .= 'px'; //default to pixel when no unit was set
63 $opts['scroll'] = false;
66 $opts['border'] = false;
69 $opts['fullscree
[all...]
/plugin/phpipam/
H A Dsyntax.php127 $opts = array(
369 $opts['fmt'] = (int)$opts['fmt'] ;
373 return $opts ;
383 if ($mode == 'xhtml' && is_array($opts) and $opts) {
409 array('cidr', $opts['net']), $opts['cst'], $token_file) ;
431 array($opts['f2s'], 'slave_recursive'), $opts['cst'], $token_file) ;
453 array($opts['r2s'], 'subnets'), $opts['cst'], $token_file) ;
464 array($opts['s2s'], 'subnets'), $opts['cst'], $token_file) ;
475 array($opts['v2s'], 'subnets'), $opts['cst'], $token_file) ;
508 array('search', $opts['vlan']), $opts['cst'], $token_file) ;
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js593 * opts.tokenSeparators array and uses opts.createSearchChoice to create the choice object. Both of those
599 * @param opts select2's opts
602 function defaultTokenizer(input, selection, selectCallback, opts) { argument
610 if (!opts.createSearchChoice || !opts.tokenSeparators || opts.tokenSeparators.length < 1) return undefined;
615 for (i = 0, l = opts.tokenSeparators.length; i < l; i++) {
616 separator = opts
670 AnonymousFunctionbb87bed01b00(opts) global() argument
863 AnonymousFunctionbb87bed02600(opts) global() argument
[all...]
/plugin/remotelistnamespace/
H A Dremote.php18 * @param array $opts
22 public function listNamespace($ns,$opts){ argument
25 if(!is_array($opts)) $opts=array();
30 search($data, $conf['datadir'], Array($this, 'search_namespace'), $opts, $dir);
41 function search_namespace(&$data,$base,$file,$type,$lvl,$opts){ argument
47 if(isset($opts['depth']) && $opts['depth']){
49 if(count($parts) > $opts['depth'])
61 if(isset($opts['depth']) && $opts['depth']){
63 if(count($parts) >= $opts['depth'])
/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 …]
/plugin/iframeinterwiki/
H A Dsyntax.php42 $opts = array(
57 $opts['width'] = $matches[1];
58 if(!$matches[2]) $opts['width'] .= 'px'; //default to pixel when no unit was set
59 $opts['height'] = $matches[4];
60 if(!$matches[5]) $opts['height'] .= 'px'; //default to pixel when no unit was set
63 $opts['height'] = $matches[1];
64 if(!$matches[2]) $opts['height'] .= 'px'; //default to pixel when no unit was set
70 $opts['scroll'] = false;
73 $opts['border'] = false;
76 $opts['alig
[all...]
/plugin/newpagetemplate/
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/codeprettify/syntax/
H A Dcode.php83 $opts = [];
106 $opts = array_combine($keys, $values);
108 return $opts;
116 * @param array $opts GeSHi options
120 private function strGeshiOptions(array $opts=[]) argument
122 if (isset($opts['enable_line_numbers'])) {
142 $opts = [];
155 $opts['language'] = $m[0][0];
161 return $opts;
194 $opts['prettify'] = 'prettyprint';
[all …]
/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/tindexmenu/syntax/
H A Dindexmenu.php133 if (in_array('tsort',$opts)) {
262 $opts = $myns[6];
284 if ($opts['js']) {
503 if ($opts['level'] > $lvl || $opts['level'] == -1) $isopen=true;
505 if (!empty($opts['nss'])){
506 $nss=$opts['nss'];
521 if ($opts['nons']) {
523 } elseif ($opts['max'] >0 && !$isopen && $lvl >= $opts['max']) {
529 } elseif ($opts['js']) {
542 if ($opts['nons']) $lvl=1;
[all …]
/plugin/zoom/
H A Dscript.js9opts){var sImg=$('img',jWin);var img1;var img2;var zoomDiv=null;var $mouseTrap=null;var lens=null;… argument
/plugin/lastfm/
H A Dscript.js7 function lastfm_ajax(chart, opts) { argument
10 if(!opts) return;
19 for(var i = 0; i < opts.length; i++) {
20 ajax.setVar(opts[i].firstChild.className, opts[i].firstChild.innerHTML);
43 function lastfm_get_charts(charts, opts){ argument
46 if(!opts) return;
49 lastfm_ajax(charts[i], opts);
68 var opts = getElementsByClass('plugin_lastfm_opt', objs[i], 'li');
70 lastfm_get_charts(charts, opts);
/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/amazon/
H A Dsyntax.php117 $opts = array();
119 $opts['AWSAccessKeyId'] = AMAZON_APIKEY;
120 $opts['AssociateTag'] = $partner;
126 $opts['IdType'] = 'ASIN';
127 $opts['ItemId'] = $asin;
129 $opts['SearchIndex'] = 'Books';
130 $opts['IdType'] = 'ISBN';
131 $opts['ItemId'] = $asin;
137 $opts['ListId'] = $asin;
142 $opts['ListType'] = 'WishList';
[all …]
/plugin/togglewrap/
H A Dsyntax.php32 list ($opts,$label) = explode('|',$match, 2);
33 list ($class,$opts) = explode('&', $opts, 2);
35 $opts = explode('&',$opts);
36 return array($class, $label, $pos, $opts);
41 list($class, $label, $pos, $opts) = $data;
42 … class="togglewrap" value="'.strtolower($class).'" '.(in_array('checked',$opts) ? 'checked=checked…
/plugin/inlineedit/
H A Dsyntax.php80 $opts = array(
85 $opts['itemPos']=$this->incItemPos();
89 $opts['text'] = $text;
94 return array($state, $opts);
104 list($state, $opts) = $data;
106 if($mode == 'xhtml' && $opts['pageid'] === $INFO['id']) {
110 $itemPos = $opts['itemPos'];
115 $text = $opts['text'];
125 $renderer->doc .= $opts['text'];

12345678910