Home
last modified time | relevance | path

Searched refs:CreateServerFolder (Results 1 – 19 of 19) sorted by relevance

/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dio.php39 CreateServerFolder( $sResourceTypePath ) ;
52 function CreateServerFolder( $folderPath )
59 $sErrorMsg = CreateServerFolder( $sParent ) ;
H A Dcommands.php97 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dio.pl56 &CreateServerFolder($sResourceTypePath);
71 sub CreateServerFolder subroutine
78 $sErrorMsg = &CreateServerFolder($sParent);
H A Dcommands.pl92 $sErrorMsg = &CreateServerFolder($sServerDir);
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dio.php38 CreateServerFolder( $sResourceTypePath ) ;
51 function CreateServerFolder( $folderPath ) function
58 $sErrorMsg = CreateServerFolder( $sParent ) ;
H A Dcommands.php96 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dio.pl56 &CreateServerFolder($sResourceTypePath);
71 sub CreateServerFolder subroutine
78 $sErrorMsg = &CreateServerFolder($sParent);
H A Dcommands.pl92 $sErrorMsg = &CreateServerFolder($sServerDir);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dio.pl62 &CreateServerFolder($sResourceTypePath);
77 sub CreateServerFolder subroutine
84 $sErrorMsg = &CreateServerFolder($sParent);
H A Dcommands.pl99 $sErrorMsg = &CreateServerFolder($sServerDir);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dio.php75 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
89 function CreateServerFolder( $folderPath, $lastFolder = null ) function
108 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
H A Dcommands.php138 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php115 $sErrorMsg = CreateServerFolder($sResourceTypePath);
142 function CreateServerFolder($folderPath, $lastFolder = null) function
161 $sErrorMsg = CreateServerFolder($sParent, $folderPath);
H A Dcommands.php157 $sErrorMsg = CreateServerFolder($sServerDir);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php118 $sErrorMsg = CreateServerFolder($sResourceTypePath);
146 function CreateServerFolder($folderPath, $lastFolder = null) function
163 $sErrorMsg = CreateServerFolder($sParent, $folderPath);
H A Dcommands.php154 $sErrorMsg = CreateServerFolder($sServerDir);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/asp/
H A Dio.asp76 CreateServerFolder sResourceTypePath
82 Sub CreateServerFolder( folderPath ) subroutine
94 If ( NOT oFSO.FolderExists( sParent ) ) Then CreateServerFolder( sParent )
119 SendError sErrorNumber, "CreateServerFolder(" & folderPath & ") : " & sErrDescription
H A Dcommands.asp110 CreateServerFolder sServerDir
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm102 <cfset var sErrorMsg = CreateServerFolder( sResourceTypePath ) >
118 <cffunction name="CreateServerFolder" returntype="String" output="false">