Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/sectiontoggle/
H A 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 toc code to current page*/
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_ac
[all...]
H A 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
[all...]
/plugin/tplmod/
H A Dscript.js23 if(isNaN(JSINFO['tmplftacl'])) {
24 JSINFO['tmplftacl'] = 0;
27 if(JSINFO['tmplftacl'] < 255) {
30 if(JSINFO['tmplft_template'] == 'monochrome' && JSINFO['tmplft_bgcolor']) {
36 var acl = ((JSINFO['tmplftacl'] >= 0) && (JSINFO['tmplftacl'] <= JSINFO['tmplft_aclgen'])) ? true:…
38 if(JSINFO['tmplft_template'] == 'monochrome' && !JSINFO['tmplft_logo']) {
42 if(JSINFO['tmplft_logo']) {
67 if(JSINFO['tmplft_tag'] ) {
83 if(JSINFO['tmplft_title'] ) {
96 if(JSINFO['tmplft_mobile'])
[all …]
H A Daction.php182 $JSINFO['tmplft_profile'] = "";
188 else $JSINFO['tmplft_search'] = "";
198 global $JSINFO;
236 global $JSINFO;
264 global $JSINFO;
299 global $JSINFO, $INPUT;
379 global $JSINFO;
385 if(empty($JSINFO['tmplftacl'])) {
386 $JSINFO['tmplftacl']=0;
388 …$acl = (($JSINFO['tmplftacl'] >= 0) && $JSINFO['tmplftacl'] <= $JSINFO['tmplft_aclgen']) ? true: …
[all …]
/plugin/dirtylittlehelper/
H A Dscript.js195 if( JSINFO['dlh']['dlh_fields'] && JSINFO['dlh']['dlh_fields'].length > 0 ){
241 if(! JSINFO){
257 if(JSINFO && JSINFO['dlh']['act_edit'] && JSINFO['dlh']['edit_active']) {
501 …if( JSINFO['dlh']['edit_dlh_wikiid'] && JSINFO['dlh']['edit_tb_struct'] && JSINFO['dlh']['dlh_fie…
573 if( JSINFO['dlh']['edit_tb_maximize'] && JSINFO['dlh']['edit_tb_min_max'] ){
612 dlh_objectValueSet( JSINFO['dlh']['top_struct_id'] , JSINFO['namespace']);
644 dlh_objectValueSet( JSINFO['dlh']['top_struct_id'] , JSINFO['namespace']);
680 id: JSINFO['id'],
761 id: JSINFO['id'],
884 if( JSINFO['dlh']['top_active'] && JSINFO['dlh']['isadmin'] && JSINFO['dlh']['isauth'] ) {
[all …]
H A Daction.php48 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
67 $JSINFO['dlh'] = array(
85 $JSINFO['dlh']['edit_active'] = 0;
89 $JSINFO['dlh']['edit_active'] = $this->getConf('edit_active');
91 if( $JSINFO['dlh']['edit_active']){
95 $JSINFO['dlh']['edit_tb_code'] = $this->getConf('edit_tb_code');
104 $JSINFO['dlh']['top_active'] = $this->getConf('top_active');
123 $JSINFO['dlh']['edit_look4struct']='0';
126 $JSINFO['dlh']['edit_look4struct']='1';
456 global $INFO, $JSINFO;
[all …]
/plugin/shortcutkey/
H A Dscript.js10 var uurl=JSINFO['DOKU_URL'] + "?id=" +JSINFO['id'];
12 case JSINFO['key_home']:
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']:
30 case JSINFO['key_edit']:
36 case JSINFO['key_index']:
[all …]
/plugin/snow/
H A 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');
39 $JSINFO['plugin']['snow']['usegpu'] = $this->getConf('usegpu');
40 $JSINFO['plugin']['snow']['followmouse'] = $this->getConf('followmouse');
41 $JSINFO['plugin']['snow']['snowstick'] = $this->getConf('snowstick');
42 $JSINFO['plugin']['snow']['usemelteffect'] = $this->getConf('usemelteffect');
[all …]
H A Dscript.js4 snowStorm.excludeMobile = JSINFO.plugin.snow.excludemobile;
5 snowStorm.flakesMax = JSINFO.plugin.snow.flakesmax;
6 snowStorm.flakesMaxActive = JSINFO.plugin.snow.flakesmaxactive;
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;
14 snowStorm.freezeOnBlur = JSINFO.plugin.snow.freezeonblur;
15 snowStorm.zIndex = JSINFO.plugin.snow.zindex;
[all …]
/plugin/approve/action/
H A Dprettyprint.php
/plugin/googleanalytics/
H A Dscript.js7 if (JSINFO.ga) {
8 if (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, {
56 if (JSINFO.ga.debug) {
[all …]
/plugin/acmenu/
H A Daction.php29 * Add some user's configuration to the $JSINFO variable.
40 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_acmen
[all...]
H A 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_acmen
[all...]
/plugin/scrollticker/
H A Dscript.js21 travelocity: JSINFO['plugin_scrollticker']['speed'] / 100
28 var separator = JSINFO['plugin_scrollticker']['separator'];
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']);
96 $ticker.css("color",JSINFO['plugin_scrollticker']['textcolor']);
[all …]
/plugin/xcom/
H A 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/passwordgenerator/
H A 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/dtable/
H A 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['lan
[all...]
/plugin/katex/
H A 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/
H A 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/approve/
H A Dscript.js
/plugin/pagebuttons/
H A 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/
H A 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/
H A 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/
H A 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'] = [

12345678910>>...12