Home
last modified time | relevance | path

Searched refs:basePath (Results 51 – 55 of 55) sorted by last modified time

123

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04.cfm76 <cfset basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 )>
80 <cfset config["SkinPath"] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/'>
85 basePath="#basePath#"
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py51 def combinePaths( basePath, folder ): argument
52 return removeFromEnd( basePath, '/' ) + '/' + removeFromStart( folder, '/' )
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckplugin.js24 var FCKPlugin = function( name, availableLangs, basePath ) argument
27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php193 $writer->basePath = $this->directory;
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php44 var $basePath; variable in File_Archive_Writer_Files
51 $this->basePath = '';
54 $this->basePath = $base;
56 $this->basePath = $base.'/';
63 return $this->basePath.$filename;

123