| /plugin/wysiwyg/fckeditor/_samples/php/ |
| D | sample04.php | 79 $sBasePath = $_SERVER['PHP_SELF'] ; variable 80 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 83 $oFCKeditor->BasePath = $sBasePath ; 86 …$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) .…
|
| D | sample01.php | 45 $sBasePath = $_SERVER['PHP_SELF'] ; variable 46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 49 $oFCKeditor->BasePath = $sBasePath ;
|
| D | sample03.php | 73 $sBasePath = $_SERVER['PHP_SELF'] ; variable 74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 77 $oFCKeditor->BasePath = $sBasePath ;
|
| D | sample02.php | 85 $sBasePath = $_SERVER['PHP_SELF'] ; variable 86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 89 $oFCKeditor->BasePath = $sBasePath ;
|
| /plugin/grensladawritezor/fckeditor/_samples/php/ |
| D | sample04.php | 79 $sBasePath = $_SERVER['PHP_SELF'] ; variable 80 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 83 $oFCKeditor->BasePath = $sBasePath ; 86 …$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) .…
|
| D | sample01.php | 45 $sBasePath = $_SERVER['PHP_SELF'] ; variable 46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 49 $oFCKeditor->BasePath = $sBasePath ;
|
| D | sample03.php | 73 $sBasePath = $_SERVER['PHP_SELF'] ; variable 74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 77 $oFCKeditor->BasePath = $sBasePath ;
|
| D | sample02.php | 85 $sBasePath = $_SERVER['PHP_SELF'] ; variable 86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 89 $oFCKeditor->BasePath = $sBasePath ;
|
| /plugin/wysiwyg/fckeditor/_samples/perl/ |
| D | sample04.cgi | 135 $sBasePath = $ServerPath; 136 $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ; 139 $BasePath = $sBasePath; 142 $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
|
| D | sample01.cgi | 83 $sBasePath = $ServerPath; 84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples")); 86 $BasePath = $sBasePath;
|
| D | sample03.cgi | 128 $sBasePath = $ServerPath; 129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" )); 132 $BasePath = $sBasePath ;
|
| D | sample02.cgi | 139 $sBasePath = $ServerPath; 140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples")); 143 $BasePath = $sBasePath;
|
| /plugin/grensladawritezor/fckeditor/_samples/perl/ |
| D | sample04.cgi | 135 $sBasePath = $ServerPath; 136 $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ; 139 $BasePath = $sBasePath; 142 $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
|
| D | sample01.cgi | 83 $sBasePath = $ServerPath; 84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples")); 86 $BasePath = $sBasePath;
|
| D | sample03.cgi | 128 $sBasePath = $ServerPath; 129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" )); 132 $BasePath = $sBasePath ;
|
| D | sample02.cgi | 139 $sBasePath = $ServerPath; 140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples")); 143 $BasePath = $sBasePath;
|
| /plugin/wysiwyg/fckeditor/_samples/py/ |
| D | sample01.py | 55 sBasePath = os.environ.get("SCRIPT_NAME") variable 56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable 59 oFCKeditor.BasePath = sBasePath
|
| /plugin/grensladawritezor/fckeditor/_samples/py/ |
| D | sample01.py | 55 sBasePath = os.environ.get("SCRIPT_NAME") variable 56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable 59 oFCKeditor.BasePath = sBasePath
|
| /plugin/wysiwyg/fckeditor/_samples/asp/ |
| D | sample04.asp | 79 Dim sBasePath variable 80 sBasePath = Request.ServerVariables("PATH_INFO") 81 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 85 oFCKeditor.BasePath = sBasePath 88 …oFCKeditor.Config("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryStri…
|
| D | sample01.asp | 48 Dim sBasePath variable 49 sBasePath = Request.ServerVariables("PATH_INFO") 50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 54 oFCKeditor.BasePath = sBasePath
|
| D | sample03.asp | 73 Dim sBasePath variable 74 sBasePath = Request.ServerVariables("PATH_INFO") 75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 79 oFCKeditor.BasePath = sBasePath
|
| D | sample02.asp | 85 Dim sBasePath variable 86 sBasePath = Request.ServerVariables("PATH_INFO") 87 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 91 oFCKeditor.BasePath = sBasePath
|
| /plugin/grensladawritezor/fckeditor/_samples/asp/ |
| D | sample04.asp | 79 Dim sBasePath variable 80 sBasePath = Request.ServerVariables("PATH_INFO") 81 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 85 oFCKeditor.BasePath = sBasePath 88 …oFCKeditor.Config("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryStri…
|
| D | sample01.asp | 48 Dim sBasePath variable 49 sBasePath = Request.ServerVariables("PATH_INFO") 50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 54 oFCKeditor.BasePath = sBasePath
|
| D | sample03.asp | 73 Dim sBasePath variable 74 sBasePath = Request.ServerVariables("PATH_INFO") 75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 79 oFCKeditor.BasePath = sBasePath
|