Home
last modified time | relevance | path

Searched defs:ScanlineOrder (Results 1 – 3 of 3) sorted by relevance

/dports/databases/postgresql12-server/postgresql-12.9/src/bin/scripts/po/
H A Dfr.po345 msgstr "« %s » n'est pas un nom d'encodage valide"
347 #: createdb.c:228
387 #, c-format
388 msgid " -l, --locale=LOCALE locale settings for the database\n"
393 msgid " --lc-collate=LOCALE LC_COLLATE setting for the database\n"
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxv.rs345 pub struct ScanlineOrder(u8); struct
346 impl ScanlineOrder { impl
386 impl From<u8> for ScanlineOrder { implementation
392 impl std::fmt::Debug for ScanlineOrder { implementation
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxv.py32 class ScanlineOrder: class