代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/432012/1901483
fs callback.fs
\ 7.4.9 Client program callback
: callback ( "service-name< >" "arguments" -- )
;
: $callback ( argn ... arg1 nargs addr len -- retn ... ret2 Nreturns-1 )
;
: sync ( -- )
;
www.eeworm.com/read/429426/1949031
cpp callback.cpp
/*
This file is part of Orange.
Orange is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw
www.eeworm.com/read/429426/1949059
hpp callback.hpp
/*
This file is part of Orange.
Orange is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw
www.eeworm.com/read/427112/1973792
java callback.java
/*
* @(#)Callback.java 1.11 05/11/17
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.security.au
www.eeworm.com/read/422060/2045614
c callback.c
/*
** 2005 May 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f
www.eeworm.com/read/420998/2057580
idl callback.idl
interface Callback {
void reply (in string msg);
};
interface Sender {
void message (in Callback obj, in string msg);
};
www.eeworm.com/read/420697/2065893
java callback.java
/*
* @(#)Callback.java 1.9 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.security.aut
www.eeworm.com/read/416830/2106271
idl callback.idl
interface Callback {
void reply (in string msg);
};
interface Sender {
void message (in Callback obj, in string msg);
};