Home
last modified time | relevance | path

Searched refs:inProgress (Results 1 – 25 of 1713) sorted by relevance

12345678910>>...69

/dports/net/rclone/rclone-1.57.0/fs/accounting/
H A Dinprogress.go11 type inProgress struct { struct
17 func newInProgress(ctx context.Context) *inProgress {
19 return &inProgress{
25 func (ip *inProgress) set(name string, acc *Account) { argument
32 func (ip *inProgress) clear(name string) { argument
39 func (ip *inProgress) get(name string) *Account { argument
46 func (ip *inProgress) merge(m *inProgress) { argument
/dports/biology/jalview/jalview/src/jalview/workers/
H A DAlignCalcManager.java73 inProgress = Collections in AlignCalcManager()
128 synchronized (inProgress) in notifyWorking()
130 if (inProgress.contains(worker)) in notifyWorking()
136 inProgress.add(worker); in notifyWorking()
145 synchronized (inProgress) in workerComplete()
148 inProgress.remove(worker); in workerComplete()
193 synchronized (inProgress) in isWorking()
203 synchronized (inProgress) in isWorking()
206 return inProgress.size() > 0; in isWorking()
239 synchronized (inProgress) in workingInvolvedWith()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/undo/
H A DCompoundEdit.java86 private boolean inProgress; field in CompoundEdit
95 inProgress = true; in CompoundEdit()
205 if (!inProgress) in addEdit()
245 inProgress = false; in end()
264 return !inProgress && super.canUndo(); in canUndo()
283 return !inProgress && super.canRedo(); in canRedo()
301 return inProgress; in isInProgress()
396 + " inProgress: " + inProgress in toString()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/undo/
H A DCompoundEdit.java86 private boolean inProgress; field in CompoundEdit
95 inProgress = true; in CompoundEdit()
205 if (!inProgress) in addEdit()
245 inProgress = false; in end()
264 return !inProgress && super.canUndo(); in canUndo()
283 return !inProgress && super.canRedo(); in canRedo()
301 return inProgress; in isInProgress()
396 + " inProgress: " + inProgress in toString()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/undo/
H A DCompoundEdit.java87 private boolean inProgress; field in CompoundEdit
96 inProgress = true; in CompoundEdit()
206 if (!inProgress) in addEdit()
246 inProgress = false; in end()
265 return !inProgress && super.canUndo(); in canUndo()
284 return !inProgress && super.canRedo(); in canRedo()
302 return inProgress; in isInProgress()
397 + " inProgress: " + inProgress in toString()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
50 if inProgress[typ] {
54 inProgress[typ] = true
63 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
74 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
87 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
117 if len(inProgress) > 1 {
120 return matchArgTypeInternal(pass, t, under, arg, inProgress)
123 return matchStructArgType(pass, t, typ, arg, inProgress)
224 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
50 if inProgress[typ] {
54 inProgress[typ] = true
63 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
74 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
87 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
117 if len(inProgress) > 1 {
120 return matchArgTypeInternal(pass, t, under, arg, inProgress)
123 return matchStructArgType(pass, t, typ, arg, inProgress)
224 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go28 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
56 if inProgress[typ] {
60 inProgress[typ] = true
69 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
80 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
93 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
123 if len(inProgress) > 1 {
126 return matchArgTypeInternal(pass, t, under, arg, inProgress)
129 return matchStructArgType(pass, t, typ, arg, inProgress)
230 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/analysis/passes/printf/
H A Dtypes.go32 …al(pass *analysis.Pass, t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]b…
60 if inProgress[typ] {
64 inProgress[typ] = true
73 …rgTypeInternal(pass, t, typ.Key(), arg, inProgress) && matchArgTypeInternal(pass, t, typ.Elem(), a…
84 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
97 return matchArgTypeInternal(pass, t, typ.Elem(), arg, inProgress)
127 if len(inProgress) > 1 {
130 return matchArgTypeInternal(pass, t, under, arg, inProgress)
133 return matchStructArgType(pass, t, typ, arg, inProgress)
234 …pass *analysis.Pass, t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]b…
[all …]

12345678910>>...69