Home
last modified time | relevance | path

Searched defs:to_trans (Results 1 – 12 of 12) sorted by relevance

/dports/finance/frontaccounting/frontaccounting/gl/view/
H A Dbank_transfer_view.php39 $to_trans = $trans2; variable
44 $to_trans = $trans1; variable
H A Dgl_deposit_view.php35 $to_trans = db_fetch($result); variable
/dports/finance/frontaccounting/frontaccounting/inventory/view/
H A Dview_transfer.php31 $to_trans = $transfer_items[1]; variable
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/oob/ud/
H A Doob_ud.c202 unsigned int to_trans = min (iov_left, mtu - packet_size); in mca_oob_ud_register_iov() local
253 unsigned int to_trans = min (iov_left, mtu - packet_size); in mca_oob_ud_register_buf() local
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.soetemplate.inc.php696 function getToTranslateCell($cell,&$to_trans)
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_homo2d_lm.cxx232 vnl_matrix<double> to_trans( 3, 3, vnl_matrix_identity ); in estimate() local
H A Drgrl_est_dis_homo2d_lm.cxx376 vnl_matrix_fixed<double, 3, 3> to_trans; in estimate() local
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DTransaction.c712 Transaction *to_trans; in xaccTransCopyToClipBoard() local
726 xaccTransCopyOnto(const Transaction *from_trans, Transaction *to_trans) in xaccTransCopyOnto()
750 xaccTransCopyFromClipBoard(const Transaction *from_trans, Transaction *to_trans, in xaccTransCopyFromClipBoard()
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/oxine/
H A Dodk.c68 uint32_t to_color, uint8_t to_trans) { in palette_transition()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-tree-control-split-reg.c2095 Transaction *to_trans; in gnc_tree_control_split_reg_paste_trans() local
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-client-private.h199 struct timeout *to_connect, *to_trans, *to_commands, *to_cmd_fail; member
/dports/cad/openroad/OpenROAD-2.0/src/sta/tcl/
H A DStaTcl.i5691 Transition *to_trans() { return self->toTrans(); } in to_trans() function