Home
last modified time | relevance | path

Searched defs:_decoration (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/ad/
H A Dad_region.h59 bool _decoration; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_region.h59 bool _decoration; variable
/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/docs/tutorial/
H A Dtut_mongo_sync_cmd_index_create.h1 /** @page tut_mongo_sync_cmd_index_create Creating indexes
2 *
3 * This example will show how to properly create indexes, how to
4 * verify its success, and will also give hints on how to prepare the
5 * BSON used to create the index.
6 *
7 * @dontinclude tut_mongo_sync_cmd_index_create.c
8 * @until stdio.h
9 *
10 * We will be creating and verifying multiple indexes, so lets create
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dbackgroundwidget.h42 QPixmap _decoration; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_sub_frame.h44 bool _decoration; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_sub_frame.h44 bool _decoration; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DList.cs48 private ListDecoration _decoration = ListDecoration.None; field in System.Web.UI.MobileControls.List