Home
last modified time | relevance | path

Searched refs:fakeSelection (Results 1 – 17 of 17) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go56 type fakeSelection struct { struct
64 func (sel *fakeSelection) Kind() types.SelectionKind { return sel.kind } argument
65 func (sel *fakeSelection) Recv() types.Type { return sel.recv } argument
66 func (sel *fakeSelection) Index() []int { return sel.index } argument
67 func (sel *fakeSelection) Obj() types.Object { return sel.obj } argument
68 func (sel *fakeSelection) Type() types.Type { return sel.typ } argument
H A Dexpressions.go804 c.p.additionalSelections[fakeSel] = &fakeSelection{
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTree.java6495 boolean fakeSelection = false;
6499 if ((bits & OS.TVS_FULLROWSELECT) == 0) fakeSelection = true;
6504 if ((lpht.flags & OS.TVHT_ONITEM) == 0) fakeSelection = true;
6600 if (fakeSelection) {
6850 boolean fakeSelection = (style & SWT.FULL_SELECTION) != 0;
6851 if (!fakeSelection) {
6853 fakeSelection = hitTestSelection (lpht.hItem, lpht.x, lpht.y);
6856 fakeSelection = (lpht.flags & flags) != 0;
6859 if (fakeSelection) {