代码搜索:intercepting
找到约 12 项符合「intercepting」的源代码
代码结果 12
www.eeworm.com/read/164000/10135321
mht intercepting filter.mht
From:
Subject: JavaWorld@TW - Core J2EE Patterns - Intercepting Filter
Date: Wed, 25 Jan 2006 14:08:27 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
www.eeworm.com/read/127767/14337463
txt e548. intercepting all accesses to external entities during xml sax parsing.txt
This capability is useful in situations where the public or system id in an XML file do not refer to actual resources and must be redirected. An EntityResolver object must be installed on the parser i
www.eeworm.com/read/363556/2916111
svn-base package.html.svn-base
Provides support for intercepting file transfers within Spark.
www.eeworm.com/read/171479/5394503
groovy mockinterceptor.groovy
package groovy.mock.interceptor
/**
Intercepting calls to the collaborating object and notify the expectation object.
@author Dierk Koenig
*/
class MockInterceptor implements Interceptor {
www.eeworm.com/read/275576/4173882
groovy mockinterceptor.groovy
package groovy.mock.interceptor
/**
Intercepting calls to the collaborating object and notify the expectation object.
@author Dierk Koenig
*/
class MockInterceptor implements Intercep
www.eeworm.com/read/125640/6027406
cs samplemodule.cs
using System;
using System.Web;
namespace A2KWebServerSample.Intercepting
{
///
/// Summary description for SampleModule.
///
public class SampleModule : IHttpModule
www.eeworm.com/read/330923/3419486
txt slave.txt
SLAVE MODE PROTOCOL
-------------------
The -slave option switches on slave mode, in which MPlayer works as a backend
for other programs. Instead of intercepting keyboard events, MPlayer will read
co
www.eeworm.com/read/313143/3645798
txt slave.txt
SLAVE MODE PROTOCOL
-------------------
The -slave option switches on slave mode, in which MPlayer works as a backend
for other programs. Instead of intercepting keyboard events, MPlayer will read
co
www.eeworm.com/read/358784/10179488
asm no_reset.asm
TITLE Reset-Disabling program (No_Reset.asm)
; This program disables the usual DOS reset command
; (Ctrl-Alt-Del), by intercepting the INT 9 keyboard
; hardware interrupt. It ch
www.eeworm.com/read/147311/12568533
html resolveext.html
Intercepting All Accesses to External Entities During XML SAX Parsing
(Java Developers Almanac Example)