Home
last modified time | relevance | path

Searched refs:opts (Results 126 – 150 of 249) sorted by path

12345678910

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js2548 var opts = options;
2552 opts[keys[j]] = {};
2553 opts = opts[keys[j]];
2555 opts[keys[j]] = value;
/plugin/jsonrpc/
H A Djsonrpc.php194 public function readNamespace($ns,$opts){ argument
197 if(!is_array($opts)) $opts=array();
203 $opts['skipacl'] = 0; // no ACL skipping for XMLRPC
204 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/plugin/labeled/
H A Dadmin_tpl.php24 <?php foreach ($labels as $label => $opts): ?>
31 <input class="edit" style="color: <?php echo $opts['color'] ?>" type="text"
32 value="<?php echo $opts['color'] ?>" name="labels[<?php echo $label ?>][color]" />
35 …<input class="edit" type="text" value="<?php echo $opts['ordernr'] ?>" name="labels[<?php echo $la…
H A Dhelper.php47 foreach ($all as $label => $opts) {
51 $color = ($active)?$opts['color']:'aaa';
/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/latexcaption/
H A DREADME.md35 <figure opts| fig_label>
36 <subfigure opts| subfig_label1>
40 <subfigure opts| subfig_label2>
/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/latexit/
H A Drenderer.php198 $opts = p_get_metadata($ID, 'plugin_latexit');
199 if($opts && isset($opts[$setting])) return $opts[$setting];
/plugin/lightboxv2/
H A Dscript.js13 1);return!1})));b(document).bind("keydown",{opts:a},t)}function t(b){var c=b.data.opts,b=b.keyCode,…
/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/linkmanager/
H A Dfunctions.php235 function linkpage_search_index(&$data,$base,$file,$type,$lvl,$opts){ argument
239 if($type == 'd' && !preg_match('#^'.$file.'(/|$)#','/'.$opts['ns'])){
242 }elseif($type == 'f' && ($opts['nofiles'] || !preg_match('#\.txt$#',$file))){
/plugin/linksenhanced/admin/
H A Dlinks.php32 $opts = array(
43 search($data, $conf['datadir'],'search_universal',$opts);
/plugin/linksenhanced/syntax/
H A Dlink.php65 $opts = explode(' ', $optionsSet[0]);
66 foreach($opts as $opt)
H A Dtable.php76 $opts = array(
89 search($data, $conf['datadir'],'search_universal',$opts);
/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/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js76 function buildControls(opts, thees, controls) { argument
80 for (example in opts.examples) {
81 if (opts.examples.hasOwnProperty(example)) {
82 example = opts.examples[example];
370 var defaults, opts, thees, wrap, previewWrap, preview, bar, controls;
372 opts = jQuery.extend(true, {}, defaults, userOptions);
373 opts.hasEffects = typeof jQuery.ui !== 'undefined';
384 buildControls(opts, thees, controls);
385 controls.append(getPreviewControl(opts, thees, previewWrap));
/plugin/mediarename/
H A Daction.php61 function _media_file_rename(&$data,$base,$file,$type,$lvl,$opts){ argument
97 if($opts['showmsg']) {
106 if ($opts['recurse']==true) {
H A Dscript.js14 var opts = $opts[0];
15 if(!opts) return;
50 opts.appendChild(gbrk);
51 opts.appendChild(gbox);
52 opts.appendChild(gboxlbl);
53 opts.appendChild(glbl);
55 opts.appendChild(gbrk);
/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/metaeditor/
H A Daction.php36 $opts = $INPUT->post->arr('opts');
56 $data = $this->getMetaValueForPage($pageid, $opts['key']);
59 … $data = $this->setMetaValueForPage($pageid, $opts['key'], $opts['oldval'], $opts['newval']);
62 $data = $this->deleteMetaValueForPage($pageid, $opts['key']);
65 $data = $this->createMetaArrayForPage($pageid, $opts['key'], $opts['newval']);
68 … $data = $this->createMetaValueForPage($pageid, $opts['key'], $opts['newkey'], $opts['newval']);
H A Djstree.js455 plugin : function (deco, opts) { argument
460 return new Child(opts, this);
H A Dscript.js24 opts: {
80 opts: { class in jqModalManager.data
114 opts: { class in jqModalManager.data
147 opts: { class in jqModalManager.data
188 opts: {
279 jqModalManager.data.opts.newkey = jQuery("#metaeditor__createInput").val();
280 jqModalManager.data.opts.newval = jQuery("#metaeditor__createValue").val();
284 … jqModalManager.data.opts.newval = jQuery("#metaeditor__createInput").val();
/plugin/metaeditor/admin/
H A Deditor.php40 $opts = array(
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
/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);

12345678910