Home
last modified time | relevance | path

Searched refs:getAbsoluteFileName (Results 1 – 8 of 8) sorted by relevance

/dports/devel/staf/src/staf/services/stax/staxdoc/
H A DStaxFile.java54 int lastsepidx = getAbsoluteFileName().lastIndexOf(File.separator); in getAbsolutePath()
55 return getAbsoluteFileName().substring(0, lastsepidx); in getAbsolutePath()
58 public String getAbsoluteFileName() in getAbsoluteFileName() method in StaxFile
H A DWriterStaxDoc.java115 System.out.println("Transforming " + staxFile.getAbsoluteFileName()); in generateDoc()
126 xmlReader, new InputSource(staxFile.getAbsoluteFileName())); in generateDoc()
/dports/graphics/pdf2svg/pdf2svg-0.2.3/
H A Dpdf2svg.c34 gchar *getAbsoluteFileName(const gchar *fileName) in getAbsoluteFileName() function
97 gchar *absoluteFileName = getAbsoluteFileName(args[1]); in main()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/
H A DInterpreterRunner.java72 + osDependentPath(configuration.getAbsoluteFileName())); in renderCommandLine()
80 IPath FilePath = new Path(configuration.getAbsoluteFileName()); in setEnvironmentVariables()
H A DInterpreterRunnerConfiguration.java30 public String getAbsoluteFileName() { in getAbsoluteFileName() method in InterpreterRunnerConfiguration
/dports/graphics/epdfview/epdfview-0.1.8/src/
H A DPDFDocument.cxx35 static gchar *getAbsoluteFileName (const gchar *fileName);
224 gchar *absoluteFileName = getAbsoluteFileName (filename); in loadFile()
710 gchar *absoluteFileName = getAbsoluteFileName (filename); in saveFile()
928 getAbsoluteFileName (const gchar *fileName) in getAbsoluteFileName() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/
H A DSimpleCSFileWizardPage.java79 public String getAbsoluteFileName() { in getAbsoluteFileName() method in SimpleCSFileWizardPage
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/
H A DCompCSTaskDetails.java351 …String newValue = convertPathAbsToRelative(page.getAbsoluteFileName(), fDataTask.getModel().getUnd… in handleLinkWizardPathEntry()