Home
last modified time | relevance | path

Searched refs:opts (Results 151 – 175 of 249) sorted by last modified time

12345678910

/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 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/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/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 …]
H A Djquery.pnotify.min.js14 …null;var e=i.data("pnotify");e&&e.length&&(d.each(e,function(){var d=this.opts.stack;if(d)d.nextpo…
19 b.opts=a;b.container=d("<div />",{"class":f.container+" ui-pnotify-container "+(a.type=="error"?f.e…
20 a[e]);b.opts=a;a.cornerclass!=c.cornerclass&&b.container.removeClass("ui-corner-all").addClass(a.co…
23 …pnotify_queue_position();return b};b.pnotify_position=function(a){var c=b.opts.stack;if(c){if(!c.n…
/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'];
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1389 Calendar.prototype.showAtElement = function (el, opts) { argument
1394 if (!opts || typeof opts != "string") {
1427 var valign = opts.substr(0, 1);
1429 if (opts.length > 1) {
1430 halign = opts.substr(1, 1);
/plugin/datepicker/
H A Dsyntax.php53 $opts["option"] = $option;
55 $opts["option"] = false;
58 $opts["id"]=$this->idwcount++;
61 $opts["id"]=$this->iddcount++;
64 $opts["mode"]=$mode;
65 $opts["date"]=$match;
66 return ($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/rowmove/
H A Dsyntax.php47 return ($opts);
/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/cleanup/
H A Dhelper.php140 public function cb_check_cache(&$data, $base, $file, $type, $lvl, $opts) { argument
150 if(time() - $time > $opts['maxage']) {
159 public function cb_check_attic(&$data, $base, $file, $type, $lvl, $opts) { argument
165 if(time() - $time > $opts['maxage']) {
167 if($opts['nonexonly']) {
187 if(time() - $time > $opts['maxage']) {
189 if($opts['nonexonly']) {
206 public function cb_check_meta(&$data, $base, $file, $type, $lvl, $opts) { argument
216 if(time() - $time > $opts['maxage']) {
239 if(time() - $time > $opts['maxage']) {
[all …]
/plugin/htmlokay/
H A Dscript.js76 var opts = data[0];
82 var opt_array = opts.split("|");
/plugin/tipoftheday/syntax/
H A Dtotns.php68 $opts['skipacl'] = 0; // no ACL skipping for XMLRPC
71 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
/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/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/nsindex/
H A Dsyntax.php140 private function _build_index($opts, &$renderer) { argument
145 if ( ! $opts['startns'] || $opts['startns'] == '.') {
148 $ns = $opts['startns'];
166 if ($opts['nons']) {
180 if ($opts['nopages']) {
184 … if(($pn == 'template' || $pn == '_template' || $pn == '__template') && $opts['notemplate']) {
219 if ( ! $opts['nogroup']) {
/plugin/wikistats/
H A Dsyntax.php219 function _search_count(&$data, $base, $file, $type, $lvl, $opts){ argument
231 if (isset($opts['ns']['include'])) {
232 if (!$this->isInNamespace($opts['ns']['include'], $file)) return false;
236 if (isset($opts['ns']['exclude'])) {
237 if ($this->isInNamespace($opts['ns']['exclude'], $file)) return false;
240 switch ($opts['type']) {
/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/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/toolbox/
H A Dtoolbox.js63 window.tb_toolbox_find = function (btn, opts, edid) { argument
71 window.tb_toolbox_sort = function (btn, opts, edid) { argument
73 ToolboxTextTools(edid).sort(opts['reverse']);
79 window.tb_toolbox_indent = function (btn, opts, edid) { argument
81 ToolboxTextTools(edid).indent(opts['reverse']);
88 window.tb_toolbox_counter = function (btn, opts, edid) { argument
/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
H A Dxlsx.min.map1 …","p2_32","pow","pad0r","isgeneral","opts_fmt","fixopts","y","undefined","opts","table_fmt",1,2,3,…

12345678910