代码搜索:CallBack

找到约 10,000 项符合「CallBack」的源代码

代码结果 10,000
www.eeworm.com/read/168845/5432227

hpp callback.hpp

// (C) Copyright Gennadiy Rozental 2005. // Use, modification, and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at
www.eeworm.com/read/168019/5449887

dxx callback.dxx

/**@name About Callbacks * * The Linux SDK for UPnP Devices contains functions that generate * asynchronous callbacks. To simplify the application callback functions, * these callbacks are execu
www.eeworm.com/read/167562/5458099

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/164348/5494688

h callback.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: callback.h,v 1.1.1.1.50.3 2004/07/09 01:46:59 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Rese
www.eeworm.com/read/348319/3157433

cpp callback.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this f
www.eeworm.com/read/345992/3193846

h callback.h

/* callback.h - callback demo definitions */ /* * $Header: /xtel/isode/isode/others/callback/RCS/callback.h,v 9.0 1992/06/16 12:41:50 isode Rel $ * * * $Log: callback.h,v $ * Revision 9.0 1992
www.eeworm.com/read/343909/3213454

h callback.h

#ifndef __CALLBACK_H__ #define __CALLBACK_H__ /* This is a workaround for a bug in the current version of gcc: gcc assumes that no one will touch %a4 after it is set up in crt0.o. This i
www.eeworm.com/read/343014/3226286

java callback.java

/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regardin
www.eeworm.com/read/342639/3230955

php callback.php

www.eeworm.com/read/339783/3295637

java callback.java

package whiteboard; import java.rmi.*; public interface CallBack extends Remote { void callback(boolean udate) throws RemoteException; void callback(String warning) throws RemoteExcept