Home
last modified time | relevance | path

Searched refs:num_value (Results 201 – 225 of 339) sorted by relevance

12345678910>>...14

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DGridText.c2403 FormInfo_ptr->num_value in display_page()
2408 FormInfo_ptr->num_value in display_page()
8081 p->value = (input->num_value in allocAnchorIndex()
8086 p->value = (input->num_value in allocAnchorIndex()
9992 last_input->num_value = 0; in HText_setLastOptionValue()
10032 last_input->num_value = number; in HText_setLastOptionValue()
10254 f->num_value = 1; in HText_beginInput()
10256 f->num_value = 0; in HText_beginInput()
10406 if (f->num_value) in HText_beginInput()
11572 if (form_ptr->num_value) { in HText_SubmitForm()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DGridText.c2375 FormInfo_ptr->num_value in display_page()
2380 FormInfo_ptr->num_value in display_page()
8022 p->value = (input->num_value in allocAnchorIndex()
8027 p->value = (input->num_value in allocAnchorIndex()
9921 last_input->num_value = 0; in HText_setLastOptionValue()
9961 last_input->num_value = number; in HText_setLastOptionValue()
10183 f->num_value = 1; in HText_beginInput()
10185 f->num_value = 0; in HText_beginInput()
10335 if (f->num_value) in HText_beginInput()
11501 if (form_ptr->num_value) { in HText_SubmitForm()
[all …]
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_conf_validation.c3012 double num_value; in nxt_conf_vldt_server_weight() local
3014 num_value = nxt_conf_get_number(value); in nxt_conf_vldt_server_weight()
3016 if (num_value < 0) { in nxt_conf_vldt_server_weight()
3021 if (num_value > 1000000) { in nxt_conf_vldt_server_weight()
/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Dvideo_out_dxr3.c1545 this->add_bars = entry->num_value; in dxr3_update_add_bars()
1553 this->swap_fields = entry->num_value; in dxr3_update_swap_fields()
1561 this->enhanced_mode = entry->num_value; in dxr3_update_enhanced_mode()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_v4l.c699 if (tv_standard_entry->num_value != 0) { in search_by_channel()
700 this->video_channel.norm = tv_standard_values[ tv_standard_entry->num_value ]; in search_by_channel()
703 tv_standard_names[ tv_standard_entry->num_value ], this->video_channel.norm ); in search_by_channel()
H A Dinput_bluray.c1847 class->region = cfg->num_value; in region_change_cb()
1854 class->parental = cfg->num_value; in parental_change_cb()
1859 class->skip_mode = cfg->num_value; in skip_mode_change_cb()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/common/
H A De-ews-item.c496 guint32 num_value; in parse_extended_property() local
498 num_value = strtol (value, NULL, 0); in parse_extended_property()
502 priv->mapi_icon_index = num_value; in parse_extended_property()
506 priv->mapi_last_verb_executed = num_value; in parse_extended_property()
510 priv->mapi_message_flags = num_value; in parse_extended_property()
514 priv->mapi_message_status = num_value; in parse_extended_property()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array-gen.cc67 TNode<Object> num_value; in TypedArrayMapProcessor() local
70 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
72 num_value = ToNumber_Inline(context(), mapped_value); in TypedArrayMapProcessor()
79 EmitElementStore(CAST(a()), k_number, num_value, source_elements_kind_, in TypedArrayMapProcessor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array-gen.cc67 TNode<Object> num_value; in TypedArrayMapProcessor() local
70 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
72 num_value = ToNumber_Inline(context(), mapped_value); in TypedArrayMapProcessor()
79 EmitElementStore(CAST(a()), k_number, num_value, source_elements_kind_, in TypedArrayMapProcessor()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array-gen.cc65 TNode<Object> num_value; in TypedArrayMapProcessor() local
68 num_value = ToBigInt(context(), mapped_value); in TypedArrayMapProcessor()
70 num_value = ToNumber_Inline(context(), mapped_value); in TypedArrayMapProcessor()
77 EmitElementStore(CAST(a()), k_number, num_value, source_elements_kind_, in TypedArrayMapProcessor()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dcsgparser.cpp67 num_value = 0; in CSGScanner()
128 (*scanin) >> num_value; in ReadNext()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dcsgparser.cpp70 num_value = 0; in CSGScanner()
131 (*scanin) >> num_value; in ReadNext()
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dcmml_decoder.c444 this->vertical_offset = entry->num_value; in update_vertical_offset()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/
H A Dlibjpeg.c489 this->enable_downscaling = cfg_entry->num_value; in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_pgx64.c1320 pgx64_set_property(this_gen, VO_PROP_COLORKEY, entry->num_value); in pgx64_config_changed()
1324 this->chromakey_en = entry->num_value; in pgx64_config_changed()
1327 this->multibuf_en = entry->num_value; in pgx64_config_changed()
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dcsgparser.cpp68 num_value = 0; in CSGScanner()
129 (*scanin) >> num_value; in ReadNext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dinternal_popup_menu.cc424 void InternalPopupMenu::SetValueAndClosePopup(int num_value, in SetValueAndClosePopup() argument
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Ddriver.h602 SQLCHAR **char_value, SQLPOINTER num_value);
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Daudio_out.c2924 lprintf ("av_sync_method = %d\n", entry->num_value); in ao_update_av_sync_method()
2926 this->av_sync_method_conf = entry->num_value; in ao_update_av_sync_method()
2945 this->av_fine_sync = entry->num_value; in ao_update_av_fine_sync_method()
2951 this->passthrough_offset = entry->num_value; in ao_update_ptoffs()
2957 this->driver.trick = entry->num_value; in ao_update_slow_fast()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dtrigger-compat.result13 CREATE TABLE t1(num_value INT);

12345678910>>...14