Home
last modified time | relevance | path

Searched refs:attpath (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/pageedit/PageEdit-1.2.0/
H A DUtility.cpp776 QString attpath = relative_href; in parseHREF() local
777 int fragpos = attpath.lastIndexOf("#"); in parseHREF()
780 fragment = attpath.mid(fragpos, -1); in parseHREF()
781 attpath = attpath.mid(0, fragpos); in parseHREF()
783 if (attpath.startsWith("./")) attpath = attpath.mid(2,-1); in parseHREF()
784 return std::make_pair(attpath, fragment); in parseHREF()
H A DGumboInterface.cpp911 QString attpath = Utility::URLDecodePath(QString::fromStdString(attvalue)); in update_attribute_value() local
912 int fragpos = attpath.lastIndexOf(POUND_SIGN); in update_attribute_value()
916 fragment = attpath.mid(fragpos, -1); in update_attribute_value()
917 attpath = attpath.mid(0, fragpos); in update_attribute_value()
919 QString search_key = QDir::cleanPath(m_currentdir + FORWARD_SLASH + attpath); in update_attribute_value()
/dports/textproc/sigil/Sigil-1.8.0/src/SourceUpdates/
H A DAnchorUpdates.cpp156 QString attpath = Utility::buildRelativePath(resource_bookpath, file_id); in UpdateAnchorsInOneFile() local
157 … QString attribute_value = Utility::buildRelativeHREF(attpath, "#" + fragment_id); in UpdateAnchorsInOneFile()
216 … QString attpath = Utility::buildRelativePath(html_resource->GetRelativePath(), target_bookpath); in UpdateExternalAnchorsInOneFile() local
217 … QString attribute_value = Utility::buildRelativeHREF(attpath, "#" + fragment_id); in UpdateExternalAnchorsInOneFile()
271 … QString attpath = Utility::buildRelativePath(html_resource->GetRelativePath(), sink_bookpath); in UpdateAllAnchorsInOneFile() local
272 QString attribute_value = Utility::buildRelativeHREF(attpath, parts.second); in UpdateAllAnchorsInOneFile()
H A DFragmentUpdates.cpp108 QString attpath = Utility::buildRelativePath(bookpath, dest_bookpath); in UpdateFragmentsInOneFile() local
109 … QString attribute_value = Utility::buildRelativeHREF(attpath, "#" + newid); in UpdateFragmentsInOneFile()
/dports/textproc/sigil/Sigil-1.8.0/src/ResourceObjects/
H A DHTMLResource.cpp194 QString attpath = target_url.path(); in GetPathsToLinkedResources() local
195 linked_resources.append(Utility::buildBookPath(attpath,GetFolder())); in GetPathsToLinkedResources()
204 QString attpath = target_url.path(); in GetPathsToLinkedResources() local
205 linked_resources.append(Utility::buildBookPath(attpath,GetFolder())); in GetPathsToLinkedResources()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/maint/
H A Dmkpagepacks.py114 attpath = AttachFile.getFilename(request, pagename, attname)
115 zf.write(attpath, zipname)
/dports/textproc/sigil/Sigil-1.8.0/src/Tabs/
H A DTabManager.cpp209 QString attpath = url.path(); in LinkClicked() local
215 if (attpath.isEmpty()) { in LinkClicked()
219 dest_bookpath = Utility::buildBookPath(attpath, startdir); in LinkClicked()
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DUtility.cpp1142 QString attpath = href.path(); in parseRelativeHREF() local
1148 if (attpath.startsWith("./")) attpath = attpath.mid(2,-1); in parseRelativeHREF()
1149 return std::make_pair(attpath, fragment); in parseRelativeHREF()
/dports/textproc/sigil/Sigil-1.8.0/src/Parsers/
H A DGumboInterface.cpp980 QString attpath = href.path(); in update_attribute_value() local
982 if (attpath.isEmpty() && has_fragment) return result; in update_attribute_value()
989 if (attpath.isEmpty()) { in update_attribute_value()
992 dest_oldbkpath = Utility::buildBookPath(attpath, m_currentdir); in update_attribute_value()
/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DBook.cpp1410 QString attpath = hrefparts.first; in HasUndefinedURLFragments() local
1412 if (attpath.isEmpty()) { in HasUndefinedURLFragments()
1415 dest_bookpath = Utility::buildBookPath(attpath, htmldir); in HasUndefinedURLFragments()