Home
last modified time | relevance | path

Searched refs:DT_TYPE (Results 1 – 23 of 23) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/Controls/
H A Dxdatetimeeditx.h31 enum DT_TYPE enum
40 void setType(DT_TYPE dtType);
52 DT_TYPE g_dtType;
H A Dxdatetimeeditx.cpp31 void XDateTimeEditX::setType(XDateTimeEditX::DT_TYPE dtType) in setType()
/dports/www/firefox-esr/firefox-91.8.0/build/unix/elfhack/
H A DMakefile.in26 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
27 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/www/firefox/firefox-99.0/build/unix/elfhack/
H A DMakefile.in27 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
28 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/mail/thunderbird/thunderbird-91.8.0/build/unix/elfhack/
H A DMakefile.in26 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
27 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/lang/spidermonkey78/firefox-78.9.0/build/unix/elfhack/
H A DMakefile.in26 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
27 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/lang/spidermonkey60/firefox-60.9.0/build/unix/elfhack/
H A DMakefile.in26 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
27 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/www/firefox-legacy/firefox-52.8.0esr/build/unix/elfhack/
H A DMakefile.in27 test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
28 test-ctors$(DLL_SUFFIX): DT_TYPE=INIT
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DXmlKeywords.cs84 internal const string DT_TYPE = "type"; field in System.Data.Keywords
H A DXDRSchema.cs133 string type = node.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); in IsTextOnlyContent()
368 strType = typeNode.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); in HandleColumn()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DXmlKeywords.cs78 internal const string DT_TYPE = "type"; field in System.Data.Keywords
H A DXDRSchema.cs138 string type = node.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); in IsTextOnlyContent()
400 strType = typeNode.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); in HandleColumn()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTVMS_WaisProt.c424 buf = writeString(doc->Type, DT_TYPE, buf, len); in writeDocObj()
468 if (tag == DT_TYPE) /* XXX depends on DT_TYPE != what comes next */ in readDocObj()
475 if (tag == DT_TYPE) /* XXX depends on DT_TYPE != CT_FOO */ in readDocObj()
752 size += writtenTagSize(DT_TYPE); in writeWAISDocumentHeader()
758 buf = writeString(ptr, DT_TYPE, buf, len); in writeWAISDocumentHeader()
1067 size += writtenTagSize(DT_TYPE); in writeWAISDocumentLongHeader()
1073 buf = writeString(ptr, DT_TYPE, buf, len); in writeWAISDocumentLongHeader()
H A DHTVMS_WaisProt.h102 #define DT_TYPE (data_tag)133 macro
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTVMS_WaisProt.c424 buf = writeString(doc->Type, DT_TYPE, buf, len); in writeDocObj()
468 if (tag == DT_TYPE) /* XXX depends on DT_TYPE != what comes next */ in readDocObj()
475 if (tag == DT_TYPE) /* XXX depends on DT_TYPE != CT_FOO */ in readDocObj()
752 size += writtenTagSize(DT_TYPE); in writeWAISDocumentHeader()
758 buf = writeString(ptr, DT_TYPE, buf, len); in writeWAISDocumentHeader()
1067 size += writtenTagSize(DT_TYPE); in writeWAISDocumentLongHeader()
1073 buf = writeString(ptr, DT_TYPE, buf, len); in writeWAISDocumentLongHeader()
H A DHTVMS_WaisProt.h102 #define DT_TYPE (data_tag)133 macro
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/
H A Dformatwidget.h115 …*createTimeDateEdit(QTableWidget *pTableWidget,int nType,int nData,XDateTimeEditX::DT_TYPE dtType);
H A Dformatwidget.cpp1095 …reateTimeDateEdit(QTableWidget *pTableWidget, int nType, int nData, XDateTimeEditX::DT_TYPE dtType) in createTimeDateEdit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dm66592-udc.h284 #define M66592_GET_DT_TYPE(v) (((v) & DT_TYPE) >> 8)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dm66592-udc.h284 #define M66592_GET_DT_TYPE(v) (((v) & DT_TYPE) >> 8)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dm66592-udc.h284 #define M66592_GET_DT_TYPE(v) (((v) & DT_TYPE) >> 8)
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h901 enum DT_TYPE enum
908 static QString valueToTimeString(quint64 nValue,DT_TYPE type);
H A Dxbinary.cpp6483 QString XBinary::valueToTimeString(quint64 nValue, XBinary::DT_TYPE type) in valueToTimeString()