Home
last modified time | relevance | path

Searched refs:shortForm (Results 1 – 25 of 106) sorted by relevance

12345

/dports/x11-wm/libdockapp/dockapps-b9baa8f/src/
H A Ddaargs.c95 || (option->shortForm && strcmp(option->shortForm, optStr) == 0)) { in DAParseArguments()
108 if (option->shortForm && contains(option->shortForm, optStr)) { in DAParseArguments()
256 _daContextAddOptionData(char *shortForm, char *longForm, in _daContextAddOptionData() argument
261 option->shortForm = shortForm; in _daContextAddOptionData()
286 options[i].shortForm, 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()
309 else if (options[i]->shortForm) in printHelp()
310 c = printf(" %s", options[i]->shortForm); in printHelp()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Kinships/
H A DKinshipsGraph.cs98 …ing GetRelationship(GDMIndividualRecord targetRec, bool fullFormat = false, bool shortForm = false) in GetRelationship() argument
135 part = GetRelationPart(src, prev_tgt, prevRel, great, shortForm); in GetRelationship()
154 string relRes = FixRelation(targetRec, finRel, great, shortForm); in GetRelationship()
157 part = GetRelationPart(src, tgt, finRel, great, shortForm); in GetRelationship()
170 …t(GDMIndividualRecord ind1, GDMIndividualRecord ind2, RelationKind xrel, int great, bool shortForm) in GetRelationPart() argument
175 string rel = FixRelation(ind2, xrel, great, shortForm); in GetRelationPart()
233 … static string FixRelation(GDMIndividualRecord target, RelationKind rel, int great, bool shortForm) in FixRelation() argument
253 tmp = GetGreat(great, shortForm); in FixRelation()
262 private static string GetGreat(int n, bool shortForm) in GetGreat() argument
265 if (!shortForm) { in GetGreat()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/tests/
H A Dtestsmshelper.cpp69 const QString& shortForm = QLatin1String("(222) 333-4444"); in testMissingCountryCode() local
72 QVERIFY2(SmsHelper::isPhoneNumberMatch(shortForm, longForm), in testMissingCountryCode()
82 const QString& shortForm = QLatin1String("+1 (222) 333-4444"); in testLeadingZeros() local
85 QVERIFY2(SmsHelper::isPhoneNumberMatch(shortForm, zeroForm), in testLeadingZeros()
96 const QString& shortForm = QLatin1String("333-4444"); in testLongDistancePhoneNumber() local
99 QVERIFY2(SmsHelper::isPhoneNumberMatch(shortForm, longForm), in testLongDistancePhoneNumber()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/time/
H A Dexample_test.go81 const shortForm = "2006-Jan-02"
82 t, _ = time.Parse(shortForm, "2013-Feb-03")
98 const shortForm = "2006-Jan-02"
99 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/time/
H A Dexample_test.go81 const shortForm = "2006-Jan-02"
82 t, _ = time.Parse(shortForm, "2013-Feb-03")
98 const shortForm = "2006-Jan-02"
99 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/time/
H A Dexample_test.go191 const shortForm = "2006-Jan-02"
192 t, _ = time.Parse(shortForm, "2013-Feb-03")
208 const shortForm = "2006-Jan-02"
209 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/time/
H A Dexample_test.go191 const shortForm = "2006-Jan-02"
192 t, _ = time.Parse(shortForm, "2013-Feb-03")
208 const shortForm = "2006-Jan-02"
209 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/time/
H A Dexample_test.go191 const shortForm = "2006-Jan-02"
192 t, _ = time.Parse(shortForm, "2013-Feb-03")
208 const shortForm = "2006-Jan-02"
209 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/time/
H A Dexample_test.go191 const shortForm = "2006-Jan-02"
192 t, _ = time.Parse(shortForm, "2013-Feb-03")
208 const shortForm = "2006-Jan-02"
209 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dproofs.go29 func (t *proofTerm) shortForm() string { func
45 func (p *proof) shortForm() string { func
46 return fmt.Sprintf("%v --> %v '%v'", p.a.shortForm(), p.b.shortForm(), p.reason)
117 …p.G().Log.CDebugf(ctx, "proofSet add(%v --> %v) [%v] '%v'", a.shortForm(), b.shortForm(), action, …
209 g.Log.CDebugf(ctx, "TeamLoader proofSet check1(%v) -> %v", p.shortForm(), err)
/dports/www/carbonapi/carbonapi-0.14.1/date/
H A Ddate_test.go17 const shortForm = "15:04 2006-Jan-02"
39 ts, err := time.ParseInLocation(shortForm, tt.output, defaultTimeZone)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/time/
H A Dexample_test.go316 const shortForm = "2006-Jan-02"
317 t, _ = time.Parse(shortForm, "2013-Feb-03")
349 const shortForm = "2006-Jan-02"
350 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/time/
H A Dexample_test.go361 const shortForm = "2006-Jan-02"
362 t, _ = time.Parse(shortForm, "2013-Feb-03")
395 const shortForm = "2006-Jan-02"
396 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/time/
H A Dexample_test.go338 const shortForm = "2006-Jan-02"
339 t, _ = time.Parse(shortForm, "2013-Feb-03")
372 const shortForm = "2006-Jan-02"
373 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/time/
H A Dexample_test.go361 const shortForm = "2006-Jan-02"
362 t, _ = time.Parse(shortForm, "2013-Feb-03")
395 const shortForm = "2006-Jan-02"
396 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/time/
H A Dexample_test.go338 const shortForm = "2006-Jan-02"
339 t, _ = time.Parse(shortForm, "2013-Feb-03")
372 const shortForm = "2006-Jan-02"
373 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/time/
H A Dexample_test.go361 const shortForm = "2006-Jan-02"
362 t, _ = time.Parse(shortForm, "2013-Feb-03")
395 const shortForm = "2006-Jan-02"
396 t, _ = time.ParseInLocation(shortForm, "2012-Jul-09", loc)

12345