代码搜索:Behaviour

找到约 1,042 项符合「Behaviour」的源代码

代码结果 1,042
www.eeworm.com/read/365298/2897786

pam-hylafax

# # /etc/pam.d/other - specify the PAM fallback behaviour # # Note that this file is used for any unspecified service; for example #if /etc/pam.d/cron specifies no session modules but cron calls #pam
www.eeworm.com/read/110720/15527010

pas mpdeltreeu.pas

unit MPDelTreeU; { TMPDelTree : a component to have the behaviour of the good old dos deltree command V1.0 april 06, 1998 freeware (c) by markus stephany , mirbir.st@t-online.de
www.eeworm.com/read/424752/10416142

h quickcam.h

#ifndef _LINUX_QUICKCAM_H #define _LINUX_QUICKCAM_H //#define DISABLE_INT_URBS /* * This define change behaviour of the whiteness control. * If defined, whiteness controll will set shutter-value
www.eeworm.com/read/348907/10860448

changelog

2006-06-10 meld-1.1.4 ===================== * Refresh and reload buttons. * Better context menu behaviour for vcview. * Allow escaping of shell patterns. (Patch from Jared Sulem) * Stop button
www.eeworm.com/read/219550/4847770

java behavioursinvokerimpl.java

package planet.generic.commonapi.behaviours; import java.util.Random; import planet.commonapi.Node; import planet.commonapi.RouteMessage; import planet.commonapi.behaviours.Behaviour; import
www.eeworm.com/read/190666/5179948

c c90-scanf-1.c

/* Test for scanf formats. Formats using C90 features, including cases where C90 specifies some aspect of the format to be ignored or where the behaviour is undefined. */ /* Origin: Joseph Myer
www.eeworm.com/read/190666/5179957

c c99-scanf-1.c

/* Test for scanf formats. Formats using C99 features, including cases where C99 specifies some aspect of the format to be ignored or where the behaviour is undefined. */ /* Origin: Joseph Myer
www.eeworm.com/read/190666/5179975

c c99-printf-1.c

/* Test for printf formats. Formats using C99 features, including cases where C99 specifies some aspect of the format to be ignored or where the behaviour is undefined. */ /* Origin: Joseph Mye
www.eeworm.com/read/190666/5179991

c c90-printf-1.c

/* Test for printf formats. Formats using C90 features, including cases where C90 specifies some aspect of the format to be ignored or where the behaviour is undefined. */ /* Origin: Joseph Mye
www.eeworm.com/read/321483/3535754

switch

Check the lexical scoping of the switch keywords. (The actual behaviour is tested in t/op/switch.t) __END__ # No switch; given should be a bareword. use warnings; print STDOUT given; EXPECT Unquoted