代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/119738/14823336

sct smtalk2.sct

"Smalltalk Script Adapted by Jim Peterson, e-mail 70730.1602@compuserve.com. "The purpose of this script is to generate Smalltalk V5 code. ! [BASE_CLASS] subclass: #$CLASS instanceVari
www.eeworm.com/read/316652/13519219

c policy.c

/* * Copyright (c) 2004 Security Architects Corporation. All rights reserved. * * Module Name: * * policy.c * * Abstract: * * This module implements various security policy parsing
www.eeworm.com/read/119694/6082739

java composite.java

/* * * The DbUnit Database Testing Framework * Copyright (C)2002-2004, DbUnit.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU L
www.eeworm.com/read/118801/6094930

3qt qnetworkoperation.3qt

'\" t .TH QNetworkOperation 3qt "9 December 2002" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for
www.eeworm.com/read/234517/14110291

java operationdialog.java

/*====================================================================*\ OperationDialog.java Operation dialog box class. ------------------------------------------------------------------------ T
www.eeworm.com/read/248047/12604672

3qt qnetworkoperation.3qt

'\" t .TH QNetworkOperation 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for
www.eeworm.com/read/275831/10794532

rb 13 - adding a timeout to a long-running operation.rb

# This code will sleep forever... OR WILL IT? require 'timeout' before = Time.now begin status = Timeout.timeout(5) { sleep } rescue Timeout::Error puts "I only slept for #{Time.now-before} second