Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 13705) sorted by relevance

12345678910>>...549

/dports/science/py-lifelines/lifelines-0.19.5/lifelines/datasets/
H A Dwaltons_dataset.csv36 33.0,1,control
37 54.0,1,control
38 54.0,1,control
39 61.0,1,control
40 61.0,1,control
41 61.0,0,control
42 61.0,1,control
43 61.0,0,control
44 61.0,1,control
45 61.0,1,control
[all …]
/dports/textproc/p5-RTF-Tokenizer/RTF-Tokenizer-1.20/t/corpus/
H A Dtable.corpus2controltrowdcontrolirow0controlirowband-1controlts18controltrgaph108controltrleft…
H A Dfirst_table_example.corpus24controltrowdcontroltrgaph115controltrleft388controltrbrdrtcontrolbrdrscontrolbrdrw…
H A Dtable_stylesheet.corpus2controlstylesheetgroup1controlqlcontrolli0controlri0controlwidctlparcontrolaspa…
H A Dexample_stylesheet.corpus2controlstylesheetgroup1controlqlcontrolli0controlri0controlwidctlparcontrolaspa…
H A Dsomething_complicated.corpus28controlpnrstart0controlpnrxst0controlpnrxst5controlpnrxst0controlpnrxst1controlpnr…
H A Dtext_block_using_stylesheet.corpus7controlpardcontrolplaincontrolqlcontrolli0controlri0controlwidctlparcontrolaspa…
H A Dtracking_old_properties.corpus2controlrtlchcontrolfcs1controlaf0controlltrchcontrolfcs0controlinsrsid2778197con…
H A Dplain_text_outside_a_group.corpus6controlrtfcontrolansicontroldeff0group1controlfonttblgroup1controlf0controlf…
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimptoolcontrol.c113 control->active = TRUE; in gimp_tool_control_activate()
122 control->active = FALSE; in gimp_tool_control_halt()
130 return control->active; in gimp_tool_control_is_active()
138 control->paused_count++; in gimp_tool_control_pause()
147 control->paused_count--; in gimp_tool_control_resume()
194 control->preserve = GPOINTER_TO_INT (control->preserve_stack->data); in gimp_tool_control_pop_preserve()
196 control->preserve_stack = g_slist_delete_link (control->preserve_stack, in gimp_tool_control_pop_preserve()
512 if (control->toggled && control->toggle_cursor != -1) in gimp_tool_control_get_cursor()
515 return control->cursor; in gimp_tool_control_get_cursor()
523 if (control->toggled && control->toggle_tool_cursor != -1) in gimp_tool_control_get_tool_cursor()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data_effects.cpp56 …if ((control.ticks_counter == 0) && control.channel[p_track].row_has_note) control.channel[p_track… in do_vibrato()
160control.channel[p_track].aux_period = control.channel[p_track].period = control.channel[p_track].s… in do_pitch_slide_to_note()
447 if (control.ticks_counter) control.global_volume += hi; in do_global_volume_slide()
449 if (control.ticks_counter) control.global_volume -= lo; in do_global_volume_slide()
451 if (!control.ticks_counter) control.global_volume += hi; in do_global_volume_slide()
453 if (!control.ticks_counter) control.global_volume -= lo; in do_global_volume_slide()
456 if (control.global_volume < 0) control.global_volume = 0; in do_global_volume_slide()
457 if (control.global_volume > 128) control.global_volume = 128; in do_global_volume_slide()
1174 if (control.ticks_counter < control.speed) { in pre_process_effects()
1187 if (!control.channel[i].has_own_period) control.channel[i].period = control.channel[i].aux_period; in pre_process_effects()
[all …]
H A Dcp_player_data_notes.cpp52 control.channel[p_track].old_note = control.channel[p_track].real_note; in process_new_note()
64 if (control.channel[p_track].panbrello_type) control.channel[p_track].panbrello_position = 0; in process_new_note()
143control.channel[p_track].note = control.channel[p_track].instrument_ptr->get_note_number(control.c… in process_note_and_instrument()
149 control.channel[p_track].note = control.channel[p_track].real_note; in process_note_and_instrument()
172control.channel[p_track].note = control.channel[p_track].instrument_ptr->get_note_number(control.c… in process_note_and_instrument()
176 control.channel[p_track].note = control.channel[p_track].real_note; in process_note_and_instrument()
184 control.channel[p_track].new_instrument = (control.channel[p_track].period > 0); in process_note_and_instrument()
191 control.channel[p_track].panning = control.channel[p_track].channel_panning; in process_note_and_instrument()
209control.channel[p_track].panning += ((control.channel[p_track].real_note - control.channel[p_track… in process_note_and_instrument()
256 control.channel[p_track].NNA_type = control.channel[p_track].instrument_ptr->get_NNA_type(); in process_note_and_instrument()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data_effects.cpp56 …if ((control.ticks_counter == 0) && control.channel[p_track].row_has_note) control.channel[p_track… in do_vibrato()
160control.channel[p_track].aux_period = control.channel[p_track].period = control.channel[p_track].s… in do_pitch_slide_to_note()
447 if (control.ticks_counter) control.global_volume += hi; in do_global_volume_slide()
449 if (control.ticks_counter) control.global_volume -= lo; in do_global_volume_slide()
451 if (!control.ticks_counter) control.global_volume += hi; in do_global_volume_slide()
453 if (!control.ticks_counter) control.global_volume -= lo; in do_global_volume_slide()
456 if (control.global_volume < 0) control.global_volume = 0; in do_global_volume_slide()
457 if (control.global_volume > 128) control.global_volume = 128; in do_global_volume_slide()
1174 if (control.ticks_counter < control.speed) { in pre_process_effects()
1187 if (!control.channel[i].has_own_period) control.channel[i].period = control.channel[i].aux_period; in pre_process_effects()
[all …]
H A Dcp_player_data_notes.cpp52 control.channel[p_track].old_note = control.channel[p_track].real_note; in process_new_note()
64 if (control.channel[p_track].panbrello_type) control.channel[p_track].panbrello_position = 0; in process_new_note()
143control.channel[p_track].note = control.channel[p_track].instrument_ptr->get_note_number(control.c… in process_note_and_instrument()
149 control.channel[p_track].note = control.channel[p_track].real_note; in process_note_and_instrument()
172control.channel[p_track].note = control.channel[p_track].instrument_ptr->get_note_number(control.c… in process_note_and_instrument()
176 control.channel[p_track].note = control.channel[p_track].real_note; in process_note_and_instrument()
184 control.channel[p_track].new_instrument = (control.channel[p_track].period > 0); in process_note_and_instrument()
191 control.channel[p_track].panning = control.channel[p_track].channel_panning; in process_note_and_instrument()
209control.channel[p_track].panning += ((control.channel[p_track].real_note - control.channel[p_track… in process_note_and_instrument()
256 control.channel[p_track].NNA_type = control.channel[p_track].instrument_ptr->get_NNA_type(); in process_note_and_instrument()
[all …]
/dports/audio/libmatemixer/libmatemixer-1.26.0/libmatemixer/
H A Dmatemixer-stream-control.c284 control->priv = mate_mixer_stream_control_get_instance_private (control); in mate_mixer_stream_control_init()
309 return control->priv->name; in mate_mixer_stream_control_get_name()
321 return control->priv->label; in mate_mixer_stream_control_get_label()
333 return control->priv->flags; in mate_mixer_stream_control_get_flags()
345 return control->priv->role; in mate_mixer_stream_control_get_role()
428 return control->priv->mute; in mate_mixer_stream_control_get_mute()
817 return MATE_MIXER_STREAM_CONTROL_GET_CLASS (control)->get_min_volume (control); in mate_mixer_stream_control_get_min_volume()
830 return MATE_MIXER_STREAM_CONTROL_GET_CLASS (control)->get_max_volume (control); in mate_mixer_stream_control_get_max_volume()
843 return MATE_MIXER_STREAM_CONTROL_GET_CLASS (control)->get_normal_volume (control); in mate_mixer_stream_control_get_normal_volume()
856 return MATE_MIXER_STREAM_CONTROL_GET_CLASS (control)->get_base_volume (control); in mate_mixer_stream_control_get_base_volume()
[all …]
/dports/archivers/lrzip/lrzip-0.631/
H A Dlrzip.c242 control->encloops = enc_loops(control->salt[0], control->salt[1]); in get_magic()
368 if (unlikely(!write_fdout(control, control->tmp_outbuf, control->out_len))) in flush_tmpoutbuf()
372 control->out_relofs += control->out_len; in flush_tmpoutbuf()
373 control->out_ofs = control->out_len = 0; in flush_tmpoutbuf()
548 control->usable_ram = control->maxram += control->ramsize / 18; in close_tmpoutbuf()
554 control->in_maxlen = control->maxram; in open_tmpinbuf()
555 control->tmp_inbuf = malloc(control->maxram + control->page_size); in open_tmpinbuf()
563 control->in_len = control->in_ofs = 0; in clear_tmpinbuf()
581 control->usable_ram = control->maxram += control->ramsize / 18; in close_tmpinbuf()
1291 control->ramsize = get_ram(control); in initialise_control()
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dcontrol.c419 control->destroy_handler(control, in control_final_destroy()
434 ipmi_entity_remove_control(control->entity, control); in control_final_destroy()
437 control->oem_info_cleanup_handler(control, control->oem_info); in control_final_destroy()
455 if (controls->controls_by_idx[control->num] == control) { in ipmi_control_destroy()
820 control = ipmi_mem_alloc(sizeof(*control)); in ipmi_control_alloc_nonstandard()
824 memset(control, 0, sizeof(*control)); in ipmi_control_alloc_nonstandard()
1022 return control->cbs.get_val(control, handler, cb_data); in ipmi_control_get_val()
1041 return control->cbs.set_display_string(control, in ipmi_control_set_display_string()
1063 return control->cbs.get_display_string(control, in ipmi_control_get_display_string()
1099 return control->cbs.set_identifier_val(control, in ipmi_control_identifier_set_val()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.in.lidar/
H A Dcount_decimation.c29 control->skip_every = 0; in count_decimation_init()
34 control->offset_n = 0; in count_decimation_init()
36 control->limit_n = 0; in count_decimation_init()
53 if (control->skip_every && control->preserve_every > 1) in count_decimation_is_valid()
61 if (control->skip_every < 2 && control->preserve_every < 2 in count_decimation_is_noop()
62 && !control->offset_n && !control->limit_n) in count_decimation_is_noop()
77 control->limit_n = 0; in count_decimation_init_from_str()
95 if (control->offset_n_counter < control->offset_n) { in count_decimation_is_out()
105 if (control->every_counter == control->skip_every) { in count_decimation_is_out()
113 if (control->every_counter == control->preserve_every) { in count_decimation_is_out()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.decimate/
H A Dcount_decimation.c29 control->skip_every = 0; in count_decimation_init()
34 control->offset_n = 0; in count_decimation_init()
36 control->limit_n = 0; in count_decimation_init()
53 if (control->skip_every && control->preserve_every > 1) in count_decimation_is_valid()
61 if (control->skip_every < 2 && control->preserve_every < 2 in count_decimation_is_noop()
62 && !control->offset_n && !control->limit_n) in count_decimation_is_noop()
77 control->limit_n = 0; in count_decimation_init_from_str()
95 if (control->offset_n_counter < control->offset_n) { in count_decimation_is_out()
105 if (control->every_counter == control->skip_every) { in count_decimation_is_out()
113 if (control->every_counter == control->preserve_every) { in count_decimation_is_out()
[all …]
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/_ui_tester_registry/wx/
H A D_interaction_helpers.py71 func(control=control, delay=delay, **kwargs)
102 control.SetValue(not control.GetValue())
169 control.SetValue(not control.GetValue())
273 get_selection=lambda control: control.GetSelection()
293 if not (control.IsEnabled() and control.IsEditable()):
335 get_selection=lambda control: control.GetTextSelection(),
363 if not (control.IsEnabled() and control.IsEditable()):
405 position = min(control.GetMax(), value + control.GetLineSize())
407 position = min(control.GetMax(), value + control.GetPageSize())
409 position = max(control.GetMin(), value - control.GetPageSize())
[all …]
/dports/x11/xstroke/xstroke-0.5.12/
H A Dcontrol_win.c126 control->active_color = control->win.fg.xft_color; in control_win_init()
127 control->current_color = &control->inactive_color; in control_win_init()
186 strncat(control->msg, control->mod_str, MAX_MSG); in update_msg()
187 strncat(control->msg, control->mode, MAX_MSG - strlen(control->msg)); in update_msg()
242 XClearWindow(control->win.dpy, control->win.window); in erase_window()
247 XftDrawString8(control->win.draw, control->current_color, in draw_msg()
250 (unsigned char *) control->msg, strlen(control->msg)); in draw_msg()
258 control->current_color = &control->inactive_color; in control_win_toggle_recognition()
259 refresh(control); in control_win_toggle_recognition()
263 control->current_color = &control->active_color; in control_win_toggle_recognition()
[all …]
/dports/emulators/cemu/CEmu-1.3/core/
H A Dcontrol.c15 control_state_t control; variable
39 value = control.ports[index] | (control.batteryCharging == true) << 1; in control_read()
159 control.readBatteryStatus += (control.readBatteryStatus == 3) ? 1 : 0; in control_write()
191 control.flashUnlocked = (control.flashUnlocked | 5) & byte; in control_write()
214 memset(&control, 0, sizeof control); in init_control()
226 memset(&control.ports, 0, sizeof control.ports); in control_reset()
229 control.protectedStart = control.protectedEnd = 0xD1887C; in control_reset()
232 control.cpuSpeed = 0; in control_reset()
235 control.off = false; in control_reset()
241 return fwrite(&control, sizeof(control), 1, image) == 1; in control_save()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_Control.java560 control.moveAbove(control); in test_moveAboveLorg_eclipse_swt_widgets_Control()
570 control.moveBelow(control); in test_moveBelowLorg_eclipse_swt_widgets_Control()
578 control.pack(); in test_pack()
582 control.pack(true); in test_packZ()
583 control.pack(false); in test_packZ()
587 control.redraw(); in test_redraw()
727 control.setFocus(); in test_setFocus()
846 control.setMenu(m); in test_setMenuLorg_eclipse_swt_widgets_Menu()
964 control.update(); in test_update()
968 Control control; field in Test_org_eclipse_swt_widgets_Control
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/
H A Dcontrol_functions.php21 …$speed = intval(round($control->MinFocusSpeed()+(($control->MaxFocusSpeed()-$control->MinFocusSpee…
28 …$step = intval(round($control->MinFocusStep()+(($control->MaxFocusStep()-$control->MinFocusStep())…
35 …$slowSpeed = intval(round($control->MinFocusSpeed()+(($control->MaxFocusSpeed()-$control->MinFocus…
48 …$speed = intval(round($control->MinZoomSpeed()+(($control->MaxZoomSpeed()-$control->MinZoomSpeed()…
54 …$step = intval(round($control->MinZoomStep()+(($control->MaxZoomStep()-$control->MinZoomStep())*$f…
59 …$slowSpeed = intval(round($control->MinZoomSpeed()+(($control->MaxZoomSpeed()-$control->MinZoomSpe…
70 …$speed = intval(round($control->MinIrisSpeed()+(($control->MaxIrisSpeed()-$control->MinIrisSpeed()…
76 …$step = intval(round($control->MinIrisStep()+(($control->MaxIrisStep()-$control->MinIrisStep())*$f…
90 …$step = intval(round($control->MinWhiteStep()+(($control->MaxWhiteStep()-$control->MinWhiteStep())…
98 …$speed = intval(round($control->MinGainSpeed()+(($control->MaxGainSpeed()-$control->MinGainSpeed()…
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/csug/tspl4/
H A Dcontrol.aux6 \newlabel{./control:s0}{{5}{107}}
9 \newlabel{./control:s1}{{5.1}{107}}
10 \newlabel{./control:s2}{{5.1}{107}}
11 \newlabel{./control:s3}{{5.1}{107}}
15 \newlabel{./control:s4}{{5.2}{108}}
16 \newlabel{./control:s5}{{5.2}{108}}
17 \newlabel{./control:s6}{{5.2}{108}}
18 \newlabel{./control:s7}{{5.2}{109}}
21 \newlabel{./control:s8}{{5.3}{109}}
22 \newlabel{./control:s9}{{5.3}{109}}
[all …]

12345678910>>...549