Home
last modified time | relevance | path

Searched refs:Request (Results 301 – 314 of 314) sorted by path

1...<<111213

/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code107 sAgent= LOWER(Request.ServerVariables("HTTP_USER_AGENT"))
H A Dsample02.afp86 lcLanguage=request.querystring("Lang") && Request Parameter
H A Dsample03.afp72 lcToolbar=request.querystring("Toolbar") && Request Parameter
H A Dsample04.afp78 lcSkin=request.querystring("Skin") && Request Parameter
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp49 sBasePath = Request.ServerVariables("PATH_INFO")
H A Dsample02.asp86 sBasePath = Request.ServerVariables("PATH_INFO")
93 If Request.QueryString("Lang") = "" Then
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
H A Dsample03.asp74 sBasePath = Request.ServerVariables("PATH_INFO")
81 If Request.QueryString("Toolbar") <> "" Then
82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
H A Dsample04.asp80 sBasePath = Request.ServerVariables("PATH_INFO")
87 If Request.QueryString("Skin") <> "" Then
88 …oFCKeditor.Config("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryStri…
H A Dsampleposteddata.asp44 For Each sForm in Request.Form
48 <td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp105 aCType = Split(Request.ServerVariables("HTTP_CONTENT_TYPE"), ";")
116 nTotalSize = Request.TotalBytes
138 nTotalBytes = Request.TotalBytes
146 oSourceData.Write Request.BinaryRead(nPartBytes)
H A Dcommands.asp98 sNewFolderName = Request.QueryString( "NewFolderName" )
H A Dconnector.asp46 sCommand = Request.QueryString("Command")
48 sResourceType = Request.QueryString("Type")
H A Dio.asp167 sCurrentFolder = Request.QueryString("CurrentFolder")
H A Dupload.asp44 sResourceType = Request.QueryString("Type")

1...<<111213