Home
last modified time | relevance | path

Searched refs:num_value (Results 151 – 175 of 339) sorted by relevance

12345678910>>...14

/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_xvmc.c1028 property->atom, entry->num_value); in xvmc_property_callback()
1054 this->props[property].entry->num_value = this->props[property].value; in xvmc_set_property()
1291 xvmc_set_property (&this->vo_driver, property, entry->num_value); in xvmc_check_capability()
1295 this->colorkey = entry->num_value; in xvmc_check_capability()
1308 xvmc_double_buffer = entry->num_value; in xvmc_update_XV_DOUBLE_BUFFER()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_helper.c217 return entry->num_value; in _x_input_get_show_hidden_files()
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dpdftypes.py101 num_value = partial(typecheck_value, type=(int, float)) variable
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_units.py490 actual_lb_value = u.convert_value(num_value=x, from_units=u.kg, to_units=u.lb)
492 actual_lb_value = u.convert_value(num_value=value(x*u.kg), from_units=u.kg, to_units=u.lb)
497 actual_lb_value = u.convert_value(num_value=x, from_units=u.meters, to_units=u.lb)
501 actual_lb_value = u.convert_value(num_value=x*u.kg, from_units=u.kg, to_units=u.lb)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/r/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
77 num_value
87 num_value
104 num_value
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dtrigger_notembedded.result13 CREATE TABLE t1(num_value INT);
75 num_value
85 num_value
100 num_value
/dports/lang/gawk/gawk-5.1.1/
H A Dgawkapi.h389 #define num_value u.n.d macro
1040 result->num_value = num; in make_number()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Ddefault_value.proto94 int64 num_value = 113; field
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/testdata/
H A Ddefault_value.proto94 int64 num_value = 113; field
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Ddefault_value.proto94 int64 num_value = 113; field
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dmain.c415 gui->subtitle_autoload = cfg->num_value; in sub_autoload_cb()
2201 if (!strcasecmp (gui->video_driver_ids[cfg_vo_entry.num_value], "dxr3")) { in main()
2205 if(((!strcmp(cfg_entry.enum_values[cfg_entry.num_value], "letterboxed tv")) || in main()
2206 (!strcmp(cfg_entry.enum_values[cfg_entry.num_value], "widescreen tv"))) && in main()
2213 else if (!strcasecmp (gui->video_driver_ids[cfg_vo_entry.num_value], "fb")) { in main()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Dff_video_decoder.c1090 class->enable_vaapi = entry->num_value; in vaapi_enable_vaapi()
1096 class->vaapi_mpeg_softdec = entry->num_value; in vaapi_mpeg_softdec_func()
1103 class->choose_speed_over_accuracy = entry->num_value; in choose_speed_over_accuracy_cb()
1109 class->skip_loop_filter_enum = entry->num_value; in skip_loop_filter_enum_cb()
1115 class->thread_count = entry->num_value; in thread_count_cb()
1126 class->pp_quality = entry->num_value; in pp_quality_cb()
1133 class->enable_dri = entry->num_value; in dri_cb()
/dports/multimedia/libbluray/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c878 switch (entry->num_value) { in handle_events()
898 switch (entry->num_value) { in handle_events()
1588 this->region = cfg->num_value; in region_change_cb()
1595 this->parental = cfg->num_value; in parental_change_cb()
/dports/multimedia/handbrake/libbluray-1.3.0/player_wrappers/xine/
H A Dinput_bluray.c878 switch (entry->num_value) { in handle_events()
898 switch (entry->num_value) { in handle_events()
1588 this->region = cfg->num_value; in region_change_cb()
1595 this->parental = cfg->num_value; in parental_change_cb()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/vcd/
H A Dxineplug_inp_vcd.c1862 dbg_print (class, INPUT_DBG_CALL, "Called setting %d\n", entry->num_value);\
1863 class->var = entry->num_value;\
1869 dbg_print (class, INPUT_DBG_CALL, "Called setting %d\n", entry->num_value);\
1870 class->var = (enum_type)entry->num_value;\

12345678910>>...14