Home
last modified time | relevance | path

Searched refs:GetDateValue (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http.Headers/
H A DContentDispositionHeaderValue.cs63 return GetDateValue ("creation-date");
114 return GetDateValue ("modification-date");
146 return GetDateValue ("read-date");
201 DateTimeOffset? GetDateValue (string name) in GetDateValue() method in System.Net.Http.Headers.ContentDispositionHeaderValue
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Lists/
H A DTaskListMan.cs91 result = GetDateValue(fRec.StartDate, isVisible); in GetColumnValueEx()
95 result = GetDateValue(fRec.StopDate, isVisible); in GetColumnValueEx()
H A DFamilyListMan.cs83 result = GetDateValue(GKUtils.GetMarriageDate(fRec), isVisible); in GetColumnValueEx()
H A DCommunicationListMan.cs96 result = GetDateValue(fRec.Date, isVisible); in GetColumnValueEx()
H A DResearchListMan.cs104 result = GetDateValue(fRec.StartDate, isVisible); in GetColumnValueEx()
108 result = GetDateValue(fRec.StopDate, isVisible); in GetColumnValueEx()
H A DListManager.cs283 protected static object GetDateValue(GDMCustomEvent evt, bool isVisible) in GetDateValue() method in GKCore.Lists.ListManager
289 return GetDateValue(evt.Date.Value, isVisible); in GetDateValue()
292 protected static object GetDateValue(GDMCustomDate date, bool isVisible) in GetDateValue() method in GKCore.Lists.ListManager
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kendra/include/aws/kendra/model/
H A DDocumentAttributeValue.h157 inline const Aws::Utils::DateTime& GetDateValue() const{ return m_dateValue; } in GetDateValue() function
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpResponseHead.h124 nsresult GetDateValue(uint32_t *result);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h129 MOZ_MUST_USE nsresult GetDateValue(uint32_t *result);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h132 [[nodiscard]] nsresult GetDateValue(uint32_t* result);
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h163 [[nodiscard]] nsresult GetDateValue(uint32_t* result);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h132 [[nodiscard]] nsresult GetDateValue(uint32_t* result);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.h147 [[nodiscard]] nsresult GetDateValue(uint32_t* result);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridadvprops.sip636 wxDateTime GetDateValue() const;
638 GetDateValue() -> wx.DateTime
650 %Property(name=DateValue, get=GetDateValue, set=SetDateValue)
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dparameters_control.cpp718 pParameter->Set_Value(((wxDateProperty *)pProperty)->GetDateValue().GetJDN()); in _Set_Parameter()
809 if( ((wxDateProperty *)pProperty)->GetDateValue() != Date ) in _Update_Parameter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_response_headers.h254 bool GetDateValue(base::Time* value) const;
H A Dhttp_response_headers.cc1032 if (!GetDateValue(&date_value)) in GetFreshnessLifetimes()
1149 if (!GetDateValue(&date_value)) in GetCurrentAge()
1194 bool HttpResponseHeaders::GetDateValue(Time* result) const { in GetDateValue() function in net::HttpResponseHeaders
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_response_headers.h258 bool GetDateValue(base::Time* value) const;
H A Dhttp_response_headers.cc1035 if (!GetDateValue(&date_value)) in GetFreshnessLifetimes()
1152 if (!GetDateValue(&date_value)) in GetCurrentAge()
1197 bool HttpResponseHeaders::GetDateValue(Time* result) const { in GetDateValue() function in net::HttpResponseHeaders
/dports/misc/estic/estic-1.61_10/spunk/
H A Dmenue.h217 const Time& GetDateValue (i16 aID);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dadvprops.h348 wxDateTime GetDateValue() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dadvprops.h321 wxDateTime GetDateValue() const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dadvprops.h440 wxDateTime GetDateValue() const in GetDateValue() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dadvprops.h321 wxDateTime GetDateValue() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Doleprops.hxx288 bool GetDateValue( css::util::Date& rValue, sal_Int32 nPropId ) const;

123456