Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 25 of 6090) sorted by relevance

12345678910>>...244

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/guied/
H A DGEOptionsDlg.cpp50 RGB(gApp.GetOptions().GetSelectionColor()[0]*255, in GEOptionsDlg_GeneralProc()
51 gApp.GetOptions().GetSelectionColor()[1]*255, in GEOptionsDlg_GeneralProc()
52 gApp.GetOptions().GetSelectionColor()[2]*255) ); in GEOptionsDlg_GeneralProc()
64 col.lpCustColors = gApp.GetOptions().GetCustomColors ( ); in GEOptionsDlg_GeneralProc()
110 …DC_GUIED_GRIDCOLOR ), RGB(gApp.GetOptions().GetGridColor()[0]*255,gApp.GetOptions().GetGridColor()… in GEOptionsDlg_GridProc()
130 gApp.GetOptions().SetGridWidth(atol(temp)); in GEOptionsDlg_GridProc()
132 gApp.GetOptions().SetGridHeight(atol(temp)); in GEOptionsDlg_GridProc()
149 col.lpCustColors = gApp.GetOptions().GetCustomColors ( ); in GEOptionsDlg_GridProc()
153 …col.rgbResult = RGB(gApp.GetOptions().GetGridColor()[0]*255,gApp.GetOptions().GetGridColor()[1]*25… in GEOptionsDlg_GridProc()
196 propsh.nStartPage = gApp.GetOptions().GetLastOptionsPage ( ); in GEOptionsDlg_DoModal()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteframe.cpp95 GetOptions().SetToolBar(NULL); in ~wxSTEditorFrame()
97 GetOptions().SetMenuBar(NULL); in ~wxSTEditorFrame()
99 GetOptions().SetStatusBar(NULL); in ~wxSTEditorFrame()
104 GetOptions().SaveFileConfig(*config); in ~wxSTEditorFrame()
107 GetOptions().GetFindReplaceData()) in ~wxSTEditorFrame()
116 GetOptions().SetToolBar(NULL); in Destroy()
118 GetOptions().SetMenuBar(NULL); in Destroy()
120 GetOptions().SetStatusBar(NULL); in Destroy()
145 if (GetOptions().HasFrameOption(STF_CREATE_FILEHISTORY) && !GetOptions().GetFileHistory()) in CreateOptions()
175 GetOptions().SetToolBar(toolBar); in CreateOptions()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dinitialize_system.cpp54GetOptions()->LoggingOptions()->OutputLevel(), & GetOptions()->LoggingOptions()->FileOutputLevel()… in Initialize()
55 …& GetOptions()->LoggingOptions()->OutputPrecisionDouble(), & GetOptions()->LoggingOptions()->Outpu… in Initialize()
56GetOptions()->LoggingOptions()->OutputLevel(), & GetOptions()->LoggingOptions()->FileOutputLevel()… in Initialize()
57 …& GetOptions()->LoggingOptions()->OutputPrecisionDouble(), & GetOptions()->LoggingOptions()->Outpu… in Initialize()
83 …UO() << "selected model name=" << GetOptions()->GeneralOptions()->ModelFileInternalModelFunctionNa… in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py125 self.assertEqual(self.my_enum.GetOptions(),
129 self.assertEqual(self.my_message.GetOptions(),
133 self.assertEqual(self.my_method.GetOptions(),
135 self.assertEqual(self.my_service.GetOptions(),
150 file_options = file_descriptor.GetOptions()
156 field_options = field_descriptor.GetOptions()
161 enum_options = enum_descriptor.GetOptions()
171 method_options = method_descriptor.GetOptions()
273 options = descriptor.GetOptions()
350 field_descriptor.GetOptions().Extensions[
[all …]
/dports/devel/protobuf25/protobuf-2.5.0/python/google/protobuf/internal/
H A Ddescriptor_test.py125 self.assertEqual(self.my_enum.GetOptions(),
129 self.assertEqual(self.my_message.GetOptions(),
133 self.assertEqual(self.my_method.GetOptions(),
135 self.assertEqual(self.my_service.GetOptions(),
150 file_options = file_descriptor.GetOptions()
156 field_options = field_descriptor.GetOptions()
161 enum_options = enum_descriptor.GetOptions()
171 method_options = method_descriptor.GetOptions()
273 options = descriptor.GetOptions()
350 field_descriptor.GetOptions().Extensions[
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Doptions_test.go31 testutil.Eq(t, "foo.bar", fd.GetOptions().GetGoPackage())
41 testutil.Require(t, fd.GetMessageType()[0].GetOptions().GetDeprecated())
92 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetDeprecated())
93 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetAllowAlias())
103 testutil.Require(t, fd.GetEnumType()[0].GetValue()[0].GetOptions().GetDeprecated())
113 testutil.Require(t, fd.GetService()[0].GetOptions().GetDeprecated())
123 testutil.Require(t, fd.GetService()[0].GetMethod()[0].GetOptions().GetDeprecated())
156 buildUninterpretedMap(fd.GetName(), fd.GetOptions().GetUninterpretedOption(), opts)
168 buildUninterpretedMap(svcFqn, sd.GetOptions().GetUninterpretedOption(), opts)
177 buildUninterpretedMap(fqn, md.GetOptions().GetUninterpretedOption(), opts)
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Doptions_test.go31 testutil.Eq(t, "foo.bar", fd.GetOptions().GetGoPackage())
41 testutil.Require(t, fd.GetMessageType()[0].GetOptions().GetDeprecated())
92 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetDeprecated())
93 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetAllowAlias())
103 testutil.Require(t, fd.GetEnumType()[0].GetValue()[0].GetOptions().GetDeprecated())
113 testutil.Require(t, fd.GetService()[0].GetOptions().GetDeprecated())
123 testutil.Require(t, fd.GetService()[0].GetMethod()[0].GetOptions().GetDeprecated())
156 buildUninterpretedMap(fd.GetName(), fd.GetOptions().GetUninterpretedOption(), opts)
168 buildUninterpretedMap(svcFqn, sd.GetOptions().GetUninterpretedOption(), opts)
177 buildUninterpretedMap(fqn, md.GetOptions().GetUninterpretedOption(), opts)
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Doptions_test.go31 testutil.Eq(t, "foo.bar", fd.GetOptions().GetGoPackage())
41 testutil.Require(t, fd.GetMessageType()[0].GetOptions().GetDeprecated())
92 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetDeprecated())
93 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetAllowAlias())
103 testutil.Require(t, fd.GetEnumType()[0].GetValue()[0].GetOptions().GetDeprecated())
113 testutil.Require(t, fd.GetService()[0].GetOptions().GetDeprecated())
123 testutil.Require(t, fd.GetService()[0].GetMethod()[0].GetOptions().GetDeprecated())
156 buildUninterpretedMap(fd.GetName(), fd.GetOptions().GetUninterpretedOption(), opts)
168 buildUninterpretedMap(svcFqn, sd.GetOptions().GetUninterpretedOption(), opts)
177 buildUninterpretedMap(fqn, md.GetOptions().GetUninterpretedOption(), opts)
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Doptions_test.go32 testutil.Eq(t, "foo.bar", fd.GetOptions().GetGoPackage())
42 testutil.Require(t, fd.GetMessageType()[0].GetOptions().GetDeprecated())
93 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetDeprecated())
94 testutil.Require(t, fd.GetEnumType()[0].GetOptions().GetAllowAlias())
104 testutil.Require(t, fd.GetEnumType()[0].GetValue()[0].GetOptions().GetDeprecated())
114 testutil.Require(t, fd.GetService()[0].GetOptions().GetDeprecated())
124 testutil.Require(t, fd.GetService()[0].GetMethod()[0].GetOptions().GetDeprecated())
157 buildUninterpretedMap(fd.GetName(), fd.GetOptions().GetUninterpretedOption(), opts)
169 buildUninterpretedMap(svcFqn, sd.GetOptions().GetUninterpretedOption(), opts)
178 buildUninterpretedMap(fqn, md.GetOptions().GetUninterpretedOption(), opts)
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/config/get/
H A Dget_test.go18 output GetOptions
24 output: GetOptions{},
30 output: GetOptions{Key: "key"},
36 output: GetOptions{Hostname: "test.com", Key: "key"},
52 var gotOpts *GetOptions
53 cmd := NewCmdConfigGet(f, func(opts *GetOptions) error {
80 input *GetOptions
87 input: &GetOptions{
97 input: &GetOptions{
/dports/emulators/ppsspp/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp151 retro_variable GetOptions() in GetOptions() function in RetroOption
239 vars.push_back(ppsspp_cpu_core.GetOptions()); in retro_set_environment()
241 vars.push_back(ppsspp_language.GetOptions()); in retro_set_environment()
243 vars.push_back(ppsspp_rendering_mode.GetOptions()); in retro_set_environment()
246 vars.push_back(ppsspp_spline_quality.GetOptions()); in retro_set_environment()
248 vars.push_back(ppsspp_frameskip.GetOptions()); in retro_set_environment()
249 vars.push_back(ppsspp_frameskiptype.GetOptions()); in retro_set_environment()
251 vars.push_back(ppsspp_vertex_cache.GetOptions()); in retro_set_environment()
252 vars.push_back(ppsspp_fast_memory.GetOptions()); in retro_set_environment()
267 vars.push_back(ppsspp_io_threading.GetOptions()); in retro_set_environment()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp151 retro_variable GetOptions() in GetOptions() function in RetroOption
239 vars.push_back(ppsspp_cpu_core.GetOptions()); in retro_set_environment()
241 vars.push_back(ppsspp_language.GetOptions()); in retro_set_environment()
243 vars.push_back(ppsspp_rendering_mode.GetOptions()); in retro_set_environment()
246 vars.push_back(ppsspp_spline_quality.GetOptions()); in retro_set_environment()
248 vars.push_back(ppsspp_frameskip.GetOptions()); in retro_set_environment()
249 vars.push_back(ppsspp_frameskiptype.GetOptions()); in retro_set_environment()
251 vars.push_back(ppsspp_vertex_cache.GetOptions()); in retro_set_environment()
252 vars.push_back(ppsspp_fast_memory.GetOptions()); in retro_set_environment()
267 vars.push_back(ppsspp_io_threading.GetOptions()); in retro_set_environment()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp151 retro_variable GetOptions() in GetOptions() function in RetroOption
239 vars.push_back(ppsspp_cpu_core.GetOptions()); in retro_set_environment()
241 vars.push_back(ppsspp_language.GetOptions()); in retro_set_environment()
243 vars.push_back(ppsspp_rendering_mode.GetOptions()); in retro_set_environment()
246 vars.push_back(ppsspp_spline_quality.GetOptions()); in retro_set_environment()
248 vars.push_back(ppsspp_frameskip.GetOptions()); in retro_set_environment()
249 vars.push_back(ppsspp_frameskiptype.GetOptions()); in retro_set_environment()
251 vars.push_back(ppsspp_vertex_cache.GetOptions()); in retro_set_environment()
252 vars.push_back(ppsspp_fast_memory.GetOptions()); in retro_set_environment()
267 vars.push_back(ppsspp_io_threading.GetOptions()); in retro_set_environment()
[all …]
/dports/www/rt44/rt-4.4.5/sbin/
H A Drt-email-group-admin114 if ( GetOptions( 'list' => \$tmp ) && $tmp ) {
117 elsif ( GetOptions( 'create=s' => \$tmp ) && $tmp ) {
122 GetOptions( 'comment' => \$opts->{'comment'} );
123 GetOptions( 'group:s@' => $opts->{'groups'} );
124 GetOptions( 'user:s@' => $opts->{'users'} );
130 elsif ( GetOptions( 'add=s' => \$tmp ) && $tmp ) {
135 GetOptions( 'group:s@' => $opts->{'groups'} );
136 GetOptions( 'user:s@' => $opts->{'users'} );
142 elsif ( GetOptions( 'switch=s' => \$tmp ) && $tmp ) {
155 elsif ( GetOptions( 'delete=s' => \$tmp ) && $tmp) {
[all …]
/dports/www/rt50/rt-5.0.2/sbin/
H A Drt-email-group-admin114 if ( GetOptions( 'list' => \$tmp ) && $tmp ) {
117 elsif ( GetOptions( 'create=s' => \$tmp ) && $tmp ) {
122 GetOptions( 'comment' => \$opts->{'comment'} );
123 GetOptions( 'group:s@' => $opts->{'groups'} );
124 GetOptions( 'user:s@' => $opts->{'users'} );
130 elsif ( GetOptions( 'add=s' => \$tmp ) && $tmp ) {
135 GetOptions( 'group:s@' => $opts->{'groups'} );
136 GetOptions( 'user:s@' => $opts->{'users'} );
142 elsif ( GetOptions( 'switch=s' => \$tmp ) && $tmp ) {
155 elsif ( GetOptions( 'delete=s' => \$tmp ) && $tmp) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/protoutil/
H A Dextension.go16 ext, err := getExtension(m.GetOptions(), gitalypb.E_OpType)
26 isServiceIntercepted, err := getBoolExtension(s.GetOptions(), gitalypb.E_Intercepted)
31 isMethodIntercepted, err := getBoolExtension(m.GetOptions(), gitalypb.E_InterceptedMethod)
41 return getBoolExtension(m.GetOptions(), gitalypb.E_Repository)
46 return getBoolExtension(m.GetOptions(), gitalypb.E_Storage)
51 return getBoolExtension(m.GetOptions(), gitalypb.E_TargetRepository)
56 return getBoolExtension(m.GetOptions(), gitalypb.E_AdditionalRepository)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/protoutil/
H A Dextension.go16 ext, err := getExtension(m.GetOptions(), gitalypb.E_OpType)
26 isServiceIntercepted, err := getBoolExtension(s.GetOptions(), gitalypb.E_Intercepted)
31 isMethodIntercepted, err := getBoolExtension(m.GetOptions(), gitalypb.E_InterceptedMethod)
41 return getBoolExtension(m.GetOptions(), gitalypb.E_Repository)
46 return getBoolExtension(m.GetOptions(), gitalypb.E_Storage)
51 return getBoolExtension(m.GetOptions(), gitalypb.E_TargetRepository)
56 return getBoolExtension(m.GetOptions(), gitalypb.E_AdditionalRepository)
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_kubeadm/
H A Dutil.go39 Get(context.TODO(), name, metav1.GetOptions{})
49 Get(context.TODO(), name, metav1.GetOptions{})
60 Get(context.TODO(), name, metav1.GetOptions{})
71 Get(context.TODO(), name, metav1.GetOptions{})
81 Get(context.TODO(), name, metav1.GetOptions{})
92 Get(context.TODO(), name, metav1.GetOptions{})
103 Get(context.TODO(), name, metav1.GetOptions{})
111 Get(context.TODO(), name, metav1.GetOptions{})
119 Get(context.TODO(), name, metav1.GetOptions{})
127 Get(context.TODO(), name, metav1.GetOptions{})
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Getopt-Long/t/
H A Dgol-linkage.t19 print "ok 1\n" if GetOptions (\%lnk, "foo", "Foo=s");
32 print "ok 9\n" if GetOptions (\%lnk, "foo" => \$foo, "Foo=s");
47 print "ok 19\n" if GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
67 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
75 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
89 print "not" unless GetOptions (\%lnk, "foo=s" => \$foo);
100 print "not" unless GetOptions
114 print "not" unless GetOptions
/dports/lang/perl5.32/perl-5.32.1/cpan/Getopt-Long/t/
H A Dgol-linkage.t19 print "ok 1\n" if GetOptions (\%lnk, "foo", "Foo=s");
32 print "ok 9\n" if GetOptions (\%lnk, "foo" => \$foo, "Foo=s");
47 print "ok 19\n" if GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
67 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
75 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
89 print "not" unless GetOptions (\%lnk, "foo=s" => \$foo);
100 print "not" unless GetOptions
114 print "not" unless GetOptions
/dports/lang/perl5.34/perl-5.34.0/cpan/Getopt-Long/t/
H A Dgol-linkage.t19 print "ok 1\n" if GetOptions (\%lnk, "foo", "Foo=s");
32 print "ok 9\n" if GetOptions (\%lnk, "foo" => \$foo, "Foo=s");
47 print "ok 19\n" if GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
67 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
75 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
89 print "not" unless GetOptions (\%lnk, "foo=s" => \$foo);
100 print "not" unless GetOptions
114 print "not" unless GetOptions
/dports/devel/p5-Getopt-Long/Getopt-Long-2.52/t/
H A Dgol-linkage.t19 print "ok 1\n" if GetOptions (\%lnk, "foo", "Foo=s");
32 print "ok 9\n" if GetOptions (\%lnk, "foo" => \$foo, "Foo=s");
47 print "ok 19\n" if GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
67 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
75 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
89 print "not" unless GetOptions (\%lnk, "foo=s" => \$foo);
100 print "not" unless GetOptions
114 print "not" unless GetOptions
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Getopt-Long/t/
H A Dgol-linkage.t19 print "ok 1\n" if GetOptions (\%lnk, "foo", "Foo=s");
32 print "ok 9\n" if GetOptions (\%lnk, "foo" => \$foo, "Foo=s");
47 print "ok 19\n" if GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
67 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
75 GetOptions (\%lnk, "bar" => \$bar, "Foo=s");
89 print "not" unless GetOptions (\%lnk, "foo=s" => \$foo);
100 print "not" unless GetOptions
114 print "not" unless GetOptions
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBBreakpointName.cpp224 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
248 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
261 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
275 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
288 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
302 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
316 bp_name->GetOptions().SetCondition(condition); in SetCondition()
330 return bp_name->GetOptions().GetConditionText(); in GetCondition()
344 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
358 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBBreakpointName.cpp224 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
248 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
261 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
275 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
288 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
302 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
316 bp_name->GetOptions().SetCondition(condition); in SetCondition()
330 return bp_name->GetOptions().GetConditionText(); in GetCondition()
344 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
358 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
[all …]

12345678910>>...244