Home
last modified time | relevance | path

Searched refs:labelFlags (Results 1 – 19 of 19) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_security.c108 virSecurityDomainImageLabelFlags labelFlags = 0; in qemuSecuritySetImageLabel() local
111 labelFlags |= VIR_SECURITY_DOMAIN_IMAGE_LABEL_BACKING_CHAIN; in qemuSecuritySetImageLabel()
114 labelFlags |= VIR_SECURITY_DOMAIN_IMAGE_PARENT_CHAIN_TOP; in qemuSecuritySetImageLabel()
123 vm->def, src, labelFlags) < 0) in qemuSecuritySetImageLabel()
146 virSecurityDomainImageLabelFlags labelFlags = 0; in qemuSecurityRestoreImageLabel() local
149 labelFlags |= VIR_SECURITY_DOMAIN_IMAGE_LABEL_BACKING_CHAIN; in qemuSecurityRestoreImageLabel()
158 vm->def, src, labelFlags) < 0) in qemuSecurityRestoreImageLabel()
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaRenderer.mm84 -(NSDictionary*)labelFlags
228 if ((obj = [prefs objectForKey:@"labelFlags"]) && [obj isKindOfClass:dictClass])
246 …lts] setObject:[NSDictionary dictionaryWithObjectsAndKeys:[self labelFlags],@"labelFlags",[self re…
H A DCelestiaRenderer.h19 -(NSDictionary*)labelFlags;
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaRenderer.mm84 -(NSDictionary*)labelFlags
228 if ((obj = [prefs objectForKey:@"labelFlags"]) && [obj isKindOfClass:dictClass])
246 …lts] setObject:[NSDictionary dictionaryWithObjectsAndKeys:[self labelFlags],@"labelFlags",[self re…
H A DCelestiaRenderer.h19 -(NSDictionary*)labelFlags;
/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWAxis.h907 WFlags<AlignmentFlag> labelFlags,
913 tickStart, tickEnd, labelPos, labelFlags,
922 WFlags<AlignmentFlag> labelFlags,
H A DWAxis.C1848 WFlags<AlignmentFlag> labelFlags, in render() argument
1946 renderLabels(painter, labels, path, labelFlags, labelAngle(), 3, in render()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_info.c128 int labelFlags; member
183 statsItems[i].labelFlags, *statsItems[i].labelColor ); in CG_DrawStats()
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dstyle.cpp704 quint8 labelFlags; in parseLines() local
705 if (!file->readUInt8(hdl, labelFlags)) in parseLines()
707 if (labelFlags & 0x08) { in parseLines()
712 _lines[type].setTextFontSize((FontSize)(labelFlags & 0x07)); in parseLines()
859 quint8 labelFlags; in parsePoints() local
861 if (!file->readUInt8(hdl, labelFlags)) in parsePoints()
863 if (labelFlags & 0x08) { in parsePoints()
868 _points[type].setTextFontSize((FontSize)(labelFlags & 0x07)); in parsePoints()
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_info.c129 int labelFlags; member
353 …, color2, va( "%s:", CG_translateString( statsItems[i].label ) ), 0, 0, statsItems[i].labelFlags ); in CG_DrawExitStats()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapServerResponseParser.cpp1599 uint16_t labelFlags = 0; in parse_folder_flags() local
1630 labelFlags |= 1; in parse_folder_flags()
1632 labelFlags |= 2; in parse_folder_flags()
1634 labelFlags |= 4; in parse_folder_flags()
1636 labelFlags |= 8; in parse_folder_flags()
1638 labelFlags |= 16; in parse_folder_flags()
1645 if (labelFlags == 31) fSupportsUserDefinedFlags |= kImapMsgLabelFlags; in parse_folder_flags()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Doptions.cpp4229 labelFlags); in CreatePanel_Advanced()
4348 labelFlags); in CreatePanel_VectorCharts()
5202 labelFlags); in CreatePanel_Units()
5216 labelFlags); in CreatePanel_Units()
5229 labelFlags); in CreatePanel_Units()
5247 labelFlags); in CreatePanel_Units()
5321 labelFlags); in CreatePanel_Units()
5332 labelFlags); in CreatePanel_Units()
5342 labelFlags); in CreatePanel_Units()
5357 labelFlags); in CreatePanel_Units()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/
H A DJarPackageWizardPage.java354 int labelFlags= JavaElementLabelProvider.SHOW_BASICS in createInputGroup() local
365 …der provider= new DecoratingLabelProvider(new JavaElementLabelProvider(labelFlags), new ProblemsLa… in createInputGroup()
H A DJarManifestWizardPage.java976 int labelFlags= JavaElementLabelProvider.SHOW_BASICS in createWorkspaceFileSelectionDialog() local
979 …der provider= new DecoratingLabelProvider(new JavaElementLabelProvider(labelFlags), new ProblemsLa… in createWorkspaceFileSelectionDialog()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp1769 int labelFlags = appCore->getRenderer()->getLabelMode(); in celestia_setlabelflags() local
1800 labelFlags |= flag; in celestia_setlabelflags()
1804 labelFlags &= ~flag; in celestia_setlabelflags()
1809 appCore->getRenderer()->setLabelMode(labelFlags); in celestia_setlabelflags()
1821 const int labelFlags = appCore->getRenderer()->getLabelMode(); in celestia_getlabelflags() local
1826 lua_pushboolean(l, (it->second & labelFlags) != 0); in celestia_getlabelflags()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp1769 int labelFlags = appCore->getRenderer()->getLabelMode(); in celestia_setlabelflags() local
1800 labelFlags |= flag; in celestia_setlabelflags()
1804 labelFlags &= ~flag; in celestia_setlabelflags()
1809 appCore->getRenderer()->setLabelMode(labelFlags); in celestia_setlabelflags()
1821 const int labelFlags = appCore->getRenderer()->getLabelMode(); in celestia_getlabelflags() local
1826 lua_pushboolean(l, (it->second & labelFlags) != 0); in celestia_getlabelflags()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsParseMailbox.cpp1172 uint32_t labelFlags = 0; in FinalizeHeaders() local
1308 labelFlags = ((flags & nsMsgMessageFlags::Labels) >> 25); in FinalizeHeaders()
1309 m_newMsgHdr->SetLabel(labelFlags); in FinalizeHeaders()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dformeditoritem.cpp945 , labelFlags(Qt::AlignHCenter | Qt::AlignVCenter | Qt::TextDontClip) in ConnectionConfiguration()
1042 int labelFlags; member in QmlDesigner::ConnectionConfiguration
1521 painter->drawText(textRect, connection.config.labelFlags, connection.config.label); in drawGeneralLabel()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Doptions.h388 wxSizerFlags inputFlags, verticleInputFlags, labelFlags, groupInputFlags; variable