Home
last modified time | relevance | path

Searched refs:tmp_sel (Results 1 – 22 of 22) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Deditor.py356 tmp_sel = _self.get_unused_name()
359 _self.select(tmp_sel,"name C and "+tmp_obj)
362 _self.select(tmp_sel,"name N and "+tmp_obj)
364 _self.edit(name+" in "+tmp_sel) # set the editor's pk1 selection
365 _self.delete(tmp_sel+" "+tmp_obj)
/dports/audio/sweep/sweep-0.9.3/src/
H A Dsweep_sample.c151 s->tmp_sel = NULL; in sample_new_empty()
1600 if (s->tmp_sel) g_free (s->tmp_sel); in sample_clear_tmp_sel()
1601 s->tmp_sel = NULL; in sample_clear_tmp_sel()
1622 s->tmp_sel = in sample_set_tmp_sel()
1683 frames_to_time (format, s->tmp_sel->sel_end)); in sample_selection_insert_tmp_sel()
1688 sel = sel_copy (s->tmp_sel); in sample_selection_insert_tmp_sel()
1690 s->tmp_sel = NULL; in sample_selection_insert_tmp_sel()
1741 sel = sel_copy (s->tmp_sel); in sample_selection_subtract_tmp_sel()
1743 s->tmp_sel = NULL; in sample_selection_subtract_tmp_sel()
1786 sel = sel_copy (s->tmp_sel); in sample_selection_replace_with_tmp_sel()
[all …]
H A Dsample-display.c439 sel = sample->tmp_sel; in sample_display_refresh_sels()
828 sel = sample->tmp_sel; in sample_display_draw_data_channel()
1263 sel = sample->tmp_sel; in sample_display_draw_sel()
1751 if (!s->view->sample->tmp_sel) in sample_display_handle_sel_motion()
1773 sel = sample->tmp_sel; in sample_display_handle_sel_motion()
2004 sw_sel * sel, * tmp_sel = NULL; in sample_display_handle_sel_button_press() local
2057 tmp_sel = sel; in sample_display_handle_sel_button_press()
2312 t = sample->tmp_sel; in sample_display_sink_tmp_sel()
2715 sel = sample->tmp_sel; in sample_display_key_press()
2728 sample->tmp_sel->sel_end += move_delta; in sample_display_key_press()
[all …]
H A Dsweep_app.h215 sw_sel * tmp_sel; /* Temporary selection, used while selecting */ member
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/modules/wr_endpoint/
H A Dep_rx_wb_master.vhd78 signal tmp_sel : std_logic; signal
168 tmp_sel <= snk_fab_i.bytesel;
181 src_out_int.sel(0) <= not tmp_sel;
H A Dep_rx_path.vhd143 signal tmp_sel : std_logic; signal
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2106 @tmp_sel=@@optimizer_use_condition_selectivity;
2125 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2106 @tmp_sel=@@optimizer_use_condition_selectivity;
2125 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2106 @tmp_sel=@@optimizer_use_condition_selectivity;
2125 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2106 @tmp_sel=@@optimizer_use_condition_selectivity;
2125 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2111 @tmp_sel=@@optimizer_use_condition_selectivity;
2130 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dselectivity_innodb.test183 @tmp_sel=@@optimizer_use_condition_selectivity;
204 optimizer_use_condition_selectivity=@tmp_sel;
H A Dselectivity_innodb.result2111 @tmp_sel=@@optimizer_use_condition_selectivity;
2130 optimizer_use_condition_selectivity=@tmp_sel;
/dports/databases/p5-Tangram/Tangram-2.12/lib/Tangram/Relational/
H A DPolySelectTemplate.pm96 (my $tmp_sel = $select) =~ s{.*^FROM}{}ms;
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DGSFFIInvocation.m111 SEL tmp_sel = sel_get_any_typed_uid(name);
112 if (GSTypesFromSelector(tmp_sel))
113 return tmp_sel;
H A DGSFFCallInvocation.m331 SEL tmp_sel = sel_get_any_typed_uid (name);
332 if (sel_get_type (tmp_sel))
333 return tmp_sel;
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcutpaste.c4330 struct SelRec *tmp_sel=NULL; in ReplaceGraphic() local
4334 topSel = botSel = tmp_sel = SelectThisObject(new_obj_ptr); in ReplaceGraphic()
4340 free(tmp_sel); in ReplaceGraphic()