/plugin/wysiwyg/fckeditor/_samples/php/ |
H A 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']) .…
|
H A D | sample01.php | 45 $sBasePath = $_SERVER['PHP_SELF'] ; variable 46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 49 $oFCKeditor->BasePath = $sBasePath ;
|
H A D | sample03.php | 73 $sBasePath = $_SERVER['PHP_SELF'] ; variable 74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; variable 77 $oFCKeditor->BasePath = $sBasePath ;
|
H A 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/ |
H A 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'} ) . '/' ;
|
H A D | sample01.cgi | 83 $sBasePath = $ServerPath; 84 $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples")); 86 $BasePath = $sBasePath;
|
H A D | sample03.cgi | 128 $sBasePath = $ServerPath; 129 $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" )); 132 $BasePath = $sBasePath ;
|
H A D | sample02.cgi | 139 $sBasePath = $ServerPath; 140 $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples")); 143 $BasePath = $sBasePath;
|
/plugin/wysiwyg/fckeditor/_samples/py/ |
H A D | sample01.py | 55 sBasePath = os.environ.get("SCRIPT_NAME") 56 sBasePath = sBasePath[0:sBasePath.find("_samples")] variable 59 oFCKeditor.BasePath = sBasePath
|
/plugin/wysiwyg/fckeditor/_samples/asp/ |
H A 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…
|
H A D | sample01.asp | 48 Dim sBasePath variable 49 sBasePath = Request.ServerVariables("PATH_INFO") 50 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 54 oFCKeditor.BasePath = sBasePath
|
H A D | sample03.asp | 73 Dim sBasePath variable 74 sBasePath = Request.ServerVariables("PATH_INFO") 75 sBasePath = Left( sBasePath, InStrRev( sBasePath, "/_samples" ) ) 79 oFCKeditor.BasePath = sBasePath
|
H A 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/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_ie.js | 32 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/cfm/ |
H A D | cf_io.cfm | 27 <cfargument name="sBasePath" required="true"> 29 <cfset sBasePath = RemoveFromEnd( sBasePath, "/" )> 30 <cfset sBasePath = RemoveFromEnd( sBasePath, "\" )> 31 <cfreturn sBasePath & "/" & RemoveFromStart( ARGUMENTS.sFolder, '/' )>
|
/plugin/wysiwyg/fckeditor/_samples/afp/ |
H A D | sample01.afp | 39 sBasePath="../../../fckeditor/" && Change this to your local path 46 oFCKeditor.BasePath = sBasePath
|
H A D | sample03.afp | 67 sBasePath="../../../fckeditor/" && Change this to your local path 81 oFCKeditor.BasePath = sBasePath
|
H A D | sample04.afp | 73 sBasePath="../../../fckeditor/" && <-- Change this to your local path 88 oFCKeditor.BasePath = sBasePath
|
H A D | sample02.afp | 80 sBasePath="../../../fckeditor/" && Change this to your local path 103 oFCKeditor.BasePath = sBasePath
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 24 function CombinePaths( $sBasePath, $sFolder ) argument 26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 26 function CombinePaths( $sBasePath, $sFolder ) argument 28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 24 function CombinePaths( $sBasePath, $sFolder ) argument 26 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 26 function CombinePaths( $sBasePath, $sFolder ) argument 28 return RemoveFromEnd( $sBasePath, '/' ) . '/' . RemoveFromStart( $sFolder, '/' ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | io.asp | 24 function CombinePaths( sBasePath, sFolder) 25 CombinePaths = RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
|