代码搜索:invoked
找到约 10,000 项符合「invoked」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834648
n trace.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\" Copyright (c) 2000 Ajuba Solutions.
'\"
'\" See the file "license.terms"
www.eeworm.com/read/447199/7556600
bat huanglintongea1.bat
@rem ***************************************************************
@rem ** Copyright (c) 2002-2003 Motorola, Inc. All rights reserved.
@rem **
@rem ** makeBounceEA1.bat
@rem **
@rem ** This
www.eeworm.com/read/151482/5682034
java applicationeventpublisheraware.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/144216/5751963
pl runperl.pl
#!perl -w
$0 =~ s|\.bat||i;
unless (-f $0) {
$0 =~ s|.*[/\\]||;
for (".", split ';', $ENV{PATH}) {
$_ = "." if $_ eq "";
$0 = "$_/$0" , goto doit if -f "$_/$0";
}
die "`$0' not found
www.eeworm.com/read/141674/5769432
java belllistener.java
// BellListener.java
// Methods invoked when Bell has rung
package com.deitel.jhtp5.elevator.event;
public interface BellListener {
// invoked when Bell has rungs
public void bellRang(
www.eeworm.com/read/141674/5769434
java buttonlistener.java
// ButtonListener.java
// Methods invoked when button has been either pressed or reset
package com.deitel.jhtp5.elevator.event;
public interface ButtonListener {
// invoked when Button has
www.eeworm.com/read/141674/5769441
java doorlistener.java
// DoorListener.java
// Methods invoked when Door has either opened or closed
package com.deitel.jhtp5.elevator.event;
public interface DoorListener {
// invoked when Door has opened
pu
www.eeworm.com/read/108165/6185035
java applicationeventpublisheraware.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5484298
java applicationeventpublisheraware.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/366581/9807858
1 zgrep.1
.TH ZGREP 1
.SH NAME
zgrep \- search possibly compressed files for a regular expression
.SH SYNOPSIS
.B zgrep
[ grep_options ]
.BI [\ -e\ ] " pattern"
.IR filename ".\|.\|."
.SH DESCRIPTION
.IR Zgre