Home
last modified time | relevance | path

Searched refs:sBasePath (Results 1 – 24 of 24) sorted by path

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php26 function CombinePaths( $sBasePath, $sFolder ) argument
28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php26 function CombinePaths( $sBasePath, $sFolder ) argument
28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php24 function CombinePaths( $sBasePath, $sFolder ) argument
26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp39 sBasePath="../../../fckeditor/" && Change this to your local path
46 oFCKeditor.BasePath = sBasePath
H A Dsample02.afp80 sBasePath="../../../fckeditor/" && Change this to your local path
103 oFCKeditor.BasePath = sBasePath
H A Dsample03.afp67 sBasePath="../../../fckeditor/" && Change this to your local path
81 oFCKeditor.BasePath = sBasePath
H A Dsample04.afp73 sBasePath="../../../fckeditor/" && <-- Change this to your local path
88 oFCKeditor.BasePath = sBasePath
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp48 Dim sBasePath variable
49 sBasePath = Request.ServerVariables("PATH_INFO")
50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
54 oFCKeditor.BasePath = sBasePath
H A Dsample02.asp85 Dim sBasePath variable
86 sBasePath = Request.ServerVariables("PATH_INFO")
87 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
91 oFCKeditor.BasePath = sBasePath
H A Dsample03.asp73 Dim sBasePath variable
74 sBasePath = Request.ServerVariables("PATH_INFO")
75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) )
79 oFCKeditor.BasePath = sBasePath
H A 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…
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample01.cgi83 $sBasePath = $ServerPath;
84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples"));
86 $BasePath = $sBasePath;
H A Dsample02.cgi139 $sBasePath = $ServerPath;
140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples"));
143 $BasePath = $sBasePath;
H A Dsample03.cgi128 $sBasePath = $ServerPath;
129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" ));
132 $BasePath = $sBasePath ;
H A 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'} ) . '/' ;
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample01.php45 $sBasePath = $_SERVER['PHP_SELF'] ; variable
46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
49 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample02.php85 $sBasePath = $_SERVER['PHP_SELF'] ; variable
86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
89 $oFCKeditor->BasePath = $sBasePath ;
H A Dsample03.php73 $sBasePath = $_SERVER['PHP_SELF'] ; variable
74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable
77 $oFCKeditor->BasePath = $sBasePath ;
H A 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']) .…
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsample01.py55 sBasePath = os.environ.get("SCRIPT_NAME")
56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable
59 oFCKeditor.BasePath = sBasePath
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js32 var sBasePath = FCKConfig.FullBasePath ;
41 sTableBehavior = 'url(' + sBasePath + 'css/behaviors/showtableborders.htc)' ;
49 sTableBehavior += ' url(' + sBasePath + 'css/behaviors/disablehandles.htc)' ;
52 sStyle += ' { behavior: url(' + sBasePath + 'css/behaviors/disablehandles.htc) ; }' ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp24 function CombinePaths( sBasePath, sFolder)
25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm27 <cfargument name="sBasePath" required="true">
29 <cfset sBasePath = RemoveFromEnd( sBasePath, "/" )>
30 <cfset sBasePath = RemoveFromEnd( sBasePath, "\" )>
31 <cfreturn sBasePath & "/" & RemoveFromStart( ARGUMENTS.sFolder, '/' )>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php24 function CombinePaths( $sBasePath, $sFolder ) argument
26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;