Home
last modified time | relevance | path

Searched refs:sBasePath (Results 1 – 25 of 42) sorted by relevance

12

/plugin/wysiwyg/fckeditor/_samples/php/
Dsample04.php79 $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']) .…
Dsample01.php45 $sBasePath = $_SERVER['PHP_SELF'] ; variable
46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
49 $oFCKeditor->BasePath = $sBasePath ;
Dsample03.php73 $sBasePath = $_SERVER['PHP_SELF'] ; variable
74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
77 $oFCKeditor->BasePath = $sBasePath ;
Dsample02.php85 $sBasePath = $_SERVER['PHP_SELF'] ; variable
86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
89 $oFCKeditor->BasePath = $sBasePath ;
/plugin/grensladawritezor/fckeditor/_samples/php/
Dsample04.php79 $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']) .…
Dsample01.php45 $sBasePath = $_SERVER['PHP_SELF'] ; variable
46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
49 $oFCKeditor->BasePath = $sBasePath ;
Dsample03.php73 $sBasePath = $_SERVER['PHP_SELF'] ; variable
74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
77 $oFCKeditor->BasePath = $sBasePath ;
Dsample02.php85 $sBasePath = $_SERVER['PHP_SELF'] ; variable
86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
89 $oFCKeditor->BasePath = $sBasePath ;
/plugin/wysiwyg/fckeditor/_samples/perl/
Dsample04.cgi135 $sBasePath = $ServerPath;
136 $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ;
139 $BasePath = $sBasePath;
142 $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
Dsample01.cgi83 $sBasePath = $ServerPath;
84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples"));
86 $BasePath = $sBasePath;
Dsample03.cgi128 $sBasePath = $ServerPath;
129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" ));
132 $BasePath = $sBasePath ;
Dsample02.cgi139 $sBasePath = $ServerPath;
140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples"));
143 $BasePath = $sBasePath;
/plugin/grensladawritezor/fckeditor/_samples/perl/
Dsample04.cgi135 $sBasePath = $ServerPath;
136 $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ;
139 $BasePath = $sBasePath;
142 $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
Dsample01.cgi83 $sBasePath = $ServerPath;
84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples"));
86 $BasePath = $sBasePath;
Dsample03.cgi128 $sBasePath = $ServerPath;
129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" ));
132 $BasePath = $sBasePath ;
Dsample02.cgi139 $sBasePath = $ServerPath;
140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples"));
143 $BasePath = $sBasePath;
/plugin/wysiwyg/fckeditor/_samples/py/
Dsample01.py55 sBasePath = os.environ.get("SCRIPT_NAME") variable
56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable
59 oFCKeditor.BasePath = sBasePath
/plugin/grensladawritezor/fckeditor/_samples/py/
Dsample01.py55 sBasePath = os.environ.get("SCRIPT_NAME") variable
56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable
59 oFCKeditor.BasePath = sBasePath
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsample04.asp79 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…
Dsample01.asp48 Dim sBasePath variable
49 sBasePath = Request.ServerVariables("PATH_INFO")
50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
54 oFCKeditor.BasePath = sBasePath
Dsample03.asp73 Dim sBasePath variable
74 sBasePath = Request.ServerVariables("PATH_INFO")
75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
79 oFCKeditor.BasePath = sBasePath
Dsample02.asp85 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/
Dsample04.asp79 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…
Dsample01.asp48 Dim sBasePath variable
49 sBasePath = Request.ServerVariables("PATH_INFO")
50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
54 oFCKeditor.BasePath = sBasePath
Dsample03.asp73 Dim sBasePath variable
74 sBasePath = Request.ServerVariables("PATH_INFO")
75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
79 oFCKeditor.BasePath = sBasePath

12