Home
last modified time | relevance | path

Searched refs:string2date (Results 1 – 9 of 9) sorted by relevance

/dports/science/dynare/dynare-4.6.4/matlab/modules/dseries/src/utilities/convert/
H A Dstring2date.m1 function date = string2date(a) % --*-- Unitary tests --*-- function
23 error('dates::string2date: Input must be a string that can be interpreted as a date!');
88 %$ d1 = string2date(date_1);
89 %$ d2 = string2date(date_2);
90 %$ d3 = string2date(date_3);
91 %$ d4 = string2date(date_4);
92 %$ d5 = string2date(date_5);
93 %$ d6 = string2date(date_6);
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DUtils.h89 QString Q_DECL_EXPORT string2date(const QString &s);
H A DUtils.cpp130 QString Kwave::string2date(const QString &str) in string2date() function in Kwave
/dports/science/dynare/dynare-4.6.4/matlab/modules/dseries/src/@dates/
H A Ddates.m38 tmp = cellfun(@string2date,varargin);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpWebResponse.cs289 return HttpProtocolUtils.string2date(lastmodHeaderValue);
H A DInternal.cs2001 internal static DateTime string2date(String S) { in string2date() method in System.Net.HttpProtocolUtils
H A DHttpWebRequest.cs2964 return HttpProtocolUtils.string2date(headerValue); in GetDateHeaderHelper()
/dports/audio/kwave/kwave-21.12.3/plugins/codec_mp3/
H A DMP3Encoder.cpp205 QString s = Kwave::string2date(str_val); in encodeID3Tags()
H A DMP3Decoder.cpp312 s = Kwave::string2date(s); in parseID3Tags()