Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 25 of 3757) sorted by relevance

12345678910>>...151

/dports/devel/indicators/indicators-2.2/demo/
H A Ddemo.cpp58 p.set_option(option::Start{""}); in main()
59 p.set_option(option::Fill{""}); in main()
60 p.set_option(option::Lead{""}); in main()
62 p.set_option(option::End{""}); in main()
65 p.set_option( in main()
69 p.set_option( in main()
91 p.set_option(option::Fill{"="}); in main()
94 p.set_option(option::End{"]"}); in main()
97 p.set_option( in main()
131 p4.set_option(option::End{""}); in main()
[all …]
/dports/news/trn4/trn-4.0-test77/
H A Dsw.c166 set_option(OI_SAVE_DIR, s);
216 set_option(OI_GOTO_LINE_NUM, s+1);
253 set_option(OI_JOIN_SUBJECT_LINES,
270 set_option(OI_SAVEFILE_TYPE, "mail");
277 set_option(OI_SAVEFILE_TYPE, "norm");
285 set_option(OI_NEWS_SEL_MODE, s);
317 set_option(OI_CHARSET, s);
331 set_option(OI_SCANMODE_COUNT, s);
366 set_option(OI_NEWS_SEL_STYLES, s);
372 set_option(OI_USE_NEWS_SEL, s);
[all …]
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/
H A Dice40blinkingled_syn.prj11 set_option -vlog_std v2001
16 set_option -part iCE40HX1K
17 set_option -package VQ100
18 set_option -speed_grade
24 set_option -frequency auto
26 set_option -write_vhdl 0
29 set_option -maxfan 10000
31 set_option -pipe 1
32 set_option -retiming 0
38 set_option -popfeed 0
[all …]
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/ice40blinkingled_Implmnt/
H A Dscratchproject.prs17 set_option -vlog_std v2001
23 set_option -part iCE40HX1K
24 set_option -package VQ100
25 set_option -speed_grade ""
26 set_option -part_companion ""
31 set_option -frequency auto
32 set_option -write_verilog 0
33 set_option -write_vhdl 0
37 set_option -maxfan 10000
40 set_option -pipe 1
[all …]
/dports/devel/indicators/indicators-2.2/samples/
H A Ddynamic_postfix_text.cpp12 p->set_option(option::PrefixText{prefix}); in main()
13 p->set_option(option::Start{""}); in main()
14 p->set_option(option::Fill{""}); in main()
15 p->set_option(option::Lead{""}); in main()
16 p->set_option(option::Remainder{""}); in main()
17 p->set_option(option::End{""}); in main()
18 p->set_option(option::BarWidth{0}); in main()
32 p1.set_option(option::PostfixText{"Static text"}); in main()
37 p2.set_option(option::PostfixText{dynamic_text}); in main()
43 p2.set_option(option::PostfixText{"abcd"}); in main()
/dports/editors/neovim/neovim-0.6.1/test/functional/core/
H A Dspellfile_spec.lua27 meths.set_option('runtimepath', testdir)
37 meths.set_option('spelllang', 'en')
42 meths.set_option('runtimepath', testdir)
57 meths.set_option('spelllang', 'en')
62 meths.set_option('runtimepath', testdir)
74 meths.set_option('spelllang', 'en')
79 meths.set_option('runtimepath', testdir)
98 meths.set_option('spelllang', 'en')
103 meths.set_option('runtimepath', testdir)
106 meths.set_option('spelllang', 'en')
/dports/science/siconos/siconos-4.4.0/ci_travis/config/
H A Ddefault.cmake2 set_option(WARNINGS_LEVEL 1)
3 set_option(WITH_TESTING ON)
4 set_option(WITH_SYSTEM_INFO ON)
5 set_option(WITH_numerics_TESTING ON)
6 set_option(WITH_kernel_TESTING ON)
7 set_option(WITH_control_TESTING ON)
8 set_option(WITH_mechanics_TESTING ON)
9 set_option(WITH_io_TESTING ON)
H A Dwithout_python.cmake3 set_option(WITH_PYTHON_WRAPPER OFF)
4 set_option(WITH_numerics_PYTHON_WRAPPER OFF)
5 set_option(WITH_XML OFF)
6 set_option(WITH_kernel_PYTHON_WRAPPER OFF)
7 set_option(WITH_control_PYTHON_WRAPPER OFF)
8 set_option(WITH_mechanics_PYTHON_WRAPPER OFF)
9 set_option(WITH_io_PYTHON_WRAPPER OFF)
/dports/misc/py-toil/toil-5.4.0/src/toil/
H A Dcommon.py180 set_option("workDir")
191 set_option("noStdOutErr")
192 set_option("stats")
194 set_option("clean")
205 set_option("restart")
208 set_option("batchSystem")
214 set_option("linkImports")
215 set_option("moveExports")
233 set_option("metrics")
270 set_option("doubleMem")
[all …]
/dports/shells/psh/psh-1.8.1/t/
H A Dbi_tieopt.t34 Psh::Options::set_option('scalar_opt', '1bar');
41 Psh::Options::set_option('scalar_opt', '1bam');
62 Psh::Options::set_option('scalar_opt', '2bar');
69 Psh::Options::set_option('scalar_opt', '2bam');
102 Psh::Options::set_option('hash_opt', \%check_hash);
122 Psh::Options::set_option('hash_opt', \%new_hash);
135 Psh::Options::set_option('2scalar_opt', '2bar');
142 Psh::Options::set_option('2scalar_opt', '2bam');
173 Psh::Options::set_option('2hash_opt', \%check_hash);
193 Psh::Options::set_option('2hash_opt', \%new_hash);
[all …]
/dports/net/py-ldap/python-ldap-3.4.0/Tests/
H A Dt_ldap_options.py40 def set_option(self, option, value): member in BaseTestOptions
46 self.set_option(option, value)
53 self.set_option(option, old)
60 self.set_option(-1, '')
73 self.set_option(option, None)
75 self.set_option(option, -1)
78 self.set_option(option, old)
98 self.set_option(
134 def set_option(self, option, value): member in TestGlobalOptions
157 def set_option(self, option, value): member in TestLDAPObjectOptions
[all …]
/dports/www/moodle310/moodle/grade/grading/form/rubric/tests/generator/
H A Drubric.php63 $this->set_option('sortlevelsasc', 1);
64 $this->set_option('lockzeropoints', 1);
65 $this->set_option('showdescriptionteacher', 1);
66 $this->set_option('showdescriptionstudent', 1);
67 $this->set_option('showscoreteacher', 1);
68 $this->set_option('showscorestudent', 1);
69 $this->set_option('enableremarks', 1);
70 $this->set_option('showremarksstudent', 1);
100 public function set_option(string $key, $value): self { function in tests\\gradingform_rubric\\generator\\rubric
/dports/www/moodle39/moodle/grade/grading/form/rubric/tests/generator/
H A Drubric.php63 $this->set_option('sortlevelsasc', 1);
64 $this->set_option('lockzeropoints', 1);
65 $this->set_option('showdescriptionteacher', 1);
66 $this->set_option('showdescriptionstudent', 1);
67 $this->set_option('showscoreteacher', 1);
68 $this->set_option('showscorestudent', 1);
69 $this->set_option('enableremarks', 1);
70 $this->set_option('showremarksstudent', 1);
100 public function set_option(string $key, $value): self { function in tests\\gradingform_rubric\\generator\\rubric
/dports/www/moodle311/moodle/grade/grading/form/rubric/tests/generator/
H A Drubric.php63 $this->set_option('sortlevelsasc', 1);
64 $this->set_option('lockzeropoints', 1);
65 $this->set_option('showdescriptionteacher', 1);
66 $this->set_option('showdescriptionstudent', 1);
67 $this->set_option('showscoreteacher', 1);
68 $this->set_option('showscorestudent', 1);
69 $this->set_option('enableremarks', 1);
70 $this->set_option('showremarksstudent', 1);
100 public function set_option(string $key, $value): self { function in tests\\gradingform_rubric\\generator\\rubric
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/ThirdParty/BSL430_DLL/BSL430_DLL/Physical_Interfaces/
H A DMSPBSL_PhysicalInterfaceSerialUART.cpp134 port->set_option( serial_port_base::character_size( 8 ) ); in MSPBSL_PhysicalInterfaceSerialUART()
194 port->set_option(RESETControl(LOW_SIGNAL)); in invokeBSL()
195 port->set_option(TESTControl(LOW_SIGNAL)); in invokeBSL()
197 port->set_option(TESTControl(HIGH_SIGNAL)); in invokeBSL()
199 port->set_option(TESTControl(LOW_SIGNAL)); in invokeBSL()
201 port->set_option(TESTControl(HIGH_SIGNAL)); in invokeBSL()
205 port->set_option(RESETControl(HIGH_SIGNAL)); in invokeBSL()
207 port->set_option(TESTControl(LOW_SIGNAL)); in invokeBSL()
211 port->set_option(TESTControl(LOW_SIGNAL)); in invokeBSL()
213 port->set_option(RESETControl(HIGH_SIGNAL)); in invokeBSL()
[all …]
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink_cli/
H A Dmain.py686 streamlink.set_option("http-proxy", args.http_proxy)
689 streamlink.set_option("https-proxy", args.https_proxy)
701 streamlink.set_option("http-trust-env", False)
704 streamlink.set_option("http-ssl-verify", False)
707 streamlink.set_option("http-disable-dh", True)
738 streamlink.set_option("interface", args.interface)
741 streamlink.set_option("ipv4", args.ipv4)
744 streamlink.set_option("ipv6", args.ipv6)
810 streamlink.set_option("rtmp-proxy", args.rtmp_proxy)
815 streamlink.set_option("rtmp-rtmpdump", args.rtmpdump)
[all …]
/dports/ftp/py-pycurl/pycurl-7.44.1/python/curl/
H A D__init__.py48 self.set_option(pycurl.SSL_VERIFYHOST, 2)
50 self.set_option(pycurl.FOLLOWLOCATION, 1)
51 self.set_option(pycurl.MAXREDIRS, 5)
52 self.set_option(pycurl.NOSIGNAL, 1)
59 self.set_option(pycurl.NETRC, 1)
67 self.set_option(pycurl.TIMEOUT, timeout)
74 def set_option(self, *args): member in Curl
80 self.set_option(pycurl.VERBOSE, level)
100 self.set_option(pycurl.HTTPGET, 1)
107 self.set_option(pycurl.NOBODY, 1)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/tests/unit/
H A Dsocket_base.cpp59 sock.set_option(broadcast1); in test()
70 sock.set_option(debug1); in test()
81 sock.set_option(do_not_route1); in test()
92 sock.set_option(keep_alive1); in test()
103 sock.set_option(send_buffer_size1); in test()
139 sock.set_option(reuse_address1); in test()
150 sock.set_option(linger1); in test()
239 udp_sock.set_option(debug1, ec); in test()
278 udp_sock.set_option(debug3, ec); in test()
573 tcp_sock.set_option(linger1, ec); in test()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/tests/unit/
H A Dsocket_base.cpp59 sock.set_option(broadcast1); in test()
70 sock.set_option(debug1); in test()
81 sock.set_option(do_not_route1); in test()
92 sock.set_option(keep_alive1); in test()
103 sock.set_option(send_buffer_size1); in test()
139 sock.set_option(reuse_address1); in test()
150 sock.set_option(linger1); in test()
239 udp_sock.set_option(debug1, ec); in test()
278 udp_sock.set_option(debug3, ec); in test()
573 tcp_sock.set_option(linger1, ec); in test()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/tests/unit/
H A Dsocket_base.cpp59 sock.set_option(broadcast1); in test()
70 sock.set_option(debug1); in test()
81 sock.set_option(do_not_route1); in test()
92 sock.set_option(keep_alive1); in test()
103 sock.set_option(send_buffer_size1); in test()
139 sock.set_option(reuse_address1); in test()
150 sock.set_option(linger1); in test()
239 udp_sock.set_option(debug1, ec); in test()
278 udp_sock.set_option(debug3, ec); in test()
573 tcp_sock.set_option(linger1, ec); in test()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Didempotency_policy_test.cc53 request.set_option(IfMatchEtag("ABC123=")); in TEST()
60 request.set_option(IfMetagenerationMatch(7)); in TEST()
75 request.set_option(IfMatchEtag("ABC123=")); in TEST()
98 request.set_option(IfMatchEtag("ABC123=")); in TEST()
127 request.set_option(IfMatchEtag("ABC123=")); in TEST()
163 request.set_option(IfGenerationMatch(0)); in TEST()
180 request.set_option(IfGenerationMatch(0)); in TEST()
213 request.set_option(IfGenerationMatch(7)); in TEST()
220 request.set_option(Generation(7)); in TEST()
283 request.set_option(IfGenerationMatch(0)); in TEST()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Didempotency_policy_test.cc53 request.set_option(IfMatchEtag("ABC123=")); in TEST()
60 request.set_option(IfMetagenerationMatch(7)); in TEST()
75 request.set_option(IfMatchEtag("ABC123=")); in TEST()
98 request.set_option(IfMatchEtag("ABC123=")); in TEST()
127 request.set_option(IfMatchEtag("ABC123=")); in TEST()
163 request.set_option(IfGenerationMatch(0)); in TEST()
180 request.set_option(IfGenerationMatch(0)); in TEST()
213 request.set_option(IfGenerationMatch(7)); in TEST()
220 request.set_option(Generation(7)); in TEST()
283 request.set_option(IfGenerationMatch(0)); in TEST()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/config/
H A Dtest_config.py124 self.cf.set_option("l", "bar")
132 self.cf.set_option("KanBan", 2)
167 self.cf.set_option("a", 2)
169 self.cf.set_option("b.b", 1.1)
182 self.cf.set_option()
192 self.cf.set_option(2)
220 self.cf.set_option("d", 2)
256 self.cf.set_option("a", 2)
274 self.cf.set_option("a", 2)
355 self.cf.set_option("a", 3)
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/asio/test/
H A Dsocket_base.cpp59 sock.set_option(broadcast1); in test()
70 sock.set_option(debug1); in test()
81 sock.set_option(do_not_route1); in test()
92 sock.set_option(keep_alive1); in test()
103 sock.set_option(send_buffer_size1); in test()
139 sock.set_option(reuse_address1); in test()
150 sock.set_option(linger1); in test()
250 udp_sock.set_option(debug1, ec); in test()
289 udp_sock.set_option(debug3, ec); in test()
584 tcp_sock.set_option(linger1, ec); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/test/
H A Dsocket_base.cpp59 sock.set_option(broadcast1); in test()
70 sock.set_option(debug1); in test()
81 sock.set_option(do_not_route1); in test()
92 sock.set_option(keep_alive1); in test()
103 sock.set_option(send_buffer_size1); in test()
139 sock.set_option(reuse_address1); in test()
150 sock.set_option(linger1); in test()
250 udp_sock.set_option(debug1, ec); in test()
289 udp_sock.set_option(debug3, ec); in test()
584 tcp_sock.set_option(linger1, ec); in test()
[all …]

12345678910>>...151