codebase\com\icl\saxon\output\HTMLEmitter.jad:        setUrlAttribute("object", "codebase");
codebase\com\icl\saxon\output\HTMLEmitter.jad:        setUrlAttribute("applet", "codebase");
codebase\com\icl\saxon\XSLTProcessorApplet.jad:        m_codeBase = null;
codebase\com\icl\saxon\XSLTProcessorApplet.jad:        m_codeBase = getCodeBase();
codebase\com\icl\saxon\XSLTProcessorApplet.jad:                URL url = new URL(m_codeBase, m_documentURL);
codebase\com\icl\saxon\XSLTProcessorApplet.jad:                URL url1 = new URL(m_codeBase, m_styleURL);
codebase\com\icl\saxon\XSLTProcessorApplet.jad:    private URL m_codeBase;
codebase\com\infoengine\administration\delegate\InstallerResource.jad:    public static final String NO_CODEBASE = "35";
codebase\com\infoengine\administration\delegate\InstallerResource.jad:            "35", "Unable to determine codebase, 'wt.codebase.location' not set or does not exist."
codebase\com\infoengine\administration\IEngineResource.jad:    public static final String CODEBASE = "147";
codebase\com\infoengine\administration\IEngineResource.jad:    public static final String CODEBASE_HELP = "148";
codebase\com\infoengine\administration\IEngineResource.jad:            "147", "Codebase"
codebase\com\infoengine\au\IEProperties.jad:        ".authenticationMapper", "com.infoengine.credentialsMapper", ".checkpoint.recover", "com.infoengine.checkpoint.recover", ".checkpoint.remove", "com.infoengine.checkpoint.remove", ".checkpoint.save", "com.infoengine.checkpoint.save", ".codebase", "com.infoengine.taskProcessor.codebase", 
codebase\com\infoengine\console\MainConsoleTabbedPane.jad:            ModelerPreferences.setWebInf(s1 + "/codebase/WEB-INF");
codebase\com\infoengine\ieinstall\IePropertiesAction.jad:        File file1 = new File(file, "codebase/WEB-INF");
codebase\com\infoengine\ieinstall\IePropertiesAction.jad:        mytextderivedfile.addLine("#    <Property name=\"ie.ldap.serverPort\" targetFile=\"codebase/WEB-INF/ieStructProperties.txt\" value=\"389\"/>");
codebase\com\infoengine\ieinstall\IePropertiesAction.jad:        mytextderivedfile.addLine("#       <Property name=\"ie.ldap.serviceName\" overridable=\"true\" targetFile=\"codebase/WEB-INF/ieStructProperties.txt\" value=\"newhostname.ptcnet.ptc.com\"/>");
codebase\com\infoengine\ieinstall\IePropertiesAction.jad:        mytextderivedfile.addLine("#    <Property name=\"com.myCompany.myHost.secret.text2\" targetFile=\"codebase/WEB-INF/ieStructProperties.txt\" value=\"mySpecialValue\"/>");
codebase\com\infoengine\ieinstall\IePropertiesAction.jad:        mytextderivedfile.addLine("#    <Property name=\"mySpecialProperty\" targetFile=\"codebase/WEB-INF/ieStructProperties.txt\" value=\"mySpecialValue\"/>");
codebase\com\infoengine\IeServlet.jad:            log.println("info", "                 codebase: " + System.getProperty("com.infoengine.taskProcessor.codebase"));
codebase\com\infoengine\InfoEngine.jad:            if(s.equalsIgnoreCase("codebase"))
codebase\com\infoengine\InfoEngine.jad:                codebase = s4;
codebase\com\infoengine\InfoEngine.jad:        String s7 = System.getProperty("com.infoengine.taskProcessor.codebase");
codebase\com\infoengine\InfoEngine.jad:            System.out.println("         codebase = " + s7);
codebase\com\infoengine\InfoEngine.jad:                logwriter.println("info", "         codebase = " + s7);
codebase\com\infoengine\InfoEngine.jad:        if(codebase == null)
codebase\com\infoengine\InfoEngine.jad:            codebase = System.getProperty(taskProcessorName + ".codebase");
codebase\com\infoengine\InfoEngine.jad:            String s1 = System.getProperty(taskProcessorName + ".codebase", null);
codebase\com\infoengine\InfoEngine.jad:                codebase = s1;
codebase\com\infoengine\InfoEngine.jad:        if(codebase != null)
codebase\com\infoengine\InfoEngine.jad:            System.setProperty("com.infoengine.taskProcessor.codebase", codebase);
codebase\com\infoengine\InfoEngine.jad:    private static String codebase = null;
codebase\com\infoengine\Loader.jad:            vector.add(s5 + "/codebase");
codebase\com\infoengine\Loader.jad:            vector.add(s5 + "/codebase/WEB-INF/classes");
codebase\com\infoengine\Loader.jad:            vector1.add(s5 + "/codebase/WEB-INF/lib");
codebase\com\infoengine\log\RequestStatCSVFormatter.jad:            properties.load(new FileInputStream(s + "/codebase/WEB-INF/ie.properties"));
codebase\com\infoengine\log\RequestStatCSVFormatter.jad:                properties1.load(new FileInputStream(s + "/codebase/wt.properties"));
codebase\com\infoengine\migration\ie2x\JavaApplet.jad:            if(s4.equalsIgnoreCase("APP_CODEBASE"))
codebase\com\infoengine\modeler\UI\TaskExecutionPanel.jad:        l = s.indexOf("codebase");
codebase\com\infoengine\qa\mugger\Mugger.jad:                            urlconnection.setRequestProperty("Authorization", "Basic " + Mugger.encodeBase64((Mugger.username + ':' + Mugger.password).getBytes()));
codebase\com\infoengine\qa\mugger\Mugger.jad:    public static String encodeBase64(byte abyte0[])
codebase\com\infoengine\qa\tester\TestItem.jad:                urlconnection.setRequestProperty("Authorization", "Basic " + encodeBase64((s3 + ':' + s4).getBytes()));
codebase\com\infoengine\qa\tester\TestItem.jad:    public static String encodeBase64(byte abyte0[])
codebase\com\infoengine\SAK\Taskc.jad:            if(s9.equalsIgnoreCase("taskCodebase"))
codebase\com\infoengine\SAK\Taskc.jad:            vector.add(s7 + "/codebase/WEB-INF/classes");
codebase\com\infoengine\SAK\Taskc.jad:            vector1.add(s7 + "/codebase/WEB-INF/lib");
codebase\com\infoengine\SAK\Taskc.jad:                s4 = s7 + "/tasks/codebase";
codebase\com\infoengine\SAK\Taskc.jad:                System.out.println("Could not determine taskCodebase value");
codebase\com\infoengine\SAK\Taskc.jad:        System.setProperty("com.infoengine.taskProcessor.codebase", normalizePath(s4));
codebase\com\infoengine\SAK\Taskc.jad:        System.out.println("\ttaskCodebase=<destinationClassDirectory> - explicit compiled classes directory");
codebase\com\infoengine\SAK\TaskCompiler.jad:        codebase = null;
codebase\com\infoengine\SAK\TaskCompiler.jad:    public void setCodebase(String s)
codebase\com\infoengine\SAK\TaskCompiler.jad:        codebase = s;
codebase\com\infoengine\SAK\TaskCompiler.jad:    public String getCodebase()
codebase\com\infoengine\SAK\TaskCompiler.jad:        if(codebase == null)
codebase\com\infoengine\SAK\TaskCompiler.jad:            codebase = System.getProperty("com.infoengine.taskProcessor.codebase");
codebase\com\infoengine\SAK\TaskCompiler.jad:            if(codebase == null)
codebase\com\infoengine\SAK\TaskCompiler.jad:                codebase = File.separator + "tmp" + File.separator + "ptc" + File.separator + "ieDynamicClasses";
codebase\com\infoengine\SAK\TaskCompiler.jad:        return codebase;
codebase\com\infoengine\SAK\TaskCompiler.jad:            File file = new File(getCodebasePathForTask(s1) + ".class");
codebase\com\infoengine\SAK\TaskCompiler.jad:                    File file1 = new File(getCodebasePathForTask(s1) + ".class");
codebase\com\infoengine\SAK\TaskCompiler.jad:    private String getCodebasePathForTask(String s)
codebase\com\infoengine\SAK\TaskCompiler.jad:        StringBuffer stringbuffer = new StringBuffer(getCodebase() + File.separator + "com" + File.separator + "infoengine" + File.separator + "compiledTasks" + File.separator + s2);
codebase\com\infoengine\SAK\TaskCompiler.jad:        File file = new File(getCodebasePathForTask(s1) + ".class");
codebase\com\infoengine\SAK\TaskCompiler.jad:            File file = new File(getCodebasePathForTask(s) + ".class");
codebase\com\infoengine\SAK\TaskCompiler.jad:            String s6 = getCodebasePathForTask(s1);
codebase\com\infoengine\SAK\TaskCompiler.jad:                LogWriter.log.println("info", "   compiler codebase: " + getCodebase());
codebase\com\infoengine\SAK\TaskCompiler.jad:                "-classpath", compilerClassPath, "-d", getCodebase(), s5
codebase\com\infoengine\SAK\TaskCompiler.jad:    private String codebase;
codebase\com\infoengine\soap\RPCHandler.jad:        SERVLET_URL = getProperty(properties, "wt.server.codebase");
codebase\com\infoengine\util\LDAPExport.jad:        stringbuffer.append("codebase").append(File.separator).append("WEB-INF");
codebase\com\infoengine\util\LDAPImport.jad:        stringbuffer.append("codebase").append(File.separator).append("WEB-INF");
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                String codebaseUri = properties.getProperty("wt.server.codebase");
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                if(codebaseUri != null)
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                    int ci = codebaseUri.indexOf("://");
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                        codebaseUri = codebaseUri.substring(ci + 3);
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                        ci = codebaseUri.indexOf('/');
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                            codebaseUri = codebaseUri.substring(ci);
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                            codebaseUri = "";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                    if(codebaseUri.endsWith("/"))
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                        codebaseUri = codebaseUri + "servlet/RPC";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                        codebaseUri = codebaseUri + "/servlet/RPC";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcher.jad:                    SOAP_URI = codebaseUri;
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                String codebaseUri = properties.getProperty("wt.server.codebase");
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                if(codebaseUri != null)
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                    int ci = codebaseUri.indexOf("://");
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                        codebaseUri = codebaseUri.substring(ci + 3);
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                        ci = codebaseUri.indexOf('/');
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                            codebaseUri = codebaseUri.substring(ci);
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                            codebaseUri = "";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                    if(codebaseUri.endsWith("/"))
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                        codebaseUri = codebaseUri + "servlet/RPC";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                        codebaseUri = codebaseUri + "/servlet/RPC";
codebase\com\ptc\core\adapter\server\impl\SimpleTaskDispatcherTunnel.jad:                    SOAP_URI = codebaseUri;
codebase\com\ptc\core\ca\co\client\doer\CoDoerHelper.jad:                    hostName = WTContext.getContext().getCodeBase().getHost();
codebase\com\ptc\core\ca\co\common\config\CoConfigHelper_Init.jad:                LogHelper.userError("\nConfiguration repository directory '" + pathToReposiotory + "' does not exist or is empty. \nIf you are running DCA demo application now you have to specify in wt.properties:\n      com.ptc.core.ca.co.common.config.directory=codebase\\\\registry\\\\dca\n\n");
codebase\com\ptc\core\ca\web\client\gw\DCACacheUpdateTask.jad:            path = WT_HOME + "/codebase/com/ptc/core/ca/web/client/gw/" + "dca.properties";
codebase\com\ptc\core\ca\web\client\plugin\WebPlugin.jad:        String codeBase = (String)map.get("codebase");
codebase\com\ptc\core\ca\web\client\plugin\WebPlugin.jad:        if(codeBase == null)
codebase\com\ptc\core\ca\web\client\plugin\WebPlugin.jad:            codeBase = ((WebEnvData)envData).getHttpData().getBaseUrl();
codebase\com\ptc\core\ca\web\client\plugin\WebPlugin.jad:            map.put("codebase", codeBase);
codebase\com\ptc\core\ca\web\client\plugin\WebPlugin.jad:    protected static final String ATTR_CODEBASE = "codebase";
codebase\com\ptc\core\domain\admin\client\impl\Administrator.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.core.domain.admin.client.impl.AdministratorHelpRB", getLocale()));
codebase\com\ptc\core\domain\admin\client\impl\DomainBrowser.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.core.domain.admin.client.impl.AdministratorHelpRB", locale));
codebase\com\ptc\core\domain\admin\client\impl\FraDomain.jad:        WTContext.getContext().showDocument(new URL(WTContext.getContext().getCodeBase(), "wtcore/jsp/com/ptc/core/ca/web/gw/gw.jsp?alias=com.ptc.windchill.enterprise.org.users:main&containerRef=" + containerComboBox.getSelectedItem().toString()), "_blank");
codebase\com\ptc\core\domain\admin\client\impl\Util.jad:            URL url = WTContext.getContext().getCodeBase();
codebase\com\ptc\core\logic\tools\client\BasicURLGenerator.jad:            SERVER_URL = props.getProperty("wt.server.codebase");
codebase\com\ptc\core\meta\type\admin\client\impl\TypeManager.jsp:     codebase="../../../../../../../.."
codebase\com\ptc\core\query\report\bom\common\package.html:in {Windchill codebase}/wtcore/jsp/report/bom.&nbsp; These JSP files contain
codebase\com\ptc\core\query\report\bom\common\package.html:codebase}/wtcore/jsp/report/bom</tt> currently default to <tt>{Windchill
codebase\com\ptc\core\query\report\bom\common\package.html:codebase}/com/ptc/core/query/report/bom/common/bomReportHTML.xsl</tt> a
codebase\com\ptc\core\query\report\bom\common\package.html:to the Windchill server codebase.
codebase\com\ptc\core\query\report\bom\common\package.html:<p>There are other stylesheets in <tt>{Windchill codebase}/com/ptc/core/query/report/bom/common</tt>
codebase\com\ptc\core\util\xml\common\DOMDocumentHelper.jad:        s1 = flag ? SERVER_CODEBASE + parsedDocument.getDoctype().getSystemId() : parsedDocument.getDoctype().getSystemId();
codebase\com\ptc\core\util\xml\common\DOMDocumentHelper.jad:    private static final String SERVER_CODEBASE_PROPERTY = "wt.server.codebase";
codebase\com\ptc\core\util\xml\common\DOMDocumentHelper.jad:    private static String SERVER_CODEBASE;
codebase\com\ptc\core\util\xml\common\DOMDocumentHelper.jad:            SERVER_CODEBASE = wtproperties.getProperty("wt.server.codebase");
codebase\com\ptc\core\util\xml\common\DOMFileValidator.jad:        System.out.println("\n\nExample: windchill com.ptc.core.util.xml.common.DOMFileValidator -exitOnError -noStackTrace %WT_HOME%\\codebase\\config\\xml\\Type.xml");
codebase\com\ptc\netmarkets\forumPosting\StandardNmPostingService.jad:            addlPostingInfo.put("CODEBASE", CODEBASE);
codebase\com\ptc\netmarkets\forumPosting\StandardNmPostingService.jad:                    attachStr = attachStr + "<IMG SRC=\"" + CODEBASE + "/" + ATTACH_GIF + "\" border=\"0\" alt=\"\"" + ">";
codebase\com\ptc\netmarkets\forumPosting\StandardNmPostingService.jad:    protected static String CODEBASE;
codebase\com\ptc\netmarkets\forumPosting\StandardNmPostingService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\forumTopic\NmTopicTreeTable.jad:    protected static String CODEBASE;
codebase\com\ptc\netmarkets\forumTopic\NmTopicTreeTable.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\model\NmObjectCommands.jad:            s2 = CODEBASE + s2;
codebase\com\ptc\netmarkets\model\NmObjectCommands.jad:            s3 = CODEBASE + s3;
codebase\com\ptc\netmarkets\model\NmObjectCommands.jad:                s5 = DnDMicroAppletUtil.makeAppletTag(CODEBASE, s2, s3, s6, s, DELIM, properties1, s4);
codebase\com\ptc\netmarkets\model\NmObjectCommands.jad:    private static String CODEBASE;
codebase\com\ptc\netmarkets\model\NmObjectCommands.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\msproject\NmMsProjectCommands.jad:        return Constants.SERVER_CODEBASE + REQUEST_IMPORT_ACTION + url;
codebase\com\ptc\netmarkets\notebookfolder\NmNotebookFolderTreeModel.jad:    protected static String CODEBASE;
codebase\com\ptc\netmarkets\notebookfolder\NmNotebookFolderTreeModel.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\notebookfolder\StandardNmNotebookFolderService.jad:    protected static String CODEBASE;
codebase\com\ptc\netmarkets\notebookfolder\StandardNmNotebookFolderService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\report\utils\AuditReportGenerator.jad:            String defaultCodebase = wthome + File.separator + "codebase";
codebase\com\ptc\netmarkets\report\utils\AuditReportGenerator.jad:            String codebaseLocation = props.getProperty("wt.codebase.location", defaultCodebase);
codebase\com\ptc\netmarkets\report\utils\AuditReportGenerator.jad:            String auditReportDTDLocation = codebaseLocation + File.separator + "registry" + File.separator + "auditing" + File.separator + "reports" + File.separator + "AuditReport.dtd";
codebase\com\ptc\netmarkets\rule\NmRuleCommands.jad:        downloadURL = WT_HOME + "\\codebase\\registry\\rule\\dtds\\attr_values70.dtd";
codebase\com\ptc\netmarkets\rule\NmRuleCommands.jad:        return SERVER_CODEBASE + DOWNLOAD_COMPOSITE_ACTION + url;
codebase\com\ptc\netmarkets\rule\NmRuleCommands.jad:    private static final String SERVER_CODEBASE;
codebase\com\ptc\netmarkets\rule\NmRuleCommands.jad:            SERVER_CODEBASE = properties.getProperty("wt.server.codebase");
codebase\com\ptc\netmarkets\util\misc\NmAction.jad:                        plugintaggenerator.setParameter("java_codebase", CODEBASE);
codebase\com\ptc\netmarkets\util\misc\NmAction.jad:                        plugintaggenerator.setAttribute("codebase", CODEBASE);
codebase\com\ptc\netmarkets\util\misc\NmAction.jad:    protected static final String CODEBASE;
codebase\com\ptc\netmarkets\util\misc\NmAction.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\netmarkets\util\misc\NmActionFinder.jad:                String s2 = CODEBASE + File.separator + s1;
codebase\com\ptc\netmarkets\util\misc\NmActionFinder.jad:    private static String CODEBASE;
codebase\com\ptc\netmarkets\util\misc\NmActionFinder.jad:            CODEBASE = wtproperties.getProperty("wt.codebase.location");
codebase\com\ptc\netmarkets\util\misc\NmActionServiceHelper.jad:            TUTORIAL_HOME = wtproperties.getProperty("com.ptc.windchill.enterprise.tutorials.home", "http://www.ptc.com/community/windchill/8/tutorials/codebase/");
codebase\com\ptc\prowt\proesvcs\util\AttributeHelper.jad:            s = s1 + File.separator + "codebase" + File.separator + "com" + File.separator + "ptc" + File.separator + "prowt" + File.separator + "proesvcs" + File.separator + "util";
codebase\com\ptc\prowt\proesvcs\util\ModeledAttributesHelper.jad:            String s = WTProperties.getServerProperties().getProperty("wt.codebase.location");
codebase\com\ptc\prowt\urlalias\WFProperties.jad:            if(properties1.isEmpty() || properties1.getProperty("CodebaseURL") != null)
codebase\com\ptc\prowt\urlalias\WFProperties.jad:                addRegexPart(stringbuffer, "CodebaseURL");
codebase\com\ptc\prowt\urlalias\WFProperties.jad:                properties.setProperty("CodebaseURL", WTProperties.getServerCodebase().toString());
codebase\com\ptc\prowt\urlalias\WFProperties.jad:    private static final String CODEBASE_URL = "CodebaseURL";
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateFormProcessor.jad:        wsServerTableBuffer = AutoAssociateJs.initWsTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateFormProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateFormProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateFormProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = \"").append(codebase).append("\";");
codebase\com\ptc\windchill\cadx\autoassociate\AutoAssociateJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String initCADDocAttributeTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\caddoc\CADDocAuxInfoJs.jad:    public static String initCADDocAuxInfoServerTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAuxInfoJs.jad:    public static String initCADDocAuxInfoClientTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAuxInfoJs.jad:    public static String initCADDocAuxInfoTitleBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocBaselineTemplateProcessor.jad:        String image = CODEBASE + "/" + DETAILIMGSRC;
codebase\com\ptc\windchill\cadx\caddoc\CADDocBaselineTemplateProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\caddoc\CADDocBaselineTemplateProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\caddoc\CADDocBaselineTemplateProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\caddoc\CADDocContentJs.jad:    public static String initCADDocContentTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocContentJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\caddoc\CADDocContentJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = ").append("\"").append(codebase).append("\"").append(";");
codebase\com\ptc\windchill\cadx\caddoc\CADDocContentJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\caddoc\CADDocInfoJs.jad:    public static String initCADDocInfoServerTableBuffer(String codebase, String activeWSName)
codebase\com\ptc\windchill\cadx\caddoc\CADDocInfoJs.jad:    public static String initCADDocInfoClientTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocInfoJs.jad:    public static String initCADDocInfoTitleBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        cadDocServerTableBuffer = CADDocAttributeJs.initCADDocAttributeTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocServerTableBuffer = CADDocInfoJs.initCADDocInfoServerTableBuffer(CODEBASE, activeWorkspaceName);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocServerTitleBuffer = CADDocInfoJs.initCADDocInfoTitleBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            String cadDocClientTableBuffer = CADDocInfoJs.initCADDocInfoClientTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocAuxServerTableBuffer = CADDocAuxInfoJs.initCADDocAuxInfoServerTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocAuxServerTitleBuffer = CADDocAuxInfoJs.initCADDocAuxInfoTitleBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocAuxClientTableBuffer = CADDocAuxInfoJs.initCADDocAuxInfoClientTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        cadDocServerTableBuffer = CADDocContentJs.initCADDocContentTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            displayIconLocation = "\"" + CODEBASE + "/" + wsIconLocation + "\"";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            displayIconLocation = "\"" + CODEBASE + "/" + csIconLocation + "\"";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            imageAtLocation = "\"" + CODEBASE + "/" + newCADDocIconLocation + "\"";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            glyphAtLocation = "\"" + CODEBASE + "/" + newCADDocGlyphLocation + "\"";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            String pathToCodebase = WTProperties.getServerProperties().getProperty("wt.codebase.location");
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            String ibamapfile = pathToCodebase + pathSep + "com" + pathSep + "ptc" + pathSep + "windchill" + pathSep + "uwgm" + pathSep + "proesrv" + pathSep + "attribute" + pathSep + "iba.properties";
codebase\com\ptc\windchill\cadx\caddoc\EPMGetDepsTemplateProcessor.jad:            server = WTProperties.getLocalProperties().getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:        addPVXWindowsCodebase = false;
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:            serverURL = WTProperties.getServerCodebase().toString();
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:            out.println("var addPVXWindowsCodebase = " + addPVXWindowsCodebase + ";");
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:                addPVXWindowsCodebase = true;
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:                currentStartTag = "<applet ID=\"PVX\" codebase=\"" + pvxdriverJarLocationOnUnix + "\" code=\"com.ptc.pvxdriver.PVXDriverApplet\"  " + "WIDTH=" + width + " HEIGHT=" + height + " archive=\"pvxdriver.jar\" MAYSCRIPT>";
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:        addPVXWindowsCodebase = false;
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:        String defaultMethod = "GetProEPVXHandle?codebase=" + encoder.encode(serverURL);
codebase\com\ptc\windchill\cadx\caddoc\PVXTemplateProcessor.jad:    private boolean addPVXWindowsCodebase;
codebase\com\ptc\windchill\cadx\checkin\CheckinContentsJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\checkin\CheckinContentsJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = \"").append(codebase).append("\";");
codebase\com\ptc\windchill\cadx\checkin\CheckinContentsJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\checkin\CheckinFormProcessor.jad:            String CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\checkin\CheckinFormProcessor.jad:        String wsServerTableBuffer = CheckinContentsJs.initWsTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\checkin\CheckinFormProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\checkin\CheckinFormProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\checkin\CheckinFormProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\checkin\WsContentJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\checkin\WsContentJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\checkin\WsContentJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = ").append("\"").append(codebase).append("\"").append(";");
codebase\com\ptc\windchill\cadx\checkin\WsContentJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\common\CadxCommonProperties.jad:            String uriToCodebase = WTProperties.getServerProperties().getProperty("wt.server.codebase");
codebase\com\ptc\windchill\cadx\common\CadxCommonProperties.jad:            String pathToCodebase = WTProperties.getServerProperties().getProperty("wt.codebase.location");
codebase\com\ptc\windchill\cadx\common\CadxCommonProperties.jad:            commonProperties.load(new FileInputStream(pathToCodebase + "/" + "com/ptc/windchill/cadx/propfiles/cadxcommon.properties"));
codebase\com\ptc\windchill\cadx\common\CadxCommonProperties.jad:                commonProperties.setProperty("cadx.htmltemplates.uri", new String(uriToCodebase + '/' + htmltemplates_location + '/'));
codebase\com\ptc\windchill\cadx\common\CadxCommonProperties.jad:                commonProperties.setProperty("cadx.htmltemplates.location", new String(pathToCodebase + File.separatorChar + htmltemplates_location.replace('/', File.separatorChar) + File.separatorChar));
codebase\com\ptc\windchill\cadx\common\ClientActionProcessService.jad:    public static String CODEBASE = null;
codebase\com\ptc\windchill\cadx\common\ClientActionProcessService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:        String codebaseURL = WTProperties.getLocalProperties().getProperty("wt.server.codebase");
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:        out.println("<IMG BORDER=0 SRC=\"" + codebaseURL + "/" + iconBase + "/" + iconName + "\">");
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:    public void getCodebaseURLIntoJSSrc(Properties parameters, Locale locale, OutputStream os)
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:        String codebaseURLJSVarName = parameters.getProperty("codebaseURLJSVarName");
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:        String jsSrcBuffer = ObjStateHelperJS.getCodebaseURLIntoJSSrc(codebaseURLJSVarName);
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\common\CommonProcessorService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\common\JSCommonService.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\common\JSCommonService.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:    public static String getCodebaseURLIntoJSSrc(String codebaseURLJSVarName)
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:        if(codebase_url == null)
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:        if(codebaseURLJSVarName == null)
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:            codebaseURLJSVarName = new String("codebase");
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:        buffer = buffer.append(codebaseURLJSVarName).append(" = ").append("\"").append(codebase_url).append("\"").append(";");
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:    public static final String CODEBASE = "codebase";
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:    public static final String DEF_CODEBASEURL_JS_VAR_NAME = "codebase";
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:    public static String codebase_url = null;
codebase\com\ptc\windchill\cadx\common\objutil\ObjStateHelperJS.jad:            codebase_url = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\common\PJLHomeNavBarURLActionDelegate.jad:        String returl = CODEBASE + "/netmarkets/jsp/netmarkets/view.jsp";
codebase\com\ptc\windchill\cadx\common\PJLHomeNavBarURLActionDelegate.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\common\PJLHomeNavBarURLActionDelegate.jad:            CODEBASE = WTProperties.getLocalProperties().getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\common\preference\FileUtil.jad:                p = PTCSystem.loginapplet.getCodeBase().toString() + p;
codebase\com\ptc\windchill\cadx\common\preference\UserParams.jad:        defaultCfgDirName = "codebase" + File.separator + "com" + File.separator + "ptc" + File.separator + "windchill" + File.separator + "cadx" + File.separator + "cfg";
codebase\com\ptc\windchill\cadx\common\util\IconUtilities.jad:        String codeBase = null;
codebase\com\ptc\windchill\cadx\common\util\IconUtilities.jad:            codeBase = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\common\util\IconUtilities.jad:            resource = codeBase + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\editattachments\AddAttachmentProcessor.jad:                icon = CODEBASE + parameters.getProperty("icon");
codebase\com\ptc\windchill\cadx\editattachments\AddAttachmentProcessor.jad:                dragIcon = CODEBASE + parameters.getProperty("dragIcon");
codebase\com\ptc\windchill\cadx\editattachments\AddAttachmentProcessor.jad:                appletTag = DnDMicroAppletUtil.makeAppletTag(CODEBASE, icon, dragIcon, backgroundColor, jsMethod, DELIM);
codebase\com\ptc\windchill\cadx\editattachments\AddAttachmentProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\editattachments\AddAttachmentProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\openinproe\OpenInProeFormProcessor.jad:        String serverName = wtProperties.getProperty("wt.server.codebase");
codebase\com\ptc\windchill\cadx\remove\RemoveContentsJs.jad:    public static String initWsTableBuffer(String codebase, boolean isWildfire)
codebase\com\ptc\windchill\cadx\remove\RemoveContentsJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\remove\RemoveContentsJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = ").append("\"").append(codebase).append("\"").append(";");
codebase\com\ptc\windchill\cadx\remove\RemoveContentsJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\remove\RemoveFormProcessor.jad:        String wsServerTableBuffer = RemoveContentsJs.initWsTableBuffer(CODEBASE, isWildfire);
codebase\com\ptc\windchill\cadx\remove\RemoveFormProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\remove\RemoveFormProcessor.jad:        String wsServerTableBuffer = RemoveContentsJs.initWsTableBuffer(CODEBASE, false);
codebase\com\ptc\windchill\cadx\remove\RemoveFormProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\remove\RemoveFormProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\rename\RenameFormProcessor.jad:        String wsServerTableBuffer = RenameReportJs.initWsTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\rename\RenameFormProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\rename\RenameReportJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\rename\RenameReportJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = \"").append(codebase).append("\";");
codebase\com\ptc\windchill\cadx\rename\RenameReportJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\saveas\SaveAsContentsJs.jad:    public static String initWsTableBuffer(String codebase, boolean isWildfire)
codebase\com\ptc\windchill\cadx\saveas\SaveAsFormProcessor.jad:        String saveasObjectsBuffer = SaveAsContentsJs.initWsTableBuffer(CODEBASE, isWildfire);
codebase\com\ptc\windchill\cadx\saveas\SaveAsFormProcessor.jad:            image = SaveAsUtils.getIconString(currObj, CODEBASE);
codebase\com\ptc\windchill\cadx\saveas\SaveAsFormProcessor.jad:        out.println("var wcCodebase = \"" + CODEBASE + "\";");
codebase\com\ptc\windchill\cadx\saveas\SaveAsFormProcessor.jad:    private static String CODEBASE = null;
codebase\com\ptc\windchill\cadx\saveas\SaveAsFormProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\saveas\SaveAsUtils.jad:    public static String getIconString(WTObject obj, String codeBase)
codebase\com\ptc\windchill\cadx\saveas\SaveAsUtils.jad:        resource = codeBase + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\search\DoIntegratedSearchProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\search\DoIntegratedSearchProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\search\IntegratedSearchProcessor.jad:    private static String CODEBASE_URL = null;
codebase\com\ptc\windchill\cadx\search\IntegratedSearchProcessor.jad:            CODEBASE_URL = (new URLFactory()).getBaseURL().toString();
codebase\com\ptc\windchill\cadx\search\SearchResultsFormProcessor.jad:        String CODEBASE = WTProperties.getLocalProperties().getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\search\SearchResultsFormProcessor.jad:        jsSrcBuffer = WsContentJs.initWsTableBuffer("wsNewEPMSupportData", CODEBASE, workspace.getName(), isWildfire, true);
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:        String image = "<IMG BORDER=0 SRC=" + CODEBASE_URL + baseIcon + ">";
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:            image = image + "<SPAN id='layer2' style='z-index:2; visibility: visible; position:relative; left:-16px;'><IMG BORDER=0 src=" + CODEBASE_URL + pdm_glyph + "></SPAN>";
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                image = image + "<SPAN id='layer3' style='z-index:2; visibility: visible; position:relative; left:-30px;'><IMG BORDER=0 src=" + CODEBASE_URL + auth_glyph;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                image = image + "<SPAN id='layer3' style='z-index:2; visibility: visible; position:relative; left:-16px;'><IMG BORDER=0 src=" + CODEBASE_URL + auth_glyph;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                image = image + "<SPAN id='layer4' style='z-index:2; visibility: visible; position:relative; left:+2px;'><IMG BORDER=0 src=" + CODEBASE_URL + genericOrInstanceIcon;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                    image = image + "<SPAN id='layer4' style='z-index:2; visibility: visible; position:relative; left:-14px;'><IMG BORDER=0 src=" + CODEBASE_URL + genericOrInstanceIcon;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                    image = image + "<SPAN id='layer4' style='z-index:2; visibility: visible; position:relative; left:-6px;'><IMG BORDER=0 src=" + CODEBASE_URL + genericOrInstanceIcon;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:                image = image + "<SPAN id='layer4' style='z-index:2; visibility: visible; position:relative; left:-26px;'><IMG BORDER=0 src=" + CODEBASE_URL + genericOrInstanceIcon;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:    private static String CODEBASE_URL = null;
codebase\com\ptc\windchill\cadx\search\StandardCustomSearchManager.jad:            CODEBASE_URL = (new URLFactory()).getBaseURL().toString();
codebase\com\ptc\windchill\cadx\upload\UploadContentsJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\upload\UploadContentsJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = \"").append(codebase);
codebase\com\ptc\windchill\cadx\upload\UploadContentsJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\upload\UploadFormProcessor.jad:            String wsServerTableBuffer = UploadContentsJs.initWsTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\upload\UploadFormProcessor.jad:        resource = CODEBASE + "/" + selector.getIconKey();
codebase\com\ptc\windchill\cadx\upload\UploadFormProcessor.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\upload\UploadFormProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\upload\WsContentJs.jad:    public static String initWsTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\upload\WsContentJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\upload\WsContentJs.jad:        initTableBuffer = initTableBuffer.append("wcCodebase").append(" = ").append("\"").append(codebase).append("\"").append(";");
codebase\com\ptc\windchill\cadx\upload\WsContentJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\cadx\ws\WorkspaceFormProcessor.jad:        String CODEBASE = WTProperties.getLocalProperties().getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\ws\WorkspaceFormProcessor.jad:        String wsNewEPMDocLinkBuffer = WsContentJs.initWsTableBuffer("wsNewEPMSupportData", CODEBASE, workspace.getName(), isWildfire, isWorkspaceActive);
codebase\com\ptc\windchill\cadx\ws\WorkspaceHelper.jad:    private static String CODEBASE;
codebase\com\ptc\windchill\cadx\ws\WorkspaceHelper.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\com\ptc\windchill\cadx\ws\WorkspaceHelper.jad:            WORKSPACE_IMG = CODEBASE + SEPERATOR + IMAGE_DIR + SEPERATOR + WORKSPACE_GIF;
codebase\com\ptc\windchill\cadx\ws\WsContentJs.jad:            base = WTProperties.getServerCodebase().toExternalForm();
codebase\com\ptc\windchill\cadx\ws\WsContentJs.jad:    public static String initWsTableBuffer(String jsTableObjName, String codebase, String wsname, boolean isWildfire, boolean isWorkspaceActive)
codebase\com\ptc\windchill\cadx\ws\WsContentJs.jad:        if(codebase != null)
codebase\com\ptc\windchill\cadx\ws\WsContentJs.jad:            initTableBuffer = initTableBuffer.append("wcCodebase").append(" = ").append("\"").append(codebase).append("\"").append(";");
codebase\com\ptc\windchill\cadx\ws\WsContentJs.jad:    public static final String JS_OBJ_WC_CODEBASE = "wcCodebase";
codebase\com\ptc\windchill\enterprise\search\client\CoFunction_Action_Result_SaveSearchResults.jad:    static String codebase;
codebase\com\ptc\windchill\enterprise\search\client\CoFunction_Action_Result_SaveSearchResults.jad:            codebase = CoMiscHelper.getPropertyValue(null, "wt.codebase.location");
codebase\com\ptc\windchill\enterprise\search\client\CoFunction_Action_Result_SaveSearchResults.jad:            exportDir = codebase + File.separator + EXPORT_TEMP_DIR;
codebase\com\ptc\windchill\enterprise\search\client\WebSearchContentDownloadModelDoer.jad:        String codebase = CoMiscHelper.getPropertyValue(null, "wt.server.codebase");
codebase\com\ptc\windchill\enterprise\search\client\WebSearchContentDownloadModelDoer.jad:        String exportDir = codebase + File.separator + CoFunction_Action_Result_SaveSearchResults.EXPORT_TEMP_DIR;
codebase\com\ptc\windchill\enterprise\search\server\ExportSearchResultsHelper.jad:        String stylesheetPath = codebase + File.separator + EXPORT_STYLESHEET_DIR + File.separator + "SearchResults_" + formatType + ".xsl";
codebase\com\ptc\windchill\enterprise\search\server\ExportSearchResultsHelper.jad:    static String codebase;
codebase\com\ptc\windchill\enterprise\search\server\ExportSearchResultsHelper.jad:            codebase = properties.getProperty("wt.codebase.location");
codebase\com\ptc\windchill\enterprise\search\server\ExportSearchResultsHelper.jad:            exportDir = codebase + File.separator + EXPORT_TEMP_DIR;
codebase\com\ptc\windchill\enterprise\tutorials\server\TutorialBuilder.jad:        String codebase = windchillHome + fileSep + "codebase";
codebase\com\ptc\windchill\enterprise\tutorials\server\TutorialBuilder.jad:        HELP_DIR = new File(codebase + HELP_PATH);
codebase\com\ptc\windchill\enterprise\tutorials\server\TutorialBuilder.jad:        TUTORIAL_INDEX_DIR = new File(codebase + TUTORIAL_INDEX_PATH);
codebase\com\ptc\windchill\enterprise\tutorials\server\TutorialFileProcessor.jad:    public Vector validateResourceFiles(Vector topics, String codebase)
codebase\com\ptc\windchill\enterprise\tutorials\server\TutorialFileProcessor.jad:                String file = codebase + filename;
codebase\com\ptc\windchill\esi\bom\ESIBOMHeaderRenderer.jad:    protected static final String MAP_FILE_PATH = ESIProperties.getProperty("com.ptc.windchill.esi.BOM.header.mapFile", "$CODEBASE$/bom/BOMHeader.map");
codebase\com\ptc\windchill\esi\ecn\ESIECNHeaderRenderer.jad:    protected static final String MAP_FILE_PATH = ESIProperties.getProperty("com.ptc.windchill.esi.ECN.changeHeader.mapFile", "$CODEBASE$/ecn/ChangeHeader.map");
codebase\com\ptc\windchill\esi\esipart\ESIWTPartRenderer.jad:    protected static final String MAP_FILE_PATH = ESIProperties.getProperty("com.ptc.windchill.esi.part.partMapFile", "$CODEBASE$/esipart/ESIPart.map");
codebase\com\ptc\windchill\esi\map\ESIMapInfo.jad:        String CODEBASE = "$CODEBASE$";
codebase\com\ptc\windchill\esi\map\ESIMapInfo.jad:        if(path.startsWith("$CODEBASE$"))
codebase\com\ptc\windchill\esi\map\ESIMapInfo.jad:            int index = "$CODEBASE$".length();
codebase\com\ptc\windchill\esi\map\ESIMapInfo.jad:            String codebase = ESIProperties.getCodebasePath();
codebase\com\ptc\windchill\esi\map\ESIMapInfo.jad:            path = codebase + path.substring(index);
codebase\com\ptc\windchill\esi\rnd\BasicESIRenderer.jad:    private static final String CODEBASE = "$CODEBASE$";
codebase\com\ptc\windchill\esi\rnd\ESIObjectHistoryBuilderImpl.jad:    protected static final String MAP_NAME = ESIProperties.getProperty("com.ptc.windchill.esi.rnd.releaseHistory.mapFile", "$CODEBASE$/rnd/ReleaseHistory.map");
codebase\com\ptc\windchill\esi\rnd\ResponseRendererImpl.jad:    private static final String CODEBASE = "$CODEBASE$";
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:    private static final String TARGET_HISTORY_MAP_NAME = ESIProperties.getCodebasePath() + "/txn/ESITargetHistory.map";
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:    private static final String RELEASE_ACTIVITIES_MAP_NAME = ESIProperties.getCodebasePath() + "/txn/ESIReleaseActivities.map";
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:    private static final String RELEASE_ACTIVITIES_MESSAGE_MAP_NAME = ESIProperties.getCodebasePath() + "/txn/ESIReleaseActivitiesMessage.map";
codebase\com\ptc\windchill\esi\txn\ESITransactionUtility.jad:    private static final String TRANSACTION_MESSAGE_MAP_NAME = ESIProperties.getCodebasePath() + "/txn/ESITransactionMessage.map";
codebase\com\ptc\windchill\esi\utl\ESIProperties.jad:    public static String getCodebasePath()
codebase\com\ptc\windchill\esi\utl\ESIProperties.jad:            buffer.append("codebase");
codebase\com\ptc\windchill\esi\utl\ESIProperties.jad:            String esiPropFile = getCodebasePath() + "esi.properties";
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:    public static final ESIPropertyRequest OBJECT_HISTORY_MAP = newESIPropertyRequest("com.ptc.windchill.esi.rnd.objectHistory.mapFile", "$CODEBASE$/rnd/ObjectHistory.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        BOM_COMPONENT_MAP = newESIPropertyRequest("com.ptc.windchill.esi.BOM.component.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "bom" + FILE_SEPARATOR + "BOMComponent.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        BOM_HEADER_MAP = newESIPropertyRequest("com.ptc.windchill.esi.BOM.header.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "bom" + FILE_SEPARATOR + "BOMHeader.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        SUBSTITUTE_MAP = newESIPropertyRequest("com.ptc.windchill.esi.BOM.substitute.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "bom" + FILE_SEPARATOR + "Substitute.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        REF_DESIGNATOR_MAP = newESIPropertyRequest("com.ptc.windchill.esi.BOM.refDes.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "bom" + FILE_SEPARATOR + "RefDesignator.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        ECN_HEADER_MAP = newESIPropertyRequest("com.ptc.windchill.esi.ECN.changeHeader.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "ecn" + FILE_SEPARATOR + "ChangeHeader.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        PART_MAP = newESIPropertyRequest("com.ptc.windchill.esi.part.partMapFile", "$CODEBASE$" + FILE_SEPARATOR + "esipart" + FILE_SEPARATOR + "ESIPart.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        ALTERNATE_LINK_MAP = newESIPropertyRequest("com.ptc.windchill.esi.part.alternateLinkMapFile", "$CODEBASE$" + FILE_SEPARATOR + "esipart" + FILE_SEPARATOR + "ESIAlternateLink.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        ESITARGET_MAPFILE = newESIPropertyRequest("com.ptc.windchill.esi.tgt.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "tgt" + FILE_SEPARATOR + "ESITarget.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        DOCUMENT_MAP = newESIPropertyRequest("com.ptc.windchill.esi.esidoc.document.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "esidoc" + FILE_SEPARATOR + "Document.map");
codebase\com\ptc\windchill\esi\utl\ESIPropertyRequest.jad:        DOCUMENT_LINK_MAP = newESIPropertyRequest("com.ptc.windchill.esi.esidoc.documentLink.mapFile", "$CODEBASE$" + FILE_SEPARATOR + "esidoc" + FILE_SEPARATOR + "DocumentLink.map");
codebase\com\ptc\windchill\esi\utl\ESIUpdateLDAP.jad:            System.out.println("Missing Infoengine properties. These properties are defined in <Windchill>/codebase/WEB-INF/ie.properties");
codebase\com\ptc\windchill\esi\utl\TaskHelper.jad:    private static final String CODEBASE = "$CODEBASE$";
codebase\com\ptc\windchill\explorer\ca\actions\UrlAction.jad:                url_string = context.getCodeBase() + url_string;
codebase\com\ptc\windchill\explorer\productstructure\Annotator.jsp:     codebase="../../../../../"
codebase\com\ptc\windchill\explorer\productstructure\Editor.jsp:     codebase="../../../../../"
codebase\com\ptc\windchill\explorer\productstructure\ProductStructureExplorerApplet.jad:                java.net.URL codebase = context.getDocumentBase();
codebase\com\ptc\windchill\explorer\productstructure\ProductStructureExplorerApplet.jad:                    InputStream in = context.getResourceAsStream(codebase, "keepalive.jsp");
codebase\com\ptc\windchill\instassm\IAConstants.jad:            String wt_codebase_location_path = props.getProperty("wt.codebase.location");
codebase\com\ptc\windchill\instassm\IAConstants.jad:            if(wt_codebase_location_path == null)
codebase\com\ptc\windchill\instassm\IAConstants.jad:            File codebase = new File(wt_codebase_location_path);
codebase\com\ptc\windchill\instassm\IAConstants.jad:            initRegDirFromCodebase(codebase, installer_cd_root, installer_extraction_root);
codebase\com\ptc\windchill\instassm\IAConstants.jad:            File codebase = new File(windchill_root, "codebase");
codebase\com\ptc\windchill\instassm\IAConstants.jad:            initRegDirFromCodebase(codebase, installer_cd_root, installer_extraction_root);
codebase\com\ptc\windchill\instassm\IAConstants.jad:        return new File(new File(product_root, "codebase"), "instreg");
codebase\com\ptc\windchill\instassm\IAConstants.jad:    private static void initRegDirFromCodebase(File codebase, File installer_cd_root, File installer_extraction_root)
codebase\com\ptc\windchill\instassm\IAConstants.jad:        File r70_install_reg_dir = getWindchillProductInstallationRegistryDir(codebase.getParentFile());
codebase\com\ptc\windchill\instassm\IAConstants.jad:        File std_install_reg_dir = getStandardRegistryDirFromLoadPoint(codebase.getParentFile());
codebase\com\ptc\windchill\instassm\IAConstants.jad:        installRoot_ = codebase.getParentFile();
codebase\com\ptc\windchill\instassm\IAConstants.jad:    private static void reportOnInitialization(boolean init_from_codebase)
codebase\com\ptc\windchill\instassm\IAConstants.jad:            System.out.println("Init install registry " + (init_from_codebase ? "from codebase" : "for 3rd party product") + ": ");
codebase\com\ptc\windchill\instassm\InstallationRegistry.jad:        copyInstRegFilesToWindchillCodebase();
codebase\com\ptc\windchill\instassm\InstallationRegistry.jad:    private static void copyInstRegFilesToWindchillCodebase()
codebase\com\ptc\windchill\instassm\InstallationRegistryCodeManager.jad:    private static final String INSTREG_CODEBASE_REL_LOCATION;
codebase\com\ptc\windchill\instassm\InstallationRegistryCodeManager.jad:        INSTREG_CODEBASE_REL_LOCATION = "codebase" + NS + "instreg";
codebase\com\ptc\windchill\instassm\InstalledAssembly.jad:                System.out.println("  --installedAssemblyFileToRead|-f <value>    (required)  (e.g. C:\\ptc\\Windchill\\codebase\\instreg\\ie.ia)");
codebase\com\ptc\windchill\instassm\InstalledAssembly.jad:                System.out.println("  --installRegistryDirectory|-d <value>       (required)  (e.g. C:\\ptc\\Windchill\\codebase\\instreg)");
codebase\com\ptc\windchill\instassm\InstalledAssembly.jad:                System.out.println("  --installRegistryDirectory|-d <value>       (required)  (e.g. C:\\ptc\\Windchill\\codebase\\instreg)");
codebase\com\ptc\windchill\instassm\instassmResource.jad:    public static final String WT_CODEBASE_LOCATION_DIR_DNE = "6";
codebase\com\ptc\windchill\instassm\instassmResource.jad:    public static final String WT_CODEBASE_LOCATION_PROP_MISSING = "8";
codebase\com\ptc\windchill\instassm\instassmResource.jad:            "6", "The $(wt.codebase.location) path ({0}) from the wt.properties found in the classpath does not exist."
codebase\com\ptc\windchill\instassm\instassmResource.jad:            "8", "The property 'wt.codebase.location' is not defined in the wt.properties found on the classpath."
codebase\com\ptc\windchill\pdmlink\clients\beans\AssociationsPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\ClassExplorer.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\EffectivityPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\FindGroupPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\FindUserPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\FolderPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), ONLINE_HELP, ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\beans\query\Applet.jsp:  codebase="../../../../"
codebase\com\ptc\windchill\pdmlink\clients\beans\query\AppletQuery.jsp:  codebase="../../../../"
codebase\com\ptc\windchill\pdmlink\clients\beans\UserSelectorPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\folderexplorer\explorer.jsp:      codebase="../../.."
codebase\com\ptc\windchill\pdmlink\clients\folderexplorer\WindchillExplorerFrame.jad:            helpSystem = new NFHelpSystem("folderexplorer", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.folderexplorer.FolderExplorerHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\folderexplorer\WindchillExplorerFrame.jad:            help_system = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\gui\ContainerChooserDialog.jad:                helpSystem = new NFHelpSystem("gui", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.gui.GuiHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\gui\ContextBrowserDialog.jad:            helpSystem = new NFHelpSystem("gui", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.gui.GuiHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\gui\FindDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "_blank", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.PartTaskHelpResources", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\iba\definition\AttributeDefinition.jsp:     codebase="../../../.."
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\AllocateInstanceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\AllocateSNPartDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\AssignPartToVersionDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\AssociateConfigurationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\ChooseOccurrenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\ConfigSpecDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\DeleteAnnotationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\EditOccurrenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\ExportMgmtApplet.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\HelperPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale())));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\IBADialog.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), HELP_TARGET, ResourceBundle.getBundle(HELP_RESOURCE, WTContext.getContext().getLocale())));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\OccurrencesDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\OpenAnnotationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\PartEditPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), HELP_TARGET, ResourceBundle.getBundle(HELP_RESOURCE, WTContext.getContext().getLocale())));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\PartExplorer.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\PartExplorerFrame.jad:                helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\PopulateFromDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\ProdMgmt.jsp:          codebase="../../../../../.."
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\ProdMgmtApplet.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE));
codebase\com\ptc\windchill\pdmlink\clients\prodmgmt\SetViewPreferenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\com\ptc\windchill\pdmlink\clients\saveas\DuplicateConfigurationDialog.jad:                helpSystem = new NFHelpSystem("duplicateconfiguration", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(DUPLICATE_HELP_RESOURCE));
codebase\com\ptc\windchill\pdmlink\clients\saveas\SaveAsDialog.jad:                helpSystem = new NFHelpSystem("saveas", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.saveas.SaveAsHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\saveas\SaveAsViewDialog.jad:                helpSystem = new NFHelpSystem("saveas", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.saveas.SaveAsHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\CheckInDialog.jad:            helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\IterationHistoryDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\OneOffDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\ReviseDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\ReviseViewDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\VersionHistoryDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.windchill.pdmlink.clients.vc.VcHelpRB"));
codebase\com\ptc\windchill\pdmlink\clients\vc\VersionPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName())));
codebase\com\ptc\windchill\pdmlink\clients\widgets\BaseManager.jad:            context.showDocument(new URL(context.getCodeBase(), homePagePath));
codebase\com\ptc\windchill\pdmlink\clients\widgets\HelpFactory.jad:            WSFDebug.trace("Codebase: " + context.getCodeBase(), debug);
codebase\com\ptc\windchill\pdmlink\clients\widgets\HelpFactory.jad:            context.showDocument(new URL(context.getCodeBase(), helpURL), "_helpFrame");
codebase\com\ptc\windchill\pdmlink\clients\windchill\DSUDialog.jad:                URL aCodebaseURL = WTContext.getContext().getCodeBase();
codebase\com\ptc\windchill\pdmlink\clients\windchill\DSUDialog.jad:                aURL = new URL(aCodebaseURL, aPath);
codebase\com\ptc\windchill\pdmlink\pdmlink_properties.html:is located in the Windchill codebase directory, where it is available for
codebase\com\ptc\windchill\pdmlink\pdmlink_properties.html:the codebase in the Windchill <i>db</i> directory as <i>db.properties</i>.
codebase\com\ptc\windchill\pdmlink\xconfs\pdmlink.htmltemplate.properties.xconf:<Configuration targetFile="codebase/htmltemplate.properties"><!--Alternate templates for PDMLink-->
codebase\com\ptc\wvs\client\beans\Markup.jad:                s7 = "ok;" + wvsProperties.getCodebase() + wvsProperties.getJspMarkupETBReceive();
codebase\com\ptc\wvs\client\beans\Markup.jad:                s7 = "ok;" + wvsProperties.getCodebase() + wvsProperties.getJspMarkupReceive();
codebase\com\ptc\wvs\client\beans\Markup.jad:            String s9 = wvsProperties.getCodebase();
codebase\com\ptc\wvs\client\beans\Markup.jad:                s7 = s7 + wvsProperties.getCodebase() + wvsProperties.getJspMarkupETBNotify();
codebase\com\ptc\wvs\client\beans\Markup.jad:                s7 = s7 + wvsProperties.getCodebase() + wvsProperties.getJspMarkupNotify();
codebase\com\ptc\wvs\client\beans\Search.jad:    public String getCodeBase()
codebase\com\ptc\wvs\client\beans\Search.jad:            s = WTProperties.getServerCodebase().toString();
codebase\com\ptc\wvs\client\beans\Search.jad:        String s = getCodeBase();
codebase\com\ptc\wvs\client\pview\PViewToolBar.jad:        codebase = url;
codebase\com\ptc\wvs\client\pview\PViewToolBar.jad:        return new ImageIcon(new URL(codebase, PVIEW_DIR + s));
codebase\com\ptc\wvs\client\pview\PViewToolBar.jad:    private URL codebase;
codebase\com\ptc\wvs\common\ui\Visualizer.jad:        thumbViewerJS = wvsProperties.getRelativeCodebase() + wvsProperties.getJspThumbViewerJS();
codebase\com\ptc\wvs\common\ui\Visualizer.jad:        ret.append("<SCRIPT language=\"Javascript\" SRC=\"" + wvsProperties.getRelativeCodebase() + "/templates/cadx/common/trlUtils.js\"></SCRIPT>");
codebase\com\ptc\wvs\common\util\WVSProperties.jad:    public String getCodebase()
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return wcProp.getProperty("wt.server.codebase");
codebase\com\ptc\wvs\common\util\WVSProperties.jad:    public String getFullCodebase()
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase;
codebase\com\ptc\wvs\common\util\WVSProperties.jad:    public String getRelativeCodebase()
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return relativeCodebase;
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase + getPropertyValue("productview.downloadpage");
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase + getPropertyValue("productview.downloaddirectory");
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase + getJspDirectory();
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return relativeCodebase + getJspDirectory();
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase + getJspProductViewLite();
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        return fullCodebase + getJspNotSupported();
codebase\com\ptc\wvs\common\util\WVSProperties.jad:            return fullCodebase + s;
codebase\com\ptc\wvs\common\util\WVSProperties.jad:            return fullCodebase + s;
codebase\com\ptc\wvs\common\util\WVSProperties.jad:    private static String fullCodebase;
codebase\com\ptc\wvs\common\util\WVSProperties.jad:    private static String relativeCodebase = "";
codebase\com\ptc\wvs\common\util\WVSProperties.jad:        fullCodebase = "";
codebase\com\ptc\wvs\common\util\WVSProperties.jad:                fullCodebase = wcProp.getProperty("wt.server.codebase");
codebase\com\ptc\wvs\common\util\WVSProperties.jad:                relativeCodebase = Utilities.getRelativeURL(fullCodebase);
codebase\com\ptc\wvs\server\loader\EDRHelper.jad:            editLink = Util.getRelativeURL(WTProperties.getLocalProperties().getProperty("wt.server.codebase")) + wvsProperties.getJspDirectory() + "/editlocation.jsp";
codebase\com\ptc\wvs\server\loader\PartGenericStructure.jad:            s = wtproperties.getProperty("wt.server.codebase");
codebase\com\ptc\wvs\server\loader\PartGenericStructure.jad:            System.err.println("Failed to obtain property wt.server.codebase");
codebase\com\sun\jndi\ldap\Obj.jad:    private static String[] getCodebases(Attribute attribute)
codebase\com\sun\jndi\ldap\Obj.jad:        String as[] = getCodebases(attributes.get(JAVA_ATTRIBUTES[4]));
codebase\com\sun\jndi\ldap\Obj.jad:        "objectClass", "javaSerializedData", "javaClassName", "javaFactory", "javaCodeBase", "javaReferenceAddress", "javaClassNames", "javaRemoteLocation"
codebase\com\sun\jndi\ldap\Obj.jad:    static final int CODEBASE = 4;
codebase\config\tools\PreviewApplet.jsp:	codebase="../.."
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:that the pages are located under the codebase directory where Info*Engine is installed. You can set this property to change the path that must be 
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:specified in the JSP Model II page requests. For example, assume that the DisplayTable.jsp page resides in the "C:\ptc\Windchill\codebase\infoengine\jsp\examples" 
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:the codebase directory. In the previous example, setting the jspRoot property to "/infoengine/jsp" assumes that all of your JSP pages reside under the "C:\ptc\Windchill\codebase\infoengine\jsp" 
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:directory. Users could not access any pages that were in either the "C:\ptc\Windchill\codebase\infoengine" or the "C:\ptc\Windchill\codebase" directory.
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:<a href="#<service>.codebase">Codebase</a><br>
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:<td WIDTH="25%" valign="top"><a name="<service>.codebase"></a>Codebase&nbsp;</td>
codebase\infoengine\jsp\admin\help\en_US\ieproperties.html:<td VALIGN=TOP WIDTH="75%"><b>Property Name: </b>codebase
codebase\infoengine\jsp\admin\help\en_US\Services\Info_Engine_Server.html: style="font-weight: bold;"><B>Codebase </B></span>-- Specifies the directory 
codebase\infoengine\jsp\admin\help\en_US\Services\Info_Engine_Servlet.html: style="font-weight: bold;"><B>Codebase </B></span>-- Specifies the directory 
codebase\infoengine\jsp\admin\help\en_US\Services\Info_Engine_Servlet.html: is &quot;/&quot;. This means that the pages are located under the codebase 
codebase\infoengine\jsp\admin\help\en_US\whgdata\whlstf0.htm:<nobr><a name="bm_C"></a><a name="subkey_C{"></a>c <a href="../Services/Template_Processor.html"><b>1</b></a> <a href="../Services/Task_Processor.html"><b>2</b></a> </nobr><br><a name="bms_CA"></a><a name="subkey_CA"></a><a href="../Services/Naming_Service.html"><b>cache</b></a> <br><nobr>cached <a href="../Services/Naming_Service.html"><b>1</b></a> <a href="../Services/Info_Engine_Servlet.html"><b>2</b></a> <a href="../Services/Info_Engine_Server.html"><b>3</b></a> </nobr><br><nobr>caching <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>called <a href="../Services/Task_Processor.html"><b>1</b></a> <a href="../Services/Info_Engine_Servlet.html"><b>2</b></a> <a href="../Adapters/Gateway.html"><b>3</b></a> </nobr><br><a href="../Log_in_Help.html"><b>camaro</b></a> <br><nobr>causes <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Property_Administrator.html"><b>2</b></a> </nobr><br><a name="bms_CH"></a><a name="subkey_CH"></a><a href="../Services/Info_Engine_Servlet.html"><b>challenge</b></a> <br><a href="../Services/Info_Engine_Servlet.html"><b>challenges</b></a> <br><a href="../Adapters/Gateway.html"><b>character</b></a> <br><nobr>check <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> <a href="../Services/E-Mail_Broker.html"><b>3</b></a> </nobr><br><a href="../Services/Info_Engine_Server.html"><b>checkpoint</b></a> <br><a href="../Services/Info_Engine_Server.html"><b>checkpoints</b></a> <br><nobr><a name="bms_CL"></a><a name="subkey_CL"></a>class <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>classpath <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>click <a href="../Services/Template_Processor.html"><b>1</b></a> <a href="../Services/Task_Processor.html"><b>2</b></a> <a href="../Services/SOAP_RPC.html"><b>3</b></a> <a href="../Services/Naming_Service.html"><b>4</b></a> <a href="../Services/Info_Engine_Servlet.html"><b>5</b></a> <a href="../Services/Info_Engine_Server.html"><b>6</b></a> <a href="../Services/E-Mail_Broker.html"><b>7</b></a> <a href="../Property_Administrator.html"><b>8</b></a> <a href="../Adapters/Gateway.html"><b>9</b></a> </nobr><br><a href="../Property_Administrator.html"><b>clicking</b></a> <br><a href="../Services/Info_Engine_Servlet.html"><b>client</b></a> <br><a name="bms_CN"></a><a name="subkey_CN"></a><a href="../Log_in_Help.html"><b>cn</b></a> <br><a name="bms_CO"></a><a name="subkey_CO"></a><a href="../Adapters/Gateway.html"><b>co</b></a> <br><nobr>codebase <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><a href="../Log_in_Help.html"><b>com</b></a> <br><a href="../Services/Naming_Service.html"><b>commands</b></a> <br><nobr>compiled <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>compiler <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>compiling <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><a href="../Log_in_Help.html"><b>completed</b></a> <br><a href="../Property_Administrator.html"><b>component</b></a> <br><nobr>components <a href="../Services/Naming_Service.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br><nobr>comprehensive <a href="../Services/Task_Processor.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br><nobr>configuration <a href="../Services/SOAP_RPC.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br><nobr>configured <a href="../Log_in_Help.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br><nobr>confirmation <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>connect <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>connected <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>connecting <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><nobr>connection <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><a href="../Adapters/Gateway.html"><b>contact</b></a> <br><nobr>contain <a href="../Services/SOAP_RPC.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br><a href="../Services/E-Mail_Broker.html"><b>containing</b></a> <br><nobr>contains <a href="../Services/Naming_Service.html"><b>1</b></a> <a href="../Services/Info_Engine_Servlet.html"><b>2</b></a> <a href="../Services/Info_Engine_Server.html"><b>3</b></a> </nobr><br><nobr>context <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><a href="../Services/SOAP_RPC.html"><b>control</b></a> <br><a href="../Services/E-Mail_Broker.html"><b>copied</b></a> <br><a href="../Services/E-Mail_Broker.html"><b>copy</b></a> <br><a href="../Log_in_Help.html"><b>corresponds</b></a> <br><nobr>count <a href="../Services/Template_Processor.html"><b>1</b></a> <a href="../Services/Task_Processor.html"><b>2</b></a> <a href="../Adapters/Gateway.html"><b>3</b></a> </nobr><br><nobr><a name="bms_CR"></a><a name="subkey_CR"></a>create <a href="../Services/SOAP_RPC.html"><b>1</b></a> <a href="../Property_Administrator.html"><b>2</b></a> </nobr><br><nobr>created <a href="../Services/Template_Processor.html"><b>1</b></a> <a href="../Services/Task_Processor.html"><b>2</b></a> <a href="../Services/Info_Engine_Servlet.html"><b>3</b></a> </nobr><br><nobr>creating <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> <a href="../Log_in_Help.html"><b>3</b></a> </nobr><br><nobr>credentials <a href="../Services/Info_Engine_Servlet.html"><b>1</b></a> <a href="../Services/Info_Engine_Server.html"><b>2</b></a> </nobr><br><a name="bms_CU"></a><a name="subkey_CU"></a><a href="../Property_Administrator.html"><b>current</b></a> <br><nobr>customize <a href="../Services/E-Mail_Broker.html"><b>1</b></a> <a href="../Adapters/Gateway.html"><b>2</b></a> </nobr><br>
codebase\infoengine\jsp\examples\mgtwebjects\GetPropertiesFile.jsp:    <ie:param name="SOURCE" data="file://localhost/C:/ptc/Windchill/codebase/infoengine/jsp/examples/mgtwebjects/testproperties.txt"/>
codebase\install\boot.jar:du<^>M2/)&GPK     zz2  0  0   wt/boot/WTRMIHttpToCodebaseSocketFactory$1.classTkOA=m@A hAP!~nǲ䧨o5FL$7MG~1"5Mvݹ{~$jЀV9hq~t $Na~iP.?%T"UpBEN8
codebase\install\boot.jar:pOH#*1CxF,ϑ\2%bzE\o56V稫1%T)J*~PK     zz27R"w    0   wt/boot/WTRMIHttpToCodebaseSocketFactory$2.classRJ1=qk׮^ZB芏*zmԺݬҿRP
codebase\install\boot.jar:~;$
dfrf2dMRƤ$r&-31ob"CR]P+ǓR9ځRMY-oH+vwRn>uP{[1$t!]?o<6]CCZowqKks_ՐqЕ+m6F1%AU+7m*`v-xOH4΁IT|BuPѣ/ykWB҄ciP&#$ˤ3!oA!$c-Y#Vy#q>A6O}FW'n|Rǉ>S}
PK     zz2  X  0   wt/boot/WTRMIHttpToCodebaseSocketFactory$3.classRMo@MB$RPJ8UT\@u,[cGM HHgw ކ
codebase\install\boot.jar:M((!bsreT8uP2ՑnH/Y3[!{:R
z.4j<@IcV_(x!Y0s)τV>!>)ّ{v"ⴳ6p2W%_%4?@{ґbX?&gkB95}]FezZ`!r1GH+<.6bhȹgP<Gac,M)\~wR(~X%h5Kcu
PK     zz2;"qV  x  @   wt/boot/WTRMIHttpToCodebaseSocketFactory$ClassLoaderFinder.classQ]KA=ۦiZAJ=[6cῪz;KE3s{2H"o#9-Z`Ha5A{JU>/z<onq_pr̐&R|b8	dO*ST/&Ős)Ƿ=vyoDHv tsģU/Bb^{^q9OHqV`n8HrAA	YGJ/Oo2֗sR0NF	zLib@h(+oxdalۥ vmCg,y~o%)*M<*-U.nuCJh+ OPK     zz2Fk    .   wt/boot/WTRMIHttpToCodebaseSocketFactory.classWwW	;aHjx	fX
codebase\install\boot.jar:  L  $              wt/boot/WTJarClassLoader_sun12.classPK       zz2sƿ      #              wt/boot/WTRMIClassLoaderSpi$1.classPK       zz23mJ    ,              wt/boot/WTRMIClassLoaderSpi$InitAction.classPK       zz2AeLr    /             0 wt/boot/WTRMIClassLoaderSpi$InstallAction.classPK       zz27K.    !             * wt/boot/WTRMIClassLoaderSpi.classPK       zz2	sv
  u  %               wt/boot/WTRMIClassLoaderSPIUtil.classPK       zz2~    *             p wt/boot/WTRMIHttpsToCGISocketFactory.classPK       zz2  0  0              wt/boot/WTRMIHttpToCodebaseSocketFactory$1.classPK       zz27R"w    0              wt/boot/WTRMIHttpToCodebaseSocketFactory$2.classPK       zz2  X  0              wt/boot/WTRMIHttpToCodebaseSocketFactory$3.classPK       zz2;"qV  x  @              wt/boot/WTRMIHttpToCodebaseSocketFactory$ClassLoaderFinder.classPK       zz2Fk    .              wt/boot/WTRMIHttpToCodebaseSocketFactory.classPK       zz2Of  "  &              wt/boot/WTRMIMasterSocketFactory.classPK       zz2/=E    3              wt/boot/WTRMIURLSocketFactory$URLSocket$Input.classPK       zz2nJ\  1  4             f wt/boot/WTRMIURLSocketFactory$URLSocket$Output.classPK       zz2bG[:	  #  -              wt/boot/WTRMIURLSocketFactory$URLSocket.classPK       zz2`:    #              wt/boot/WTRMIURLSocketFactory.classPK       zz2#aG  -               F META-INF/manifest.mfPK       zz2Bk}  P.                META-INF/zigbert.sfPK       zz2Z*q                 m% META-INF/zigbert.rsaPK    P P s  -   codebase\install\BootInstall_Plugin.jsp:    codebase = ".."
codebase\install\index.html:        remote Windchill codebase locations, allowing download of new JAR files when they become
codebase\meta\LogicalAttributeReportHelp.html:<li>If there wasn't an entry in logicalIdentifier.properties, it looks in the /codebase/LogicalAttributes.xml file. This file has the following format:
codebase\netmarkets\jsp\forumPosting\postingDetails.jsp:   String CODEBASE = (String)morePostingInfo.get("CODEBASE");
codebase\netmarkets\jsp\forumPosting\postingDetails.jsp:            attachStr += "<IMG SRC=\"" + CODEBASE + "/" + ATTACH_GIF
codebase\netmarkets\jsp\util\file_upload.jsp:	String codebase;
codebase\netmarkets\jsp\util\file_upload.jsp:	   codebase = properties.getProperty ("wt.server.codebase", "");
codebase\netmarkets\jsp\util\file_upload.jsp:   codebase="<%=codebase%>"
codebase\pdmlink\jsp\prodmgmt\Export.jsp:      codebase="<%=url_factory.getBaseHREF() %>"
codebase\pdmlink\jsp\prodmgmt\installmsg.jsp:       codebase="<%= url_factory.getBaseHREF() %>"
codebase\pdmlink_properties.html:is located in the Windchill codebase directory, where it is available for
codebase\pdmlink_properties.html:the codebase in the Windchill <i>db</i> directory as <i>db.properties</i>.
codebase\properties.html:is located in the Windchill codebase directory, where it is available for
codebase\properties.html:the codebase in the Windchill <i>db</i> directory as <i>db.properties</i>.
codebase\properties.html:JVMs from the rest of the host system. Out-of-the-box default is <i>$(wt.home)\\codebase;$(wt.jdk)\\jre\\lib\\rt.jar;</i>
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.server.codebase&nbsp;</td>
codebase\properties.html:<br><b>Synopsis:</b> Server codebase URL, for access to server resources
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">java.rmi.server.useCodebaseOnly&nbsp;</td>
codebase\properties.html:specified by the property java.rmi.server.codebase.&nbsp;</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b> derived from wt.server.codebase
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.cache.master.codebase&nbsp;</td>
codebase\properties.html:<br><b>Synopsis:</b> The codebase URL of the top-level master cache.
codebase\properties.html:only on whether the wt.cache.master.codebase URL is identical to the local
codebase\properties.html:server's codebase URL.</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.federation.taskCodebase</td>
codebase\properties.html:of the Windchill codebase directory, and it should <u>not</u> be a subdirectory
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.httpgw.mapCodebase&nbsp;</td>
codebase\properties.html:<br><b>Synopsis:</b> Map to an alternate codebase
codebase\properties.html:<br><b>Description:</b>&nbsp;Property to seed a URLFactory to remap URIs to an alternate codebase &nbsp;</td>
codebase\properties.html:the Windchill style sheet WTDefault.css located in the codebase directory.
codebase\properties.html:in the codebase directory.
codebase\properties.html:JVMs from the rest of the host system. The installed default is <i>$(wt.home)\\codebase;$(wt.jdk)\\lib\\classes.zip;</i>
codebase\properties.html:<i>$(wt.home)\\codebase\\WEB-INF\\lib</i>.&nbsp;</td>
codebase\properties.html:manager. The out-of-the-box default is $(wt.home)/codebase/wt/notify/notify.properties.&nbsp;
codebase\properties.html:<br><b>Description:</b> Used by WTRMIHttpToCodebase socket factory for
codebase\properties.html:in its place. The setting may be a path relative to the applet's codebase
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.server.codebase&nbsp;</td>
codebase\properties.html:<br><b>Synopsis:</b> The codebase URL of the Windchill server.
codebase\properties.html:the server codebase URL is the applet codebase URL.&nbsp;
codebase\properties.html:<br><b>Description:</b>&nbsp; This may be different from the codebase URL
codebase\properties.html:host. The default is the codebase URL host.&nbsp;</td>
codebase\properties.html:codebase.
codebase\properties.html:the codebase are modified. This property allows clients that may have a
codebase\properties.html:locally installed copy of the codebase to be notified when it is out of
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b>$(wt.codebase.location)\\classRegistry.properties
codebase\properties.html:wt.properties for NT is <i>javac -classpath $(wt.java.classpath) -d $(wt.home)\\codebase</i>.</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b> $(wt.home)\\codebase\\com\\ptc\\core\\query\\optimize\\server\\impl\\RankInfo.xml
codebase\properties.html:This path may be pre-appended with the development codebase paths
codebase\properties.html:and/or by migrations that are not located under $(wt.home)codebase.
codebase\properties.html:<td VALIGN=TOP WIDTH="30%">wt.clients.tools.enumtype.codebase&nbsp;</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b> $(wt.codebase.location)
codebase\properties.html:<br><b>Description:</b>&nbsp; Should be the Windchill codebase.&nbsp;</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default: </b>$(wt.home)/codebase
codebase\properties.html:when the loader attempts to load these resources. Default value: <i>$(wt.home)/codebase</i>.</td>
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b> $(wt.home)/codebase
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.home)\\codebase\\agent.ini&nbsp;
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.home)\\codebase\\wtcore\\jsp\\wvs\\download\\pviewieplugin.ver&nbsp;
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.home)\\codebase\\wtcore\\jsp\\wvs\\download&nbsp;
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.home)\\codebase\\wtcore\\jsp\\wvs\\download\\pvcadview.ver&nbsp;
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.home)\\codebase\\wtcore\\jsp\\wvs\\download\\npvcadview.ver&nbsp;
codebase\properties.html:<td VALIGN=TOP><b>Default Value: </b>$(wt.server.codebase)/netmarkets/register/register.jsp&nbsp;
codebase\properties.html:<td><b>Default Value: </b>(wt.home)\\codebase\\action.properties
codebase\properties.html:<td><b>Default Value: </b>$(wt.home)\\codebase\\presentation.properties
codebase\properties.html:<td VALIGN=TOP WIDTH="70%"><b>Default:</b> "$(wt.codebase.location)$(dir.sep)com$(dir.sep)ptc$(dir.sep)core$(dir.sep)ca$(dir.sep)web$(dir.sep)client$(dir.sep)gw$(dir.sep)dca.properties"
codebase\templates\cadx\associate\assoc.js:  auth_url += wcCodebase;
codebase\templates\cadx\associate\assoc.js:   image = GetObjGlyphTag (wcCodebase, 
codebase\templates\cadx\associate\AssociateToDoc.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\associate\AssociateToDoc_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\associate\AssociateToDoc_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\associate\AssociateToPart.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\associate\AssociateToPart_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\associate\AssociateToPart_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\autoassociate\autoassociateTable.js:var wcCodebase = null;
codebase\templates\cadx\autoassociate\autoassociateTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.objIcon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\autoassociate\autoassociateTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.objIcon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\caddoc\CADDocBaselinesFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocBaselinesFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocBaselinesFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocContentFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocContentFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocContentFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\caddocDetails.js:var wcCodebase;
codebase\templates\cadx\caddoc\caddocDetails.js:  auth_url += wcCodebase;
codebase\templates\cadx\caddoc\caddocDetails.js:	icon = wcCodebase + WC_SEPERATOR + CONT_ICON_PATH + ((typeof ExtMap[extn] != 'undefined')? ExtMap[extn] : "generic.gif");
codebase\templates\cadx\caddoc\caddocDetails.js:   if ( icon && icon.search("^" + wcCodebase) == -1 ) {
codebase\templates\cadx\caddoc\caddocDetails.js:      objStateIcon = '<img border="0" SRC='+wcCodebase+WC_SEPERATOR+iconbase+WC_SEPERATOR+icon+'>';
codebase\templates\cadx\caddoc\caddocDetails.js:	wtwsUrl=wcCodebase;
codebase\templates\cadx\caddoc\caddocDetails.js:  var gateway_url =  wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/generateForm?u8";
codebase\templates\cadx\caddoc\caddocDetails.js:    auth_url += wcCodebase;
codebase\templates\cadx\caddoc\caddocDetails.js:      params = 'OpenModel?sel=' + encodeURI(cadName) + '|open=true|base=' + wcCodebase; 
codebase\templates\cadx\caddoc\caddocDetails.js:      	  params += '|base='+wcCodebase+'/';
codebase\templates\cadx\caddoc\caddocDetails.js:       var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/invokeAction?u8&oid=";
codebase\templates\cadx\caddoc\CADDocFamilyFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocFamilyFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocFamilyFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation.html:var famTblPrefUrl = wcCodebase+"/"+"<SCRIPT LANGUAGE="Windchill">getURLProcessorLink method=invokeAction action=famTablePref</SCRIPT>";
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation_en_GB.html:var famTblPrefUrl = wcCodebase+"/"+"<SCRIPT LANGUAGE="Windchill">getURLProcessorLink method=invokeAction action=famTablePref</SCRIPT>";
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\caddoc\CADDocFamilyTableInformation_en_US.html:var famTblPrefUrl = wcCodebase+"/"+"<SCRIPT LANGUAGE="Windchill">getURLProcessorLink method=invokeAction action=famTablePref</SCRIPT>";
codebase\templates\cadx\caddoc\CADDocReferencedByFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocReferencedByFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocReferencedByFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocReferencesFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocReferencesFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocReferencesFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsedByFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsedByFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsedByFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsesFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsesFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocUsesFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocWhereUsedFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocWhereUsedFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\CADDocWhereUsedFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMContains.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMContains_en_GB.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMContains_en_US.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDescribes.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDescribes_en_GB.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDescribes_en_US.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocument.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocumentSkeleton.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocumentSkeleton_en_GB.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocumentSkeleton_en_US.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocument_en_GB.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\classic\EPMDocument_en_US.html:   wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\deplist.js:            addInfoAction(wcCodebase); 
codebase\templates\cadx\caddoc\pvxbuttons.js:    // codebase value.
codebase\templates\cadx\caddoc\pvxbuttons.js:    // pvxStart will be missing codebase attribute 
codebase\templates\cadx\caddoc\pvxbuttons.js:    if ( addPVXWindowsCodebase ) {
codebase\templates\cadx\caddoc\RelatedPartsFrame.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\RelatedPartsFrame_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\RelatedPartsFrame_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\cancelcheckout\cancel_checkout.js:var wcCodebase = "null";
codebase\templates\cadx\cancelcheckout\cancel_checkout.js:	if (wcCodebase == "null") {
codebase\templates\cadx\cancelcheckout\cancel_checkout.js:	  wcCodebase = base.getAttribute("href");
codebase\templates\cadx\checkin\checkintables.js:var wcCodebase = null;
codebase\templates\cadx\checkin\checkintables.js:		    objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon, row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,null);
codebase\templates\cadx\checkin\checkintables.js:		    objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon, row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,"PROE");
codebase\templates\cadx\checkin\checkintables.js:                 objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon, row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,"PROE");
codebase\templates\cadx\checkin\checkintables.js:	     objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon,row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,null);
codebase\templates\cadx\checkin\checkintables.js:	     objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon,row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,"PROE");
codebase\templates\cadx\checkin\checkintables.js:	   objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon, row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,"PROE");
codebase\templates\cadx\checkin\WsCheckin.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\checkin\WsCheckin_en_GB.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\checkin\WsCheckin_en_US.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\common\objutil\ObjGlyphTable.js:                       /* Located in codebase/cfg/default/gifs/gifs16
codebase\templates\cadx\common\objutil\ObjGlyphTable.js:function GetObjGlyphTag (codebase, baseIcon, objPDMType, objPDMState, objAuthState, objAuthApp) {
codebase\templates\cadx\common\OrganizationPicker.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\common\OrganizationPicker_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\common\OrganizationPicker_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\common\orgpicker.js:  auth_url += wcCodebase;
codebase\templates\cadx\common\solnutils.js:     auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=part%7E" + escape(pjl_style_oid) + "&showwtpart=true" + "&ws=" + encodeURIComponent(pjlWS);
codebase\templates\cadx\common\solnutils.js:     auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=epmdocument%7E" + escape(pjl_style_oid) + "&ws=" + encodeURIComponent(pjlWS);
codebase\templates\cadx\disassociate\disassociate.js:  auth_url += wcCodebase;
codebase\templates\cadx\disassociate\disassociate.js:   image = GetObjGlyphTag (wcCodebase, 
codebase\templates\cadx\disassociate\DisassociateFromDoc.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\disassociate\DisassociateFromDoc_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\disassociate\DisassociateFromDoc_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\disassociate\DisassociateFromPart.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\disassociate\DisassociateFromPart_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\disassociate\DisassociateFromPart_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\editattachments\AddAttachment.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.cadx.editattachments.editattachmentsResource resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\cadx\editattachments\AddAttachment_en_GB.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.cadx.editattachments.editattachmentsResource resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\cadx\editattachments\AddAttachment_en_US.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.cadx.editattachments.editattachmentsResource resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\cadx\editattachments\editattachments.js:   if ( icon && icon.search("^" + wcCodebase) == -1 ) {
codebase\templates\cadx\editattachments\editattachments.js:      objStateIcon = '<img border="0" SRC='+wcCodebase+WC_SEPERATOR+iconbase+WC_SEPERATOR+icon+'>';
codebase\templates\cadx\multirevise\MultiReviseSelectedForm.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\multirevise\MultiReviseSelectedForm_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\multirevise\MultiReviseSelectedForm_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\multirevise\revise.js:  auth_url += wcCodebase;

codebase\templates\cadx\multirevise\revise.js:   var image = '<IMG BORDER=0 SRC=' + wcCodebase + WC_SEPERATOR + iconbase +WC_SEPERATOR +  baseIcon + '>';

codebase\templates\cadx\multirevise\revise.js:      image += wcCodebase;

codebase\templates\cadx\multirevise\revise.js:      image += wcCodebase;

codebase\templates\cadx\multirevise\revise.js:      image += wcCodebase;

codebase\templates\cadx\multirevise\revise.js:   image = GetObjGlyphTag (wcCodebase, 

codebase\templates\cadx\myworkspace\DeleteLocalCache.html:   var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\myworkspace\DeleteLocalCache.html:	 auth_url += wcCodebase;
codebase\templates\cadx\myworkspace\DeleteLocalCache_en_GB.html:   var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\myworkspace\DeleteLocalCache_en_GB.html:	 auth_url += wcCodebase;
codebase\templates\cadx\myworkspace\DeleteLocalCache_en_US.html:   var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\myworkspace\DeleteLocalCache_en_US.html:	 auth_url += wcCodebase;
codebase\templates\cadx\myworkspace\MyWorkspace.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\myworkspace\myworkspace.js:  auth_url += wcCodebase;
codebase\templates\cadx\myworkspace\myworkspace.js:    params = "RegisterServer?" + "server=" + containerName + "&base=" + wcCodebase + "&ws="+wsname + "&contextType=" + contextType + "&context=" + containerName ;
codebase\templates\cadx\myworkspace\myworkspace.js:    params = "RegisterServer?" + "server=" + server_alias + "&base=" + wcCodebase + "&ws="+wsname + "&contextType=" + contextType + "&context=" + containerName ;
codebase\templates\cadx\myworkspace\MyWorkspace_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\myworkspace\MyWorkspace_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefByPage\newDocRefByPage.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefByPage\newDocRefByPage_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefByPage\newDocRefByPage_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefPage\newDocRefPage.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefPage\newDocRefPage_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocRefPage\newDocRefPage_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsedByPage\newDocUsedByPage.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsedByPage\newDocUsedByPage_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsedByPage\newDocUsedByPage_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsesPage\newDocUsesPage.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsesPage\newDocUsesPage_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\prowt\newDocUsesPage\newDocUsesPage_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\cadx\remove\prowt\removeProwt.js:    /* Add wcCodebase Name */
codebase\templates\cadx\remove\prowt\removeProwt.js:    params += wcCodebase;
codebase\templates\cadx\remove\removeDocument.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\cadx\remove\removeDocument_en_GB.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\cadx\remove\removeDocument_en_US.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\cadx\remove\removeTable.js:var wcCodebase = null;
codebase\templates\cadx\remove\removeTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\remove\removeTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\rename\renameTable.js:var wcCodebase = null;
codebase\templates\cadx\rename\renameTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\saveas\saveas.js:	var objStateIcon = GetObjGlyphTag (wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\cadx\saveas\SaveAsRule.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\saveas\SaveAsRule_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\saveas\SaveAsRule_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\search\SearchResults.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\search\SearchResults_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\search\SearchResults_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\search\srTable.js:               + "|open=true|base=" + wcCodebase;
codebase\templates\cadx\upload\UploadGeneral.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\upload\UploadGeneral_en_GB.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\upload\UploadGeneral_en_US.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\cadx\upload\uploadtables.js:var wcCodebase = null;
codebase\templates\cadx\upload\uploadtables.js:           objStateIcon = GetObjGlyphTag(wcCodebase ,getObjectIcon(row.item.objFileName), "EPMDocument", "NO_PDM_STATUS", "LOCAL_CONTENT_MODIFIED", "PROE");
codebase\templates\cadx\upload\uploadtables.js:           objStateIcon = GetObjGlyphTag(wcCodebase ,row.item.icon, row.item.objPDMType, row.item.objPDMStatus, row.item.objAuthStatus ,"PROE");
codebase\templates\cadx\ws\Workspace.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\ws\Workspace_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\ws\Workspace_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\cadx\ws\wsTable.js:var wcCodebase              = null;
codebase\templates\cadx\ws\wsTable.js:   image = GetObjGlyphTag (wcCodebase,
codebase\templates\cadx\ws\wsTable.js:  auth_url += wcCodebase;
codebase\templates\cadx\ws\wsTable.js:  var auth_url = wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8&oid="+escape(oid)+"&action="+action+"&wsName="+encodeURIComponent(wsName);
codebase\templates\cadx\ws\wsTable.js:   auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=part%7E" + escape(pjl_style_oid) + "&showwtpart=true" + "&ws=" + encodeURIComponent(wsName);
codebase\templates\cadx\ws\wsTable.js:   auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=epmdocument%7E" + escape(pjl_style_oid) + "&ws=" + encodeURIComponent(wsName);
codebase\templates\cadx\ws\wsTable.js:  var objStateIcon = GetObjGlyphTag (wcCodebase,item.icon,item.objPDMType,item.objPDMStatus,item.objAuthStatus,item.objAuthApp);
codebase\templates\cadx\ws\wsTable.js:  var objStateIcon = GetObjGlyphTag (wcCodebase,item.icon,item.objPDMType,item.objPDMStatus,item.objAuthStatus,item.objAuthApp);
codebase\templates\cadx\ws\wsTable.js:    /* Add wcCodebase Name */
codebase\templates\cadx\ws\wsTable.js:    params += wcCodebase;
codebase\templates\cadx\ws\wsTable.js:    var params = "OpenModel?sel=" + encodeURI(model) + "|open=true|base="+wcCodebase;
codebase\templates\cadx\ws\wsTable.js:      params = params + params1 + "open=true" + separator + "base="+wcCodebase;
codebase\templates\cadx\ws\wsTable.js:      var redirect_url = wcCodebase+"/servlet/WindchillAuthGW/com.ptc.windchill.uwgm.util.openinproe.OpenInProe/writephaFile/"+onlymodelName+".pha?modelName="+standalone_model_name+"&oid="+item.objOID+"&wsName="+encodeURIComponent(wsName)+"&containerOid="+encodeURIComponent(containerOID)+"&pha_type=proe.pha";
codebase\templates\cadx\ws\wsTable.js:  var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/processForm?u8&oid="
codebase\templates\calendar\Calendar.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="601" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\calendar\Calendar_en_GB.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="601" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\calendar\Calendar_en_US.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="601" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\csm\SourcingFactor.html:			wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.search.NSSearchResultsLauncherApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="110" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\csm\SourcingFactor.html:		     wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.businessentity.NSBusinessEntityApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="102" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\csm\SourcingFactor_en_GB.html:			wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.search.NSSearchResultsLauncherApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="110" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.wt.context.locale="en_GB" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\csm\SourcingFactor_en_GB.html:		     wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.businessentity.NSBusinessEntityApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="102" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.wt.context.locale="en_GB" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\csm\SourcingFactor_en_US.html:			wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.search.NSSearchResultsLauncherApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="110" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.wt.context.locale="en_US" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\csm\SourcingFactor_en_US.html:		     wt.taglib.util.PluginTagGenerator createPluginTag code="wt.clients.csm.businessentity.NSBusinessEntityApplet"  recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="102" height="68" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.wt.context.locale="en_US" param.cache_option="Plugin" param.cache_archive="wtWCT.jar"
codebase\templates\doc\CheckInTemplateDocument.html:				  wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CheckInTemplateDocument_en_GB.html:				  wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CheckInTemplateDocument_en_US.html:				  wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CheckInWTDocument.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CheckInWTDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CheckInWTDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CheckInWTDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CheckInWTDocument_en_GB.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CheckInWTDocument_en_US.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateTemplateDocumentGeneralTab.html:							   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateTemplateDocumentGeneralTab_en_GB.html:							   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateTemplateDocumentGeneralTab_en_US.html:							   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateTemplateDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CreateTemplateDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CreateTemplateDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CreateWTDocumentGeneralTab.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateWTDocumentGeneralTab_en_GB.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateWTDocumentGeneralTab_en_US.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\CreateWTDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CreateWTDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\CreateWTDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\FirstTimeCheckInTemplateDocument.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\FirstTimeCheckInTemplateDocument_en_GB.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\FirstTimeCheckInTemplateDocument_en_US.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\FirstTimeCheckInWTDocument.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\FirstTimeCheckInWTDocument_en_GB.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\FirstTimeCheckInWTDocument_en_US.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\folderDropCallbacks.js:// Assumes including context defines CODEBASE variable which ends in '/'
codebase\templates\doc\folderDropCallbacks.js:  var createDocUrl = CODEBASE + "wtcore/jsp/wt/doc/CreateWTDocumentPrompt.jsp?oid=" + escape( oid );
codebase\templates\doc\folderDropCallbacks.js:// Assumes including context defines CODEBASE variable which ends in '/'
codebase\templates\doc\folderDropCallbacks.js:    var  shortcutURL = CODEBASE + "wtcore/jsp/wt/folder/CreateShortcut.jsp?folder=" + escape( oid ) + "&drpAct=" + action + "&foldered=" + escape( str );
codebase\templates\doc\folderDropCallbacks.js:    window.location = CODEBASE + "wtcore/jsp/wt/doc/MoveOrShortcutPrompt.jsp?action=Move&oid=" + escape( str ) + "&folderOid=" + escape( oid ) + "&drpAct=" + action;
codebase\templates\doc\UpdateTemplateDocumentGeneralTab.html:					   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateTemplateDocumentGeneralTab_en_GB.html:					   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateTemplateDocumentGeneralTab_en_US.html:					   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateTemplateDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\UpdateTemplateDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\UpdateTemplateDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\UpdateWTDocumentGeneralTab.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateWTDocumentGeneralTab_en_GB.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateWTDocumentGeneralTab_en_US.html:						   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-tab-on" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.UtilRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" param.jsSetMethod="setPathFromApplet" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\doc\UpdateWTDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\UpdateWTDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\doc\UpdateWTDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="contextualValue propertyName=File" recurse.param.callingAction="getCallingAction" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments" param.completionUrl="" param.failureUrl="" param.completionJSMethod="uploadCompleted" param.failureJSMethod="uploadFailed" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\foundation\workflow\CalendarMgmt.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\foundation\workflow\CalendarMgmt_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\foundation\workflow\CalendarMgmt_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\gui\ChooserTask.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtSearch.jar" recurse.param.task="currentTask" recurse.param.className="currentClass"
codebase\templates\gui\ChooserTask_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtSearch.jar" recurse.param.task="currentTask" recurse.param.className="currentClass" param.wt.context.locale="en_GB"
codebase\templates\gui\ChooserTask_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtSearch.jar" recurse.param.task="currentTask" recurse.param.className="currentClass" param.wt.context.locale="en_US"
codebase\templates\lifecycle\AugmentRoles.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid"
codebase\templates\lifecycle\AugmentRoles_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid" param.wt.context.locale="en_GB"
codebase\templates\lifecycle\AugmentRoles_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid" param.wt.context.locale="en_US"
codebase\templates\pdmlink\doc\AttachmentsHeader.html:			   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="300" height="50" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=tableBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=ADD_ATTACHMENT resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.multiSelect=true recurse.param.delim="getRecordDelim" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=OPEN_BUTTON resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.imageFilename="wtcore/images/attach_add.gif" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\AttachmentsHeader_en_GB.html:			   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="300" height="50" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=tableBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=ADD_ATTACHMENT resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.multiSelect=true recurse.param.delim="getRecordDelim" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=OPEN_BUTTON resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.imageFilename="wtcore/images/attach_add.gif" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\AttachmentsHeader_en_US.html:			   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="300" height="50" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=tableBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=ADD_ATTACHMENT resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.multiSelect=true recurse.param.delim="getRecordDelim" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true resourceKey=OPEN_BUTTON resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB" param.imageFilename="wtcore/images/attach_add.gif" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CheckInDocumentUpload.html:  wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.target="getFormValueFromSession formName=CheckInDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=CheckInDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=DoCheckInDocument_plm formName=CheckInDocumentWizard fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CheckInDocumentUploadFailure nextAction=CheckInDocument_plm class=wt.doc.WTDocument formName=CheckInDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\CheckInDocumentUpload_en_GB.html:  wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.target="getFormValueFromSession formName=CheckInDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=CheckInDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=DoCheckInDocument_plm formName=CheckInDocumentWizard fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CheckInDocumentUploadFailure nextAction=CheckInDocument_plm class=wt.doc.WTDocument formName=CheckInDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\CheckInDocumentUpload_en_US.html:  wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.target="getFormValueFromSession formName=CheckInDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=CheckInDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=DoCheckInDocument_plm formName=CheckInDocumentWizard fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CheckInDocumentUploadFailure nextAction=CheckInDocument_plm class=wt.doc.WTDocument formName=CheckInDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\CreateDocument2.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateDocument2_en_GB.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateDocument2_en_US.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/core/foundation/content/client/RemoteWorkerUploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.completionUrl="getCreateProcessorLink uploadToCacheOnly=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateDocumentUploadFailure nextAction=CreateDocument2 class=wt.doc.WTDocument formName=CreateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=CreateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile" param.uploadToCacheOnly=true param.formName="CreateDocumentWizard" recurse.param.hostName="getHostName" recurse.param.sessionID="getSessionID"
codebase\templates\pdmlink\doc\CreateDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/core/foundation/content/client/RemoteWorkerUploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.completionUrl="getCreateProcessorLink uploadToCacheOnly=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateDocumentUploadFailure nextAction=CreateDocument2 class=wt.doc.WTDocument formName=CreateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=CreateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile" param.uploadToCacheOnly=true param.formName="CreateDocumentWizard" recurse.param.hostName="getHostName" recurse.param.sessionID="getSessionID"
codebase\templates\pdmlink\doc\CreateDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/core/foundation/content/client/RemoteWorkerUploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.completionUrl="getCreateProcessorLink uploadToCacheOnly=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateDocumentUploadFailure nextAction=CreateDocument2 class=wt.doc.WTDocument formName=CreateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=CreateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile" param.uploadToCacheOnly=true param.formName="CreateDocumentWizard" recurse.param.hostName="getHostName" recurse.param.sessionID="getSessionID"
codebase\templates\pdmlink\doc\CreateTemplateDocument3.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/JFileChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100" height="30" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON"
codebase\templates\pdmlink\doc\CreateTemplateDocument3_en_GB.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/JFileChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100" height="30" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON"
codebase\templates\pdmlink\doc\CreateTemplateDocument3_en_US.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/JFileChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100" height="30" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON"
codebase\templates\pdmlink\doc\CreateTemplateDocumentModAttributes.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateTemplateDocumentModAttributes_en_GB.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateTemplateDocumentModAttributes_en_US.html:				   wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\CreateTemplateDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateTemplateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocCloseWindow formName=CreateTemplateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocumentUploadFailure nextAction=CreateTemplateDocument3 class=wt.doc.WTDocument formName=CreateTemplateDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\CreateTemplateDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateTemplateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocCloseWindow formName=CreateTemplateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocumentUploadFailure nextAction=CreateTemplateDocument3 class=wt.doc.WTDocument formName=CreateTemplateDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\CreateTemplateDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=CreateTemplateDocumentWizard formFieldName=File" param.callingAction="create" param.removable="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="create" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocCloseWindow formName=CreateTemplateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=CreateTemplateDocumentUploadFailure nextAction=CreateTemplateDocument3 class=wt.doc.WTDocument formName=CreateTemplateDocumentWizard uploaded=false fullyQualified=true" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\SingleFileSelectComponent.html:          wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\SingleFileSelectComponent_en_GB.html:          wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\SingleFileSelectComponent_en_US.html:          wt.taglib.util.PluginTagGenerator createPluginTag name="formApplet" mayscript="true" code="wt/clients/util/FileChooserDropApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="200" height="40" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=wizBkgd" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.buttonLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=wt.clients.util.http.HTTPUtilRB resourceKey=UPDN_BROWSE_LABEL" recurse.param.actionLabel="getLocalizedMessage newLine=false byteEncoded=true  resourceClass=com.ptc.windchill.pdmlink.doc.client.clientRB resourceKey=OPEN_BUTTON" param.dropImageFilename="wtcore/images/droptarget.gif" param.dropImageFilenameActive="wtcore/images/droptarget_active.gif" param.buttonLook=true param.acceptFileDrop=true recurse.param.debug="getDebug" recurse.param.defaultPath="getPreferenceValue node=/wt/content key=workspacePath" param.forceJSObject="true"
codebase\templates\pdmlink\doc\UpdateDocumentProcessing.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=UpdateDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=UpdateDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocCloseWindow formName=UpdateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocumentUploadFailure nextAction=UpdateDocument class=wt.doc.WTDocument formName=UpdateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=UpdateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\UpdateDocumentProcessing_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=UpdateDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=UpdateDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocCloseWindow formName=UpdateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocumentUploadFailure nextAction=UpdateDocument class=wt.doc.WTDocument formName=UpdateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=UpdateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\doc\UpdateDocumentProcessing_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/util/http/UploadApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" name="formApplet" width="2" height="2" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.targetType="contextualValue propertyName=targetType" recurse.param.target="getFormValueFromSession formName=UpdateDocumentWizard formFieldName=File" recurse.param.callingAction="getCallingAction formName=UpdateDocumentWizard" recurse.param.bgcolor="wt.enterprise.BasicTemplateProcessor getWCColorDec styleClass=bg-body" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" param.MAYSCRIPT="true" param.SCRIPTABLE="true" param.docOperation="update" recurse.param.workspacePath="getPreferenceValue node=/wt/content key=workspacePath" recurse.param.uploadIfFileChanged="getPreferenceValue node=/wt/content key=uploadIfFileChanged" recurse.param.continueIfFileUnchanged="getPreferenceValue node=/wt/content key=continueIfFileUnchanged" recurse.param.continueIfFileNotFound="getPreferenceValue node=/wt/content key=continueIfFileNotFound" recurse.param.debug="getDebug" recurse.param.delim="getDelim" param.cache_option="Plugin" param.cache_archive="content.jar" recurse.param.oid="contextualValue propertyName=oid" recurse.param.uploadURL="getPrimaryAttribute attribute=uploadURL" recurse.param.fileName="getPrimaryAttribute attribute=fileName" recurse.param.uploadedFromPath="getPrimaryAttribute attribute=uploadedFromPath" recurse.param.checksum="getPrimaryAttribute attribute=checksum" recurse.param.oidString="getPrimaryAttribute attribute=oidString" recurse.param.completionUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocCloseWindow formName=UpdateDocumentWizard class=wt.doc.WTDocument fullyQualified=true" recurse.param.failureUrl="getURLProcessorLinkForObj method=invokeAction action=UpdateDocumentUploadFailure nextAction=UpdateDocument class=wt.doc.WTDocument formName=UpdateDocumentWizard uploaded=false fullyQualified=true" recurse.param.contentDelim="getDelim" recurse.param.contentRecordDelim="getRecordDelim" recurse.param.attachments="getAppletAttachments formName=UpdateDocumentWizard" recurse.param.validEmptyFile="outputPropertyFromPropertyFile propertyName=wt.content.validEmptyFile"
codebase\templates\pdmlink\gui\ChooserTask.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/windchill/pdmlink/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.task="currentTask" recurse.param.className="currentClass"
codebase\templates\pdmlink\gui\ChooserTask_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/windchill/pdmlink/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.task="currentTask" recurse.param.className="currentClass" param.wt.context.locale="en_GB"
codebase\templates\pdmlink\gui\ChooserTask_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="com/ptc/windchill/pdmlink/clients/gui/ChooserApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="510" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.task="currentTask" recurse.param.className="currentClass" param.wt.context.locale="en_US"
codebase\templates\pdmlink\lifecycle\AugmentRoles.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid"
codebase\templates\pdmlink\lifecycle\AugmentRoles_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid"
codebase\templates\pdmlink\lifecycle\AugmentRoles_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/tasks/AugmentWfProcessRoles" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="400" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.oid="appletOid"
codebase\templates\pdmlink\lifecycle\LifeCycleAdministration.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/lifecycle/administrator/LifeCycleAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="520" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\lifecycle\LifeCycleAdministration_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/lifecycle/administrator/LifeCycleAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="520" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\lifecycle\LifeCycleAdministration_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/lifecycle/administrator/LifeCycleAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="520" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\lifecycle\TeamAdministration.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/project/ProjectAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="700" height="500" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\lifecycle\TeamAdministration_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/project/ProjectAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="700" height="500" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\lifecycle\TeamAdministration_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/project/ProjectAdminApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="700" height="500" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\workflow\Calendar.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\pdmlink\workflow\Calendar_en_GB.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\pdmlink\workflow\Calendar_en_US.html:wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/calendar/CalendarApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="750" height="498" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtCal.jar"
codebase\templates\pdmlink\workflow\work\InitiateWorkflow.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.Template="appletOid"
codebase\templates\pdmlink\workflow\work\InitiateWorkflow_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.Template="appletOid"
codebase\templates\pdmlink\workflow\work\InitiateWorkflow_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" recurse.param.Template="appletOid"
codebase\templates\pdmlink\workflow\WorkflowAdministration.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="770" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\workflow\WorkflowAdministration_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="770" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\pdmlink\workflow\WorkflowAdministration_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="770" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\sysadm\LogFiles_en_GB.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="1%" HEIGHT="0%" CODEBASE="../.." archive="wt/security/security.jar">
codebase\templates\sysadm\LogFiles_en_US.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="1%" HEIGHT="0%" CODEBASE="../.." archive="wt/security/security.jar">
codebase\templates\sysadm\PropFiles_en_GB.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="1%" HEIGHT="0%" CODEBASE="../.." archive="wt/security/security.jar">
codebase\templates\sysadm\PropFiles_en_US.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="1%" HEIGHT="0%" CODEBASE="../.." archive="wt/security/security.jar">
codebase\templates\sysadm\SAHomePage_en_GB.html:      writeln( '<SCRIPT LANGUAGE="Windchill">wt.sysadm.SAHomePage generatePluginTag name="syaAdmApplet" mayscript="true" code="wt/sysadm/ServStatApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="500" height="130" archive="wt/security/security.jar,wt.jar" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"</SCRIPT>');
codebase\templates\sysadm\SAHomePage_en_GB.html:      //writeln( '<OBJECT classid="clsid:CAFEEFAC-0013-0001-0000-ABCDEFFEDCBA" width="500" height="120" codebase="http://solara.mn.ptc.com:6081/Windchill60/install/plugin/1.3.1/jinstall-131-win32.cab#Version=1,3,1,0">');
codebase\templates\sysadm\SAHomePage_en_GB.html:      //writeln(    '<param name="java_codebase" value="../..">');
codebase\templates\sysadm\SAHomePage_en_GB.html:      //writeln(    '<EMBED type="application/x-java-applet;jpi-version=1.3.1" width="500" height="120" MAYSCRIPT=true pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html" java_code="wt/sysadm/ServStatApplet" java_codebase="../.." java_archive="wt/security/security.jar"');
codebase\templates\sysadm\SAHomePage_en_GB.html:      // <APPLET CODEBASE="../.." CODE="wt.sysadm.ServStatApplet" WIDTH="580" HEIGHT="120">' );
codebase\templates\sysadm\SAHomePage_en_US.html:      writeln( '<SCRIPT LANGUAGE="Windchill">wt.sysadm.SAHomePage generatePluginTag name="syaAdmApplet" mayscript="true" code="wt/sysadm/ServStatApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="500" height="130" archive="wt/security/security.jar,wt.jar" param.MAYSCRIPT="true" param.SCRIPTABLE="true" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"</SCRIPT>');
codebase\templates\sysadm\SAHomePage_en_US.html:      //writeln( '<OBJECT classid="clsid:CAFEEFAC-0013-0001-0000-ABCDEFFEDCBA" width="500" height="120" codebase="http://solara.mn.ptc.com:6081/Windchill60/install/plugin/1.3.1/jinstall-131-win32.cab#Version=1,3,1,0">');
codebase\templates\sysadm\SAHomePage_en_US.html:      //writeln(    '<param name="java_codebase" value="../..">');
codebase\templates\sysadm\SAHomePage_en_US.html:      //writeln(    '<EMBED type="application/x-java-applet;jpi-version=1.3.1" width="500" height="120" MAYSCRIPT=true pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html" java_code="wt/sysadm/ServStatApplet" java_codebase="../.." java_archive="wt/security/security.jar"');
codebase\templates\sysadm\SAHomePage_en_US.html:      // <APPLET CODEBASE="../.." CODE="wt.sysadm.ServStatApplet" WIDTH="580" HEIGHT="120">' );
codebase\templates\uwgm\cadx\autoassociate\autoassociateTable.js:var wcCodebase = null;

codebase\templates\uwgm\cadx\caddoc\mstructrep\JSTreeTableDataWithIFrame.html:  * var wcCodebase => WC call "outputPropertyFromPropertyFile propertyName=wt.server.codebase
codebase\templates\uwgm\cadx\caddoc\mstructrep\JSTreeTableDataWithIFrame_en_GB.html:  * var wcCodebase => WC call "outputPropertyFromPropertyFile propertyName=wt.server.codebase
codebase\templates\uwgm\cadx\caddoc\mstructrep\JSTreeTableDataWithIFrame_en_US.html:  * var wcCodebase => WC call "outputPropertyFromPropertyFile propertyName=wt.server.codebase
codebase\templates\uwgm\cadx\caddoc\mstructrep\StructTreeReport.html:			  wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\caddoc\mstructrep\StructTreeReport_en_GB.html:			  wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\caddoc\mstructrep\StructTreeReport_en_US.html:			  wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:	var serverurl = wcCodebase ;
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:			typeIcon =  typeIcon + "<img src=\"" + wcCodebase + suppressed_image + "\">" ;
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:			typeIcon = "<img src=\"" + wcCodebase + skeleton_image + "\">";
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:				typeIcon =  "<img src=\"" + wcCodebase + unplacedasm_image + "\">";
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:				typeIcon =  "<img src=\"" + wcCodebase + unplacedpart_image + "\">";
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:  var gateway_url =  wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8";
codebase\templates\uwgm\cadx\caddoc\mstructrep\treetable.js:  var gateway_url =  wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8";
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:function addInfoAction(wccodebase)
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:           objurl = buildInfoAction(jsTmpDataArray[i],wccodebase) ;
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:function buildInfoAction(item,wccodebase) {
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:          oidAndAction = wccodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8";
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:      oidAndAction = wccodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8";
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:          replaceStr.src = wcCodebase+iconPath+'treeArrMid.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:          replaceStr.src = wcCodebase+iconPath+'treeArrBtm.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:         replaceStr.src = wcCodebase+iconPath+'treeArrDown.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:          replaceStr.src = wcCodebase+iconPath+'treeArrMidClosed.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:          replaceStr.src = wcCodebase+iconPath+'treeArrBtmClosed.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:        replaceStr.src = wcCodebase+iconPath+'treeArrClosed.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:              replacen.src = wcCodebase+iconPath+'treeArrMid.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:              replacen.src = wcCodebase+iconPath+'treeArrBtm.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:              replacen.src = wcCodebase+iconPath+'treeArrDown.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:                replacen.src = wcCodebase+iconPath+'treeArrMidClosed.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:                replacen.src = wcCodebase+iconPath+'treeArrBtmClosed.gif';
codebase\templates\uwgm\cadx\caddoc\treeRenderer.js:             replacen.src = wcCodebase+iconPath+'treeArrClosed.gif';
codebase\templates\uwgm\cadx\cancelcheckout\cancel_checkout.js:var wcCodebase = "null";
codebase\templates\uwgm\cadx\cancelcheckout\cancel_checkout.js:	if (wcCodebase == "null") {
codebase\templates\uwgm\cadx\cancelcheckout\cancel_checkout.js:	  wcCodebase = base.getAttribute("href");
codebase\templates\uwgm\cadx\checkin\checkintables.js:var wcCodebase = null;
codebase\templates\uwgm\cadx\checkin\checkintables.js:	            objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,null);
codebase\templates\uwgm\cadx\checkin\checkintables.js:	            objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");
codebase\templates\uwgm\cadx\checkin\checkintables.js:	        objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");
codebase\templates\uwgm\cadx\checkin\checkintables.js:	            item.typeicon = wcCodebase+"/wt/clients/images/proe/"+item.typeicon;
codebase\templates\uwgm\cadx\checkin\checkintables.js:                item.typeicon = wcCodebase+"/wtcore/images/" + item.typeicon;
codebase\templates\uwgm\cadx\checkin\WsCheckin.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\checkin\WsCheckinHeader.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\checkin\WsCheckinHeader_en_GB.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\checkin\WsCheckinHeader_en_US.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\checkin\WsCheckin_en_GB.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\checkin\WsCheckin_en_US.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict.html:    var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/invokeAction?u8&oid=";
codebase\templates\uwgm\cadx\multieditattr\checkoutConflict.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictBody.html:    formEl.setAttribute("action", wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?Action=UwgmRequestProcessor");
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictBody_en_GB.html:    formEl.setAttribute("action", wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?Action=UwgmRequestProcessor");
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictBody_en_US.html:    formEl.setAttribute("action", wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?Action=UwgmRequestProcessor");
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictHeader.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictHeader_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflictHeader_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict_en_GB.html:    var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/invokeAction?u8&oid=";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\CheckoutConflict_en_US.html:    var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/invokeAction?u8&oid=";
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttr.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multieditattr\multieditattr.js:    formEl.setAttribute("action", wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?Action=UwgmRequestProcessor");
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader.html:      lauchCheckoutConflict (wcCodebase + "/" +  checkoutUrl+"&"+ checkoutdocs, setConflictResolved );
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader_en_GB.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader_en_GB.html:      lauchCheckoutConflict (wcCodebase + "/" +  checkoutUrl+"&"+ checkoutdocs, setConflictResolved );
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader_en_US.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrHeader_en_US.html:      lauchCheckoutConflict (wcCodebase + "/" +  checkoutUrl+"&"+ checkoutdocs, setConflictResolved );
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrSetValue.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrSetValue_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttrSetValue_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttr_en_GB.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multieditattr\MultiEditAttr_en_US.html: var wcCodebase  = '<SCRIPT LANGUAGE=Windchill> getCodebaseString </SCRIPT>';
codebase\templates\uwgm\cadx\multirename\MultiRenameRule.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multirename\MultiRenameRule_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\multirename\MultiRenameRule_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\newcaddoc\newcaddoc.js:  	var auth_url = TaskSubmitActionURLAttributes["wcCodebase"] + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/generateForm?u8"
codebase\templates\uwgm\cadx\newcaddoc\NewCadDocHeader.html:TaskSubmitActionURLAttributes["wcCodebase"] = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\newcaddoc\NewCadDocHeader_en_GB.html:TaskSubmitActionURLAttributes["wcCodebase"] = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\newcaddoc\NewCadDocHeader_en_US.html:TaskSubmitActionURLAttributes["wcCodebase"] = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\openinproe\OpenInProe.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\openinproe\OpenInProe.html:  var params1 = 'LaunchProEAction?wsName='+ wsName + '&wsContext=' + containerName + '&srvrUrl=' + wcCodebase + '&contextType=' + containerType + '&serverType=' + serverType;
codebase\templates\uwgm\cadx\openinproe\OpenInProe_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\openinproe\OpenInProe_en_GB.html:  var params1 = 'LaunchProEAction?wsName='+ wsName + '&wsContext=' + containerName + '&srvrUrl=' + wcCodebase + '&contextType=' + containerType + '&serverType=' + serverType;
codebase\templates\uwgm\cadx\openinproe\OpenInProe_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\openinproe\OpenInProe_en_US.html:  var params1 = 'LaunchProEAction?wsName='+ wsName + '&wsContext=' + containerName + '&srvrUrl=' + wcCodebase + '&contextType=' + containerType + '&serverType=' + serverType;
codebase\templates\uwgm\cadx\prowt\newDocFamilyInfo\newDocFamilyInfo.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\prowt\newDocFamilyInfo\newDocFamilyInfo_en_GB.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\prowt\newDocFamilyInfo\newDocFamilyInfo_en_US.html:          wcCodebase = '<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>';
codebase\templates\uwgm\cadx\remove\prowt\removeProwt.js:    /* Add wcCodebase Name */
codebase\templates\uwgm\cadx\remove\prowt\removeProwt.js:    params += wcCodebase;
codebase\templates\uwgm\cadx\remove\prowt\removeProwt.js:    /* Add wcCodebase Name */
codebase\templates\uwgm\cadx\remove\prowt\removeProwt.js:    params += wcCodebase;
codebase\templates\uwgm\cadx\remove\removeDocument.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeDocumentHeader.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeDocumentHeader_en_GB.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeDocumentHeader_en_US.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeDocument_en_GB.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeDocument_en_US.html:   var warningurlStr = wcCodebase + "/" + "<SCRIPT LANGUAGE=Windchill>getURLProcessorLink method=URLTemplateAction action=WarningRemove </SCRIPT>";
codebase\templates\uwgm\cadx\remove\removeTable.js:var wcCodebase = null;
codebase\templates\uwgm\cadx\remove\removeTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\uwgm\cadx\remove\removeTable.js:  var objStateIcon = GetObjGlyphTag(wcCodebase, item.icon, item.objPDMType, item.objPDMStatus,
codebase\templates\uwgm\cadx\remove\removeTable.js:             objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,null);   
codebase\templates\uwgm\cadx\remove\removeTable.js:             objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");            
codebase\templates\uwgm\cadx\remove\removeTable.js:           objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");  
codebase\templates\uwgm\cadx\remove\removeTable.js:        item.typeicon = wcCodebase+"/wt/clients/images/proe/"+item.typeicon;
codebase\templates\uwgm\cadx\remove\removeTable.js:        item.typeicon = wcCodebase+"/wtcore/images/"+item.typeicon;
codebase\templates\uwgm\cadx\remove\removeTable.js:        item.typeicon = wcCodebase+"/wt/clients/images/proe/"+item.typeicon;
codebase\templates\uwgm\cadx\update\EditObjects.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\update\EditObjects_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\update\EditObjects_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\update\GatherObjects.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\update\GatherObjects_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\update\GatherObjects_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\upload\UploadHeader.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\upload\UploadHeader_en_GB.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\upload\UploadHeader_en_US.html:  // This function has to be defined before GetMetaInfo that sets codebase for the page
codebase\templates\uwgm\cadx\upload\uploadtables.js:var wcCodebase = null;
codebase\templates\uwgm\cadx\upload\uploadtables.js:	     objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,null);
codebase\templates\uwgm\cadx\upload\uploadtables.js:	     objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");
codebase\templates\uwgm\cadx\upload\uploadtables.js:	   objStateIcon = GetObjGlyphTag(wcCodebase ,item.typeicon, item.objPDMType, item.objPDMStatus, item.objAuthStatus ,"PROE");
codebase\templates\uwgm\cadx\upload\uploadtables.js:	 //item.typeicon = wcCodebase+"/wt/clients/images/proe/"+item.typeicon;
codebase\templates\uwgm\cadx\workspaces\workspaces.js:  auth_url += wcCodebase;
codebase\templates\uwgm\cadx\workspaces\workspaces.js:  var params = "RegisterServer?" + "server=" + server_alias + "&base=" + wcCodebase + "&ws="+wsname + "&contextType=" + contextType + "&context=" + containerName ;
codebase\templates\uwgm\cadx\workspaces\WorkspacesHeader.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\workspaces\WorkspacesHeader_en_GB.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\workspaces\WorkspacesHeader_en_US.html:var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\ws\Workspace.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\ws\Workspace_en_GB.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\ws\Workspace_en_US.html:  var wcCodebase = "<script language=Windchill> outputPropertyFromPropertyFile propertyName=wt.server.codebase </script>";
codebase\templates\uwgm\cadx\ws\wsTable.js:var wcCodebase              = null;
codebase\templates\uwgm\cadx\ws\wsTable.js:   image = GetObjGlyphTag (wcCodebase,
codebase\templates\uwgm\cadx\ws\wsTable.js:  auth_url += wcCodebase;
codebase\templates\uwgm\cadx\ws\wsTable.js:  var auth_url = wcCodebase + "/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/URLTemplateAction?u8&oid="+escape(oid)+"&action="+action+"&wsName="+encodeURIComponent(wsName);
codebase\templates\uwgm\cadx\ws\wsTable.js:   auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=part%7E" + escape(pjl_style_oid) + "&showwtpart=true" + "&ws=" + encodeURIComponent(wsName);
codebase\templates\uwgm\cadx\ws\wsTable.js:   auth_url += wcCodebase + "/netmarkets/jsp/object/view.jsp?ContainerOid=" + encodeURIComponent(containerOID) + "&oid=epmdocument%7E" + escape(pjl_style_oid) + "&ws=" + encodeURIComponent(wsName);
codebase\templates\uwgm\cadx\ws\wsTable.js:  var objStateIcon = GetObjGlyphTag (wcCodebase,item.icon,item.objPDMType,item.objPDMStatus,item.objAuthStatus,item.objAuthApp);
codebase\templates\uwgm\cadx\ws\wsTable.js:  var objStateIcon = GetObjGlyphTag (wcCodebase,item.icon,item.objPDMType,item.objPDMStatus,item.objAuthStatus,item.objAuthApp);
codebase\templates\uwgm\cadx\ws\wsTable.js:    /* Add wcCodebase Name */
codebase\templates\uwgm\cadx\ws\wsTable.js:    params += wcCodebase;
codebase\templates\uwgm\cadx\ws\wsTable.js:    var params = "OpenModel?sel=" + encodeURI(model) + "|open=true|base="+wcCodebase;
codebase\templates\uwgm\cadx\ws\wsTable.js:      params = params + params1 + "open=true" + separator + "base="+wcCodebase;
codebase\templates\uwgm\cadx\ws\wsTable.js:      var redirect_url = wcCodebase+"/servlet/WindchillAuthGW/com.ptc.windchill.uwgm.util.openinproe.OpenInProe/writephaFile/"+onlymodelName+".pha?modelName="+standalone_model_name+"&oid="+item.objOID+"&wsName="+encodeURIComponent(wsName)+"&containerOid="+encodeURIComponent(containerOID)+"&modelVersion="+encodeURIComponent(item.objVersion)+"&modelNumber="+encodeURIComponent(item.objNumber)+"&pha_type=proe.pha";
codebase\templates\uwgm\cadx\ws\wsTable.js:  var UPauth_url = wcCodebase +"/servlet/WindchillAuthGW/wt.enterprise.URLProcessor/processForm?u8&oid="
codebase\templates\workflow\InitiateWorkflow.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.Template="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.containerOid="containerOid"
codebase\templates\workflow\InitiateWorkflow_en_GB.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.Template="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.containerOid="containerOid"
codebase\templates\workflow\InitiateWorkflow_en_US.html:   wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/initiate/InitiateWorkflowApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="100%" height="600" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" recurse.param.Template="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale" recurse.param.containerOid="containerOid"
codebase\templates\workflow\ProcessManagerFrame1.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\ProcessManagerFrame1_en_GB.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\ProcessManagerFrame1_en_US.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\ProcessManagerGraphical.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\ProcessManagerGraphical_en_GB.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\ProcessManagerGraphical_en_US.html:      wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/manager/ProcessManagerApplet" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="99%" height="99%" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.MAYSCRIPT="true" recurse.param.oid="appletOid" recurse.param.wt.context.locale="wt.htmlutil.HtmlUtil createLocale"
codebase\templates\workflow\WfAdministrator.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar"
codebase\templates\workflow\WfAdministrator_en_GB.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.wt.context.locale="en_GB"
codebase\templates\workflow\WfAdministrator_en_US.html:               wt.taglib.util.PluginTagGenerator createPluginTag code="wt/clients/workflow/definer/ProcessEditor" recurse.codebase="wt.htmlutil.HtmlUtil createCodebase" width="600" height="450" archive="wt/security/security.jar" param.cabinets="wt/security/security.cab" param.cache_option="Plugin" param.cache_archive="wtWork.jar" param.wt.context.locale="en_US"
codebase\WEB-INF\lib\wt\util\package.html:is Windchill\codebase\debug.properties.&nbsp; The file contains descriptions
codebase\wpdm.help.properties.xconf:<Configuration targetFile="codebase/plhelp.properties">
codebase\wpdm.htmltemplate.properties.xconf:<Configuration targetFile="codebase/htmltemplate.properties">
codebase\wt\audit\configaudit\AuditLogProperties.jad:            String s4 = wtproperties.getProperty("wt.codebase.location", s3 + File.separator + "codebase");
codebase\wt\audit\configaudit\configauditResource.jad:            "2", "Error in initializing audit registry, the class {0} does not exist in the codebase, this is probably due to a typographical error in {1}"
codebase\wt\boot\BootRB.jad:        "The Windchill Bootstrap Loader uses a local cache of", "JAR or ZIP files to load classes and resource files", "when executing Java applets or applications.  Each", "JAR or ZIP file corresponds to the contents of a remote", "codebase.", "", "Please enter the location of a local directory where", "the local files will be cached.  The bootstrap loader", "will store local files in subdirectories of this directory", "corresponding to each remote codebase.", 
codebase\wt\boot\BootRB.jad:        "A newer version of a locally cached JAR or ZIP file", "has been detected in the remote codebase.  You may", "download the file now or chose to ignore it until later.", "", "When downloading, the file may optionally be inflated", "since it was most likely created as a compressed file.", "Inflating the file immediately is recommended because", "it reduces the CPU overhead when reading entries", "later, but the resulting file is larger which possibly", "results in more disk I/O."
codebase\wt\boot\BootRB_en_GB.jad:        "The Windchill Bootstrap Loader uses a local cache of", "JAR or ZIP files to load classes and resource files", "when executing Java applets or applications.  Each", "JAR or ZIP file corresponds to the contents of a remote", "codebase.", "", "Please enter the location of a local directory where", "the local files will be cached.  The bootstrap loader", "will store local files in subdirectories of this directory", "corresponding to each remote codebase.", 
codebase\wt\boot\BootRB_en_GB.jad:        "A newer version of a locally cached JAR or ZIP file", "has been detected in the remote codebase.  You may", "download the file now or chose to ignore it until later.", "", "When downloading, the file may optionally be inflated", "since it was most likely created as a compressed file.", "Inflating the file immediately is recommended because", "it reduces the CPU overhead when reading entries", "later, but the resulting file is larger which possibly", "results in more disk I/O."
codebase\wt\boot\BootRB_en_US.jad:        "The Windchill Bootstrap Loader uses a local cache of", "JAR or ZIP files to load classes and resource files", "when executing Java applets or applications.  Each", "JAR or ZIP file corresponds to the contents of a remote", "codebase.", "", "Please enter the location of a local directory where", "the local files will be cached.  The bootstrap loader", "will store local files in subdirectories of this directory", "corresponding to each remote codebase.", 
codebase\wt\boot\BootRB_en_US.jad:        "A newer version of a locally cached JAR or ZIP file", "has been detected in the remote codebase.  You may", "download the file now or chose to ignore it until later.", "", "When downloading, the file may optionally be inflated", "since it was most likely created as a compressed file.", "Inflating the file immediately is recommended because", "it reduces the CPU overhead when reading entries", "later, but the resulting file is larger which possibly", "results in more disk I/O."
codebase\wt\boot\BootstrapMain.jad:            String s3 = getParameter("boot_codebase");
codebase\wt\boot\BootstrapMain.jad:                    "boot_codebase"
codebase\wt\boot\BootstrapMain.jad:            if(System.getProperty("wt.server.codebase") == null)
codebase\wt\boot\BootstrapMain.jad:                System.getProperties().put("wt.server.codebase", s3);
codebase\wt\boot\BootURLConnection.jad:        URL codebase;
codebase\wt\boot\BootURLConnection.jad:        registeredentry.codebase = url;
codebase\wt\boot\BootURLConnection.jad:        String s = registeredentry.codebase.getFile();
codebase\wt\boot\BootURLConnection.jad:            inputstream = openURLConnection(s2, registeredentry.codebase);
codebase\wt\boot\BootURLConnection.jad:        return new SocketPermission(registeredentry.codebase.getHost() + ":" + registeredentry.codebase.getPort(), "connect");
codebase\wt\boot\JarClassLoaderFactory.jad:        codebase = url;
codebase\wt\boot\JarClassLoaderFactory.jad:            installer = JarInstaller.newInstaller(codebase);
codebase\wt\boot\JarClassLoaderFactory.jad:    protected URL codebase;
codebase\wt\boot\JarClassLoaderFactory_default.jad:            hashtable = (Hashtable)cache.get(codebase);
codebase\wt\boot\JarClassLoaderFactory_default.jad:                cache.put(codebase, hashtable);
codebase\wt\boot\JarClassLoaderFactory_default.jad:                    int i = BootURLConnection.register(codebase, azipfile);
codebase\wt\boot\JarClassLoaderFactory_default.jad:                        url = new URL("boot", codebase.getHost(), i, codebase.getFile());
codebase\wt\boot\JarClassLoaderFactory_default.jad:                    obj = new WTJarClassLoader_default(azipfile, codebase, url, verboseLoader);
codebase\wt\boot\JarClassLoaderFactory_sun12.jad:        int i = BootURLConnection.register(codebase, azipfile);
codebase\wt\boot\JarClassLoaderFactory_sun12.jad:            url = new URL("boot", codebase.getHost(), i, codebase.getFile());
codebase\wt\boot\JarClassLoaderFactory_sun12.jad:        obj = WTJarClassLoader_sun12.newLoader(azipfile, codebase, url, threadGroup, archiveNames, ((ClassLoader) (obj)), verboseLoader);
codebase\wt\boot\JarInstaller.jad:        codebase = url;
codebase\wt\boot\JarInstaller.jad:        String s = getFullCodebaseHostName().toLowerCase();
codebase\wt\boot\JarInstaller.jad:        int i = codebase.getPort();
codebase\wt\boot\JarInstaller.jad:        for(StringTokenizer stringtokenizer = new StringTokenizer(codebase.getFile(), "/:"); stringtokenizer.hasMoreTokens();)
codebase\wt\boot\JarInstaller.jad:            System.out.println("Initializing JAR installer, codebase = " + codebase.toExternalForm());
codebase\wt\boot\JarInstaller.jad:                    String s1 = codebase.getFile();
codebase\wt\boot\JarInstaller.jad:                    url = new URL(codebase, s1);
codebase\wt\boot\JarInstaller.jad:    protected String getFullCodebaseHostName()
codebase\wt\boot\JarInstaller.jad:            return codebase.getHost();
codebase\wt\boot\JarInstaller.jad:        InetAddress inetaddress = InetAddress.getByName(codebase.getHost());
codebase\wt\boot\JarInstaller.jad:        return codebase.getHost();
codebase\wt\boot\JarInstaller.jad:            if("https".equals(codebase.getProtocol()))
codebase\wt\boot\JarInstaller.jad:        sourceUrl = new URL(codebase, jarFileName);
codebase\wt\boot\JarInstaller.jad:        String s = codebase.getFile();
codebase\wt\boot\JarInstaller.jad:        URL url = new URL(codebase, s);
codebase\wt\boot\JarInstaller.jad:    private URL codebase;
codebase\wt\boot\WTJarClassLoader_default.jad:        codebase = url;
codebase\wt\boot\WTJarClassLoader_default.jad:            System.out.println("\tcodebase = " + url.toExternalForm());
codebase\wt\boot\WTJarClassLoader_default.jad:            class1 = loadClass(s, codebase);
codebase\wt\boot\WTJarClassLoader_default.jad:            inputstream = getResourceAsStream(s, codebase);
codebase\wt\boot\WTJarClassLoader_default.jad:                url = new URL(codebase, s);
codebase\wt\boot\WTJarClassLoader_default.jad:        url = new URL(codebase, s1);
codebase\wt\boot\WTJarClassLoader_default.jad:            codebase
codebase\wt\boot\WTJarClassLoader_default.jad:    private URL codebase;
codebase\wt\boot\WTJarClassLoader_sun12.jad:        codebase = url;
codebase\wt\boot\WTJarClassLoader_sun12.jad:            System.out.println("\tcodebase = " + url.toExternalForm());
codebase\wt\boot\WTJarClassLoader_sun12.jad:    private URL codebase;
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:// Source File Name:   WTRMIHttpToCodebaseSocketFactory.java
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:public class WTRMIHttpToCodebaseSocketFactory extends WTRMIURLSocketFactory
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    public WTRMIHttpToCodebaseSocketFactory()
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    public WTRMIHttpToCodebaseSocketFactory(URL url)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    public WTRMIHttpToCodebaseSocketFactory(URL url, String s)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:            determineCodebase();
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        determineCodebase();
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        URL url = new URL(codebase, getJavaRMI(codebase) + "?forward=" + i);
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private void determineCodebase()
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        if(codebase == null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:            codebase = getSecurityContextCodebase();
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        if(codebase == null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:            codebase = getClassLoaderCodebase();
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        if(codebase == null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                if(codebase_property == null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                    codebase_property = getProperty("wt.server.codebase");
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                if(codebase_property != null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                    codebase = new URL(codebase_property);
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        if(codebase == null)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:            throw new IOException("Unable to determine server codebase");
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        if(!codebase.getFile().endsWith("/"))
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                codebase = new URL(codebase, codebase.getFile() + "/");
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private String getJavaRMI(final URL codebase)
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        s = (String)javarmiTable.get(codebase);
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:                        URL url = new URL(codebase, "wt.properties");
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:        javarmiTable.put(codebase, s);
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private URL getSecurityContextCodebase()
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private URL getClassLoaderCodebase()
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private URL codebase;
codebase\wt\boot\WTRMIHttpToCodebaseSocketFactory.jad:    private String codebase_property;
codebase\wt\boot\WTRMIMasterSocketFactory.jad://            AsyncConnector, WTRMIHttpsToCGISocketFactory, WTRMIURLSocketFactory, WTRMIHttpToCodebaseSocketFactory
codebase\wt\boot\WTRMIMasterSocketFactory.jad:        codebase = getProperty("wt.server.codebase");
codebase\wt\boot\WTRMIMasterSocketFactory.jad:                boolean flag2 = startConnector(j, aasyncconnector, getHttpToCodebaseSocketFactory(), s, i);
codebase\wt\boot\WTRMIMasterSocketFactory.jad:    private static RMISocketFactory getHttpToCodebaseSocketFactory()
codebase\wt\boot\WTRMIMasterSocketFactory.jad:        WTRMIHttpToCodebaseSocketFactory wtrmihttptocodebasesocketfactory = new WTRMIHttpToCodebaseSocketFactory(null, codebase);
codebase\wt\boot\WTRMIMasterSocketFactory.jad:        wtrmihttptocodebasesocketfactory.setLogLevel(logLevel);
codebase\wt\boot\WTRMIMasterSocketFactory.jad:        return wtrmihttptocodebasesocketfactory;
codebase\wt\boot\WTRMIMasterSocketFactory.jad:    static transient String codebase;
codebase\wt\cache\CacheManager.jad:                remoteservermanager = RemoteServerManager.getInstance(MASTER_CODEBASE);
codebase\wt\cache\CacheManager.jad:        if(MASTER_CODEBASE != null)
codebase\wt\cache\CacheManager.jad:                s1 = MASTER_CODEBASE.getHost();
codebase\wt\cache\CacheManager.jad:    private static final URL MASTER_CODEBASE;
codebase\wt\cache\CacheManager.jad:            String s = wtproperties.getProperty("wt.cache.master.codebase");
codebase\wt\cache\CacheManager.jad:                    MASTER_CODEBASE = new URL(s);
codebase\wt\cache\CacheManager.jad:                    MASTER_CODEBASE = null;
codebase\wt\cache\CacheManager.jad:                MASTER_CODEBASE = null;
codebase\wt\cache\CacheManager.jad:            if(DISABLED || MASTER_CODEBASE == null)
codebase\wt\cache\CacheManager.jad:                        MASTER = MASTER_CODEBASE.equals(WTProperties.getServerCodebase());
codebase\wt\cache\CacheManager.jad:                    System.out.println("Cache manager initalized, master = " + MASTER_CODEBASE.toExternalForm());
codebase\wt\calendar\CalendarProcessor.jad:    private static String CODEBASE;
codebase\wt\calendar\CalendarProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\change2\htmlclient\DefaultChangeTaskProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\change2\htmlclient\EffectivityLinkComponent.jad:    protected static String CODEBASE = null;
codebase\wt\change2\htmlclient\EffectivityLinkComponent.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\change2\htmlclient\ExpandableIconComponent.jad:    private static String CODEBASE;
codebase\wt\change2\htmlclient\ExpandableIconComponent.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\clients\administrator\DomainBrowserDialog.jad:            helpSystem = new NFHelpSystem("Administrator", context.getAppletContext(), context.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("com.ptc.core.domain.admin.client.impl.AdministratorHelpRB"));
codebase\wt\clients\administrator\ElectronicSignatureApplet.jad:                helpSystem = new NFHelpSystem("Administrator", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.administrator.AdministratorHelpRB", loc));
codebase\wt\clients\beans\AssociationsPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", getContext().getLocale()));
codebase\wt\clients\beans\ClassExplorer.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\beans\contentholder\AddressPropertiesDialog.jad:            helpSystem = new NFHelpSystem("contentholder", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.contentholder.ContentHolderHelpRB"));
codebase\wt\clients\beans\contentholder\FilePropertiesDialog.jad:            helpSystem = new NFHelpSystem("contentholder", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.contentholder.ContentHolderHelpRB"));
codebase\wt\clients\beans\contentholder\WTContentHolder.jad:            helpSystem = new NFHelpSystem("contentholder", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.contentholder.ContentHolderHelpRB"));
codebase\wt\clients\beans\EffectivityPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", getContext().getLocale()));
codebase\wt\clients\beans\explorer\WT.jad:                URL url = getContext().getCodeBase();
codebase\wt\clients\beans\FindGroupPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\FindOrgPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\FindUserPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\FolderPanel.jad:                helpSystem = new NFHelpSystem("beans", getContext().getAppletContext(), getContext().getCodeBase(), ONLINE_HELP, ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\lifecycle\LifeCyclePanel.jad:                helpSystem = new NFHelpSystem("lifecycle", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.lifecycle.LifeCycleHelpResources"));
codebase\wt\clients\beans\lifecycle\LifeCyclePanelWTUnit.jad:                helpSystem = new NFHelpSystem("lifecycle", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.lifecycle.LifeCycleHelpResources"));
codebase\wt\clients\beans\lifecycle\ProjectPanel.jad:                helpSystem = new NFHelpSystem("lifecycle", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.lifecycle.LifeCycleHelpResources"));
codebase\wt\clients\beans\OrgChooserDialog.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\PrincipalSelectionBrowseDialog.jad:            helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB"));
codebase\wt\clients\beans\PrincipalSelectionBrowser.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\PrincipalSelectionPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\beans\query\Applet.jsp:  codebase="../../../../"
codebase\wt\clients\beans\query\AppletQuery.jsp:  codebase="../../../../"
codebase\wt\clients\beans\query\WTQuery.jad:            helpSystem = new NFHelpSystem("query", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.query.QueryHelpResources"));
codebase\wt\clients\beans\UserSelectorPanel.jad:                helpSystem = new NFHelpSystem("beans", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.beans.BeansHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\calendar\CalendarApplet.jad:                helpSystem = new NFHelpSystem("Calendar", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.calendar.CalendarRB"));
codebase\wt\clients\checker\CheckerApplet.jad:            thisCodebase = getCodeBase();
codebase\wt\clients\checker\CheckerApplet.jad:    static URL thisCodebase;
codebase\wt\clients\checker\RMIConnectChecker.jad:                getRemoteJarProperties(CheckerApplet.thisCodebase);
codebase\wt\clients\csm\navigation\Navigation.jsp:     codebase="../../../.."
codebase\wt\clients\dndMicroApplet\DnDMicroApplet.jad:            baseURLParamString = getCodeBase().toString();
codebase\wt\clients\doc\CreateDocumentFrame.jad:            helpSystem = new NFHelpSystem("doc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.doc.DocHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\doc\UpdateDocumentFrame.jad:            helpSystem = new NFHelpSystem("doc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.doc.DocHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\doc\ViewDocumentFrame.jad:            helpSystem = new NFHelpSystem("doc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.doc.DocHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\effectivity\ConfigItemFrame.jad:                helpSystem = new NFHelpSystem("effectivity", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.effectivity.EffectivityHelpRB", getContext().getLocale()));
codebase\wt\clients\filevault\AdminAddHost.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\AdminAddMount.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\AdminAddVault.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\AdminEditFolder.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\AdminEditVault.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\FileVaultTreeFrame.jad:                _helpSystem = new NFHelpSystem("filevault", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\replication\ReplicationScheduler.jad:                _helpSystem = new NFHelpSystem("replication", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\revaulting\RevaultingScheduler.jad:                _helpSystem = new NFHelpSystem("revaulting", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\filevault\storageAdmin.jad:                URL url = wtcontext.getCodeBase();
codebase\wt\clients\filevault\storageAdmin.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.filevault.FvHelpRB", getLocale()));
codebase\wt\clients\filevault\storageAdmin.jsp:     codebase="../../.."
codebase\wt\clients\filevault\Util.jad:            URL url = wtcontext.getCodeBase();
codebase\wt\clients\filevault\Util.jad:            URL url = WTContext.getContext().getCodeBase();
codebase\wt\clients\folderexplorer\explorer.jsp:      codebase="../../.."
codebase\wt\clients\folderexplorer\WindchillExplorerFrame.jad:            helpSystem = new NFHelpSystem("folderexplorer", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.folderexplorer.FolderExplorerHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\folderexplorer\WindchillExplorerFrame.jad:            nfhelpsystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\gui\ContainerChooserDialog.jad:                helpSystem = new NFHelpSystem("gui", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.gui.GuiRB", WTContext.getContext().getLocale()));
codebase\wt\clients\gui\FindDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "_blank", ResourceBundle.getBundle("wt.clients.prodmgmt.PartTaskHelpResources", WTContext.getContext().getLocale()));
codebase\wt\clients\gwrevaulting\gwAdmin.jad:                URL url = wtcontext.getCodeBase();
codebase\wt\clients\gwrevaulting\gwAdmin.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.gwrevaulting.GWRevaultingHelpRB", getLocale()));
codebase\wt\clients\gwrevaulting\gwRevaulting.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="620" HEIGHT="420" CODEBASE="../../.." archive="wt/security/security.jar">
codebase\wt\clients\gwrevaulting\GWRevaulting.jad:                _helpSystem = new NFHelpSystem("gwrevaulting", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\homepage\AdminHomepageProcessor.jad:    private static String CODEBASE;
codebase\wt\clients\homepage\AdminHomepageProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\wt\clients\homepage\SetupHomepageProcessor.jad:    private static String CODEBASE;
codebase\wt\clients\homepage\SetupHomepageProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\wt\clients\homepage\WindchillHome.jad:            String s1 = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\clients\homepage\WindchillHome.jad:    private static String CODEBASE;
codebase\wt\clients\homepage\WindchillHome.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\wt\clients\iba\definition\AttributeDefinition.jsp:     codebase="../../../.."
codebase\wt\clients\ixb\exp\AddFilterToListDialog.jad:            helpSystem = new NFHelpSystem("ExportImport", ((ObjectExpFrame)jframe).getContext().getAppletContext(), ((ObjectExpFrame)jframe).getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\AddItemToListDialog.jad:            helpSystem = new NFHelpSystem("ExportImport", ((IXBExportFrame)jframe).getContext().getAppletContext(), ((IXBExportFrame)jframe).getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\FilterByTimeDialog.jad:            helpSystem = new NFHelpSystem("ExportImport", ((IXBExportFrame)jframe).getContext().getAppletContext(), ((IXBExportFrame)jframe).getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\FilterByTimeDialog.jad:            helpSystem = new NFHelpSystem("ExportImport", ((ObjectExpFrame)jframe).getContext().getAppletContext(), ((ObjectExpFrame)jframe).getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\IXBExportFrame.jad:            helpSystem = new NFHelpSystem("ExportImport", getContext().getAppletContext(), getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\NavigatorSearchDialog.jad:            helpSystem = new NFHelpSystem("ExportImport", ((IXBExportFrame)jframe).getContext().getAppletContext(), ((IXBExportFrame)jframe).getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\exp\ObjectExpFrame.jad:            helpSystem = new NFHelpSystem("ExportImport", getContext().getAppletContext(), getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\imp\IXBImportFrame.jad:            helpSystem = new NFHelpSystem("ExportImport", getContext().getAppletContext(), getContext().getCodeBase(), IXBOptions.HELP_TARGET, ResourceBundle.getBundle(IXBOptions.HELP_RESOURCE, WTContext.getContext().getLocale()));
codebase\wt\clients\ixb\IXBOptions.html:			WIDTH="300" HEIGHT="200" CODEBASE="/windchill" >
codebase\wt\clients\ixb\IXBOptions.html:<APPLET code="wt/boot/BootstrapApplet.class" WIDTH="620" HEIGHT="400" CODEBASE="../../.." archive="wt/security/security.jar">
codebase\wt\clients\ixb\IXBOptions.jad:                URL url = wtcontext.getCodeBase();
codebase\wt\clients\ixb\IXBOptions.jsp:        codebase="../../.."
codebase\wt\clients\ixb\IXBOptions.jsp:        codebase="../../.."
codebase\wt\clients\library\api\com\ptc\core\ca\web\client\content\WebContentDownloadModelDoer.html: <code>java_codebase</code> pointing to the base URL.</TD>
codebase\wt\clients\library\api\com\ptc\core\ca\web\client\content\WebContentDownloadModelDoer.html: <li><code>java_codebase</code> pointing to the base URL.
codebase\wt\clients\library\api\com\ptc\core\HTMLtemplateutil\server\processors\UtilProcessorService.html:<ul><li>The name "resourceName" can be used to pass the path of the base relative to Windchill/codebase. E.g., resourceName=wt/images.  If not specified, Windchill/codebase will be used as the base.</ul><DD><CODE>locale</CODE> - locale to use for localization<DD><CODE>os</CODE> - the output stream
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\BOMReportHelper.html:                         Reportable to apply to obtain additional data (see class doc)<DD><CODE>reportTypes</CODE> - Types of reports (as per BOMReportConstants); parallel array to reportRefs<DD><CODE>reportInputs</CODE> - Additional inputs to reports (beyond ids that will be provided from expanded BOM)<DD><CODE>locale</CODE> - Locale to return results in<DD><CODE>levelLimit</CODE> - BOM traversal depth limit; if less than zero, the traversal is unbounded<DD><CODE>xsltUrlStrings</CODE> - URLs to XSLT stylesheets to apply to XML results; relative URLs are evaluated as 'file:' URLs relative to the server codebase<DD><CODE>doTransformOnClient</CODE> - If true, the first XSLT URL will be inserted into the XML as a processing instruction before the XML is returned.
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\BOMReportHelper.html:                         Reportable to apply to obtain additional data (see class doc)<DD><CODE>reportTypes</CODE> - Types of reports (as per BOMReportConstants); parallel array to reportNames<DD><CODE>reportInputs</CODE> - Additional inputs to reports (beyond ids that will be provided from expanded BOM)<DD><CODE>locale</CODE> - Locale to return results in<DD><CODE>levelLimit</CODE> - BOM traversal depth limit; if less than zero, the traversal is unbounded<DD><CODE>xsltUrlStrings</CODE> - URLs to XSLT stylesheets to apply to XML results; relative URLs are evaluated as 'file:' URLs relative to the server codebase<DD><CODE>doTransformOnClient</CODE> - If true, the first XSLT URL will be inserted into the XML as a processing instruction before the XML is returned.
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\BOMReportHelper.html:                         Reportable to apply to obtain additional data (see class doc)<DD><CODE>reportTypes</CODE> - Types of reports (as per BOMReportConstants); parallel array to reportNames<DD><CODE>reportInputs</CODE> - Additional inputs to reports (beyond ids that will be provided from expanded BOM)<DD><CODE>locale</CODE> - Locale to return results in<DD><CODE>levelLimit</CODE> - - The limit on how many levels deep to go down in the BOMs.<DD><CODE>xsltUrlStrings</CODE> - URLs to XSLT stylesheets to apply to XML results; relative URLs are evaluated as 'file:' URLs relative to the server codebase<DD><CODE>doTransformOnClient</CODE> - If true, the first XSLT URL will be inserted into the XML as a processing instruction before the XML is returned.
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\BOMReportHelper.html:                         Reportable to apply to obtain additional data (see class doc)<DD><CODE>reportTypes</CODE> - Types of reports (as per BOMReportConstants); parallel array to reportNames<DD><CODE>reportInputs</CODE> - Additional inputs to reports (beyond ids that will be provided from expanded BOM)<DD><CODE>locale</CODE> - Locale to return results in<DD><CODE>levelLimit</CODE> - - The limit on how many levels deep to go down in the BOMs.<DD><CODE>xsltUrlStrings</CODE> - URLs to XSLT stylesheets to apply to XML results; relative URLs are evaluated as 'file:' URLs relative to the server codebase<DD><CODE>doTransformOnClient</CODE> - If true, the first XSLT URL will be inserted into the XML as a processing instruction before the XML is returned.
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\package-summary.html:in {Windchill codebase}/wtcore/jsp/report/bom.&nbsp; These JSP files contain
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\package-summary.html:codebase}/wtcore/jsp/report/bom</tt> currently default to <tt>{Windchill
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\package-summary.html:codebase}/com/ptc/core/query/report/bom/common/bomReportHTML.xsl</tt> a
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\package-summary.html:to the Windchill server codebase.
codebase\wt\clients\library\api\com\ptc\core\query\report\bom\common\package-summary.html:<p>There are other stylesheets in <tt>{Windchill codebase}/com/ptc/core/query/report/bom/common</tt>
codebase\wt\clients\library\api\deprecated-list.html: This template processor supports the HTML template, codebase.templates.change2.IntermediateAction,
codebase\wt\clients\library\api\index-files\index-19.html:<DD>Set the request URI for this factory to the Windchill Codebase of the URLFactory's
codebase\wt\clients\library\api\index-files\index-23.html:and is deployed as a signed JAR, <tt><i>&lt;Windchill codebase></i>/wt/clients/dndMicroApplet/DnDApplet.jar</tt>.<DT><A HREF="../wt/clients/doc/package-summary.html"><B>wt.clients.doc</B></A> - package wt.clients.doc<DD>&nbsp;<DT><A HREF="../wt/clients/effectivity/package-summary.html"><B>wt.clients.effectivity</B></A> - package wt.clients.effectivity<DD>&nbsp;<DT><A HREF="../wt/clients/folder/package-summary.html"><B>wt.clients.folder</B></A> - package wt.clients.folder<DD>&nbsp;<DT><A HREF="../wt/clients/folderexplorer/package-summary.html"><B>wt.clients.folderexplorer</B></A> - package wt.clients.folderexplorer<DD>&nbsp;<DT><A HREF="../wt/clients/gui/package-summary.html"><B>wt.clients.gui</B></A> - package wt.clients.gui<DD>&nbsp;<DT><A HREF="../wt/clients/homepage/package-summary.html"><B>wt.clients.homepage</B></A> - package wt.clients.homepage<DD>&nbsp;<DT><A HREF="../wt/clients/part/package-summary.html"><B>wt.clients.part</B></A> - package wt.clients.part<DD>&nbsp;<DT><A HREF="../wt/clients/prefs/package-summary.html"><B>wt.clients.prefs</B></A> - package wt.clients.prefs<DD>&nbsp;<DT><A HREF="../wt/clients/prodmgmt/package-summary.html"><B>wt.clients.prodmgmt</B></A> - package wt.clients.prodmgmt<DD>&nbsp;<DT><A HREF="../wt/clients/replication/unit/package-summary.html"><B>wt.clients.replication.unit</B></A> - package wt.clients.replication.unit<DD>&nbsp;<DT><A HREF="../wt/clients/step/package-summary.html"><B>wt.clients.step</B></A> - package wt.clients.step<DD>&nbsp;<DT><A HREF="../wt/clients/util/package-summary.html"><B>wt.clients.util</B></A> - package wt.clients.util<DD>&nbsp;<DT><A HREF="../wt/clients/util/http/package-summary.html"><B>wt.clients.util.http</B></A> - package wt.clients.util.http<DD>&nbsp;<DT><A HREF="../wt/clients/vc/package-summary.html"><B>wt.clients.vc</B></A> - package wt.clients.vc<DD>&nbsp;<DT><A HREF="../wt/clients/widgets/package-summary.html"><B>wt.clients.widgets</B></A> - package wt.clients.widgets<DD>&nbsp;<DT><A HREF="../wt/clients/workflow/engine/package-summary.html"><B>wt.clients.workflow.engine</B></A> - package wt.clients.workflow.engine<DD>&nbsp;<DT><A HREF="../wt/configuration/package-summary.html"><B>wt.configuration</B></A> - package wt.configuration<DD>&nbsp;<DT><A HREF="../wt/conflict/package-summary.html"><B>wt.conflict</B></A> - package wt.conflict<DD>&nbsp;<DT><A HREF="../wt/container/batch/package-summary.html"><B>wt.container.batch</B></A> - package wt.container.batch<DD>&nbsp;<DT><A HREF="../wt/container/batch/impl/package-summary.html"><B>wt.container.batch.impl</B></A> - package wt.container.batch.impl<DD>&nbsp;<DT><A HREF="../wt/content/package-summary.html"><B>wt.content</B></A> - package wt.content<DD><div class=Section1>
codebase\wt\clients\library\api\index-files\index-23.html:trying to upload/download content) per codebase, so that a "rogue"

codebase\wt\clients\library\api\index-files\index-3.html: This template processor supports the HTML template, codebase.templates.change2.IntermediateAction,
codebase\wt\clients\library\api\index-files\index-4.html: Windchill codebase being common between the URLFactory, and the requested
codebase\wt\clients\library\api\index-files\index-5.html:<DT><A HREF="../wt/federation/FederationHelper.html#encodeBase64(byte[])"><B>encodeBase64(byte[])</B></A> - 
codebase\wt\clients\library\api\index-files\index-5.html: <code>java_codebase</code> pointing to the base URL.
codebase\wt\clients\library\api\index-files\index-7.html: Codebase.
codebase\wt\clients\library\api\index-files\index-7.html: the Windchill codebase.
codebase\wt\clients\library\api\index-files\index-7.html:<DT><A HREF="../wt/util/WTContext.html#getCodeBase()"><B>getCodeBase()</B></A> - 
codebase\wt\clients\library\api\index-files\index-7.html: server codebase URL.
codebase\wt\clients\library\api\index-files\index-7.html: server codebase URL.
codebase\wt\clients\library\api\index-files\index-7.html: server codebase URL.
codebase\wt\clients\library\api\index-files\index-7.html: resource file wt.properties in the local codebase, and Java system properties.
codebase\wt\clients\library\api\index-files\index-7.html: relative to the given codebase.
codebase\wt\clients\library\api\index-files\index-7.html:<DT><A HREF="../wt/util/WTProperties.html#getServerCodebase()"><B>getServerCodebase()</B></A> - 
codebase\wt\clients\library\api\index-files\index-7.html:<DD>Convenience method to retrieve server codebase URL for the current thread.
codebase\wt\clients\library\api\index-files\index-7.html:<DT><A HREF="../wt/util/WTProperties.html#getServerCodebase(java.applet.Applet, java.util.Properties)"><B>getServerCodebase(Applet, Properties)</B></A> - 
codebase\wt\clients\library\api\index-files\index-7.html:<DD>Get server codebase URL as determined from applet codebase or property value.
codebase\wt\clients\library\api\index-files\index-7.html:<DD>Get a properties object for the given server codebase that includes
codebase\wt\clients\library\api\index-files\index-7.html: URL connection relative to this context's codebase.
codebase\wt\clients\library\api\overview-summary.html:and is deployed as a signed JAR, <tt><i>&lt;Windchill codebase></i>/wt/clients/dndMicroApplet/DnDApplet.jar</tt>.</TD>
codebase\wt\clients\library\api\overview-summary.html:trying to upload/download content) per codebase, so that a "rogue"

codebase\wt\clients\library\api\serialized-form.html:codeBase</H3>
codebase\wt\clients\library\api\serialized-form.html:<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>codeBase</B></PRE>
codebase\wt\clients\library\api\serialized-form.html:codeBase</H3>
codebase\wt\clients\library\api\serialized-form.html:<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>codeBase</B></PRE>
codebase\wt\clients\library\api\wt\boot\BootstrapApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\boot\BootstrapApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#isActive()" title="class or interface in java.applet">isActive</A></CODE></TD>
codebase\wt\clients\library\api\wt\boot\JarClassLoaderFactory.html:           <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase)</CODE>
codebase\wt\clients\library\api\wt\boot\JarClassLoaderFactory.html:                                               <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase)</PRE>
codebase\wt\clients\library\api\wt\cache\CacheManager.html: If the <code>wt.cache.master.codebase</code> property is set, this local master
codebase\wt\clients\library\api\wt\cache\CacheManager.html: On the master host, the <code>wt.cache.master.codebase</code> should not be set, or
codebase\wt\clients\library\api\wt\cache\CacheManager.html: if set, it should be identical to the <code>wt.server.codebase</code> property.
codebase\wt\clients\library\api\wt\cache\CacheManager.html: If a non-master and master share an identical <code>wt.server.codebase</code> URLs,
codebase\wt\clients\library\api\wt\change2\htmlclient\ChangeIntermediateActionProcessor.html: This template processor supports the HTML template, codebase.templates.change2.IntermediateAction,
codebase\wt\clients\library\api\wt\change2\htmlclient\ChangeManagementFormProcessor.html: Refer to codebase.change2.change2.properties to determine the HTML
codebase\wt\clients\library\api\wt\clients\checker\CheckerApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\checker\CheckerApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#isActive()" title="class or interface in java.applet">isActive</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\dndMicroApplet\DnDMicroApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#destroy()" title="class or interface in java.applet">destroy</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#start()" title="class or interface in java.applet">start</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#stop()" title="class or interface in java.applet">stop</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\dndMicroApplet\DnDMicroAppletConstants.html:      this parameter is unspecified, Applet.getCodeBase() will be used
codebase\wt\clients\library\api\wt\clients\dndMicroApplet\package-summary.html:and is deployed as a signed JAR, <tt><i>&lt;Windchill codebase></i>/wt/clients/dndMicroApplet/DnDApplet.jar</tt>.
codebase\wt\clients\library\api\wt\clients\dndMicroApplet\package-summary.html:and is deployed as a signed JAR, <tt><i>&lt;Windchill codebase></i>/wt/clients/dndMicroApplet/DnDApplet.jar</tt>.
codebase\wt\clients\library\api\wt\clients\folderexplorer\WindchillExplorerFocusApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\homepage\WindchillHome.html: get and write out the location (URL) of the given page.  This location uses the server codebase as defined in the wt.properties file.
codebase\wt\clients\library\api\wt\clients\homepage\WindchillHome.html:<DD><CODE><A HREF="../../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - Thrown if the server codebase property cannot be obtained.</DL>
codebase\wt\clients\library\api\wt\clients\util\FileChooserDropApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\util\http\DownloadApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\util\http\UploadApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\util\HyperlinkFileChooserApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\util\JFileChooserApplet.html:<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAccessibleContext()" title="class or interface in java.applet">getAccessibleContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletContext()" title="class or interface in java.applet">getAppletContext</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAppletInfo()" title="class or interface in java.applet">getAppletInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getAudioClip(java.net.URL, java.lang.String)" title="class or interface in java.applet">getAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getDocumentBase()" title="class or interface in java.applet">getDocumentBase</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getImage(java.net.URL, java.lang.String)" title="class or interface in java.applet">getImage</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getLocale()" title="class or interface in java.applet">getLocale</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameter(java.lang.String)" title="class or interface in java.applet">getParameter</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#getParameterInfo()" title="class or interface in java.applet">getParameterInfo</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#isActive()" title="class or interface in java.applet">isActive</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#newAudioClip(java.net.URL)" title="class or interface in java.applet">newAudioClip</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#play(java.net.URL, java.lang.String)" title="class or interface in java.applet">play</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(java.awt.Dimension)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#resize(int, int)" title="class or interface in java.applet">resize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#setStub(java.applet.AppletStub)" title="class or interface in java.applet">setStub</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html#showStatus(java.lang.String)" title="class or interface in java.applet">showStatus</A></CODE></TD>
codebase\wt\clients\library\api\wt\clients\util\WTJSObject.html: in the Windchill codebase. The classes are supplied by the browsers
codebase\wt\clients\library\api\wt\enterprise\BasicTemplateProcessor.html:  parameter and is expected to be in $(wt.server.codebase)/wt/clients/images/.
codebase\wt\clients\library\api\wt\enterprise\BasicTemplateProcessor.html:    page relative to codebase. For example, if the HTML Help page was at
codebase\wt\clients\library\api\wt\federation\FederationHelper.html:<TD><CODE><B><A HREF="../../wt/federation/FederationHelper.html#encodeBase64(byte[])">encodeBase64</A></B>(byte[]&nbsp;octets)</CODE>
codebase\wt\clients\library\api\wt\federation\FederationHelper.html:<A NAME="encodeBase64(byte[])"><!-- --></A><H3>
codebase\wt\clients\library\api\wt\federation\FederationHelper.html:encodeBase64</H3>
codebase\wt\clients\library\api\wt\federation\FederationHelper.html:public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>encodeBase64</B>(byte[]&nbsp;octets)</PRE>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:	the HREF will be relative to the Windchill codebase.  <P>For example,
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:	and the requestURI for the URLFactory is set to the codebase
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\GatewayServletHelper.html:<DD><CODE><A HREF="../../wt/util/WTException.html" title="class in wt.util">WTException</A></CODE> - If the server-codebase could not be reached.</DL>
codebase\wt\clients\library\api\wt\httpgw\URLData.html:	The packagePath should be declared with the Windchill codebase leading the packagepath.
codebase\wt\clients\library\api\wt\httpgw\URLData.html:	For example, if the package path is defined as wt/clients with a codebase of Windchill
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Instances are constructed given a codebase URL for a Windchill system.  This URL
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: from the server codebase are used to determine the system's base URL and any URL
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: different than the server codebase URL used to construct the factory.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Windchill codebase directory.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <code>Protocol://hostname:port/windchill-codebase/package-path/resource</code> </TD><TD> Will map the resource to a specific resource, located in a Windchill codebase and package path  on the
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>Protocol://hostname:port/windchill-codebase/package-path/</code> </TD><TD> will map the package to a specific package path and Windchill codebase, located
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>Protocol://hostname/windchill-codebase/package-path/resource</code> </TD><TD> will map the resource to a specific windchill codeebase and package path, located
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>Protocol://hostname/windchill-codebase/package-path/</code> </TD><TD> will map the package path to a specific windchill codebase and package path, located
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>://hostname</code></td><TD>Will map the resource to a new hostname maintaining the same protocol, port windchill codebase and package path.</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>://hostname:port</code></td><TD>Will map the resource to a new hostname and port maintaining the same protocol codebase and package path.</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>://hostname/windchill-codebase/package-path/</code></TD><TD>Will map the resource to a new hostname, Windchill codebase and package path using the same port and protocol</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>://hostname:port/windchill-codebase/package-path/</code></TD><TD>Will map the resource to a new hostname port and windchill codebase/package path using the same protocol</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>://:port/windchill-codebase/package-path/</code></TD><TD>Will map the resource to a new port on the same host with a new path to the Windchill codebase and package path.</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><codE>://:port/windchill-codebase/package-path/resource</code></TD><TD>Will map the resource to a new port and resource path (including Windchill codebase)</TD></TR>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>/package-path/</code></td><td>Will remap a given package path to new package path including the Windchill codebase, while maintaining
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>package-path/</code></td><td>Will remap a given package path to a new package path using the current Windchill codebase, while maintaining
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>/package-path/resource</code></td><td>Will remap a given resource to a new Windchill codebase and package path as defined while maintaining
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <TR><TD><code>package-path/resource</code></TD><TD>Will remap a given resource to a new package path utilizing the same Windchill codebase while maintaining
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:<TD><CODE><B><A HREF="../../wt/httpgw/URLFactory.html#URLFactory(java.net.URL)">URLFactory</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)</CODE>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Windchill codebase being common between the URLFactory, and the requested
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Codebase.</TD>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: the Windchill codebase.</TD>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the request URI for this factory to the Windchill Codebase of the URLFactory's
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:    The Windchill codebase will be the codebase of the local server.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:public <B>URLFactory</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:    should point the URLFactory to the codebase of the desired Windchill
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:<DT><B>Parameters:</B><DD><CODE>server_codebase</CODE> - codebase URL corresponding to the desired system.</DL>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:<DD>Set the request URI for this factory to the Windchill Codebase of the URLFactory's
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Windchill system. The base HREF will be returned to the Windchill codebase.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:<DT><B>Returns:</B><DD>String The HREF to the windchill codebase.</DL>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: interpreted relative to the Windhcill codebase URL. <P>
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Codebase.  If this is the String that is desired for the &lt;BASE&gt;
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Request URI and not the Windchill codebase.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: <P>@return The fully qualified base to the Windchill codebase.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: the Windchill codebase.  If the current RequestURI is null, the fully
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: qualified HREF to the Windchill codebase will be returned.
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html:<DT><B>Returns:</B><DD>base HREF to the Windchill Codebase
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: Windchill codebase being common between the URLFactory, and the requested
codebase\wt\clients\library\api\wt\httpgw\URLFactory.html: within the current codebase.  If the path can not be resolved to the
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Courier'>Windchill\codebase\registry\ixb\object_set_handlers</span>.</p>
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:10.0pt;mso-bidi-font-size:12.0pt;font-family:Courier'>\codebase\registry\ixb\object_set_handlers</span>
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:normal'>&lt;Windchill&gt;\codebase\registry\ixb\object_set_handlers\product_struct.xml</i>”)</p>
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:Courier'>Windchill\codebase\registry\ixb\object_set_handlers</span> with the
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:<p class=MsoBodyText>(From “<i style='mso-bidi-font-style:normal'>&lt;Windchill&gt;\codebase\registry\ixb\object_set_handlers\product_struct.xml</i>”)</p>
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:<p class=MsoNormal>(File: “<i style='mso-bidi-font-style:normal'>&lt;Windchill&gt;\codebase\registry\ixb\object_set_handlers\
codebase\wt\clients\library\api\wt\ixb\objectset\package-summary.html:style='mso-bidi-font-style:normal'>\codebase\registry\ixb\object_set_handlers\product_struct.</i><span
codebase\wt\clients\library\api\wt\ixb\publicforhandlers\package-summary.html:The repository is located in Windchill/codebase/registry/ixb/handlers.<P>
codebase\wt\clients\library\api\wt\ixb\publicforhandlers\package-summary.html:new .xml file can be added into directory "Windchill/codebase/registry/ixb/handlers",
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html:<TD><CODE><B><A HREF="../../wt/manager/RemoteServerManager.html#getInstance(java.net.URL)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)</CODE>
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html: server codebase URL.</TD>
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html:public static <A HREF="../../wt/manager/RemoteServerManager.html" title="class in wt.manager">RemoteServerManager</A> <B>getInstance</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)</PRE>
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html: server codebase URL.
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html:<DT><B>Parameters:</B><DD><CODE>server_codebase</CODE> - the server codebase URL</DL>
codebase\wt\clients\library\api\wt\manager\RemoteServerManager.html: The default instance is the one corresponding to the server codebase of the
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:<TD><CODE><B><A HREF="../../wt/method/RemoteMethodServer.html#getInstance(java.net.URL)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)</CODE>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html: server codebase URL.</TD>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:<TD><CODE><B><A HREF="../../wt/method/RemoteMethodServer.html#getInstance(java.net.URL, java.lang.String)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase,
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html: server codebase URL.</TD>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:public static <A HREF="../../wt/method/RemoteMethodServer.html" title="class in wt.method">RemoteMethodServer</A> <B>getInstance</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase)</PRE>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html: server codebase URL.
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:<DT><B>Parameters:</B><DD><CODE>server_codebase</CODE> - the server codebase URL</DL>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:public static <A HREF="../../wt/method/RemoteMethodServer.html" title="class in wt.method">RemoteMethodServer</A> <B>getInstance</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server_codebase,
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html: server codebase URL.
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html:<DT><B>Parameters:</B><DD><CODE>server_codebase</CODE> - the server codebase URL<DD><CODE>service_name</CODE> - the service name registered by the server</DL>
codebase\wt\clients\library\api\wt\method\RemoteMethodServer.html: The default instance is the one corresponding to the server codebase of the
codebase\wt\clients\library\api\wt\prefs\registry\PrefsRegistry.html: are located in the wt/prefs/registry under the codebase folder and are called:
codebase\wt\clients\library\api\wt\query\template\ReportTemplateHelper.html: name is used to reference the XSL file relative to codebase.  If these
codebase\wt\clients\library\api\wt\security\package-summary.html:trying to upload/download content) per codebase, so that a "rogue"

codebase\wt\clients\library\api\wt\security\package-summary.html:trying to upload/download content) per codebase, so that a "rogue"

codebase\wt\clients\library\api\wt\taglib\util\PluginTag.html:   codebase=&quot;../../..&quot;
codebase\wt\clients\library\api\wt\taglib\util\PluginTag.html:   codebase="classFileDirectoryName"
codebase\wt\clients\library\api\wt\taglib\util\PluginTagGenerator.html: container (ie codebase, code, height, width).  These inputs are prepended
codebase\wt\clients\library\api\wt\taglib\util\PluginTagGenerator.html: wt.taglib.util.PluginTagGenerator createPluginTag code="pkg/foo.class" codebase=".." width="100" height="20" param.name1="value1" param.name2="value2" recurse.param.basename="wt.htmlutil.HtmlUtil createBase" fallback="This is the fallback message"
codebase\wt\clients\library\api\wt\taglib\util\PluginTagGenerator.html: directory named in the <code>codebase</code> attribute.
codebase\wt\clients\library\api\wt\taglib\util\PluginTagGenerator.html: <code>codebase</code></font></td>
codebase\wt\clients\library\api\wt\templateutil\processor\HelpDirectoryGenerator.html:<DD>Returns a relative path that is a localized, candidate path from codebase
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html: path from codebase begins with</I>
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html: in the property file should be relative path from codebase and end
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html: in the property file should be relative path from codebase and end
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html: The entry in the property file should be relative path from codebase
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html: The entry in the property file should be relative path from codebase
codebase\wt\clients\library\api\wt\templateutil\processor\HelpHTMLTemplateFactory.html:<DD>Returns the path to the HTML Help Page file relative to the codebase
codebase\wt\clients\library\api\wt\templateutil\processor\NewHelpDirectoryGenerator.html:<DD>Returns a relative path that is a localized, candidate path from codebase
codebase\wt\clients\library\api\wt\templateutil\processor\OldHelpDirectoryGenerator.html:<DD>Returns a relative path that is a localized, candidate path from codebase
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\version\WindchillVersion.html: $(wt.home)/codebase/instreg/registry
codebase\wt\clients\library\api\wt\util\WTContext.html: codebases, and even classes loaded from a remote codebase may share static state between
codebase\wt\clients\library\api\wt\util\WTContext.html: multiple applets from that codebase.
codebase\wt\clients\library\api\wt\util\WTContext.html:<TD><CODE><B><A HREF="../../wt/util/WTContext.html#getCodeBase()">getCodeBase</A></B>()</CODE>
codebase\wt\clients\library\api\wt\util\WTContext.html:<TD><CODE><B><A HREF="../../wt/util/WTContext.html#getResource(java.net.URL, java.lang.String)">getResource</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase,
codebase\wt\clients\library\api\wt\util\WTContext.html:<TD><CODE><B><A HREF="../../wt/util/WTContext.html#getResourceAsStream(java.net.URL, java.lang.String)">getResourceAsStream</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase,
codebase\wt\clients\library\api\wt\util\WTContext.html: relative to the given codebase.</TD>
codebase\wt\clients\library\api\wt\util\WTContext.html: URL connection relative to this context's codebase.</TD>
codebase\wt\clients\library\api\wt\util\WTContext.html: are otherwise accessed using URLs relative to the server codebase as determined
codebase\wt\clients\library\api\wt\util\WTContext.html:<A NAME="getCodeBase()"><!-- --></A><H3>
codebase\wt\clients\library\api\wt\util\WTContext.html:getCodeBase</H3>
codebase\wt\clients\library\api\wt\util\WTContext.html:public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>getCodeBase</B>()</PRE>
codebase\wt\clients\library\api\wt\util\WTContext.html:<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html#getCodeBase()" title="class or interface in java.applet">getCodeBase</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/AppletStub.html" title="class or interface in java.applet">AppletStub</A></CODE></DL>
codebase\wt\clients\library\api\wt\util\WTContext.html: resource, a URL connection is attempted relative to this context's codebase.  Null
codebase\wt\clients\library\api\wt\util\WTContext.html: resource, a URL connection is attempted relative to this context's codebase.  Null
codebase\wt\clients\library\api\wt\util\WTContext.html: context's codebase.  Null is returned if no resource by this name is found.  The
codebase\wt\clients\library\api\wt\util\WTContext.html:public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A> <B>getResourceAsStream</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase,
codebase\wt\clients\library\api\wt\util\WTContext.html: relative to the given codebase.  This method could be static except for the need to
codebase\wt\clients\library\api\wt\util\WTContext.html:<DT><B>Parameters:</B><DD><CODE>codebase</CODE> - the codebase URL<DD><CODE>name</CODE> - the name of the resource (full path, may include leading "/")
codebase\wt\clients\library\api\wt\util\WTContext.html: to this context's codebase.
codebase\wt\clients\library\api\wt\util\WTContext.html:public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>getResource</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase,
codebase\wt\clients\library\api\wt\util\WTContext.html: This method builds a URL relative to a given codebase URL.
codebase\wt\clients\library\api\wt\util\WTContext.html:<DT><B>Parameters:</B><DD><CODE>codebase</CODE> - the codebase URL<DD><CODE>name</CODE> - the name of the resource (full path, may include leading "/")
codebase\wt\clients\library\api\wt\util\WTContext.html: URL connection relative to this context's codebase.  This is similar to
codebase\wt\clients\library\api\wt\util\WTContext.html: This method builds a URL relative to this context's server codebase.  This is similar
codebase\wt\clients\library\api\wt\util\WTProperties.html:     the server's codebase URL. For applets, the codebase is the applet's
codebase\wt\clients\library\api\wt\util\WTProperties.html:     codebase unless an applet parameter named <TT>wt.server.codebase</TT> indicates
codebase\wt\clients\library\api\wt\util\WTProperties.html:     otherwise. For applications, it is the <TT>wt.server.codebase</TT>
codebase\wt\clients\library\api\wt\util\WTProperties.html: resource file wt.properties in the local codebase, and Java system properties.</TD>
codebase\wt\clients\library\api\wt\util\WTProperties.html:<TD><CODE><B><A HREF="../../wt/util/WTProperties.html#getServerCodebase()">getServerCodebase</A></B>()</CODE>
codebase\wt\clients\library\api\wt\util\WTProperties.html:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convenience method to retrieve server codebase URL for the current thread.</TD>
codebase\wt\clients\library\api\wt\util\WTProperties.html:<TD><CODE><B><A HREF="../../wt/util/WTProperties.html#getServerCodebase(java.applet.Applet, java.util.Properties)">getServerCodebase</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html" title="class or interface in java.applet">Applet</A>&nbsp;applet,
codebase\wt\clients\library\api\wt\util\WTProperties.html:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get server codebase URL as determined from applet codebase or property value.</TD>
codebase\wt\clients\library\api\wt\util\WTProperties.html:<TD><CODE><B><A HREF="../../wt/util/WTProperties.html#getServerProperties(java.net.URL)">getServerProperties</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase)</CODE>
codebase\wt\clients\library\api\wt\util\WTProperties.html:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a properties object for the given server codebase that includes
codebase\wt\clients\library\api\wt\util\WTProperties.html: resource file wt.properties in the local codebase, and Java system properties.
codebase\wt\clients\library\api\wt\util\WTProperties.html:public static <A HREF="../../wt/util/WTProperties.html" title="class in wt.util">WTProperties</A> <B>getServerProperties</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;codebase)
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DD>Get a properties object for the given server codebase that includes
codebase\wt\clients\library\api\wt\util\WTProperties.html: <code>codebase</code> argument is null, the properties for
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DT><B>Parameters:</B><DD><CODE>codebase</CODE> - the server codebase to load properties from
codebase\wt\clients\library\api\wt\util\WTProperties.html:<A NAME="getServerCodebase()"><!-- --></A><H3>
codebase\wt\clients\library\api\wt\util\WTProperties.html:getServerCodebase</H3>
codebase\wt\clients\library\api\wt\util\WTProperties.html:public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>getServerCodebase</B>()
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DD>Convenience method to retrieve server codebase URL for the current thread.
codebase\wt\clients\library\api\wt\util\WTProperties.html: If called from an applet context, it will be the applet's codebase unless overridden
codebase\wt\clients\library\api\wt\util\WTProperties.html: by an applet parameter named <code>wt.server.codebase</code>.  If called from an
codebase\wt\clients\library\api\wt\util\WTProperties.html: application, it will return the URL for the local <code>wt.server.codebase</code>
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DT><B>Returns:</B><DD>the codebase URL
codebase\wt\clients\library\api\wt\util\WTProperties.html:<A NAME="getServerCodebase(java.applet.Applet, java.util.Properties)"><!-- --></A><H3>
codebase\wt\clients\library\api\wt\util\WTProperties.html:getServerCodebase</H3>
codebase\wt\clients\library\api\wt\util\WTProperties.html:public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A> <B>getServerCodebase</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/applet/Applet.html" title="class or interface in java.applet">Applet</A>&nbsp;applet,
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DD>Get server codebase URL as determined from applet codebase or property value.
codebase\wt\clients\library\api\wt\util\WTProperties.html: If the specified applet is non-null, it will be the applet's codebase unless overridden
codebase\wt\clients\library\api\wt\util\WTProperties.html: by an applet parameter named <code>wt.server.codebase</code>.  If the codebase is not
codebase\wt\clients\library\api\wt\util\WTProperties.html: available from the applet, it will return the URL for the <code>wt.server.codebase</code>
codebase\wt\clients\library\api\wt\util\WTProperties.html: property in the given property object.  If <code>wt.server.codebase</code> is not specified,
codebase\wt\clients\library\api\wt\util\WTProperties.html: but <code>wt.server.codebase.locator</code> is specified, the given URL will be opened and
codebase\wt\clients\library\api\wt\util\WTProperties.html: used to read the server codebase URL as the first line of the response body.
codebase\wt\clients\library\api\wt\util\WTProperties.html:<DT><B>Returns:</B><DD>the codebase URL
codebase\wt\clients\library\prior_release_change_reports\60_sapi_changes.html:            <TD>public static java.lang.String <A HREF="api/wt/federation/FederationUtilities.html#encodeBase64(byte[])">encodeBase64(byte[])</A></TD>
codebase\wt\clients\lifecycle\administrator\LifeCycleAdminTask.jsp:  codebase="../../../../"
codebase\wt\clients\lifecycle\administrator\LifeCycleDefinitionPanel.jad:            helpSystem = new NFHelpSystem("LifeCycleAdmin", applet.getAppletContext(), applet.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.administrator.LifeCycleAdminHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\lifecycle\administrator\LifeCycleDefinitionPanel.jad:            NFHelpSystem nfhelpsystem = new NFHelpSystem("ProjectRB", applet.getAppletContext(), applet.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.project.ProjectHelpRB"));
codebase\wt\clients\lifecycle\administrator\Util.jad:                helpSystem = new NFHelpSystem("LifeCycleAdmin", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.administrator.LifeCycleAdminHelpRB"));
codebase\wt\clients\lifecycle\promote\LifeCyclePromoteReview.jad:            helpSystem = new NFHelpSystem("PromoteReview", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.promote.PromoteHelpRB"));
codebase\wt\clients\lifecycle\select\ReassignLifecycleDialog.jad:            helpSystem = new NFHelpSystem("AssignLifeCycle", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.select.SelectHelpRB"));
codebase\wt\clients\lifecycle\select\ReassignProjectDialog.jad:            helpSystem = new NFHelpSystem("AssignLifeCycle", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.select.SelectHelpRB"));
codebase\wt\clients\lifecycle\select\SetLifeCycleStateDialog.jad:            helpSystem = new NFHelpSystem("SetLifeCycleState", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.lifecycle.select.SelectHelpRB"));
codebase\wt\clients\login\Login.jsp:  codebase="../../.."
codebase\wt\clients\prefwrangler\prefwrangler.html:<A HREF="sectn3.html#codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler.html:<PRE>signed.applets.codebase_principal_support</PRE></A>
codebase\wt\clients\prefwrangler\prefwrangler.html:<SCRIPT ID="ID_pre_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler.html:var prefName_codebasePrincipals = "signed.applets.codebase_principal_support";
codebase\wt\clients\prefwrangler\prefwrangler.html:var prefState_codebasePrincipals = getPrefState(prefName_codebasePrincipals);
codebase\wt\clients\prefwrangler\prefwrangler.html:<INPUT ID="ID_input_codebasePrincipals" TYPE="checkbox" NAME="prefCheck_codebasePrincipals"  ONCLICK="return togglePrefState(prefName_codebasePrincipals, prefState_codebasePrincipals);">
codebase\wt\clients\prefwrangler\prefwrangler.html:<SCRIPT ID="ID_post_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler.html:document.prefWrangler.prefCheck_codebasePrincipals.checked = prefState_codebasePrincipals;
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:<A HREF="sectn3.html#codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:<PRE>signed.applets.codebase_principal_support</PRE></A>
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:<SCRIPT ID="ID_pre_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:var prefName_codebasePrincipals = "signed.applets.codebase_principal_support";
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:var prefState_codebasePrincipals = getPrefState(prefName_codebasePrincipals);
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:<INPUT ID="ID_input_codebasePrincipals" TYPE="checkbox" NAME="prefCheck_codebasePrincipals"  ONCLICK="return togglePrefState(prefName_codebasePrincipals, prefState_codebasePrincipals);">
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:<SCRIPT ID="ID_post_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_GB.html:document.prefWrangler.prefCheck_codebasePrincipals.checked = prefState_codebasePrincipals;
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:<A HREF="sectn3.html#codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:<PRE>signed.applets.codebase_principal_support</PRE></A>
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:<SCRIPT ID="ID_pre_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:var prefName_codebasePrincipals = "signed.applets.codebase_principal_support";
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:var prefState_codebasePrincipals = getPrefState(prefName_codebasePrincipals);
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:<INPUT ID="ID_input_codebasePrincipals" TYPE="checkbox" NAME="prefCheck_codebasePrincipals"  ONCLICK="return togglePrefState(prefName_codebasePrincipals, prefState_codebasePrincipals);">
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:<SCRIPT ID="ID_post_codebasePrincipals">
codebase\wt\clients\prefwrangler\prefwrangler_en_US.html:document.prefWrangler.prefCheck_codebasePrincipals.checked = prefState_codebasePrincipals;
codebase\wt\clients\prefwrangler\sectn3.html:	<LI><A HREF="#codebasePrincipals">signed.applets.codebase_principal_support</A>
codebase\wt\clients\prefwrangler\sectn3.html:<A NAME="codebasePrincipals"></A>
codebase\wt\clients\prefwrangler\sectn3.html:<B>signed.applets.codebase_principal_support</B>
codebase\wt\clients\prefwrangler\sectn3.html:certificate in an https codebase), or that are based on <I>
codebase\wt\clients\prefwrangler\sectn3.html:Communicator will allow an <I>http://</I> codebase (the URL representing
codebase\wt\clients\prefwrangler\sectn3.html:on codebase principals.<P>
codebase\wt\clients\prefwrangler\sectn3.html:<PRE>user_pref("signed.applets.codebase_principal_support", true);</PRE>
codebase\wt\clients\prodmgmt\AllocateInstanceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\AllocateSNPartDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\AssignPartToVersionDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\AssociateConfigurationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\ChooseOccurrenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\ConfigSpecDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\DeleteAnnotationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\EditOccurrenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\HelperPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale())));
codebase\wt\clients\prodmgmt\OccurrencesDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\OpenAnnotationDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\PartExplorer.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, getContext().getLocale()));
codebase\wt\clients\prodmgmt\PartExplorerFrame.jad:                helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE, getContext().getLocale()));
codebase\wt\clients\prodmgmt\PopulateFromDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\prodmgmt\ProdMgmt.jsp:          codebase="../../.."
codebase\wt\clients\prodmgmt\ProdMgmtApplet.jad:                helpSystem = new NFHelpSystem("prodmgmt", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE));
codebase\wt\clients\prodmgmt\SetViewPreferenceDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\project\ProjectAdminApplet.jad:                URL url = WTContext.getContext().getCodeBase();
codebase\wt\clients\project\ProjectAdminApplet.jad:                helpSystem = new NFHelpSystem("ProjectAdmin", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.project.ProjectHelpRB"));
codebase\wt\clients\project\ProjectAdminTask.jsp:     codebase="../../.."
codebase\wt\clients\project\ProjectDefinitionFrame.jad:            helpSystem = new NFHelpSystem("ProjectAdmin", applet1.getAppletContext(), applet1.getCodeBase(), HELPSYSTEM_HELP_FRAME, rbHelp);
codebase\wt\clients\query\QueryPanel.jad:            java.net.URL url = getParentApplet().getCodeBase();
codebase\wt\clients\query\QueryPanel.jad:            helpSystem = new NFHelpSystem("Query", getParentApplet().getAppletContext(), getParentApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.query.QueryHelpRB"));
codebase\wt\clients\query\QueryPanel.jad:            nfhelpsystem = new NFHelpSystem("prodmgmt", getParentApplet().getAppletContext(), getParentApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.prodmgmt.ProdMgmtRB"));
codebase\wt\clients\replication\replicationAdmin.jad:                URL url = wtcontext.getCodeBase();
codebase\wt\clients\replication\replicationAdmin.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.filevault.FvHelpRB", getLocale()));
codebase\wt\clients\replication\replicationAdmin.jsp:     codebase="../../.."
codebase\wt\clients\replication\restrictedCR\replicationAdmin.jad:                URL url = wtcontext.getCodeBase();
codebase\wt\clients\replication\restrictedCR\replicationAdmin.jad:                helpSystem = new NFHelpSystem("Administrator", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.filevault.FvHelpRB", getLocale()));
codebase\wt\clients\replication\restrictedCR\replicationAdmin.jsp:     codebase="../../../.."
codebase\wt\clients\replication\unit\ConfigSpecDialog.jad:            helpSystem = new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.replication.unit.ReplUnitHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\replication\unit\HelperPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale())));
codebase\wt\clients\replication\unit\UnitHelperPanel.jad:            setHelpSystem(new NFHelpSystem("replunit", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale())));
codebase\wt\clients\saveas\DuplicateConfigurationDialog.jad:                helpSystem = new NFHelpSystem("duplicateconfiguration", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(DUPLICATE_HELP_RESOURCE));
codebase\wt\clients\saveas\SaveAsDialog.jad:                helpSystem = new NFHelpSystem("saveas", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.saveas.SaveAsHelpRB"));
codebase\wt\clients\saveas\SaveAsViewDialog.jad:                helpSystem = new NFHelpSystem("saveas", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.saveas.SaveAsHelpRB"));
codebase\wt\clients\scheduler\GenericLogView.jad:                _helpSystem = new NFHelpSystem("scheduler", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\scheduler\GenericSchedTimeFrame.jad:                _helpSystem = new NFHelpSystem("scheduler", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\scheduler\SchedPanel.jad:                _helpSystem = new NFHelpSystem("scheduler", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\scheduler\Util.jad:            URL url = wtcontext.getCodeBase();
codebase\wt\clients\scheduler\Util.jad:            URL url = WTContext.getContext().getCodeBase();
codebase\wt\clients\site\SiteCreate.jad:                _helpSystem = new NFHelpSystem("sitecreate", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\site\SiteManager.jad:                _helpSystem = new NFHelpSystem("sitemanager", WTContext.getContext().getAppletContext(), WTContext.getContext().getCodeBase(), "OnlineHelp", resourcebundle);
codebase\wt\clients\step\StepApplet.jad:                helpSystem = new NFHelpSystem("step", getApplet().getAppletContext(), getApplet().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(HELP_RESOURCE));
codebase\wt\clients\step\STEPFrame.jad:                helpSystem = new NFHelpSystem("step", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale()));
codebase\wt\clients\units\Measurement.jsp:     codebase="../../.."
codebase\wt\clients\units\Quantity.jsp:     codebase="../../.."
codebase\wt\clients\util\FileChooserDropApplet.jad:        if(codeBase == null)
codebase\wt\clients\util\FileChooserDropApplet.jad:            codeBase = getCodeBase();
codebase\wt\clients\util\FileChooserDropApplet.jad:            url = new URL(codeBase, s);
codebase\wt\clients\util\FileChooserDropApplet.jad:    URL codeBase;
codebase\wt\clients\util\http\ChooseFileOperationTypeDialog.jad:                helpSystem = new NFHelpSystem("chooseFile", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.util.http.HTTPUtilHelpRB"));
codebase\wt\clients\util\http\ChooseMultipleFileOperationTypeDialog.jad:                helpSystem = new NFHelpSystem("chooseFile", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.util.http.HTTPUtilHelpRB"));
codebase\wt\clients\util\HyperlinkFileChooserApplet.jad:        if(codeBase == null)
codebase\wt\clients\util\HyperlinkFileChooserApplet.jad:            codeBase = getCodeBase();
codebase\wt\clients\util\HyperlinkFileChooserApplet.jad:            url = new URL(codeBase, s);
codebase\wt\clients\util\HyperlinkFileChooserApplet.jad:    URL codeBase;
codebase\wt\clients\util\ParticipantSelectionDialog.jad:            helpSystem = new NFHelpSystem("ParticipantSelector", applet.getAppletContext(), applet.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.util.ParticipantSelectorHelpResources"));
codebase\wt\clients\vc\baseline\BaselineListDialog.jad:            setHelpSystem(new NFHelpSystem("baseline", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", java.util.ResourceBundle.getBundle(getHelpBundleName())));
codebase\wt\clients\vc\baseline\BaselineTaskPanel.jad:            setHelpSystem(new NFHelpSystem("baseline", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName(), WTContext.getContext().getLocale())));
codebase\wt\clients\vc\baseline\FeedbackFrame.jad:            setHelpSystem(new NFHelpSystem("baseline", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName())));
codebase\wt\clients\vc\CheckInDialog.jad:            helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\IterationHistoryDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\OneOffDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\ReviseDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\ReviseViewDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\VersionHistoryDialog.jad:                helpSystem = new NFHelpSystem("vc", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.vc.VcHelpRB"));
codebase\wt\clients\vc\VersionPanel.jad:            setHelpSystem(new NFHelpSystem("prodmgmt", getContext().getAppletContext(), getContext().getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(getHelpBundleName())));
codebase\wt\clients\widgets\BaseManager.jad:            wtcontext.showDocument(new URL(wtcontext.getCodeBase(), s));
codebase\wt\clients\widgets\HelpFactory.jad:            WSFDebug.trace("Codebase: " + wtcontext.getCodeBase(), debug);
codebase\wt\clients\widgets\HelpFactory.jad:            wtcontext.showDocument(new URL(wtcontext.getCodeBase(), s), "_helpFrame");
codebase\wt\clients\windchill\DSUDialog.jad:                URL url1 = WTContext.getContext().getCodeBase();
codebase\wt\clients\workflow\definer\Util.jad:                helpSystem = new NFHelpSystem("Definer", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.workflow.definer.DefinerHelpRB"));
codebase\wt\clients\workflow\definer\WfAdministrator.jsp:     codebase="../../../../"
codebase\wt\clients\workflow\initiate\InitiateWorkflowApplet.jad:                helpSystem = new NFHelpSystem("Initiate", getAppletContext(), getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.workflow.initiate.InitiateHelpRB", WTContext.getContext().getLocale()));
codebase\wt\clients\workflow\manager\ProcessManagerPanel.jad:                helpSystem = new NFHelpSystem("ProcessManager", wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle("wt.clients.workflow.manager.managerHelpRB", wtcontext.getLocale()));
codebase\wt\clients\workflow\manager\ProcessManagerPanel.jad:                    System.out.println("ProcessManagerPanel.createToolbarItem(): new URL( WTContext.getContext().getCodeBase(), imageString ) = " + new URL(WTContext.getContext().getCodeBase(), s1));
codebase\wt\clients\workflow\manager\ProcessManagerPanel.jad:                imagebutton.setImageURL(new URL(WTContext.getContext().getCodeBase(), s1));
codebase\wt\clients\workflow\manager\ProcessManagerPanel.jad:                    imagebutton.setImageURL(new URL(WTContext.getContext().getCodeBase(), "wt/clients/images/help.gif"));
codebase\wt\clients\workflow\tasks\AugmentWfProcessRoles.jad:            helpSystem = new NFHelpSystem(s, wtcontext.getAppletContext(), wtcontext.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(s1, WTContext.getContext().getLocale()));
codebase\wt\clients\workflow\tasks\UpdateTeamTemplateVariables.jad:                helpSystem = new NFHelpSystem(s, wtcontext1.getAppletContext(), wtcontext1.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(s1, WTContext.getContext().getLocale()));
codebase\wt\clients\workflow\tasks\UpdateTeamVariables.jad:                helpSystem = new NFHelpSystem(s, wtcontext1.getAppletContext(), wtcontext1.getCodeBase(), "OnlineHelp", ResourceBundle.getBundle(s1, WTContext.getContext().getLocale()));
codebase\wt\com\WindchillComponent.jad:    public void setCodebase(String s)
codebase\wt\com\WindchillComponent.jad:        codebase = s;
codebase\wt\com\WindchillComponent.jad:    public String getCodebase()
codebase\wt\com\WindchillComponent.jad:        return codebase;
codebase\wt\com\WindchillComponent.jad:            if(codebase != null);
codebase\wt\com\WindchillComponent.jad:            if(!codebase.endsWith("/"))
codebase\wt\com\WindchillComponent.jad:                codebase += 47;
codebase\wt\com\WindchillComponent.jad:                jarclassloaderfactory = JarClassLoaderFactory.getFactory(jarfile, new URL(codebase));
codebase\wt\com\WindchillComponent.jad:    private String codebase;
codebase\wt\content\ChecksumHelper.jad:            long l = getChecksum("\\Windchill\\codebase\\wt.properties");
codebase\wt\content\ContentHtmlUtils.jad:        properties.put("codebase", WTProperties.getServerCodebase().toExternalForm());
codebase\wt\content\ContentHtmlUtils.jad:                    WTProperties.getServerCodebase().toExternalForm()
codebase\wt\content\ContentHtmlUtils.jad:    private static String codebase;
codebase\wt\content\DataFormatUtil.jad:        System.out.print("Enter the path to the icon file.  This should be under your Windchill codebase\n(i.e. wt/clients/images/generic.gif) (REQUIRED): ");
codebase\wt\content\LatestContentProcessor.jad:    private static String CODEBASE;
codebase\wt\content\LatestContentProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\wt\content\ObjectContentProcessor.jad:    private static String CODEBASE;
codebase\wt\content\ObjectContentProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\content\ObjectContentProcessor.jad:            CODEBASE = wtproperties1.getProperty("wt.server.codebase", "");
codebase\wt\csm\html\query\CSMFuncEqFormProcessor.jad:            s = WTProperties.getServerProperties().getProperty("wt.server.codebase");
codebase\wt\csm\html\query\CSMFuncEqFormProcessor.jad:                    s8 = WTProperties.getServerProperties().getProperty("wt.home") + "/codebase/";
codebase\wt\csm\html\query\CSMFuncEqFormProcessor.jad:                String s = WTProperties.getServerProperties().getProperty("wt.home") + "/codebase/";
codebase\wt\csm\html\query\CSMFuncEqFormProcessor.jad:                url = WTProperties.getServerCodebase();
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:        urlCodebase = null;
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:            urlCodebase = WTProperties.getServerCodebase();
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:                s2 = WTProperties.getServerProperties().getProperty("wt.home") + "/codebase/";
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:                            s1 = WTProperties.getServerCodebase().toString() + "wt/csm/html/ImageCache/" + s3 + ".jpg";
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:                        s8 = WTProperties.getServerCodebase().toString() + "wt/clients/images/nodenoimage.jpg";
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:        stringbuffer.append("\" CODEBASE=\"");
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:        stringbuffer.append(urlCodebase);
codebase\wt\csm\html\query\CSMQueryFormProcessor.jad:    private URL urlCodebase;
codebase\wt\dndMicroApplet\DnDMicroAppletUtil.jad:        properties.put("codebase", s);
codebase\wt\doc\DocumentStructureProcessor.jad:        s1 = s1 + CODEBASE + "/" + s + "\">";
codebase\wt\doc\DocumentStructureProcessor.jad:    private static String CODEBASE = null;
codebase\wt\doc\DocumentStructureProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\doc\RootViewProcessor.jad:    private static String CODEBASE;
codebase\wt\doc\RootViewProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\doc\WTDocumentProcessor.jad:        String s4 = "<IMG SRC=\"" + CODEBASE + "/" + s + "\"";
codebase\wt\doc\WTDocumentProcessor.jad:                s2 = CODEBASE + properties.getProperty("icon");
codebase\wt\doc\WTDocumentProcessor.jad:                s3 = CODEBASE + properties.getProperty("dragIcon");
codebase\wt\doc\WTDocumentProcessor.jad:                s4 = DnDMicroAppletUtil.makeAppletTag(CODEBASE, s2, s3, s1, s, DELIM);
codebase\wt\doc\WTDocumentProcessor.jad:            properties1.put("codebase", WTProperties.getServerCodebase().toExternalForm());
codebase\wt\doc\WTDocumentProcessor.jad:    private static String CODEBASE;
codebase\wt\doc\WTDocumentProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\AllocateProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\AllocateProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\BasicTemplateProcessor.jad:                String s5 = vector.size() <= 0 ? null : CODEBASE + '/' + (String)vector.elementAt(0);
codebase\wt\enterprise\BasicTemplateProcessor.jad:                s4 = DnDMicroAppletUtil.makeAppletTag(wtobject, CODEBASE, s3, s5, s, contentholder);
codebase\wt\enterprise\BasicTemplateProcessor.jad:                String s49 = s46 + "<A HREF=\"javascript:createDialogWindow('" + CODEBASE + visualizationhelperifc.getJSPDirectoryPath() + "/edrclipboard.jsp', 'Clipboard', '500', '300')\"" + s25 + ">";
codebase\wt\enterprise\BasicTemplateProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\BasicTemplateProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\BuildRuleBuildSourceProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\BuildRuleBuildSourceProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\ConfigurationsProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\ConfigurationsProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\IterationHistoryProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\IterationHistoryProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\MadeFromProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\MadeFromProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\ObjectComparisonProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\ObjectComparisonProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\ObjectPropertiesProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\ObjectPropertiesProcessor.jad:            CODEBASE = properties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PartDistributionListProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PartDistributionListProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PartESIProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PartESIProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PartReferencesProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PartReferencesProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PartUsedByProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PartUsedByProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PartUsesProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PartUsesProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\PlmConfigurationsProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\PlmConfigurationsProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\ProductInstancesProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\ProductInstancesProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\ReferencedByProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\ReferencedByProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\tabularresults\StdDataFormatService.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\tabularresults\StdDataFormatService.jad:    private static String CODEBASE;
codebase\wt\enterprise\tabularresults\StdTemplateProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\tabularresults\StdTemplateProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\tabularresults\TableFormatService.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\tabularresults\TableFormatService.jad:    private static String CODEBASE;
codebase\wt\enterprise\tabularresults\TabularQueryResultsService.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\enterprise\tabularresults\TabularQueryResultsService.jad:    private static String CODEBASE;
codebase\wt\enterprise\VersionHistoryProcessor.jad:    private static String CODEBASE;
codebase\wt\enterprise\VersionHistoryProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\epm\util\CreateParameterMapMigrator.jad:        String s = s1 + File.separator + "codebase" + File.separator + "com" + File.separator + "ptc" + File.separator + "prowt" + File.separator + "proesvcs" + File.separator + "util" + File.separator + "iba.properties";
codebase\wt\epm\util\CreateParameterMapMigrator.jad:        stringbuffer.append("This migrator checks for a property file \"iba.properties\" under \"<WT_HOME>\\codebase\\com\\ptc\\prowt\\proesvcs\\util\\");
codebase\wt\epm\util\CreateParameterMapMigrator.jad:        stringbuffer.append("This migrator uses a property file \"<WT_HOME>\\codebase\\com\\ptc\\prowt\\proesvcs\\util\\iba.properties\"");
codebase\wt\federation\ConfigExaminer.jad:            System.out.println(" Task codebase directory: " + System.getProperty("com.infoengine.taskProcessor.codebase", "<default>"));
codebase\wt\federation\CreateProxyProcessor.jad:    private static String CODEBASE;
codebase\wt\federation\CreateProxyProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\federation\DoFederationSearchProcessor.jad:    private static String CODEBASE;
codebase\wt\federation\DoFederationSearchProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\federation\FederationHelper.jad:    public static String encodeBase64(byte abyte0[])
codebase\wt\federation\FederationSearchProcessor.jad:    private static String CODEBASE;
codebase\wt\federation\FederationSearchProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\federation\FederationUtilities.jad:     * @deprecated Method encodeBase64 is deprecated
codebase\wt\federation\FederationUtilities.jad:    public static String encodeBase64(byte abyte0[])
codebase\wt\federation\FederationUtilities.jad:        return FederationHelper.encodeBase64(abyte0);
codebase\wt\federation\FederationUtilities.jad:            s2 = "Basic " + encodeBase64((stringtokenizer.nextToken() + ":" + stringtokenizer.nextToken()).getBytes());
codebase\wt\federation\FederationUtilities.jad:        return "Basic " + encodeBase64((stringtokenizer.nextToken() + ":" + stringtokenizer.nextToken()).getBytes());
codebase\wt\federation\RPCHelper.jad:            SOAP_ENDPOINT_PREFIX = s + "://" + WTContext.getContext().getCodeBase().getHost() + ":";
codebase\wt\federation\RPCHelper.jad:                String s3 = wtproperties.getProperty("wt.server.codebase");
codebase\wt\federation\SaveProxyProcessor.jad:    private static String CODEBASE;
codebase\wt\federation\SaveProxyProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\federation\SearchAttributeList.jad:    private static String CODEBASE;
codebase\wt\federation\SearchAttributeList.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\federation\StandardFederationService.jad:            s = "Basic " + FederationHelper.encodeBase64((stringtokenizer.nextToken() + ":" + stringtokenizer.nextToken()).getBytes());
codebase\wt\federation\StandardFederationService.jad:        return "Basic " + FederationHelper.encodeBase64((stringtokenizer.nextToken() + ":" + stringtokenizer.nextToken()).getBytes());
codebase\wt\federation\StandardFederationService.jad:                System.out.println("StandardFederationService: Info*Engine task codebase directory: " + System.getProperty("com.infoengine.taskProcessor.codebase", "<undefined>"));
codebase\wt\federation\StandardFederationService.jad:        if(taskCodebase != null)
codebase\wt\federation\StandardFederationService.jad:            System.setProperty("com.infoengine.taskProcessor.codebase", taskCodebase);
codebase\wt\federation\StandardFederationService.jad:    private static String taskCodebase;
codebase\wt\federation\StandardFederationService.jad:            taskCodebase = wtproperties.getProperty("wt.federation.taskCodebase");
codebase\wt\graph\ObjectGraphFactory.jad:            System.out.println("   You must add the following properties to your Windchill codebase's service.properties file:");
codebase\wt\graph\ObjectGraphNodeFactory.jad:            System.out.println("   You must add the following properties to your Windchill codebase's service.properties file:");
codebase\wt\graph\processor\ObjectGraphTemplateProcessor.jad:            System.out.println("   You must add the following properties to your Windchill codebase's service.properties file:");
codebase\wt\graph\template\ObjectGraphTemplateFactory.jad:            System.out.println("   You must add the following properties to your Windchill codebase's service.properties file:");
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Administering_Ranking_Criteria.htm: the wt.properties file in the codebase directory in order to display the 
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Simple_Ranking_Criteria.htm: Windchill <span style="margin-left: 1px;">codebase directory.</span></p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Simple_Ranking_Criteria.htm: style="margin-left: 1px;">your Windchill codebase directory.</span></p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Simple_Ranking_Criteria.htm: Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: .class files into your Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.htm: .class files into your Windchill codebase directory.</p></li>
codebase\wt\helpfiles\help_en\online\csm\Admin_Guide\navstruc.htm:	style="margin-left: 40px;">&lt;applet <!--kadov_tag{{<ignored>}}-->name=reusemanager<!--kadov_tag{{</ignored>}}--> <!--kadov_tag{{<ignored>}}-->code=<!--kadov_tag{{</ignored>}}-->&quot;wt/boot/<!--kadov_tag{{<ignored>}}-->BootstrapApplet.class<!--kadov_tag{{</ignored>}}-->&quot; <!--kadov_tag{{<ignored>}}-->CODEBASE=<!--kadov_tag{{</ignored>}}-->&quot;../../..&quot; WIDTH=107 HEIGHT=68&gt;<br>
codebase\wt\helpfiles\help_en\online\filevault\ExportImportExporting.html: files in &lt;Windchill&gt;/codebase/registry/ixb/export_settings/ defaultExportPolicy.xsl.<br>
codebase\wt\helpfiles\help_en\online\filevault\ExportImportImporting.html: files in <span style="font-family: 'Courier New', Courier;">&lt;Windchill&gt;/codebase/registry/ixb/import_settings/ 
codebase\wt\helpfiles\help_en\online\filevault\ExportImportImporting_pdm.html: files in <span style="font-family: 'Courier New', Courier;">&lt;Windchill&gt;/codebase/registry/ixb/import_settings/ 
codebase\wt\helpfiles\help_en\online\filevault\whgdata\whlstf1.htm:<b>3</b></a> </nobr><br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>codebase 
codebase\wt\helpfiles\help_en\online\pdm_filevault\ExportImportExporting.html: files in &lt;Windchill&gt;/codebase/registry/ixb/export_settings/ defaultExportPolicy.xsl.<br>
codebase\wt\helpfiles\help_en\online\pdm_filevault\ExportImportExporting.html: files in &lt;Windchill&gt;/codebase/registry/ixb/export_settings/ defaultExportPolicy.xsl<br>
codebase\wt\helpfiles\help_en\online\pdm_filevault\ExportImportImporting.html: files in <span style="font-family: 'Courier New', Courier;">&lt;Windchill&gt;/codebase/registry/ixb/import_settings/ 
codebase\wt\helpfiles\help_en\online\pdm_filevault\ExportImportImporting_pdmlink.html: files in <span style="font-family: 'Courier New', Courier;">&lt;Windchill&gt;/codebase/registry/ixb/import_settings/ 
codebase\wt\helpfiles\help_en\online\pdm_filevault\whgdata\whlstf1.htm:<b>3</b></a> </nobr><br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>codebase 
codebase\wt\helpfiles\help_en\online\prinadmin\WCPersonalCabNameManage.html: -t &lt;Windchill&gt;/codebase/wt.properties -p</p>
codebase\wt\helpfiles\help_en\online\prinadmin\WCPrincipalCacheManage.html:	-t <span style="font-style: italic;"><I>&lt;Windchill&gt;</I></span>/codebase/wt.properties 
codebase\wt\helpfiles\help_en\online\prinadmin\whgdata\whlstf1.htm:<b>closes</b></a> <br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>codebase 
codebase\wt\helpfiles\help_en\online\sysadm\SysConfigPropFilesOview.html: in the $WTHome\Windchill\codebase<span style="font-style: italic;"> <I></I></span>directory, 
codebase\wt\helpfiles\help_en\online\sysadm\SysConfigPropFilesOview.html: are located outside the codebase directory in the $WTHome\Windchill\db 
codebase\wt\helpfiles\help_en\online\sysadm\whgdata\whlstf0.htm:/a> <br><a href="../SysConfigPropFilesOview.html"><b>codebase</b></a> <br><nobr>column 
codebase\wt\helpfiles\help_en\online\typemgr\TypeMgrTypeCreate.html:<p CLASS=Table-Text>The full file path, relative to codebase, of the icon 
codebase\wt\helpfiles\help_en\online\typemgr\TypeMgrTypeView.html: tab displays the name of the type, the full path (relative to codebase) 
codebase\wt\helpfiles\help_en\online\typemgr\whgdata\whlstf0.htm:</b></a> </nobr><br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>codebase <a 
codebase\wt\helpfiles\help_en\online\wsf\About_This_Online_Help.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Associating_a_Navigation_Structure_with_the_Re-Use_Manager.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;subnodes;customizer;IBA-holder;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL;pure_unit;known_compound_unit;integer_power;unknown_unit;known_unit;unknown_compound_unit;real_power;base_compound_unit;base_unit;compound_unit;kg*m">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Associating_a_Navigation_Structure_with_the_Re-Use_Manager.html:	&lt;<span style="font-style: italic;"><I>Windchill</I></span>&gt;\codebase\templates\csm\SourcingFactor.html</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Associating_a_Navigation_Structure_with_the_Re-Use_Manager.html: &nbsp;recurse.codebase=&quot;wt.htmlutil.HtmlUtil 
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Associating_a_Navigation_Structure_with_the_Re-Use_Manager.html: createCodebase&quot; 
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Creating_a_Criteria_Ranking.html: the wt.properties file in &lt;<span style="font-style: italic;"><I>Windchill</I></span>&gt;\codebase 
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Ranking_Display_Colors.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Ranking_Display_Colors.html: an editor, open the wt.properties file in &lt;<span style="font-style: italic;"><I>Windchill</I></span>&gt;\codebase 
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Criteria.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Criteria.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Label.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Label.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Numeric_Values.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Simple_Ranking_Numeric_Values.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Criteria.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Function.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Function.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Label.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Label.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Normalization_Label.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Normalization_Label.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Weights.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Customizing_Weighted_Average_Ranking_Weights.html: codebase.</p></li>
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Designating_Preference_Ranking_Attributes.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;subnodes;customizer;IBA-holder;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL;pure_unit;known_compound_unit;integer_power;unknown_unit;known_unit;unknown_compound_unit;real_power;base_compound_unit;base_unit;compound_unit;kg*m">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\detmain.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;IBA-holder;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Modifying_the_Mapping_of_a_Linked_Attribute.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Modifying_the_Mapping_of_a_Linked_Attribute.html: the Windchill properties file, wt.properties, in &lt;<span style="font-style: italic;"><I>Windchill</I></span>&gt;\codebase, 
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Searching_for_Functional_Equivalents.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Searching_with_the_Light_Re-Use_Manager.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Starting_the_Ranking_Data_Administrator.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Updating_Classification_Nodes.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Updating_Classification_Node_Attributes.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Updating_Measurement_Systems.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Updating_Quantities_of_Measure.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs">
codebase\wt\helpfiles\help_en\online\wsf\Admin_Guide\Updating_Ranking_Contexts.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;IBA-holder;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable">
codebase\wt\helpfiles\help_en\online\wsf\Units\pureunit.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;IBA-holder;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL">
codebase\wt\helpfiles\help_en\online\wsf\Units\syntax.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;deselect;subnodes;Systme;customizer;IBA-holder;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL;pure_unit;known_compound_unit;integer_power;unknown_unit;known_unit;unknown_compound_unit;real_power;base_compound_unit;base_unit;compound_unit;kg*m">
codebase\wt\helpfiles\help_en\online\wsf\User_Ref\Editing_Attribute_Values_in_the_Details_of_Attribute_Dialog_Box.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\User_Ref\Editing_Attribute_Values_in_the_Details_of__Attribute__Dialog_Box_in_Admin.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.">
codebase\wt\helpfiles\help_en\online\wsf\WeightedAverageCriteria.java_File.html:<meta name=x-ignored-words content="wildcard;Wildcard;substring;wildcards;deselecting;box--this;Systme;deselect;name=;value=;param;mame=;Value=;CGS;MKS;SI;USCS;SupplyLink;value(s;m;m};cm};PTC;CADDS;wt.csm.navigation.ClassificationNode;wt.csm.navigation.ClassificationNode.;N;wt.csm.ranking.literanking.SimpleCriteria;wt.csm.ranking.literanking.WeightedAverageCriteria;wt.properties;RGB;wt.csm.ranking.;CSMConstraintMapper;wt\csm\constraint\CSMConstraintMapperRB.java;wt\csm\constraint\CSMConstraintMapperRB.java.;yyyy-mm-dd;hh;ss.fffffffff.;WeightedAverageCriteria;wt\csm\ranking\literanking;RankingCriterion;calculateRankingValue;getRankingCriteriaDataEditorclassname;WeightedAverageCriteriaData;WeightedAverageCriteriaDataEditor;WeightedAverageCriteria.java;wt.csm.ranking.Criteria.;wt.csm.ranking.literanking.;codebase;wt\clients\csm\ranking\rankingdata\RankingDataRB.java.;SIMPLE_CRITERIA_CHOOSE_LABEL;SIMPLE_CRITERIA_VALUES;wt\csm\ranking\literanking\literankingResource.java.;wt\csm\ranking\literanking\WeightedAverageCriteria.java.;subnodes;customizer;IBA-holder;WTPartMaster;Sourcing;int;Timestamp;timestamp;ss.fffffffff;IBAReferenceableReference;IBA;Multi-Sourced;foo;W;wtPart;wtPartMaster;IBAReferenceable;column(s;k;URLs;node(s;CADDShade;Computervision;EPD;HARNESSDESIGN;Info*Engine;InPart;Optegra;INTRALINK;MECHANICA;TOOLKIT;BOMBOT;CDRS;CounterPart;CV;CVact;CVaec;CVdesign;CV&#64979;DORS;CVMAC;CVNC;CVToolmaker;DesignSuite;DVS;DVSAFEWORK;EDE;e;e&#64979;Series;ICEM;i&#64979;Series;ISSM;MEDEA;ModelCHECK;Nitidus;PARTBOT;PartSpeak;CDT;CMM;PDGS;DIEFACE;ECAD;FEM&#64979;POST;FLY&#64979;THROUGH;HARNESS&#64979;MFG;LIBRARYACCESS;Model.View;MOLDESIGN;NC&#64979;ADVANCED;NC&#64979;CHECK;NC&#64979;MILL;NCPOST;NC&#64979;SHEETMETAL;NC&#64979;TURN;NC&#64979;WEDM;NC&#64979;Wire;EDM;PDM;PHOTORENDER;SCAN&#64979;TOOLS;SHEETMETAL;Web.Link;Web.Publish;Shrinkwrap;e-Catalog;ProjectLink;CV&#64979;Computervision;Inc;Baan;Unigraphics;EDS;Corp;I-DEAS;SDRC;SolidWorks;Solidworks;Inso;AutoCAD;Autodesk;CADAM;CATIA;Dassault;Microcadam;IRIX;AG;FLEXlm;GLOBEtrotter;RetrievalWare;VisualCaf;WebGain;VisTools;VKI;DFARS;c;Kendrick;Needham;value*;value**;field(s;b*;sourcing;IBA's;rankable;IBA-objects;zetta;Z;exa;E;peta;tera;T;giga;G;mega;M;K;hecto;deka;deci;d;centi;milli;nano;n;pico;femto;f;atto;zepto;z;yocto;y;GIFs;JPGs;Rankable;WeightAverageCriteria.java;CTRL;pure_unit;known_compound_unit;integer_power;unknown_unit;known_unit;unknown_compound_unit;real_power;base_compound_unit;base_unit;compound_unit;kg*m">
codebase\wt\helpfiles\help_en\online\wsf\whgdata\whlstf4.htm:<b>5</b></a> </nobr><br><nobr>codebase <a href="../Admin_Guide/Creating_a_Criteria_Ranking.html">
codebase\wt\helpfiles\help_en\online\wsf\whgdata\whlstf5.htm:<b>createcodebase</b></a> <br><nobr>created <a href="../Admin_Guide/qforms.html"><
codebase\wt\htmlutil\HTMLTemplate.jad:                    long l = (new File(WT_HOME + FILE_SEPARATOR + "codebase" + FILE_SEPARATOR + s)).lastModified();
codebase\wt\htmlutil\HtmlUtil.jad:        String s2 = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\htmlutil\HtmlUtil.jad:                s = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\htmlutil\HtmlUtil.jad:     * @deprecated Method createCodebase is deprecated
codebase\wt\htmlutil\HtmlUtil.jad:    public static void createCodebase(Properties properties, Locale locale, OutputStream outputstream)
codebase\wt\htmlutil\HtmlUtil.jad:            String s = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\htmlutil\HtmlUtil.jad:            s = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\htmlutil\HtmlUtil.jad:        String s = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\htmlutil\HtmlUtil.jad:        stringbuffer.append("var CODEBASE='");
codebase\wt\htmlutil\HtmlUtil.jad:        String s = WTProperties.getServerCodebase().toExternalForm();
codebase\wt\httpgw\GatewayURL.jad:        codebase = url;
codebase\wt\httpgw\GatewayURL.jad:                    URLFactory urlfactory = new URLFactory(codebase);
codebase\wt\httpgw\GatewayURL.jad:                    URLFactory urlfactory = new URLFactory(codebase);
codebase\wt\httpgw\GatewayURL.jad:                    URLFactory urlfactory = new URLFactory(codebase);
codebase\wt\httpgw\GatewayURL.jad:        WTProperties wtproperties = WTProperties.getServerProperties(codebase);
codebase\wt\httpgw\GatewayURL.jad:            urlfactory = getFactory(codebase);
codebase\wt\httpgw\GatewayURL.jad:        if(codebase != null)
codebase\wt\httpgw\GatewayURL.jad:            urlfactory = new URLFactory(codebase);
codebase\wt\httpgw\GatewayURL.jad:    private URL codebase;
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:// Source File Name:   ServerCodebaseUrlCleaner.java
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:public class ServerCodebaseUrlCleaner extends PropagationAction
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:    public ServerCodebaseUrlCleaner()
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:                    PropertyInfo propertyinfo1 = collectedproperties.getPropertyInfo("wt.server.codebase");
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:                                        Verbosity.inform("Value of the property wt.server.codebase changed to '" + as1[i] + "' because the property " + "wt.webserver.port" + " doesn't equal 80.");
codebase\wt\httpgw\ServerCodebaseUrlCleaner.jad:    private final String WT_SERVER_CODEBASE = "wt.server.codebase";
codebase\wt\httpgw\URLFactory.jad:        isMapCodebase = false;
codebase\wt\httpgw\URLFactory.jad:            ivBaseURL = WTProperties.getServerCodebase();
codebase\wt\httpgw\URLFactory.jad:            String s = wtproperties.getProperty("wt.httpgw.mapCodebase", null);
codebase\wt\httpgw\URLFactory.jad:                isMapCodebase = true;
codebase\wt\httpgw\URLFactory.jad:        isMapCodebase = false;
codebase\wt\httpgw\URLFactory.jad:            ivBaseURL = WTProperties.getServerCodebase((Applet)null, wtproperties);
codebase\wt\httpgw\URLFactory.jad:            String s1 = wtproperties.getProperty("wt.httpgw.mapCodebase", null);
codebase\wt\httpgw\URLFactory.jad:                isMapCodebase = true;
codebase\wt\httpgw\URLFactory.jad:            if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:            if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:            if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                    if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:                if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:            if(isMapCodebase)
codebase\wt\httpgw\URLFactory.jad:    private boolean isMapCodebase;
codebase\wt\httpgw\URLFactory.jad:    public static final String ALT_SERVER_CODEBASE_PROPERTY = "wt.httpgw.mapCodebase";
codebase\wt\index\LoadIndex.jad:        System.out.println("codebase/wt/db.properties for wt.pom.dbUser, wt.pom.dbPassword, ");
codebase\wt\inf\team\AdhocAclDefinerFactory.jad:            String s = wtproperties.getProperty("wt.server.codebase");
codebase\wt\inf\team\AdhocAclDefinerFactory.jad:            String s1 = s + sep + "codebase" + sep + "registry" + sep + "container" + sep + "configAdhocDefiner.xml";
codebase\wt\inf\team\InvitationGenerator.jad:        hostServer = WTProperties.getLocalProperties().getProperty("wt.server.codebase");
codebase\wt\inf\team\InvitationGenerator.jad:        File file = new File(hostServer, "codebase/registry/dca/invitation.xml");
codebase\wt\inf\team\InvitationTemplateProcessor.jad:            BaseUrl = wtproperties.getProperty("wt.server.codebase");
codebase\wt\inf\template\containercopy\FileBasedCopyRegistry.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\inf\template\ix\TemplateGeneratorRegistry.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\inf\template\templateResource.jad:    public static final String CLASS_NOT_IN_CODEBASE = "220";
codebase\wt\inf\template\templateResource.jad:            "220", "{0} is not in the codebase"
codebase\wt\inf\template\templateResource.jad:            "260", "{0} is not present in the codebase, contact your administrator"
codebase\wt\intersvrcom\URLAuthenticator.jad:                String s10 = wtproperties.getProperty("wt.server.codebase");
codebase\wt\intersvrcom\URLAuthenticator.jad:                String s11 = wtproperties.getProperty("wt.httpgw.mapCodebase");
codebase\wt\ixb\conflictFramework\conflictResolution\IXConflictConfigHelper.jad:            String s = wtproperties.getProperty("wt.codebase.location");
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:                vector1.addElement(codebaseLocation + File.separator + s);
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:                        File file = new File(codebaseLocation + File.separator + s1);
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:                        File file = new File(codebaseLocation + File.separator + s1);
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:                        FileOutputStream fileoutputstream = new FileOutputStream(codebaseLocation + File.separator + s1);
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:    private static String codebaseLocation = null;
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:            codebaseLocation = wtproperties.getProperty("wt.codebase.location");
codebase\wt\ixb\handlers\forclasses\ExpImpForWTTypeDefinition.jad:            System.err.println("Error in locating the codebase properties at: " + (wt.ixb.handlers.forclasses.ExpImpForWTTypeDefinition.class).getName());
codebase\wt\ixb\handlers\netmarkets\DTDGenerator.jad:        System.out.println("This resides in $(wt.home)/codebase/registry/ixb/dtds/standard70.dtd/csvmapfile.dtd");
codebase\wt\ixb\handlers\netmarkets\DTDGenerator.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\ixb\handlers\netmarkets\DTDGenerator.jad:                throw new Exception("Null codebase location!");
codebase\wt\ixb\handlers\netmarkets\NMIxResources.jad:            "17", "Class: {0} not found in codebase."
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmWTTypeDefinitionHandler.jad:    private static String codebaseLocation = null;
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmWTTypeDefinitionHandler.jad:            codebaseLocation = wtproperties.getProperty("wt.codebase.location");
codebase\wt\ixb\handlers\netmarkets\prodstruct\NmWTTypeDefinitionHandler.jad:            System.err.println("Error in locating the codebase properties at: " + (wt.ixb.handlers.netmarkets.prodstruct.NmWTTypeDefinitionHandler.class).getName());
codebase\wt\ixb\handlers\netmarkets\UpdateEditDTDUtility.jad:            INPUT_DIR = wtproperties.getProperty("wt.codebase.location") + File.separator + "registry" + File.separator + "ixb" + File.separator + "dtds" + File.separator + "standard70.dtd";
codebase\wt\ixb\publicforhandlers\imp\IgnorableElementsHolder.jad:            String s = wtproperties.getProperty("wt.codebase.location");
codebase\wt\lifecycle\LifeCycleTaskProcessor.jad:                printwriter.println("<TR><TD><font face=\"Arial\" size=2>" + (criterion.isSatisfied() ? "<IMG SRC=\"" + CODEBASE + "/" + SELECTED_GIF + "\" border=\"0\">" : "&nbsp;") + "</TD><TD align=left width=\"90%\">" + criterion.getAssertion() + "</font></TD></TR>");
codebase\wt\load\BasicLoader.jad:            DEFAULT_LOADSET_DIR = localProps.getProperty("wt.codebase.location");
codebase\wt\load\Installer.jad:            new SetSiteProperty(s, s1, "codebase/wt.properties", s2), new Propagate()
codebase\wt\load\loadResource.jad:            "16", "Install ONLY the following applications list.  This list is separated by ',' and the app IDs should match the value of desired application listed in Installed.properties in $WT_HOME/codebase"
codebase\wt\load\LoadUser.jad:            String s3 = wtproperties.getProperty("wt.federation.taskCodebase");
codebase\wt\load\LoadUser.jad:                System.setProperty("com.infoengine.taskProcessor.codebase", s3);
codebase\wt\load\util\CmdTool.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\load\util\CmdTool.jad:                throw new Exception("wt.codebase.location : Null codebase location!");
codebase\wt\load\util\CXTool.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\load\util\CXTool.jad:                throw new Exception("wt.codebase.location : Null codebase location!");
codebase\wt\load\util\DTDGenerator.jad:        System.out.println("This resides in $(wt.home)/codebase/registry/ixb/dtds/standardX05.dtd/csvmapfile.dtd");
codebase\wt\load\util\DTDGenerator.jad:            String s = WTProperties.getLocalProperties().getProperty("wt.codebase.location");
codebase\wt\load\util\DTDGenerator.jad:                throw new Exception("wt.codebase.location : Null codebase location!");
codebase\wt\load\util\UpdateEditDTDUtility.jad:            INPUT_DIR = wtproperties.getProperty("wt.codebase.location") + File.separator + "registry" + File.separator + "ixb" + File.separator + "dtds" + File.separator + IxbHelper.STANDARD_DTD;
codebase\wt\manager\IncompatibleCodebaseWarning.jad:// Source File Name:   IncompatibleCodebaseWarning.java
codebase\wt\manager\IncompatibleCodebaseWarning.jad:public class IncompatibleCodebaseWarning
codebase\wt\manager\IncompatibleCodebaseWarning.jad:    private IncompatibleCodebaseWarning(String s, String s1)
codebase\wt\manager\IncompatibleCodebaseWarning.jad:                (new Thread(new IncompatibleCodebaseWarning(s, s1))).start();
codebase\wt\manager\IncompatibleCodebaseWarning.jad:            s2 = "WARNING: local codebase is version \"" + s + "\", but server codebase is version \"" + s1 + "\".";
codebase\wt\manager\IncompatibleCodebaseWarning.jad:            s = "Incompatible Codebase";
codebase\wt\manager\IncompatibleCodebaseWarning.jad:    private static final String versionID = "$Header: /Windchill/current/wt/manager/IncompatibleCodebaseWarning.java 1     6/07/98 8:17p Jdg $";
codebase\wt\manager\managerResource.jad:    public static final String INCOMPATIBLE_CODEBASE_MSG = "1";
codebase\wt\manager\managerResource.jad:    public static final String INCOMPATIBLE_CODEBASE_TITLE = "0";
codebase\wt\manager\managerResource.jad:            "0", "Incompatible Codebase"
codebase\wt\manager\managerResource.jad:            "1", "WARNING: local codebase is version \"{0}\", but server codebase is version \"{1}\". You may have files installed locally that are no longer compatible with those on the server."
codebase\wt\manager\RemoteServerManager.jad://            ServerManager, IncompatibleCodebaseWarning, ServerManagerInfo
codebase\wt\manager\RemoteServerManager.jad:        serverCodebase = null;
codebase\wt\manager\RemoteServerManager.jad:        serverCodebase = url;
codebase\wt\manager\RemoteServerManager.jad:            System.out.println("Getting remote server manager, server_codebase = " + (url != null ? url.toExternalForm() : "null"));
codebase\wt\manager\RemoteServerManager.jad:            remoteservermanager = (RemoteServerManager)codebaseMap.get(obj1);
codebase\wt\manager\RemoteServerManager.jad:                codebaseMap.put(obj1, remoteservermanager);
codebase\wt\manager\RemoteServerManager.jad:                WTProperties wtproperties = WTProperties.getServerProperties(serverCodebase);
codebase\wt\manager\RemoteServerManager.jad:                    reportIncompatibleCodebase(s, s1);
codebase\wt\manager\RemoteServerManager.jad:                        reportIncompatibleCodebase(s2, s4);
codebase\wt\manager\RemoteServerManager.jad:    private void reportIncompatibleCodebase(String s, String s1)
codebase\wt\manager\RemoteServerManager.jad:        IncompatibleCodebaseWarning.show(s, s1);
codebase\wt\manager\RemoteServerManager.jad:    private static Hashtable codebaseMap = new Hashtable(10);
codebase\wt\manager\RemoteServerManager.jad:    private URL serverCodebase;
codebase\wt\method\RemoteMethodServer.jad:            System.out.println("Getting remote " + s + ", server_codebase = " + (url != null ? url.toExternalForm() : "null"));
codebase\wt\method\RemoteMethodServer.jad:        Hashtable hashtable = (Hashtable)codebaseMaps.get(s);
codebase\wt\method\RemoteMethodServer.jad:                hashtable = (Hashtable)codebaseMaps.get(s);
codebase\wt\method\RemoteMethodServer.jad:                    codebaseMaps.put(s, hashtable);
codebase\wt\query\DoSearchProcessor.jad:    private static String CODEBASE;
codebase\wt\query\DoSearchProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\query\LocalSearchProcessor.jad:    private static String CODEBASE;
codebase\wt\query\LocalSearchProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\query\ObjectSearchAttributeList.jad:    private static String CODEBASE;
codebase\wt\query\ObjectSearchAttributeList.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\query\ObjectSearchProcessor.jad:    private static String CODEBASE;
codebase\wt\query\ObjectSearchProcessor.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\query\SearchAttributeList.jad:    private static String CODEBASE;
codebase\wt\query\SearchAttributeList.jad:            CODEBASE = wtproperties.getProperty("wt.server.codebase", "");
codebase\wt\query\template\MetaDataSAXSource.jad:        URL url = wtcontext.getCodeBase();
codebase\wt\query\template\URLXSLSpec.jad:                    String s1 = s + "/codebase/" + (String)theURL.elementAt(j);
codebase\wt\security\PrivilegeEditor.jsp:      codebase="../.."
codebase\wt\security\PrivilegeEditor.jsp:      codebase="../.."
codebase\wt\util\package.html:is Windchill\codebase\debug.properties.&nbsp; The file contains descriptions
codebase\wt.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wt1.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wt2.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wt3.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wt4.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wt5.jar.config:# Exclude specific items under codebase that do not belong in wt.jar
codebase\wtcore\jsp\com\ptc\windchill\enterprise\tutorials\header.jsp:dropDownMenu.offlineRoot="file:///z|/Windchill/codebase/"
codebase\wtcore\jsp\com\ptc\windchill\enterprise\tutorials\player.jsp:codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
codebase\wtcore\jsp\com\ptc\windchill\enterprise\tutorials\view.jsp:codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
codebase\wtcore\jsp\com\ptc\windchill\search\CommonSearchPicker.jsp:    // in Windchill\codebase\com\ptc\windchill\search\server\SearchableTypes.properties
codebase\wtcore\jsp\domain\admin\PolicyAdmin.jsp:  codebase="../../../../"
codebase\wtcore\jsp\report\bom\bomReport.jsp:     are resolved against the Windchill codebase file URL.
codebase\wtcore\jsp\report\bom\consolidatedBOMReport.jsp:     are resolved against the Windchill codebase file URL.
codebase\wtcore\jsp\report\bom\multiBOMDiffReport.jsp:     are resolved against the Windchill codebase file URL.
codebase\wtcore\jsp\report\bom\multipleBOMReport.jsp:     are resolved against the Windchill codebase file URL.
codebase\wtcore\jsp\report\report.jsp:  codebase="../../.."
codebase\wtcore\jsp\wt\clients\replication\replicationAdminAuth.jsp:     codebase="../../../../.."
codebase\wtcore\jsp\wt\doc\CreateWTDocumentProcessing.jsp:    String codebase = url_factory.getBaseURL().toString();
codebase\wtcore\jsp\wt\doc\CreateWTDocumentProcessing.jsp:  <base href="<%=codebase%>"/>
codebase\wtcore\jsp\wt\doc\CreateWTDocumentProcessing.jsp:        codebase="<%=codebase%>"
codebase\wtcore\jsp\wt\doc\CreateWTDocumentProcessing.jsp:        <util:param name="hosturl" value="<%=codebase%>" />
codebase\wtcore\jsp\wt\federation\dca_select_domain.jsp:   <!-- Retrieve the codebase associated with the in-use Windchill adapter.  The
codebase\wtcore\jsp\wt\federation\dca_select_domain.jsp:   String codebase = wtProperties.getProperty("wt.server.codebase");
codebase\wtcore\jsp\wt\federation\dca_select_domain.jsp:      codebase="<%=codebase%>"
codebase\wtcore\jsp\wt\federation\electronicIdComponent.jsp:   String codebase = wtProperties.getProperty("wt.server.codebase");
codebase\wtcore\jsp\wt\federation\electronicIdComponent.jsp:      codebase="<%=codebase%>"
codebase\wtcore\jsp\wt\sysadm\BackMethodServer.jsp:          String hreftoStopStart = serv_sadm_url + "/wt.sysadm.SAHomePage" + "/popMS" + "?MS=" + startstopbms_option + "&Port=" + hPort + "&codebase=" + serv_tt + "&u8=1";
codebase\wtcore\jsp\wt\sysadm\HttpRequestLogUtilStop.jsp:    String webAppName = WTProperties.getLocalProperties().getProperty( "wt.server.codebase" );
codebase\wtcore\jsp\wt\sysadm\MemoryMonitor.jsp:         codebase="../../../../"
codebase\wtcore\jsp\wt\sysadm\MethodServer.jsp:         String hreftoStopStart = serv_sadm_url + "/wt.sysadm.SAHomePage" + "/popSM" + "?MS=" + startstopms_option + "&Port=" + hPort + "&codebase=" + serv_tt + "&u8=1";
codebase\wtcore\jsp\wt\sysadm\ServerManager.jsp:           String hreftoStopStart = serv_sadm_url + "/wt.sysadm.SAHomePage" + "/popSM" + "?SM=" + startstopsm_option + "&Port=" + hPort + "&codebase=" + serv_tt + "&u8=1";
codebase\wtcore\jsp\wvs\admincad.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\adminlogworker.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\admintestworker.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\admintestworkerlog.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\collabnew.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\dialog.jsp:    <SCRIPT language="Javascript" SRC="<%=properties.getRelativeCodebase()%>/templates/cadx/common/trlUtils.js"></SCRIPT>
codebase\wtcore\jsp\wvs\dialog.jsp:    <SCRIPT language="Javascript" SRC="<%=properties.getRelativeCodebase()%><%=properties.getJspThumbViewerJS()%>"></SCRIPT>
codebase\wtcore\jsp\wvs\download\download.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\edrmaint.jsp:          <object id='pview' classid='clsid:EA982C26-97EC-11D5-ABBC-00B0D078911C' width='200' height='65' codebase='download/pviewieplugin.cab<%=pluginVersion%>'>
codebase\wtcore\jsp\wvs\edrpubdetail.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\edrpubstatus.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\edrview.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\edrview.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\edrview.jsp:          %><%=Utilities.convertEmbedToObject(embed.toString(), "id='pview' classid='clsid:EA982C26-97EC-11D5-ABBC-00B0D078911C' codebase='download/pviewieplugin.cab" + pluginVersion + "'", nopv + notInstalled)%><%
codebase\wtcore\jsp\wvs\help.jsp:<% String codebase = properties.getCodebase(); %>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconProductView()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconPublish()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconClipboard()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconPrint()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconRepresentations()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconDelete()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconDefaultRepresentation()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconMakeDefaultRepresentation()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconMarkup()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconShowThumbnail()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconHideThumbnail()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconLock()%>>
codebase\wtcore\jsp\wvs\help.jsp:            <IMG SRC=<%=codebase%><%=properties.getIconUnlock()%>>
codebase\wtcore\jsp\wvs\newrep.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\nopv.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\notsupported.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\pvconfiglist.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\pvconfigwiz.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\saverep.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\savezip.jsp:         String cb = properties.getFullCodebase();
codebase\wtcore\jsp\wvs\savezip.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\schedlist.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\schedwiz.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\thumbviewer.js:    if (_docPluginURL) document.write(' codebase="' + downloaddir + "/" + _docPluginURL);
codebase\wtcore\jsp\wvs\vetopick.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\vetowiz.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
codebase\wtcore\jsp\wvs\viewer\includeHeader.jsp:String utilities = properties.getRelativeCodebase() + "/templates/cadx/common/trlUtils.js";
codebase\wtcore\jsp\wvs\viewer\pimcadview.js:    if (_docIEpluginURL) document.write(' codebase="' + _docIEpluginURL);
codebase\wtcore\jsp\wvs\viewer\pvcadview.js:    if (_docPluginURL) document.write(' codebase="' + downloaddir + "/" + _docPluginURL);
codebase\wtcore\jsp\wvs\viewthumbnail.jsp:<LINK REL=stylesheet HREF="<%=properties.getRelativeCodebase()%>/netmarkets/css/nmstyles.css" TYPE="text/css">
src\com\ptc\netmarkets\util\misc\NmAction.java:   protected static final String CODEBASE;
src\com\ptc\netmarkets\util\misc\NmAction.java:           CODEBASE = properties.getProperty ("wt.server.codebase", "");
src\com\ptc\netmarkets\util\misc\NmAction.java:                    pluginTagGenerator.setParameter( "java_codebase",     CODEBASE );
src\com\ptc\netmarkets\util\misc\NmAction.java:                    pluginTagGenerator.setAttribute( "codebase",          CODEBASE );
src\corba\auth\AuthenticationServer.java:   public final static String iorFile = "/windchill/current/codebase/wt/corba/auth/AuthenticationService.ior";
src\corba\query\ObjectQueryServer.java:   public static final String iorFile = "/windchill/current/codebase/wt/corba/query/ObjectQueryService.ior";
src\wt\boot\BootRB.java:      "codebase.",
src\wt\boot\BootRB.java:      "corresponding to each remote codebase.",
src\wt\boot\BootRB.java:      "has been detected in the remote codebase.  You may",
src\wt\boot\BootRB_en_GB.java:      "codebase.",
src\wt\boot\BootRB_en_GB.java:      "corresponding to each remote codebase.",
src\wt\boot\BootRB_en_GB.java:      "has been detected in the remote codebase.  You may",
src\wt\boot\BootRB_en_US.java:      "codebase.",
src\wt\boot\BootRB_en_US.java:      "corresponding to each remote codebase.",
src\wt\boot\BootRB_en_US.java:      "has been detected in the remote codebase.  You may",
src\wt\clients\doc\CreateDocumentFrame.java:                           getContext().getCodeBase(),
src\wt\clients\doc\UpdateDocumentFrame.java:	                        getContext().getCodeBase(),
src\wt\clients\doc\ViewDocumentFrame.java:	                        getContext().getCodeBase(),
src\wt\clients\effectivity\ConfigItemFrame.java:	                                         getContext().getCodeBase(),
src\wt\clients\folderexplorer\WindchillExplorerFrame.java:	                        getContext().getCodeBase(),
src\wt\clients\folderexplorer\WindchillExplorerFrame.java:	                                       getContext().getCodeBase(),
src\wt\clients\prodmgmt\AllocateInstanceDialog.java:	                        WTContext.getContext().getCodeBase(),
src\wt\clients\prodmgmt\ChooseOccurrenceDialog.java:	                        getContext().getCodeBase(),
src\wt\clients\prodmgmt\ConfigSpecDialog.java:	                        getContext().getCodeBase(),
src\wt\clients\prodmgmt\EditOccurrenceDialog.java:                            getContext().getCodeBase(),
src\wt\clients\prodmgmt\HelperPanel.java:                         getContext().getCodeBase(),
src\wt\clients\prodmgmt\OccurrencesDialog.java:                            getContext().getCodeBase(),
src\wt\clients\prodmgmt\PartExplorer.java:	                                         getApplet().getCodeBase(),
src\wt\clients\prodmgmt\PartExplorerFrame.java:                                             getContext().getCodeBase(),
src\wt\clients\prodmgmt\ProdMgmtApplet.java:	                                         getApplet().getCodeBase(),
src\wt\clients\query\QueryPanel.java:            URL documentBase = getParentApplet().getCodeBase();
src\wt\clients\query\QueryPanel.java:                             getParentApplet().getCodeBase(),"OnlineHelp",
src\wt\clients\query\QueryPanel.java:	                                       getParentApplet().getCodeBase(),
src\wt\enterprise\BasicTemplateProcessor.java:   private static String CODEBASE;
src\wt\enterprise\BasicTemplateProcessor.java:         CODEBASE = properties.getProperty("wt.server.codebase", "");
src\wt\enterprise\BasicTemplateProcessor.java:    *  parameter and is expected to be in $(wt.server.codebase)/wt/clients/images/.
src\wt\enterprise\BasicTemplateProcessor.java:            String glyphUrlString = ((glyphResources.size() > 0) ? (CODEBASE + '/' + (String) glyphResources.elementAt(0)) : null);
src\wt\enterprise\BasicTemplateProcessor.java:            image = DnDMicroAppletUtil.makeAppletTag(obj, CODEBASE,
src\wt\enterprise\BasicTemplateProcessor.java:    *@param  glyphResources           Glyph image file paths relative to codebase.
src\wt\enterprise\BasicTemplateProcessor.java:         *                                 glyphs relative to codebase
src\wt\enterprise\BasicTemplateProcessor.java:    *    relative path from codebase(Script calls ARE <B><I>NOT</I> </B>
src\wt\enterprise\BasicTemplateProcessor.java:    *  into a template by specifying a relative path from codebase</H2> You are
src\wt\enterprise\BasicTemplateProcessor.java:    *  path from codebase. The file you reference <B><I>must have</I> </B> one of
src\wt\enterprise\BasicTemplateProcessor.java:    *  <I>include fileName=&lt;Relative file path from codebase, no file
src\wt\enterprise\BasicTemplateProcessor.java:    *  /codebase/templates/util/copyright.html. You would the call <P>
src\wt\enterprise\BasicTemplateProcessor.java:    *  Class&gt;/0=&lt;Relative path to file from codebase&gt;</NOBR> </I> <P>
src\wt\enterprise\BasicTemplateProcessor.java:    *  properties file&gt;/0=&lt;Relative path to file from codebase&gt;</NOBR>
src\wt\enterprise\BasicTemplateProcessor.java:            String url = javascript + "<A HREF=\"javascript:createDialogWindow('" + CODEBASE +
src\wt\enterprise\BasicTemplateProcessor.java:    *    page relative to codebase. For example, if the HTML Help page was at
src\wt\enterprise\BasicTemplateProcessor.java:    *    page relative to codebase. For example, if the HTML Help page was at
src\wt\query\ObjectSearchAttributeList.java:   private static String  CODEBASE;
src\wt\query\ObjectSearchAttributeList.java:         CODEBASE = properties.getProperty ("wt.server.codebase", "");
src\wt\query\SearchAttributeList.java:   private static String  CODEBASE;
src\wt\query\SearchAttributeList.java:         CODEBASE = properties.getProperty ("wt.server.codebase", "");
srclib\j2ee.jar:x      PK   ł',               org/omg/IOP/TAG_CODE_SETS.class;o>f]nvNv.FֲĜTFFOF^ļ03##Wp~iQr[fPP{k|kH^VbY"#d~Q~~n>Fļt}6UL $.aҬ@X  PKJ`      PK   ł',            #   org/omg/IOP/TAG_JAVA_CODEBASE.class;o>f]nvNv.FֲĜTFFOF^ļ03$#Wp~iQr[fPX{ccc^VbY"#l~Q~~n>"F2ļt}6L@+$.bҬ@X  PKBœ      PK   ł',               org/omg/IOP/TAG_ORB_TYPE.class;o>f]nvNv.FֲĜTFFOF^ļ0302p%e U	89ŇDe%%22H{#32T$'e&-b`+	tfb`6 PK      PK   ł',            '   org/omg/IOP/TaggedComponentHelper.classWWG6YWQ"5$H[mj!@PHk5&qQ~ڷֶNm͆%AO0;s7~ޙ~bZAqG~<"mxTcЌ7zx0cL5C.Dd
dcSxp$lBs!\DMLvaYN4=zϲs̬Yk^t%/x#sOHR .@+jI9
V5=@p{[ߚ!=W$"E
ejq)'zR7瀪mdPPv+b!˼
G88**C/
IR)Y78lLkS'ZDރ~)Z"j2\^7t2CK
Y5ކ⼔0fFn,lоwR
_ &RƔAtEMy;rS Mޅ7kw4nEMzTRXjlxR֛ WE0u6pxTNr˫hR|<ug%of77EEwDǻ"">">>+&$)I;y|$c|"E|'Q[f㜈/%DtÒ9:B"7cv-ӿ8Gszaɐll9^$<.?qYO7E+"~ŤC]X l׶f._xYUآLx\{ɲ\e\Dd*%hP]()U.\ܐ#,Ahٖ|P6l.n'ir~]l:X2f&QӚw@i=E{ĠӹP\n	PT:\H:1*:bSVR#I]I(Fnq*/b:rZay))enr$.nJG!"69&2CɸӢLXƧSiYfI
*sPe
bnsFzAnSR*Ww=b-1ok
srclib\j2ee.jar:     ł',               com/sun/org/omg/SendingContext/PK   ł',            2   com/sun/org/omg/SendingContext/_CodeBaseStub.classWgwGk$XLILHr%Ȁ19H6lSE,!(	NhBH/pC;kXfD|t<{ͼϟ0UEpbDӮ`#ޗT #$
srclib\j2ee.jar:<eQ߭cS[UׅتC0 ي%PKu}  	  PK   ł',            -   com/sun/org/omg/SendingContext/CodeBase.classK
srclib\j2ee.jar:@D_Ε6A 	#Ɍ$ѫ J{|bBSV(t	+HV&B/pG\&'}фQR.٥1g\=qB#pm$'Lódgs-ޤv>˼>$fiP)VQCeWPKk     PK   ł',            7   com/sun/org/omg/SendingContext/CodeBaseOperations.classN0D}$P)~ A uWJE)b%rIq>BG{ܱ+8Ł]{>4GAw\1)ӹ<2JIYaVh.O^wb&s `+<FJV0\U}#.JD"&>,##E	\$22\IUʇ&0
eB=gd>l05!5s	,=Y2lOYxXk=;u ^-M5F*#pwװPK~y-    PK   ł',            3   com/sun/org/omg/SendingContext/CodeBaseHelper.classViSG}á|r#$d;q&`!96䵥]e&s JJ(qU|*?*Ղ@H.U~ǟE$c&%ܔqS2-.e0-Ï6+ȸ91ÜX[
xSLbILdx_ifYB+Veⶄvܗ/JHJH1T
srclib\j2ee.jar:     ł',            /   com/sun/org/omg/SendingContext/CodeBasePackage/PK   ł',            >   com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.classTYSAB6YFETH4rO%lÆlPbULU(e%VH}{oьiSэi	h*0ûYVqs|buAT[`<b $<hΘ~kyiێmZE5qNdMV8iͭUmCv%2+;MxY:7}?Oi
DjZp0znschcM\uWm~mp%Z:.9dnG|M ,4Yr1X=bB&ض0ǆ`?~(x"cg!ATAJKBb$zѧ&^IƖMLP(6v$zp]&$@<8@U$m: ɂPs4&tM/XMqV,Yڟxҳx^@}uj\xsLe1Stix}js1tz Lo1=6S̉/QOW4k\C	dKHW@ѝe^R4힃7k<u4p7N5:Z]
srclib\j2ee.jar:nS24J>K E B ɒ2J+siܑW\j,[5g1Ҳ?/#\K1. /	sM6J9zHw;=PKO  R  PK   ł',            A   com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.classU[WW	0A)B[`*( 643Ll}fuڵwd6$6\forv|*F0}|bGr7fqNYy7CbKRT0*-śR5dܕjK㾂uykG 5zɰz-[vqN@gf1N;{E=o_l]$V,%lf-ۼ_6˛v7!ˮeW k[=:NA)n(**ƌ$oX3.Yj/h].Mc˖Ks1֫H󅒟\5T%Sp#3}.⒂O4l !R<԰O5|5L1\PGRWZA^CIV!Q`4D1`GoZJ\`Ijvqd9ޡRڱ]T5X1*JM2UgOTmFcشmַwM1/0߮w+^kui-aOɂ]9O²0ޙÛVjl58/@vc(Ƞ>d^2oym3eT<W[㯥M;42TM`zަcuߋ"Eoxfڛ8>Z`igO6}
Ld@TSӆ2Or\B
_EyA]^h{:5'uO )(/@θ~C^	Cw?CJ~qPtkm\C_k$r#GtNg_tn
srclib\j2ee.jar:K&UUy#_`59}$^Yuv!;e?trY=JA\`[bn2cz	+t_h"yP;B'u=QwHu
A&;!FοĀ`x$J,y;PK͌  	  PK   ł',            G   com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.classU[wUNva4@4-Hͥdڂ-@'c`:)	;'_֊Ye_]˿㻺045i<s A\T1n]n}6yo.Bf^-b2*;Xxa6y
*	֮@4xb.yױZ,OZuW
srclib\j2ee.jar:ҧuQbvuPKFt^  	  PK   ł',            6   com/sun/org/omg/SendingContext/_CodeBaseImplBase.classV[oWN|Ͳ%J 'z1.fc&\J-қ>T*Ux*P%DKUԧJ}[J}:Ǳl▕Ξݙ9s33g~w+؊ǋhǠH8؈81أ
srclib\j2ee.jar:T8KwJTS"#[L*}!5F׉:Ef4#'Bg҉p&eOSUQw6dU2=e-q|OdY?xDa
JiXQ"$&birjmQ9<iЉC>Ag~ss%+FVa?2?(/PKw8    PK   ˂',            9   com/sun/corba/ee/internal/ior/JavaCodebaseComponent.class}R]OA=mwuQ~h"$$*	laݭ]/>h%蓉?xgT-
/ܹ3g/ߠ`e
	0Vuu1lqW{qde<
srclib\j2ee.jar:  PK   ˂',            3   com/sun/corba/ee/internal/iiop/CachedCodeBase.classVw@0c˒fzI4#F#%MI҅!!rJz95}Sj$vZ{~}m?h6>ocRÔ AVpB-'5
srclib\j2ee.jar:g(pً|ьϞ)'O| 	N9DwuZIʙj5DaZab!PK    PK   ˂',            E   com/sun/corba/ee/internal/core/IOR$LocalCodeBaseSingletonHolder.classRJA=^fw2xex!BSD	uaUfiiCϬ`PkA
Ai:]uTQ7PG+WQƄIELyxPY
+Jg:)NDh2)ieeTPh-[P(#
#龋HRYHk.*7w>y /<4L}
srclib\j2ee.jar:x      ,             ( org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.classPK    ł',J`                   ( org/omg/IOP/TAG_CODE_SETS.classPK    ł',Bœ      #             n( org/omg/IOP/TAG_JAVA_CODEBASE.classPK    ł',                   R( org/omg/IOP/TAG_ORB_TYPE.classPK    ł',A  g
  '             ( ( org/omg/IOP/TaggedComponentHelper.classPK    ł',f    '             &( org/omg/IOP/TaggedComponentHolder.classPK    ł',s<  O
  %             (( org/omg/IOP/TaggedProfileHelper.classPK    ł',s]5    %             k/( org/omg/IOP/TaggedProfileHolder.classPK    ł',:      $             ~1( org/omg/IOP/TransactionService.classPK    ł',\                   `2( org/omg/IOP/TAG_POLICIES.classPK
srclib\j2ee.jar:     ł',                         /- com/sun/org/omg/SendingContext/PK    ł',u}  	  2             Q/- com/sun/org/omg/SendingContext/_CodeBaseStub.classPK    ł',k     -             `6- com/sun/org/omg/SendingContext/CodeBase.classPK    ł',~y-    7             n7- com/sun/org/omg/SendingContext/CodeBaseOperations.classPK    ł',,     3              9- com/sun/org/omg/SendingContext/CodeBaseHelper.classPK
srclib\j2ee.jar:     ł',            /             }>- com/sun/org/omg/SendingContext/CodeBasePackage/PK    ł',O  R  >             >- com/sun/org/omg/SendingContext/CodeBasePackage/URLHelper.classPK    ł',͌  	  A             B- com/sun/org/omg/SendingContext/CodeBasePackage/URLSeqHelper.classPK    ł',Ft^  	  G             F- com/sun/org/omg/SendingContext/CodeBasePackage/ValueDescSeqHelper.classPK    ł',l  v
  6             WK- com/sun/org/omg/SendingContext/_CodeBaseImplBase.classPK
srclib\j2ee.jar:"   	  :             w? com/sun/corba/ee/internal/ior/IdEncapsulationFactory.classPK    ˂',.~    9             x? com/sun/corba/ee/internal/ior/JIDLObjectKeyTemplate.classPK    ˂',@P  )  <             {? com/sun/corba/ee/internal/ior/NewObjectKeyTemplateBase.classPK    ˂',w8    9             $~? com/sun/corba/ee/internal/ior/ObjectKeyTemplateBase.classPK    ˂',{Y  (  9             E? com/sun/corba/ee/internal/ior/JavaCodebaseComponent.classPK    ˂',
srclib\j2ee.jar:  7             ȯA com/sun/corba/ee/internal/iiop/ClientResponseImpl.classPK    ˂',^1  '  3             A com/sun/corba/ee/internal/iiop/CachedCodeBase.classPK    ˂',    9             A com/sun/corba/ee/internal/iiop/DefaultSocketFactory.classPK    ˂',"    1             A com/sun/corba/ee/internal/iiop/EndPointImpl.classPK    ˂',    5             +A com/sun/corba/ee/internal/iiop/ForwardException.classPK    ˂',5!_  (  ?             A com/sun/corba/ee/internal/iiop/IIOPConnection$OutCallDesc.classPK    ˂',Ρ    >             oA com/sun/corba/ee/internal/iiop/IIOPConnection$DeleteConn.classPK    ˂',ş&    5             A com/sun/corba/ee/internal/iiop/IIOPConnection$1.classPK    ˂',:    5             pA com/sun/corba/ee/internal/iiop/IIOPConnection$2.classPK    ˂',J    5             A com/sun/corba/ee/internal/iiop/IIOPConnection$3.classPK    ˂',,    5             A com/sun/corba/ee/internal/iiop/IIOPConnection$4.classPK    ˂',p
  69  3             A com/sun/corba/ee/internal/iiop/IIOPConnection.classPK    ˂',6"e  %  G             3A com/sun/corba/ee/internal/iiop/MessageMediator$ReplyProcessor_1_1.classPK    ˂',#y  X,  4             
A com/sun/corba/ee/internal/iiop/MessageMediator.classPK    ˂', G8@
srclib\j2ee.jar:W3    C             OB com/sun/corba/ee/internal/core/CodeSetConversion$BTCConverter.classPK    ˂',)oo  w
  G             _QB com/sun/corba/ee/internal/core/CodeSetConversion$JavaCTBConverter.classPK    ˂',끽  K  H             CXB com/sun/corba/ee/internal/core/CodeSetConversion$UTF16CTBConverter.classPK    ˂',mm;    G             vZB com/sun/corba/ee/internal/core/CodeSetConversion$JavaBTCConverter.classPK    ˂',u6  .  H             k`B com/sun/corba/ee/internal/core/CodeSetConversion$UTF16BTCConverter.classPK    ˂',LC    N             tdB com/sun/corba/ee/internal/core/CodeSetConversion$CodeSetConversionHolder.classPK    ˂',,c      8             3fB com/sun/corba/ee/internal/core/CodeSetConversion$1.classPK    ˂',ө    (             5gB com/sun/corba/ee/internal/core/ORB.classPK    ˂',    6             iB com/sun/corba/ee/internal/core/CodeSetConversion.classPK    ˂',N
    E             pB com/sun/corba/ee/internal/core/IOR$LocalCodeBaseSingletonHolder.classPK    ˂',rv  *  (             $rB com/sun/corba/ee/internal/core/IOR.classPK    ˂',GPa  
  =             B com/sun/corba/ee/internal/core/OSFCodeSetRegistry$Entry.classPK    ˂',n      9             B com/sun/corba/ee/internal/core/OSFCodeSetRegistry$1.classPK    ˂',;6    7             
B com/sun/corba/ee/internal/core/OSFCodeSetRegistry.classPK    ˂',PH  N  J             _B com/sun/corba/ee/internal/core/CodeSetComponentInfo$CodeSetComponent.classPK    ˂',(U    H             B com/sun/corba/ee/internal/core/CodeSetComponentInfo$CodeSetContext.classPK    ˂',!R!    9             PB com/sun/corba/ee/internal/core/CodeSetComponentInfo.classPK    ˂',T`  ;  3             HB com/sun/corba/ee/internal/core/CodeSetCache$1.classPK    ˂',$f    1             	B com/sun/corba/ee/internal/core/CodeSetCache.classPK    ˂',   p  /             ΞB com/sun/corba/ee/internal/core/ClientGIOP.classPK    ˂',Q    /             B com/sun/corba/ee/internal/core/ServerGIOP.classPK    ˂',{  L  8             B com/sun/corba/ee/internal/core/SubcontractRegistry.classPK    ˂',<J    ;             کB com/sun/corba/ee/internal/core/ServiceContextRegistry.classPK    ˂',    7             B com/sun/corba/ee/internal/core/MarshalInputStream.classPK    ˂',x'    /             B com/sun/corba/ee/internal/core/ORBVersion.classPK    ˂',%>z  )  6             B com/sun/corba/ee/internal/core/ServerSubcontract.classPK    ˂',9     3             nB com/sun/corba/ee/internal/core/RequestHandler.classPK    ˂',ra   Z  -             B com/sun/corba/ee/internal/core/EndPoint.classPK    ˂',\$#N  i  6             B com/sun/corba/ee/internal/core/ClientSubcontract.classPK    ˂',   T  <             B com/sun/corba/ee/internal/core/DuplicateServiceContext.classPK    ˂',\*0S   N  9             ^B com/sun/corba/ee/internal/core/NoSuchServiceContext.classPK    ˂',T  W  7             B com/sun/corba/ee/internal/core/ServiceContextData.classPK    ˂',
    2             9B com/sun/corba/ee/internal/core/ServerRequest.classPK    ˂',DF'  !  ,             MB com/sun/corba/ee/internal/core/Request.classPK    ˂',%x      3             B com/sun/corba/ee/internal/core/ServerResponse.classPK    ˂',y-  %  -             B com/sun/corba/ee/internal/core/Response.classPK    ˂','t  o  B             QB com/sun/corba/ee/internal/core/InternalRuntimeForwardRequest.classPK    ˂',6      ,             B com/sun/corba/ee/internal/core/Closure.classPK    ˂',
