Home
last modified time | relevance | path

Searched refs:longForm (Results 1 – 25 of 110) sorted by relevance

12345

/dports/x11-wm/libdockapp/dockapps-b9baa8f/src/
H A Ddaargs.c94 if ((option->longForm && strcmp(option->longForm, optStr) == 0) in DAParseArguments()
256 _daContextAddOptionData(char *shortForm, char *longForm, in _daContextAddOptionData() argument
262 option->longForm = longForm; in _daContextAddOptionData()
287 options[i].longForm, in _daContextAddOptions()
307 if (options[i]->shortForm && options[i]->longForm) in printHelp()
308 c = printf(" %s, %s", options[i]->shortForm, options[i]->longForm); in printHelp()
311 else if (options[i]->longForm) in printHelp()
312 c = printf(" %s", options[i]->longForm); in printHelp()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/utils/oomparser/
H A Doomparser_test.go34 const longForm = "Jan _2 15:04:05 2006"
35 deathTime, err := time.ParseInLocation(longForm, "Jan 5 15:19:27 2015", time.Local)
50 const longForm = "Jan _2 15:04:05 2006"
51 deathTime, err := time.ParseInLocation(longForm, "Jan 28 19:58:45 2015", time.Local)
96 const longForm = "Jan _2 15:04:05 2006"
98 …correctTime, err := time.ParseInLocation(longForm, fmt.Sprintf("Jan 21 22:01:49 %s", stringYear), …
H A Doomparser.go78 const longForm = "Jan _2 15:04:05 2006"
80 linetime, err := time.ParseInLocation(longForm, reList[1]+" "+stringYear, time.Local)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/time/
H A Dexample_test.go74 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
75 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
93 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
94 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/time/
H A Dexample_test.go74 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
75 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
93 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
94 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/time/
H A Dexample_test.go184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
185 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
204 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/time/
H A Dexample_test.go184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
185 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
204 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/time/
H A Dexample_test.go184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
185 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
204 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/time/
H A Dexample_test.go184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
185 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
204 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/tests/
H A Dtestsmshelper.cpp70 const QString& longForm = QLatin1String("+1 (222) 333-4444"); in testMissingCountryCode() local
72 QVERIFY2(SmsHelper::isPhoneNumberMatch(shortForm, longForm), in testMissingCountryCode()
97 const QString& longForm = QLatin1String("+1 (222) 333-4444"); in testLongDistancePhoneNumber() local
99 QVERIFY2(SmsHelper::isPhoneNumberMatch(shortForm, longForm), in testLongDistancePhoneNumber()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/DATA-DOG/go-sqlmock/
H A Dexpectations_before_go18_test.go49 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
50 tm, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/DATA-DOG/go-sqlmock/
H A Dexpectations_before_go18_test.go49 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
50 tm, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
/dports/lang/gcc8/gcc-8.5.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/time/
H A Dexample_test.go309 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
310 t, _ := time.Parse(longForm, "Feb 3, 2013 at 7:54pm (PST)")
344 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
345 t, _ := time.ParseInLocation(longForm, "Jul 9, 2012 at 5:02am (CEST)", loc)
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/ginkgo/ginkgo/
H A Dmain.go222 func usageForCommand(command *Command, longForm bool) {
225 if command.SuppressFlagDocumentation && !longForm {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/ginkgo/ginkgo/
H A Dmain.go226 func usageForCommand(command *Command, longForm bool) {
229 if command.SuppressFlagDocumentation && !longForm {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/ginkgo/ginkgo/
H A Dmain.go227 func usageForCommand(command *Command, longForm bool) {
230 if command.SuppressFlagDocumentation && !longForm {
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/ginkgo/
H A Dmain.go233 func usageForCommand(command *Command, longForm bool) {
236 if command.SuppressFlagDocumentation && !longForm {

12345