Home
last modified time | relevance | path

Searched refs:Lang (Results 51 – 58 of 58) sorted by path

123

/plugin/usercontact/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/userpagecreate/
H A Dplugin.info.txt2 author Adrian Lang
/plugin/webcomics/
H A DREADME.md6 The original author is Christoph Lang.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp57 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
86 lcLanguage=request.querystring("Lang") && Request Parameter
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp60 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
83 <cfif isDefined( "URL.Lang" )>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
H A Dsample02_mx.cfm59 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
95 if ( isDefined( "URL.Lang" ) )
98 fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso58 window.location.href = window.location.pathname + "?Lang=" + languageCode ;
84 if(action_param('Lang'));
87 'DefaultLanguage' = action_param('Lang')

123