Home
last modified time | relevance | path

Searched refs:rootDocPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scripting/workben/mod/_scripting/
H A DScriptStorage.java43 String rootDocPath = ( String )tParam.get( "DOCPTH" ); in initialize() local
44 System.out.println( "DOCPTH is " + rootDocPath ); in initialize()
45 rootDocPath = util.utils.getFullTestURL( "ExampleSpreadSheetLatest.sxc" ); in initialize()
46 if ( rootDocPath != null && rootDocPath.length() > 1 ){ in initialize()
48 if ( rootDocPath.indexOf( "\\" ) > 0 ){ in initialize()
49 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()
51 System.out.println("After processing the path is " + rootDocPath); in initialize()
53 String encodedPath = URLEncoder.encode( rootDocPath ); in initialize()
H A DScriptInfo.java46 String rootDocPath = ( String )tParam.get( "DOCPTH" ); in initialize() local
47 System.out.println( "DOCPTH is " + rootDocPath ); in initialize()
48 rootDocPath = util.utils.getFullTestURL( "ExampleSpreadSheetLatest.sxc" ); in initialize()
49 if ( rootDocPath != null && rootDocPath.length() > 1 ){ in initialize()
51 if ( rootDocPath.indexOf( "\\" ) > 0 ){ in initialize()
52 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()
54 System.out.println("After processing the path is " + rootDocPath); in initialize()
56 String encodedPath = URLEncoder.encode( rootDocPath ); in initialize()

Completed in 14 milliseconds