Home
last modified time | relevance | path

Searched refs:config (Results 826 – 850 of 908) sorted by path

1...<<31323334353637

/plugin/whyspam/lang/en/
H A Dintro.txt3 … blocked by the wiki's [[doku>blacklist]] feature. It will display which config lines are responsi…
/plugin/wrap/
H A Dall.less15 (only with 'emulatedHeadlines' config option set)
H A Dexample.txt130 When the ''emulatedHeadlines'' config option is enabled, every ''%%//**__text like this__**//%%'' or ''%%//**like that**//%%'' will create an "emulated headline" within a wrap. This feature is deprecated and will be removed at some point as standard headlines within wraps are supported for a while now.
132 If that config options is enabled and you need text that is bold and italic, simply use it the other way around: ''%%**//No Headline//**%%''.
297 :!: Please note, the styling of these tabs depend on the template you are using and not on the wrap plugin. If you only see a list of links and no tabs, please make sure to add "tabs" to the ''noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki release.
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm82 <cfset config = structNew()>
84 <cfset config["AutoDetectLanguage"] = false>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
87 <cfset config["AutoDetectLanguage"] = true>
88 <cfset config["DefaultLanguage"] = 'en'>
101 config="#config#"
H A Dsample02_mx.cfm97 fckEditor.config["AutoDetectLanguage"] = false ;
98 fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ;
102 fckEeditor.config["AutoDetectLanguage"] = true ;
103 fckEeditor.config["DefaultLanguage"] = 'en' ;
H A Dsample04.cfm78 <cfset config = structNew()>
80 <cfset config["SkinPath"] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/'>
90 config="#config#"
H A Dsample04_mx.cfm90 fckEditor.config['SkinPath'] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/' ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso85 var('config') = array(
90 var('config') = array(
99 -config=$config,
H A Dsample04.lasso84 $myeditor->config = array('SkinPath' = $basepath + 'editor/skins/' + action_param('Skin') + '/');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconnector.asp28 <!--#include file="config.asp"-->
37 …This connector is disabled. Please check the ""editor/filemanager/connectors/asp/config.asp"" file"
H A Dupload.asp28 <!--#include file="config.asp"-->
37 … file uploader is disabled. Please check the ""editor/filemanager/connectors/asp/config.asp"" file"
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm41 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
43 <cfinclude template="config.cfm">
46 userFilesPath = config.userFilesPath;
88 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
89 if ( len(config.serverPath) )
91 serverPath = config.serverPath;
128 <cfif not config.enabled>
130 … connector is disabled. Please check the 'editor/filemanager/connectors/cfm/config.cfm' file"" />">
H A Dcf5_upload.cfm43 <cfinclude template="config.cfm">
55 <cfif NOT config.enabled>
56 …ile uploader is disabled. Please check the ""editor/filemanager/connectors/cfm/config.cfm"" file")>
76 userFilesPath = config.userFilesPath;
110 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
111 if ( len(config.serverPath) ) {
112 serverPath = config.serverPath;
218 <cfset lAllowedExtensions = config.allowedExtensions[#resourceType#]>
219 <cfset lDeniedExtensions = config.deniedExtensions[#resourceType#]>
H A Dcf_connector.cfm31 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
33 <cfinclude template="config.cfm">
40 …his connector is disabled. Please check the "editor/filemanager/connectors/cfm/config.cfm" file' )>
H A Dcf_upload.cfm29 <!--- note: no serverPath url parameter - see config.cfm if you need to set the serverPath manually…
31 <cfinclude template="config.cfm">
44 …file uploader is disabled. Please check the "editor/filemanager/connectors/cfm/config.cfm" file' )>
H A Dconfig.cfm137 <cfset config.userFilesPath = application.userFilesPath>
143 <cfset config.userFilesPath = server.userFilesPath>
148 <!--- look for config struct in application and server scopes --->
169 <!--- copy key values from external to local config (i.e. override default config as required) --->
180 structCopyKeys(FCKeditor, config);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso43 var('config') = map(
H A Dconnector.lasso26 Include global configuration. See config.lasso for details.
28 include('config.lasso');
62 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');
65 + $config->find('Subdirectories')->find(action_param('Type'))
169 if($config->find('DeniedExtensions')->find($Type) >> $NewFile->find('OrigExtension'));
H A Dupload.lasso26 Include global configuration. See config.lasso for details.
28 include('config.lasso');
52 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');
55 + $config->find('Subdirectories')->find(action_param('Type'))
89 if($config->find('Enabled'));
116 if($config->find('DeniedExtensions')->find($Type) >> $NewFile->find('OrigExtension'));
148 … file uploader is disabled. Please check the "editor/filemanager/upload/lasso/config.lasso" file.';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconnector.py34 import config as Config
H A Dfckcommands.py37 import config as Config
H A Dfckconnector.py33 import config as Config
H A Dfckutil.py29 import config as Config
H A Dupload.py31 import config as Config
H A Dzope.py34 import config as Config

1...<<31323334353637