代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/112921/15473879
h transaction.h
/**
* @file transaction.h MSN transaction functions
*
* gaim
*
* Gaim is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file di
www.eeworm.com/read/111805/15503104
java transaction.java
class Transaction {
// Transaction types:
public static final int DEBIT = 0;
public static final int CREDIT = 1;
public static String[] types = {"Debit","Credit"};
// Constructor:
www.eeworm.com/read/111805/15503109
java transaction.java
class Transaction {
// Transaction types:
public static final int DEBIT = 0;
public static final int CREDIT = 1;
public static String[] types = {"Debit","Credit"};
// Constructor:
www.eeworm.com/read/111805/15503114
java transaction.java
class Transaction {
// Transaction types:
public static final int DEBIT = 0;
public static final int CREDIT = 1;
public static String[] types = {"Debit","Credit"};
// Constructor:
www.eeworm.com/read/111023/15520100
c transaction.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/108727/15577881
class transaction.class
www.eeworm.com/read/108727/15577887