代码搜索:Functionality

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

代码结果 4,782
www.eeworm.com/read/422060/2045413

phpt 001.phpt

--TEST-- Test pcntl wait functionality --SKIPIF-- --FILE--
www.eeworm.com/read/414420/2151089

readme

The libfdt functionality was written by David Gibson. The original source came from the git repository: URL: git://ozlabs.org/home/dgibson/git/libfdt.git author David Gibson
www.eeworm.com/read/399273/2363207

c logging_impl.c

/* * logging_impl.c - logging callback for lib-eapikev2 * * This file is part of rlm_eap_ikev2 freeRADIUS module which implements * EAP-IKEv2 protocol functionality. * * This program is free
www.eeworm.com/read/399273/2363208

h logging_impl.h

/* * logging_impl.c - logging callback for lib-eapikev2 * * This file is part of rlm_eap_ikev2 freeRADIUS module which implements * EAP-IKEv2 protocol functionality. * * This program is free
www.eeworm.com/read/399273/2363211

c rlm_eap_ikev2.c

/* * rlm_eap_ikev2.c - Handles that are called from eap * * This file is part of rlm_eap_ikev2 freeRADIUS module which implements * EAP-IKEv2 protocol functionality. * * This program is free
www.eeworm.com/read/398200/2382976

c nxutil.c

/* * Copyright (c) 2000 Greg Haerr * * Nano-X Client utility routines * * These routines are Gr* functionality without requiring new API entry points. */ #include #i
www.eeworm.com/read/389332/2541169

php chat.class.php

www.eeworm.com/read/385891/2580229

c shmem.c

/* $Id: shmem.c,v 1.1.1.1 2004/02/04 12:56:18 laputa Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * Card functions implementing ISDN4Linux functionality * * This software
www.eeworm.com/read/376375/2711412

java scrollbarexample.java

package org.j4me.examples.ui.components; import javax.microedition.lcdui.*; import org.j4me.ui.*; /** * Example demonstrating the scrollbar's functionality. This * helps test the scrollbar
www.eeworm.com/read/376006/2718050

out truncate.out

-- Test basic TRUNCATE functionality. CREATE TABLE truncate_a (col1 integer primary key); NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "truncate_a_pkey" for table "truncate_a" INSERT