Home
last modified time | relevance | path

Searched +defs:glossary +defs:line (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gettext-lint/gettext-lint-0.4/src/
H A DPOFile.py168 def append_header_string(self, line, key, list): argument
172 def append_header_strings(self, line, key, list): argument
177 def get_header_string(self, line, key, current = None): argument
182 def get_header_int(self, line, key, current = None): argument
264 def glossary(self, glossary): argument
365 def checkLineLength(self, line, pos, msg, limit, single_lines): argument
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DMaterialPropertyDSL.cxx201 const auto line = this->current->line; in treatConstant() local
401 const auto& glossary = Glossary::getGlossary(); in treatMethod() local
413 const auto& glossary = Glossary::getGlossary(); in treatMethod() local
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DMaterialPropertyDSL.cxx229 const auto line = this->current->line; in treatConstant() local
453 const auto& glossary = Glossary::getGlossary(); in treatMethod() local
465 const auto& glossary = Glossary::getGlossary(); in treatMethod() local
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Deditortab.cpp197 … KActionCategory* glossary = new KActionCategory(i18nc("@title actions category", "Glossary"), ac); in setupActions() local
1481 static void openLocalSource(const QString& file, int line) in openLocalSource()
1504 void EditorTab::dispatchSrcFileOpenRequest(const QString& srcFileRelPath, int line) in dispatchSrcFileOpenRequest()