Home
last modified time | relevance | path

Searched refs:JSINFO (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/plugin/sectiontoggle/ !
Daction.php23 global $JSINFO;
28 $JSINFO['se_suspend']=0;
31 $JSINFO['se_suspend']=1;
37 …$JSINFO['toc_xcl'] = $this->getConf('toc_toggle'); /* Determines whether or not to apply jQuery…
39 $JSINFO['se_suspend']=1;
40 $JSINFO['toc_xcl'] = 1;
45 $JSINFO['se_suspend']=0;
47 $JSINFO['se_suspend']=1;
53 $JSINFO['se_suspend']=1;
57 $JSINFO['se_act'] = $ACT;
[all …]
Dscript.js9 if(JSINFO['se_actual_tpl'] == 'icke-template' && !JSINFO['se_suspend']) {
12 if(JSINFO['se_suspend']) {
19 if(JSINFO['se_device']) {
20 SectionToggle.device_class = JSINFO['se_device'];
32 if(SectionToggle.is_active && !JSINFO['toc_xcl']) {
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
79 if(JSINFO['start_open']) {
117 if (JSINFO.se_platform == "n") return;
118 if (JSINFO.se_act != "show") return;
119 if (JSINFO.se_platform == "a") {
[all …]
/plugin/dirtylittlehelper/ !
Dscript.js44 …window.open(JSINFO['dlh']['DOKU_URL']+'lib/plugins/dirtylittlehelper/mermaid/editor/#/edit/'+the_c…
98 if ( JSINFO['dlh']['dlh_edit_maximized'] === true){
100 JSINFO['dlh']['dlh_edit_maximized'] = false ;
103 JSINFO['dlh']['dlh_edit_maximized'] = true ;
195 if( JSINFO['dlh']['dlh_fields'] && JSINFO['dlh']['dlh_fields'].length > 0 ){
196 for( i=0; i< JSINFO['dlh']['dlh_fields'].length; ++i ){
197 jQuery( '#'+JSINFO['dlh']['dlh_fields'][i]).css('display','none');
241 if(! JSINFO){
246 if(! JSINFO['dlh']['ini_step_done']){
247 JSINFO['dlh']['ini_step_done']=0;
[all …]
Daction.php48 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
67 $JSINFO['dlh'] = array(
83 $JSINFO['dlh']['act_edit'] = preg_match("/" . $regex ."/",$ACT);
85 $JSINFO['dlh']['edit_active'] = 0;
89 $JSINFO['dlh']['edit_active'] = $this->getConf('edit_active');
91 if( $JSINFO['dlh']['edit_active']){
92 $JSINFO['dlh']['edit_dlh_wikiid'] = $this->getConf('edit_dlh_wikiid');
93 $JSINFO['dlh']['edit_tb_min_max'] = $this->getConf('edit_tb_minmax');
94 $JSINFO['dlh']['edit_tb_maximize'] = $this->getConf('edit_tb_maximize');
95 $JSINFO['dlh']['edit_tb_code'] = $this->getConf('edit_tb_code');
[all …]
/plugin/tplmod/ !
Dscript.js10 if(JSINFO['tmplft_template'] == 'bootstrap3') {
29 if(isNaN(JSINFO['tmplftacl'])) {
30 JSINFO['tmplftacl'] = 0;
33 if(JSINFO['tmplftacl'] < 255) {
36 if(JSINFO['tmplft_template'] == 'monochrome' && JSINFO['tmplft_bgcolor']) {
37 jQuery("html").css('background-color',JSINFO['tmplft_bgcolor'] );
38 jQuery("body").css('background-color',JSINFO['tmplft_bgcolor'] );
39 jQuery("div#dw__toc").css('background-color',JSINFO['tmplft_bgcolor'] );
42 var acl = ((JSINFO['tmplftacl'] >= 0) && (JSINFO['tmplftacl'] <= JSINFO['tmplft_aclgen'])) ? true:…
44 if(JSINFO['tmplft_template'] == 'monochrome' && !JSINFO['tmplft_logo']) {
[all …]
Daction.php104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
116 $JSINFO['tmplft_template'] = $conf['template'];
117 $JSINFO['tmplftacl'] = auth_quickaclcheck( $ID);
119 $JSINFO['tmplft_aclgen'] = $acl_levels[$this->getConf('acl_all')];
124 $JSINFO['tmplft_bgcolor'] = $background_color;
179 $JSINFO['tmplft_profile'] = '1';
182 $JSINFO['tmplft_profile'] = "";
186 $JSINFO['tmplft_search'] = '1';
188 else $JSINFO['tmplft_search'] = "";
198 global $JSINFO;
[all …]
/plugin/shortcutkey/ !
Dscript.js10 var uurl=JSINFO['DOKU_URL'] + "?id=" +JSINFO['id'];
12 case JSINFO['key_home']:
13 window.open(JSINFO['DOKU_URL'],'_self',false);return false; break;
14 case JSINFO['key_random']:
16 case JSINFO['key_nsrandom']:
18 case JSINFO['key_show']:
20 case JSINFO['key_media']:
22 case JSINFO['key_top']:
24 case JSINFO['key_diff']:
26 case JSINFO['key_backlink']:
[all …]
/plugin/snow/ !
Daction.php30 global $JSINFO;
32 $JSINFO['plugin']['snow']['enabled'] = $this->getConf('enabled');
33 $JSINFO['plugin']['snow']['zindex'] = $this->getConf('zindex');
34 $JSINFO['plugin']['snow']['color'] = $this->getConf('color');
35 $JSINFO['plugin']['snow']['excludemobile'] = $this->getConf('excludemobile');
36 $JSINFO['plugin']['snow']['flakesmax'] = $this->getConf('flakesmax');
37 $JSINFO['plugin']['snow']['flakesmaxactive'] = $this->getConf('flakesmaxactive');
38 $JSINFO['plugin']['snow']['animationinterval'] = $this->getConf('animationinterval');
39 $JSINFO['plugin']['snow']['usegpu'] = $this->getConf('usegpu');
40 $JSINFO['plugin']['snow']['followmouse'] = $this->getConf('followmouse');
[all …]
Dscript.js4 snowStorm.excludeMobile = JSINFO.plugin.snow.excludemobile;
5 snowStorm.flakesMax = JSINFO.plugin.snow.flakesmax;
6 snowStorm.flakesMaxActive = JSINFO.plugin.snow.flakesmaxactive;
7 snowStorm.animationInterval = JSINFO.plugin.snow.animationinterval;
8 snowStorm.useGPU = JSINFO.plugin.snow.usegpu;
9 snowStorm.followMouse = JSINFO.plugin.snow.followmouse;
10 snowStorm.snowColor = JSINFO.plugin.snow.color;
11 snowStorm.snowStick = JSINFO.plugin.snow.snowstick;
12 snowStorm.useMeltEffect = JSINFO.plugin.snow.usemelteffect;
13 snowStorm.useTwinkleEffect = JSINFO.plugin.snow.usetwinkleeffect;
[all …]
/plugin/googleanalytics/ !
Dscript.js7 if (JSINFO.ga) {
8 if (JSINFO.ga.gtagId) {
13 script.src = 'https://www.googletagmanager.com/gtag/js?id=' + JSINFO.ga.gtagId;
24 gtag('config', JSINFO.ga.gtagId);
42 ga('create', JSINFO.ga.trackingId, 'auto', JSINFO.ga.options);
44 ga('set', 'anonymizeIp', JSINFO.ga.anonymizeIp);
47 ga('set', 'dimension1', JSINFO.ga.action);
48 ga('set', 'dimension2', JSINFO.ga.id);
49 ga('send', 'pageview', JSINFO.ga.pageview);
50 ga('send', 'event', 'wiki-action', JSINFO.ga.action, JSINFO.id, {
[all …]
/plugin/acmenu/ !
Daction.php40 global $JSINFO;
41 $JSINFO["plugin_acmenu"]["doku_base"] = DOKU_BASE;
42 $JSINFO["plugin_acmenu"]["doku_url"] = DOKU_URL;
43 $JSINFO["plugin_acmenu"]["doku_script"] = DOKU_SCRIPT;
44 $JSINFO["plugin_acmenu"]["start"] = $conf["start"];
45 $JSINFO["plugin_acmenu"]["useslash"] = $conf["useslash"];
46 $JSINFO["plugin_acmenu"]["canonical"] = $conf["canonical"];
47 $JSINFO["plugin_acmenu"]["userewrite"] = $conf["userewrite"];
50 $JSINFO["plugin_acmenu"]["sub_ns"] = $INFO["meta"]["plugin"]["plugin_acmenu"]["sub_ns"];
Dscript.js42 jQuery.each(JSINFO["plugin_acmenu"]["sub_ns"], function(idx, val) {
43 sub_start = [val, JSINFO["plugin_acmenu"]["start"]].filter(Boolean).join(":");
62 if (JSINFO["plugin_acmenu"]["canonical"]) {
63 xlink = JSINFO["plugin_acmenu"]["doku_url"];
66 xlink = JSINFO["plugin_acmenu"]["doku_base"];
69 if (JSINFO["plugin_acmenu"]["userewrite"] == 2) {
70 xlink += JSINFO["plugin_acmenu"]["doku_script"] + "/";
72 else if (JSINFO["plugin_acmenu"]["userewrite"] == 1) {
75 xlink += JSINFO["plugin_acmenu"]["doku_script"] + "?id=";
80 if (JSINFO["plugin_acmenu"]["useslash"] == 1) {
/plugin/scrollticker/ !
Dscript.js21 travelocity: JSINFO['plugin_scrollticker']['speed'] / 100
28 var separator = JSINFO['plugin_scrollticker']['separator'];
41 jQuery( this ).addClass("counter_" + JSINFO['plugin_scrollticker']['counterstyle']);
52 if(JSINFO['plugin_scrollticker']['counterstyle'] != 'none')
70 if(JSINFO['plugin_scrollticker']['stopOnHover']){jQuery(this).stop();}
88 $ticker.css("border-radius",JSINFO['plugin_scrollticker']['border-radius']);
90 if(JSINFO['plugin_scrollticker']['showBorder']){
91 $ticker.css("border",JSINFO['plugin_scrollticker']['border']);
94 $ticker.css("width",JSINFO['plugin_scrollticker']['width']);
95 $ticker.css("height",JSINFO['plugin_scrollticker']['height']);
[all …]
/plugin/xcom/ !
Daction.php37 global $JSINFO, $INFO;
38 $JSINFO['pwdhide'] = $this->getLang('pwdhide');
39 $JSINFO['pwdview'] = $this->getLang('pwdview');
40 $JSINFO['savelocalfile'] = $this->getLang('savelocalfile');
43 $JSINFO['url'] = $local_url;
45 else $JSINFO['url'] = DOKU_URL;
56 $JSINFO['xcom_sites'] = array();
59 $JSINFO['xcom_sites'][$name] = array('url'=>'','user'=>'','pwd'=>'');
61 $JSINFO['xcom_sites'][$name][$item] = $val;
65 $JSINFO['xcom_qtitles'] = array(
/plugin/davcal/action/ !
H A Djsinfo.php20 global $JSINFO;
43 $JSINFO['plugin']['davcal']['sectok'] = getSecurityToken();
44 $JSINFO['plugin']['davcal']['language'] = $lc;
47 $JSINFO['plugin']['davcal']['disable_sync'] = $this->getConf('disable_sync');
48 $JSINFO['plugin']['davcal']['disable_settings'] = $this->getConf('hide_settings');
52 $JSINFO['plugin']['davcal']['disable_settings'] = 1;
53 $JSINFO['plugin']['davcal']['disable_sync'] = 1;
55 $JSINFO['plugin']['davcal']['disable_ics'] = $this->getConf('disable_ics');
/plugin/dtable/ !
Daction.php88 global $JSINFO, $ID;
91 $JSINFO['write'] = true;
93 $JSINFO['write'] = false;
95 $JSINFO['disabled'] = explode(',', $this->getConf('disabled'));
98 $JSINFO['lang']['insert_before'] = $this->getLang('insert_before');
99 $JSINFO['lang']['insert_after'] = $this->getLang('insert_after');
100 $JSINFO['lang']['edit'] = $this->getLang('edit');
101 $JSINFO['lang']['remove'] = $this->getLang('remove');
102 $JSINFO['lang']['insert_col_left'] = $this->getLang('insert_col_left');
103 $JSINFO['lang']['insert_col_right'] = $this->getLang('insert_col_right');
[all …]
/plugin/googleconsentmananger/ !
Dscript.js6 if ('show' != JSINFO.ACT) {
18 if ('show' != JSINFO.ACT) {
48 …G.template[ JSINFO.plugins.googleconsent.template ] ? LANG.template[ JSINFO.plugins.googleconsent.…
67 acceptOnContinue: !!JSINFO.plugins.googleconsent.acceptOnContinue,
68 acceptOnScroll: !!JSINFO.plugins.googleconsent.acceptOnScroll,
69 acceptAnyClick: !!JSINFO.plugins.googleconsent.acceptAnyClick,
70 expireDays: !!JSINFO.plugins.googleconsent.expireDays,
71 renewOnVisit: !!JSINFO.plugins.googleconsent.renewOnVisit,
72 forceShow: !!JSINFO.plugins.googleconsent.forceShow,
/plugin/passwordgenerator/ !
Daction.php19 global $JSINFO;
20 $JSINFO['plugin_passwordgenerator_charset1'] = $this->getConf('charset1');
21 $JSINFO['plugin_passwordgenerator_charset2'] = $this->getConf('charset2');
22 $JSINFO['plugin_passwordgenerator_charset3'] = $this->getConf('charset3');
23 $JSINFO['plugin_passwordgenerator_charset4'] = $this->getConf('charset4');
24 $JSINFO['plugin_passwordgenerator_generator1Length'] = $this->getConf('generator1Length');
25 $JSINFO['plugin_passwordgenerator_removeSelection'] = $this->getConf('removeSelection');
/plugin/katex/ !
Dscript.js11 if (JSINFO['ACT'] == 'admin') return;
13 output: JSINFO['plugins']['katex']['options']['output'],
14 delimiters: JSINFO['plugins']['katex']['options']['delimiters'],
15 throwOnError: JSINFO['plugins']['katex']['options']['throwonerror'],
16 errorColor: JSINFO['plugins']['katex']['options']['error-color'],
17 macros: JSINFO['plugins']['katex']['options']['macros'],
/plugin/pagestat/ !
Daction.php22 global $JSINFO;
25 $JSINFO['user'] = $_SERVER['REMOTE_USER'];
26 $JSINFO['g_wordlists']=$this->getConf('g_wordlists');
27 $JSINFO['user_wordlists']=$this->getConf('user_wordlists');
28 $JSINFO['subtitle_dst']=$this->getConf('subtitle_dst');
29 $JSINFO['stable_dst']=$this->getConf('stable_dst');
30 $JSINFO['def_dst']=$this->getConf('def_dst');
31 $JSINFO['wordlist_dst']=$this->getConf('wordlist_dst');
/plugin/pagebuttons/ !
Dscript.js18 if(JSINFO && JSINFO['plugin_pagebuttons']){
19 var usePrompt = JSINFO['plugin_pagebuttons']['usePrompt'];
20 var start = JSINFO['plugin_pagebuttons']['start'];
21 var useSlash = JSINFO['plugin_pagebuttons']['useslash'];
78 …ocation.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO[…
79 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
134 …ocation.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/'))) + JSINFO[…
135 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
/plugin/twistienav/ !
Dscript.js14 if ((JSINFO['conf']['breadcrumbs'] > 0) && (jQuery('.trace').length !== 0)) {
18 if ((JSINFO['conf']['youarehere'] == 1) && (jQuery('.youarehere').length !== 0)) {
23 …if ((JSINFO['conf']['breadcrumbs'] > 0) && (jQuery('.breadcrumbs:has("span.bcsep")').length !== 0)…
26 …if ((JSINFO['conf']['youarehere'] == 1) && (jQuery('.breadcrumbs:not(:has("span.bcsep"))').length …
30 … if ((JSINFO['plugin_twistienav']['pit_skeleton'] != null) && (jQuery('.pageId').length !== 0)) {
43 var $list = JSINFO['plugin_twistienav'][ns_list];
78 var $classes = 'twistienav_twistie' + ' ' + JSINFO['plugin_twistienav']['style'];
79 if ((JSINFO['plugin_twistienav']['twistiemap'] == 1) && (ns == '')) {
80 $classes = 'twistienav_map' + ' ' + JSINFO['plugin_twistienav']['style'];
104 var $list = JSINFO['plugin_twistienav'][ns_list];
[all …]
/plugin/tagadd/ !
Dscript.js49 if(!(JSINFO && JSINFO['acl_write'] === '1')) return;
96 if(JSINFO && JSINFO['act'] === 'show') {
98 tagadd__loadForm(JSINFO['currentNamespace']);
105 var conf_code = JSINFO['tagadd_keyCode']; //array
106 var conf_ctrl = JSINFO['tagadd_ctrlKey'];
107 var conf_alt = JSINFO['tagadd_altKey'];
114 tagadd__loadForm(JSINFO['currentNamespace']);
/plugin/feedback/ !
Daction.php132 global $JSINFO;
134 if (empty($JSINFO['plugins'])) {
135 $JSINFO['plugins'] = [];
137 $JSINFO['plugins']['feedback'] = [
146 global $JSINFO, $ID, $IMG;
150 if (empty($JSINFO)) {
151 $JSINFO = [
157 if (empty($JSINFO['plugins'])) {
158 $JSINFO['plugins'] = [];
161 $JSINFO['plugins']['feedback'] = [
/plugin/filelisting/action/ !
Djs.php55 global $JSINFO;
59 if (!isset($JSINFO['plugin'])) $JSINFO['plugin'] = array();
60 if (!isset($JSINFO['plugin'][$pname])) $JSINFO['plugin'][$pname] = array();
62 $JSINFO['plugin'][$pname][$key] = $value;

12345678910>>...13