Home
last modified time | relevance | path

Searched refs:MOEntry (Results 1 – 13 of 13) sorted by relevance

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/polib/
H A Dpolib.pyi56 class MOFile(_BaseFile[MOEntry]):
65 def translated_entries(self) -> List[MOEntry]: ...
66 def untranslated_entries(self) -> List[MOEntry]: ...
67 def fuzzy_entries(self) -> List[MOEntry]: ...
68 def obsolete_entries(self) -> List[MOEntry]: ...
108 class MOEntry(_BaseEntry):
/dports/devel/py-polib/polib-1.1.0/docs/
H A Dapi.rst57 The ``MOEntry`` class
60 .. autoclass:: polib.MOEntry
/dports/games/legend-of-edgar/edgar-1.34/src/
H A Di18n.c37 MOEntry *original, *translation; in setLanguage()
131 original = malloc(sizeof(MOEntry) * header.stringCount); in setLanguage()
133 translation = malloc(sizeof(MOEntry) * header.stringCount); in setLanguage()
137 …printf("Failed to allocate %d bytes for translation strings\n", (int)sizeof(MOEntry) * header.stri… in setLanguage()
H A Dstructs.h399 typedef struct MOEntry struct
402 } MOEntry; typedef
/dports/devel/py-polib/polib-1.1.0/
H A DCHANGELOG54 - Fixed issue #47: added flags attribute for MOEntry to be consistent with POEntry
58 - Fixed issue #53: added a __hash__() method to POEntry and MOEntry classes
H A DPKG-INFO105 - Fixed issue #47: added flags attribute for MOEntry to be consistent with POEntry
109 - Fixed issue #53: added a __hash__() method to POEntry and MOEntry classes
H A Dpolib.py1179 class MOEntry(_BaseEntry): class
1773 return MOEntry(**kwargs)
/dports/devel/py-polib/polib-1.1.0/polib.egg-info/
H A DPKG-INFO105 - Fixed issue #47: added flags attribute for MOEntry to be consistent with POEntry
109 - Fixed issue #53: added a __hash__() method to POEntry and MOEntry classes
/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Dpolib.py1057 class MOEntry(_BaseEntry): class
1579 return MOEntry(**kwargs)
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/
H A Dpolib.py1158 class MOEntry(_BaseEntry): class
1751 return MOEntry(**kwargs)
/dports/devel/mercurial/mercurial-6.0/i18n/
H A Dpolib.py1192 class MOEntry(_BaseEntry): class
1842 return MOEntry(**kwargs)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dpolib.py1158 class MOEntry(_BaseEntry): class
1751 return MOEntry(**kwargs)
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/data/i18n-tools/scripts/
H A Dpolib.py1123 class MOEntry(_BaseEntry): class
1715 return MOEntry(**kwargs)