Home
last modified time | relevance | path

Searched refs:check_method (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/p5-Net-DBus/Net-DBus-1.2.0/t/
H A D45-exporter.t170 &check_method($ins, "Everything", ["string"], ["int32"], "org.example.MyObject", 0, 0);
177 &check_method($ins, "NoArgsReturns", [], [], "org.example.MyObject", 0, 0);
178 &check_method($ins, "NoReturns", ["string"], [], "org.example.MyObject", 0, 0);
179 &check_method($ins, "NoArgs", [], ["int32"], "org.example.MyObject", 0, 0);
180 &check_method($ins, "NoArgsReturnsInterface", [], [], "org.example.OtherObject", 0, 0);
181 &check_method($ins, "NoReturnsInterface", ["string"], [], "org.example.OtherObject", 0, 0);
182 &check_method($ins, "NoArgsInterface", [], ["int32"], "org.example.OtherObject", 0, 0);
184 &check_method($ins, "NoArgsReturnsAnnotate", [], [], "org.example.MyObject", 1, 0);
185 &check_method($ins, "NoReturnsAnnotate", ["string"], [], "org.example.MyObject", 1, 0);
186 &check_method($ins, "NoArgsAnnotate", [], ["int32"], "org.example.MyObject", 1, 0);
[all …]
/dports/x11/workrave/workrave-1.10.44/frontend/common/src/
H A DSystemStateChangeLogind.cc59 can_shutdown = check_method("CanPowerOff"); in SystemStateChangeLogind()
60 can_suspend = check_method("CanSuspend"); in SystemStateChangeLogind()
61 can_hibernate = check_method("CanHibernate"); in SystemStateChangeLogind()
62 can_suspend_hybrid = check_method("CanHybridSleep"); in SystemStateChangeLogind()
67 bool SystemStateChangeLogind::check_method(const char *method_name) in check_method() function in SystemStateChangeLogind
H A DSystemStateChangeUPower.cc61 can_suspend = check_method("SuspendAllowed") && check_property("CanSuspend"); in SystemStateChangeUPower()
62 can_hibernate = check_method("HibernateAllowed") && check_property("CanHibernate"); in SystemStateChangeUPower()
68 bool SystemStateChangeUPower::check_method(const char *method_name) in check_method() function in SystemStateChangeUPower
H A DSystemStateChangeUPower.hh55 bool check_method(const char *method_name);
H A DSystemStateChangeLogind.hh64 bool check_method(const char *method_name);
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_check_printing/models/
H A Daccount_journal.py62 check_method = self.env.ref('account_check_printing.account_payment_method_check')
63 journal.outbound_payment_method_ids -= check_method
106 check_method = self.env.ref('account_check_printing.account_payment_method_check')
109 bank_journal.outbound_payment_method_ids += check_method
124 check_method = self.env.ref('account_check_printing.account_payment_method_check')
136 default_payment_method_id=check_method.id,
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/
H A Dtest_cursor.py116 self.check_method(self.cur, 'callproc')
125 self.check_method(self.cur, 'close')
129 self.check_method(self.cur, 'execute')
147 self.check_method(self.cur, 'fetchone')
151 self.check_method(self.cur, 'fetchmany')
160 self.check_method(self.cur, 'fetchall')
164 self.check_method(self.cur, 'nextset')
324 self.check_method(self.cur, 'next')
336 self.check_method(self.cur, 'close')
542 self.check_method(self.cur, 'execute')
[all …]
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dcdef-method.cc71 cdef_method::cdef_method_rep::check_method (void) in check_method() function in octave::cdef_method::cdef_method_rep
135 check_method (); in execute()
158 check_method (); in execute()
196 check_method (); in get_doc_string()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_setup.F82 CALL check_method(mp2_env%method)
88 CALL check_method(mp2_env%method)
220 CALL check_method(mp2_env%method)
228 CALL check_method(mp2_env%method)
255 CALL check_method(mp2_env%method)
343 SUBROUTINE check_method(method) subroutine
358 END SUBROUTINE check_method argument
/dports/archivers/py-python-snappy/python-snappy-0.5.4/snappy/
H A Dsnappy_formats.py67 for check_method, decompress_func in _DECOMPRESS_FORMAT_FUNCS:
68 ok, chunk = check_method(fin=fin, chunk=chunk)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Dtest_save_locals.py21 def check_method(fn): function
41 x = check_method(use_save_locals)
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_zone.cpp48 check_method = p_check_method; in Setup()
65 …id, label.c_str(), type, polygon.Width(), polygon.Height(), alarm_rgb, check_method, min_pixel_thr… in Setup()
269 if (check_method >= FILTERED_PIXELS) { in CheckAlarms()
355 if (check_method >= BLOBS) { in CheckAlarms()
696 if ((type < PRECLUSIVE) && (check_method >= BLOBS) && (monitor->GetOptSaveJPEGs() > 1)) { in CheckAlarms()
939 sprintf( output+strlen(output), " Check Method: %d - %s\n", check_method, in DumpSettings()
940 check_method==ALARMED_PIXELS?"Alarmed Pixels":( in DumpSettings()
941 check_method==FILTERED_PIXELS?"FilteredPixels":( in DumpSettings()
942 check_method==BLOBS?"Blobs":"Unknown" in DumpSettings()
1006 check_method(z.check_method), in Zone()
/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_core/src/
H A Dduplicate.rs149 check_method: CheckingMethod, field
169 check_method: CheckingMethod::None, in new()
187 match self.check_method { in find_duplicates()
219 &self.check_method in get_check_method()
273 self.check_method = check_method; in set_check_method()
494 let checking_method = self.check_method.clone(); in check_files_size()
495 let max_stage = match self.check_method { in check_files_size()
793 match self.check_method { in check_files_hash()
984 match self.check_method { in delete_files()
1108 match self.check_method { in save_results_to_file()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_gui/src/
H A Dconnect_button_search.rs147 let check_method; in connect_button_search() localVariable
149 check_method = duplicate::CheckingMethod::Name; in connect_button_search()
151 check_method = duplicate::CheckingMethod::Size; in connect_button_search()
153 check_method = duplicate::CheckingMethod::HashMb; in connect_button_search()
155 check_method = duplicate::CheckingMethod::Hash; in connect_button_search()
185 df.set_check_method(check_method); in connect_button_search()
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Crypto/password_quality/
H A DValidate.pm215 my $check_method = $self->_registered_check_method($check_name);
216 my $error = $self->$check_method;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Crypto/password_quality/
H A DValidate.pm215 my $check_method = $self->_registered_check_method($check_name);
216 my $error = $self->$check_method;
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_xml_etree.py203 def check_method(method): function
207 check_method(element.append)
208 check_method(element.extend)
212 check_method(element.find)
216 check_method(element.clear)
217 check_method(element.get)
218 check_method(element.set)
219 check_method(element.keys)
220 check_method(element.items)
221 check_method(element.iter)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_xml_etree.py203 def check_method(method): function
207 check_method(element.append)
208 check_method(element.extend)
212 check_method(element.find)
216 check_method(element.clear)
217 check_method(element.get)
218 check_method(element.set)
219 check_method(element.keys)
220 check_method(element.items)
221 check_method(element.iter)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_xml_etree.py232 def check_method(method): function
236 check_method(element.append)
237 check_method(element.extend)
238 check_method(element.insert)
241 check_method(element.find)
245 check_method(element.clear)
246 check_method(element.get)
247 check_method(element.set)
248 check_method(element.keys)
249 check_method(element.items)
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/launch_control_xl/
H A Dlaunch_control_xl.h265 , check_method(check) in TrackButton()
276 boost::function<uint8_t ()> check_method; member
335 , check_method(check) in Knob()
345 boost::function<uint8_t ()> check_method; member
H A Dlaunch_control_xl.cc286 switch ((button->check_method)()) { in init_buttons()
297 …ntrolXL, string_compose ("Button %1 check_method returned: %2\n", n, (int)button->check_method())); in init_buttons()
332 switch ((button->check_method)()) { in init_buttons()
343 …ntrolXL, string_compose ("Button %1 check_method returned: %2\n", n, (int)button->check_method())); in init_buttons()
372 switch ((knob->check_method)()) { in init_knobs()
405 switch ((knob->check_method)()) { in init_knobs()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Ditem-privacy.rs59 fn check_method() { in check_method() function
/dports/comms/bpl+/bpl+/
H A Dbplexec.c214 static int check_method = CM_IS_CHECKSUM; /* checksum:0, CRC:1 */ variable
500 value = check_method ? 0xffff : 0; in check_value()
504 if (check_method) { in check_value()
1480 if (check_method) { in send_packet()
1727 if (check_method == 0 && try_to_fly) { in s_get_check()
1741 acknowledge_status = check_method ? S_Get_CRC : S_Veify_CKS; in s_get_check()
3201 check_method = CM_IS_CHECKSUM; in reset_normal()
3264 check_method = our_defaults[3]; in set_our_defaults()
3284 check_method = CM_IS_CHECKSUM; /* for next packet only */ in set_to_bplus()
3295 check_method = our_defaults[3]; in set_to_bplus()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c609 static int check_method(PyObject *py_dec, const char *mod_name, in check_method() function
754 if (check_method(d->py_dec, module_name, "reset") != SRD_OK) { in srd_decoder_load()
759 if (check_method(d->py_dec, module_name, "start") != SRD_OK) { in srd_decoder_load()
764 if (check_method(d->py_dec, module_name, "decode") != SRD_OK) { in srd_decoder_load()
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_xml_etree.py237 def check_method(method): function
241 check_method(element.append)
242 check_method(element.extend)
243 check_method(element.insert)
246 check_method(element.find)
250 check_method(element.clear)
251 check_method(element.get)
252 check_method(element.set)
253 check_method(element.keys)
254 check_method(element.items)
[all …]

123456