代码搜索:Functionality

找到约 4,782 项符合「Functionality」的源代码

代码结果 4,782
www.eeworm.com/read/337546/3333057

c apus_setup.c

/* * Copyright (C) 1998, 1999 Jesper Skov * * Basically what is needed to replace functionality found in * arch/m68k allowing Amiga drivers to work under APUS. * Bits of code and/or ideas fr
www.eeworm.com/read/336340/3353199

java identitydefaultrealm.java

package org.wso2.solutions.identity.users; import org.wso2.usermanager.UserManagerException; import org.wso2.usermanager.readwrite.DefaultRealm; /** * Extends base class functionality to intr
www.eeworm.com/read/326021/3476456

in makefile.in

srcdir = @srcdir@ VPATH = @srcdir@ TARGETS = \ waitio.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@ INCDIR=../../include OSDIR=$(INCDIR)/arch/@OSDIR@ DEFOSDIR=$(INC
www.eeworm.com/read/326021/3476466

in makefile.in

srcdir = @srcdir@ VPATH = @srcdir@ TARGETS = atomic.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@ INCDIR=../../include OSDIR=$(INCDIR)/arch/@OSDIR@ DEFOSDIR=$(INCDIR)/
www.eeworm.com/read/326021/3477010

in makefile.in

VPATH = @srcdir@ INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ TARGETS = apr_hooks.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@
www.eeworm.com/read/326021/3477028

in makefile.in

VPATH = @srcdir@ INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ TARGETS = apr_strmatch.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@
www.eeworm.com/read/322060/3527904

tpl demo_notification.tpl

THIS PAGE CONTAINS SAMPLE FUNCTIONALITY OF PROFESSIONAL EDITION FOR DEMONSTRATION PURPOSE ONLY. UNAUTHORIZED USE IS PROHIBITED. PLEASE CONTACT
www.eeworm.com/read/321483/3535749

subs

Check strict subs functionality __END__ # no strict, should build & run ok. Fred ; my $fred ; $b = "fred" ; $a = $$b ; EXPECT ######## use strict qw(refs vars); Fred ; EXPECT ######## use strict
www.eeworm.com/read/321483/3535750

vars

Check strict vars functionality __END__ # no strict, should build & run ok. Fred ; my $fred ; $b = "fred" ; $a = $$b ; EXPECT ######## use strict qw(subs refs) ; $fred ; EXPECT ######## use stri
www.eeworm.com/read/321483/3535751

refs

Check strict refs functionality __END__ # no strict, should build & run ok. my $fred ; $b = "fred" ; $a = $$b ; $c = ${"def"} ; $c = @{"def"} ; $c = %{"def"} ; $c = *{"def"} ; $c = \&{"def"} ; $c =