Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 9302) sorted by relevance

12345678910>>...373

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java27 BlockScope scope) { in endVisit() argument
35 BlockScope scope) { in endVisit() argument
40 ClassScope scope) { in endVisit() argument
58 BlockScope scope) { in endVisit() argument
66 BlockScope scope) { in endVisit() argument
71 ClassScope scope) { in endVisit() argument
123 BlockScope scope) { in endVisit() argument
128 ClassScope scope) { in endVisit() argument
160 BlockScope scope) { in endVisit() argument
165 BlockScope scope) { in endVisit() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java32 BlockScope scope) { in endVisit() argument
62 BlockScope scope) { in endVisit() argument
67 ClassScope scope) { in endVisit() argument
122 BlockScope scope) { in endVisit() argument
127 ClassScope scope) { in endVisit() argument
147 BlockScope scope) { in endVisit() argument
152 BlockScope scope) { in endVisit() argument
354 BlockScope scope) { in endVisit() argument
441 BlockScope scope) { in endVisit() argument
461 BlockScope scope) { in endVisit() argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go22 return scope
39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
55 scope.SetRequest(r)
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
489 scope.Clear()
[all …]
H A Dscope.go51 scope := Scope{
59 return &scope
69 scope.mu.Lock()
82 scope.mu.Lock()
90 scope.mu.Lock()
98 scope.mu.Lock()
129 scope.mu.Lock()
189 scope.mu.Lock()
197 scope.mu.Lock()
207 scope.mu.Lock()
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go22 return scope
39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
55 scope.SetRequest(r)
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
489 scope.Clear()
[all …]
H A Dscope.go51 scope := Scope{
59 return &scope
69 scope.mu.Lock()
82 scope.mu.Lock()
90 scope.mu.Lock()
98 scope.mu.Lock()
129 scope.mu.Lock()
189 scope.mu.Lock()
197 scope.mu.Lock()
207 scope.mu.Lock()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DASTVisitor.java29 BlockScope scope) { in endVisit() argument
59 BlockScope scope) { in endVisit() argument
64 ClassScope scope) { in endVisit() argument
116 BlockScope scope) { in endVisit() argument
121 ClassScope scope) { in endVisit() argument
141 BlockScope scope) { in endVisit() argument
146 BlockScope scope) { in endVisit() argument
348 BlockScope scope) { in endVisit() argument
435 BlockScope scope) { in endVisit() argument
455 BlockScope scope) { in endVisit() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go22 return scope
39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
55 scope.SetRequest(r)
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
476 scope.Clear()
[all …]
H A Dscope.go51 scope := Scope{
59 return &scope
69 scope.mu.Lock()
82 scope.mu.Lock()
90 scope.mu.Lock()
98 scope.mu.Lock()
129 scope.mu.Lock()
189 scope.mu.Lock()
197 scope.mu.Lock()
207 scope.mu.Lock()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/getsentry/sentry-go/
H A Dscope.go51 scope := Scope{
59 return &scope
69 scope.mu.Lock()
82 scope.mu.Lock()
90 scope.mu.Lock()
98 scope.mu.Lock()
129 scope.mu.Lock()
189 scope.mu.Lock()
197 scope.mu.Lock()
207 scope.mu.Lock()
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dscope.go344 return scope.GetModelStruct().TableName(scope.db.Model(scope.Value))
356 return scope.Quote(scope.TableName())
367 scope.havingSQL() + scope.orderSQL() + scope.limitAndOffsetSQL()
378 defer scope.trace(scope.db.nowFunc())
381 if result, err := scope.SQLDB().Exec(scope.SQL, scope.SQLVars...); scope.Err(err) == nil {
404 scope.instanceID = fmt.Sprintf("%v%v", &scope, &scope.db)
439 scope.db.db = scope.db.parent.db
468 scope.Err(method(scope))
1049 scope.Err(scope.row().Scan(value))
1066 scope.db.slog(scope.SQL, t, scope.SQLVars...)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dscope.go327 return scope.GetModelStruct().TableName(scope.db.Model(scope.Value))
339 return scope.Quote(scope.TableName())
350 scope.havingSQL() + scope.orderSQL() + scope.limitAndOffsetSQL()
364 if result, err := scope.SQLDB().Exec(scope.SQL, scope.SQLVars...); scope.Err(err) == nil {
387 scope.instanceID = fmt.Sprintf("%v%v", &scope, &scope.db)
422 scope.db.db = scope.db.parent.db
451 scope.Err(method(scope))
845 scope.Raw(scope.CombinedConditionSql())
1034 scope.Err(scope.row().Scan(value))
1051 scope.db.slog(scope.SQL, t, scope.SQLVars...)
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dscope.go327 return scope.GetModelStruct().TableName(scope.db.Model(scope.Value))
339 return scope.Quote(scope.TableName())
350 scope.havingSQL() + scope.orderSQL() + scope.limitAndOffsetSQL()
364 if result, err := scope.SQLDB().Exec(scope.SQL, scope.SQLVars...); scope.Err(err) == nil {
387 scope.instanceID = fmt.Sprintf("%v%v", &scope, &scope.db)
422 scope.db.db = scope.db.parent.db
451 scope.Err(method(scope))
845 scope.Raw(scope.CombinedConditionSql())
1034 scope.Err(scope.row().Scan(value))
1051 scope.db.slog(scope.SQL, t, scope.SQLVars...)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d360 const scope char* segname,
367 const scope char* segname,
432 const scope char* segname,
439 const scope char* segname,
440 const scope char* sectname
445 const scope char* segname,
446 const scope char* section,
454 const scope char* segname,
461 const scope char* segname,
462 const scope char* sectname
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d360 const scope char* segname,
367 const scope char* segname,
432 const scope char* segname,
439 const scope char* segname,
440 const scope char* sectname
445 const scope char* segname,
446 const scope char* section,
454 const scope char* segname,
461 const scope char* segname,
462 const scope char* sectname
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d360 const scope char* segname,
367 const scope char* segname,
432 const scope char* segname,
439 const scope char* segname,
440 const scope char* sectname
445 const scope char* segname,
446 const scope char* section,
454 const scope char* segname,
461 const scope char* segname,
462 const scope char* sectname
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d360 const scope char* segname,
367 const scope char* segname,
432 const scope char* segname,
439 const scope char* segname,
440 const scope char* sectname
445 const scope char* segname,
446 const scope char* section,
454 const scope char* segname,
461 const scope char* segname,
462 const scope char* sectname
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Dstate.ts13 scope: {
21 scope.canAckSelected = scope.ack == 'Needs Acknowledgement';
22 scope.panelClass = scope.$parent.panelClass;
24 scope.btoa = scope.$parent.btoa;
25 scope.encode = scope.$parent.encode;
28 scope.shown[i] = !scope.shown[i];
126 scope.name = scope.child.AlertKey;
127 scope.state = scope.child.State;
135 scope.show = !scope.show;
164 scope.state.last = scope.state.Events[scope.state.Events.length - 1];
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/unit_test/
H A Dunit_test_seq_loc_over.cpp1576 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1578 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1580 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1582 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1584 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1586 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1588 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1590 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1593 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
1595 1442, scope), -1); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Daggregatedfetchscopetest.cpp25 AggregatedTagFetchScope scope; in testTagApply() local
28 scope.addSubscriber(); in testTagApply()
44 scope.addSubscriber(); in testTagApply()
52 scope.removeSubscriber(); in testTagApply()
59 scope.removeSubscriber(); in testTagApply()
68 scope.addSubscriber(); in testCollectionApply()
81 scope.addSubscriber(); in testCollectionApply()
88 scope.removeSubscriber(); in testCollectionApply()
104 scope.addSubscriber(); in testItemApply()
122 scope.addSubscriber(); in testItemApply()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dearly_otherwise_branch_68867.try_sum.EarlyOtherwiseBranch.before-SimplifyBranches-final.after.diff5 …debug x => _1; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:17:5: 1…
6 …debug other => _2; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:18:5: 1…
8 …let mut _3: ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: …
12 …let mut _7: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: …
13 …let mut _8: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: …
14 …let mut _9: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: …
41 scope 1 {
47 scope 2 {
53 scope 3 {
59 scope 4 {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaSearchGenericConstructorTests.java98 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleTypeParameter01() local
111 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleTypeParameter02() local
124 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleTypeParameter03() local
137 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleTypeParameter04() local
151 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternMultipleTypeParameter01() local
163 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternMultipleTypeParameter02() local
175 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternMultipleTypeParameter03() local
187 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternMultipleTypeParameter04() local
201 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleParamArguments01() local
213 IJavaSearchScope scope = getJavaSearchScope15(); in testConstructorReferencesElementPatternSingleParamArguments02() local
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Doptions-table.c58 .scope = OPTIONS_TABLE_SERVER,
66 .scope = OPTIONS_TABLE_SERVER,
76 .scope = OPTIONS_TABLE_SERVER,
84 .scope = OPTIONS_TABLE_SERVER,
90 .scope = OPTIONS_TABLE_SERVER,
96 .scope = OPTIONS_TABLE_SERVER,
102 .scope = OPTIONS_TABLE_SERVER,
114 .scope = OPTIONS_TABLE_SERVER,
120 .scope = OPTIONS_TABLE_SERVER,
126 .scope = OPTIONS_TABLE_SERVER,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/payments/
H A Dpayment_request_update_event_test.cc42 V8TestingScope scope; in TEST() local
62 V8TestingScope scope; in TEST() local
82 V8TestingScope scope; in TEST() local
88 scope.GetScriptState(), in TEST()
97 V8TestingScope scope; in TEST() local
121 V8TestingScope scope; in TEST() local
148 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
185 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
222 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
256 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/payments/
H A Dpayment_request_update_event_test.cc44 V8TestingScope scope; in TEST() local
64 V8TestingScope scope; in TEST() local
84 V8TestingScope scope; in TEST() local
90 scope.GetScriptState(), in TEST()
99 V8TestingScope scope; in TEST() local
123 V8TestingScope scope; in TEST() local
150 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
187 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
224 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
258 request->show(scope.GetScriptState(), scope.GetExceptionState()) in TEST()
[all …]

12345678910>>...373