Home
last modified time | relevance | path

Searched refs:Bindable (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dbinders.h30 class Bindable
36 virtual ~Bindable () {} in ~Bindable()
52 Binder (Bindable<T>* t1, Bindable<T>* t2) in Binder()
61 Bindable<T>* thing1;
62 Bindable<T>* thing2;
72 void insert (Bindable<T>* first, Bindable<T>* second) in insert()
/dports/graphics/nplot/nplot-9a92e78/src/
H A DWeb.PlotSurface2D.cs159 Bindable(true)
200 Bindable(true)
220 Bindable(false)
240 Bindable(false)
260 Bindable(false)
280 Bindable(false)
299 Bindable(true),
359 Bindable(true),
379 Bindable(true),
546 Bindable(true)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DBindableAttribute.cs62 Bindable = bindable; in BindableAttribute()
82 Bindable = (flags != BindableSupport.No); in BindableAttribute()
93 public bool Bindable { get; } property in System.ComponentModel.BindableAttribute
115 return (((BindableAttribute)obj).Bindable == Bindable); in Equals()
126 return Bindable.GetHashCode(); in GetHashCode()
H A DSettingsBindableAttribute.cs30 Bindable = bindable; in SettingsBindableAttribute()
36 public bool Bindable { get; } property in System.ComponentModel.SettingsBindableAttribute
47 return (((SettingsBindableAttribute)obj).Bindable == Bindable); in Equals()
55 return Bindable.GetHashCode(); in GetHashCode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Borders3D/
H A DBorders3D.cs205 Bindable(true),
234 Bindable(true),
262 Bindable(true),
291 Bindable(true),
320 Bindable(true),
348 Bindable(true),
376 Bindable(true),
404 Bindable(true),
436 Bindable(true),
463 Bindable(true),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DStripLine.cs846 Bindable(true),
872 Bindable(true),
898 Bindable(true),
924 Bindable(true),
950 Bindable(true),
979 Bindable(true),
1005 Bindable(true),
1032 Bindable(true),
1059 Bindable(true),
1084 Bindable(true),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DCalendar.cs90 Bindable(false),
104 Bindable(true),
123 Bindable(true),
154 Bindable(true),
173 Bindable(true),
192 Bindable(true),
210 Bindable(true),
H A DSelectionList.cs90 Bindable(true),
119 Bindable(false),
178 Bindable(false),
193 Bindable(true),
218 Bindable(false),
262 Bindable(false),
284 Bindable(false),
436 Bindable(true),
456 Bindable(true),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DPoint3D.cs48 [Bindable (false)]
55 [Bindable (false)]
59 [Bindable (false)]
63 [Bindable (false)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/WebForm/
H A DChartWebControl.cs1663 Bindable(true),
1687 Bindable(true),
1716 Bindable(true),
1808 Bindable(true),
1837 Bindable(true),
1921 Bindable(true),
2001 Bindable(true),
2082 Bindable(true),
2105 Bindable(true),
2172 Bindable(true),
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; struct
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/basic/basic.scope/basic.scope.declarative/
H A Dp4.cpp4 struct Bindable { int a; }; argument
6 auto [binding_a] = Bindable{}; // expected-error {{redefinition}}
7 auto [binding_b] = Bindable{}; // expected-note {{previous}}

12345678910>>...33