代码搜索:Behavior

找到约 3,820 项符合「Behavior」的源代码

代码结果 3,820
www.eeworm.com/read/324450/3502626

cc beamto.cc

#include "beamto.ih" BeamTo::BeamTo(string const &id, string const &playerClass) : Behavior("BeamTo", id, playerClass) { d_tree = new AST::Node(sequenceType); d_tree->addChild(new AST::Node(and
www.eeworm.com/read/321483/3533845

t isa.t

#!/usr/bin/perl -w # Regression test some quirky behavior of base.pm. BEGIN { if( $ENV{PERL_CORE} ) { chdir 't' if -d 't'; @INC = qw(../lib); } } use strict; use Test::More t
www.eeworm.com/read/321483/3534253

t 14_lock.t

#!/usr/bin/perl # # Check flock() feature # # This isn't a real test; it just checks to make sure we can call the method. # It doesn't even check to make sure that the default behavior # (LOCK_EX) is
www.eeworm.com/read/316872/3604493

txt zero.txt

dm-zero ======= Device-Mapper's "zero" target provides a block-device that always returns zero'd data on reads and silently drops writes. This is similar behavior to /dev/zero, but as a block-device
www.eeworm.com/read/285684/4047576

java icache.java

package com.cache.behavior; import java.util.Map; public interface ICache { public Object get( Object key ); public void put( Object key , Object value ); public void remove( Object na
www.eeworm.com/read/444102/1736474

jsp dynamicbar.jsp

@media all { IE\:CLIENTCAPS {behavior:url(#default#clientCaps)} } body { margin: 0px; padding: 0px;
www.eeworm.com/read/444102/1736513

jsp dynamicbar.jsp

@media all { IE\:CLIENTCAPS {behavior:url(#default#clientCaps)} } body { margin: 0px; padding: 0px;
www.eeworm.com/read/444102/1736517

jsp dynamicbar.jsp

@media all { IE\:CLIENTCAPS {behavior:url(#default#clientCaps)} } body { margin: 0px; padding: 0px;
www.eeworm.com/read/440906/1782625

c paste2.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do run } */ /* { dg-options "-std=c99 -pedantic-errors" } */ /* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/438718/1822912

py test_fork1.py

"""This test checks for correct fork() behavior. We want fork1() semantics -- only the forking thread survives in the child after a fork(). On some systems (e.g. Solaris without posix threads) we fi