Searched refs:pathElement (Results 1 – 8 of 8) sorted by relevance
457 private static String addSuffixBeforeExtension(String pathElement, String suffix) { in addSuffixBeforeExtension() argument458 int extensionStart = pathElement.lastIndexOf('.'); in addSuffixBeforeExtension()460 StringBuilder newName = new StringBuilder(pathElement.length() + suffix.length() + 1); in addSuffixBeforeExtension()462 newName.append(pathElement); in addSuffixBeforeExtension()465 newName.append(pathElement.subSequence(0, extensionStart)); in addSuffixBeforeExtension()467 newName.append(pathElement.subSequence(extensionStart, pathElement.length())); in addSuffixBeforeExtension()
460 AutoElement pathElement("path", fWriter); in addClipResources() local461 pathElement.addPathAttributes(clipPath); in addClipResources()462 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()772 AutoElement pathElement("path", fWriter); in drawTextOnPath() local773 pathElement.addAttribute("id", pathID); in drawTextOnPath()774 pathElement.addPathAttributes(path); in drawTextOnPath()
META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...