Home
last modified time | relevance | path

Searched refs:folderPath (Results 1 – 10 of 10) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl26 local($resourceType, $folderPath) = @_;
30 return("$rmpath$folderPath");
56 local($resourceType,$folderPath) = @_;
71 local($folderPath) = @_;
73 $folderPath =~ s/[\/][^\/]+[\/]?$//g;
74 return $folderPath;
79 local($folderPath) = @_;
81 $sParent = &GetParentFolder($folderPath);
89 if(!(-e $folderPath)) {
91 mkdir("$folderPath",0777);
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
83 function GetParentFolder( $folderPath ) argument
86 return preg_replace( $sPattern, '', $folderPath ) ;
89 function CreateServerFolder( $folderPath, $lastFolder = null ) argument
91 $sParent = GetParentFolder( $folderPath ) ;
94 while ( strpos($folderPath, '//') !== false )
96 $folderPath = str_replace( '//', '/', $folderPath ) ;
104 return "Can't create $folderPath directory" ;
107 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
112 if ( !file_exists( $folderPath ) )
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
85 function GetParentFolder( $folderPath ) argument
88 return preg_replace( $sPattern, '', $folderPath ) ;
94 $sParent = GetParentFolder( $folderPath ) ;
97 while ( strpos($folderPath, '//') !== false )
99 $folderPath = str_replace( '//', '/', $folderPath ) ;
108 return "Can't create $folderPath directory" ;
111 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
116 if ( !file_exists( $folderPath ) )
127 mkdir( $folderPath ) ;
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php80 return CombinePaths( $sResourceTypePath , $folderPath ) ;
83 function GetParentFolder( $folderPath ) argument
86 return preg_replace( $sPattern, '', $folderPath ) ;
92 $sParent = GetParentFolder( $folderPath ) ;
95 while ( strpos($folderPath, '//') !== false )
97 $folderPath = str_replace( '//', '/', $folderPath ) ;
106 return "Can't create $folderPath directory" ;
109 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
114 if ( !file_exists( $folderPath ) )
125 mkdir( $folderPath ) ;
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php82 return CombinePaths( $sResourceTypePath , $folderPath ) ;
85 function GetParentFolder( $folderPath ) argument
88 return preg_replace( $sPattern, '', $folderPath ) ;
94 $sParent = GetParentFolder( $folderPath ) ;
97 while ( strpos($folderPath, '//') !== false )
99 $folderPath = str_replace( '//', '/', $folderPath ) ;
108 return "Can't create $folderPath directory" ;
111 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
116 if ( !file_exists( $folderPath ) )
127 mkdir( $folderPath ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp55 Function GetUrlFromPath( resourceType, folderPath, sCommand )
56 GetUrlFromPath = CombinePaths( GetResourceTypePath( resourceType, sCommand ), folderPath )
63 Function ServerMapFolder( resourceType, folderPath, sCommand )
72 ServerMapFolder = CombinePaths( sResourceTypePath, folderPath )
75 Sub CreateServerFolder( folderPath )
80 sParent = oFSO.GetParentFolderName( folderPath )
85 If ( oFSO.FolderExists( folderPath ) = False ) Then
87 oFSO.CreateFolder( folderPath )
108 SendError sErrorNumber, "CreateServerFolder(" & folderPath & ") : " & sErrDescription
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm70 <cfargument name="folderPath" required="true">
73 …nePaths( GetResourceTypePath( ARGUMENTS.resourceType, ARGUMENTS.sCommand ), ARGUMENTS.folderPath )>
96 <cfargument name="folderPath" required="true">
109 <cfreturn CombinePaths( sResourceTypePath , ARGUMENTS.folderPath )>
113 <cfargument name="folderPath" required="true">
115 <cfreturn rereplace(ARGUMENTS.folderPath, "[/\\\\][^/\\\\]+[/\\\\]?$", "")>
119 <cfargument name="folderPath">
122 <cfset folderPath = rereplace(ARGUMENTS.folderPath, "//+", "/", "all")>
124 <cfif directoryexists(ARGUMENTS.folderPath) or fileexists(ARGUMENTS.folderPath)>
128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py103 def mapServerFolder(resourceTypePath, folderPath): argument
104 return combinePaths ( resourceTypePath , folderPath )
H A Dfckcommands.py110 def createServerFolder(self, folderPath): argument
114 os.makedirs(folderPath,mode=0755)
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6247 this.gitHub.pickFolder(mxUtils.bind(this, function(folderPath) argument
6250 fn(folderPath);
6255 this.gitLab.pickFolder(mxUtils.bind(this, function(folderPath) argument
6258 fn(folderPath);
6263 this.notion.pickFolder(mxUtils.bind(this, function(folderPath) argument
6266 fn(folderPath);