Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DXhtmlDoc.cpp77 static const QString TAG_NAME_SEARCH = "<\\s*([^\\s>]+)"; variable
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.cpp72 static const QString TAG_NAME_SEARCH = "<\\s*([^\\s>]+)"; variable
516 QRegularExpression tag_name_search(TAG_NAME_SEARCH); in InsertClosingTag()