Home
last modified time | relevance | path

Searched refs:strformat (Results 1 – 25 of 134) sorted by relevance

123456

/dports/textproc/py-ttp/ttp-0.8.1/ttp/variable/
H A Dtime_funcs.py5 strformat = "%H:%M:%S"
6 return time.strftime(strformat)
10 strformat = "%Y-%m-%d"
11 return time.strftime(strformat)
15 strformat = "%Y-%m-%d %H:%M:%S.{ms}"
16 return time.strftime(strformat).format(ms=str(time.time()).split(".")[-1][:3])
20 strformat = "%Y-%m-%d %H:%M:%S"
21 return time.strftime(strformat)
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky/husky-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/src/
H A Dparse.c147 char *strformat=NULL; in expandLine() local
186 strformat = (char *) scalloc(line-fmtStart+1, 1); in expandLine()
187 strncpy(strformat, fmtStart+1, line-fmtStart - 1); in expandLine()
188 if (!parseStrFormat(&fmt, strformat)) { in expandLine()
189 nfree(strformat); in expandLine()
192 nfree(strformat); in expandLine()
218 strformat = sstrdup(*output); in expandLine()
219 strFormat(output, &fmt, strformat); in expandLine()
220 nfree(strformat); in expandLine()
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/modules/
H A Ddate_and_time.py159 strformat = '%Y-%m-%d%H:%M:%S%z'
162 strformat = '%Y-%m-%d%H:%M:%S.%f%z'
167 date_time = datetime.strptime(timestring, strformat)
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dmodel_obj.cpp52 std::string strformat = ReadFromStream(s); in ExtractRepeating() local
53 if (strformat.empty()) in ExtractRepeating()
55 std::stringstream reformat(strformat); in ExtractRepeating()
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/examples/8.00/
H A Dstrformat.im10 str += strformat("arg %1 is '%2'\n", i + 1, argv[i]);
/dports/lang/nim/nim-1.6.2/tests/arc/
H A Dtstrformat.nim10 import strformat
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dgenericstrformat.nim4 import strformat
H A Dtstackframes.nim1 import std/[strformat,os,osproc]
/dports/lang/nim/nim-1.6.2/tools/
H A Dci_testresults.nim3 import os, json, sets, strformat
/dports/lang/nim/nim-1.6.2/tests/compiles/
H A Dtstaticlib.nim1 import std/[os, osproc, strformat]
/dports/lang/nim/nim-1.6.2/tests/ccgbugs/
H A Dt9655.nim6 import std/[strformat]
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/
H A DmFontDialog.c575 mBool mSysDlgSelectFont_format(mWindow *owner,mStr *strformat,uint32_t mask) in mSysDlgSelectFont_format() argument
585 mFontFormatToInfo(&info, strformat->buf); in mSysDlgSelectFont_format()
598 mFontInfoToFormat(strformat, &info); in mSysDlgSelectFont_format()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/
H A DmFontDialog.c575 mBool mSysDlgSelectFont_format(mWindow *owner,mStr *strformat,uint32_t mask) in mSysDlgSelectFont_format() argument
585 mFontFormatToInfo(&info, strformat->buf); in mSysDlgSelectFont_format()
598 mFontInfoToFormat(strformat, &info); in mSysDlgSelectFont_format()
/dports/lang/nim/nim-1.6.2/lib/std/
H A Dgenasts.nim7 # `strformat limitations <strformat.html#limitations>`_ for details.
/dports/lang/nim/nim-1.6.2/tests/constr/
H A Dtconexpr.nim9 import strformat
/dports/lang/nim/nim-1.6.2/tests/system/
H A Dtuse_version.nim21 pegs, punycode, strformat, strmisc, strscans, strtabs,
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/include/
H A DmSysDialog.h48 mBool mSysDlgSelectFont_format(mWindow *owner,mStr *strformat,uint32_t mask);
/dports/graphics/azpainter/azpainter-2.1.7/mlib/include/
H A DmSysDialog.h48 mBool mSysDlgSelectFont_format(mWindow *owner,mStr *strformat,uint32_t mask);

123456