代码搜索:Helper

找到约 8,496 项符合「Helper」的源代码

代码结果 8,496
www.eeworm.com/read/131451/5929318

txt product_helper.txt

private void setMediaHelper(String mediaId) { try { MediaLocalHome slh=(MediaLocalHome)sl.getLocalHome(JNDINames.MEDIA); MediaLocal sup=slh.findByPrimaryKey(mediaId); if(sup!
www.eeworm.com/read/128531/5988643

h ipt_helper.h

#ifndef _IPT_HELPER_H #define _IPT_HELPER_H struct ipt_helper_info { int invert; char name[30]; }; #endif /* _IPT_HELPER_H */
www.eeworm.com/read/128531/5989500

c ipt_helper.c

/* * iptables module to match on related connections * (c) 2001 Martin Josefsson * * Released under the terms of GNU GPLv2. * * 19 Mar 2002 Harald Welte
www.eeworm.com/read/127781/5999950

h ipt_helper.h

#ifndef _IPT_HELPER_H #define _IPT_HELPER_H struct ipt_helper_info { int invert; char name[30]; }; #endif /* _IPT_HELPER_H */
www.eeworm.com/read/127781/6000905

c ipt_helper.c

/* * iptables module to match on related connections * (c) 2001 Martin Josefsson * * Released under the terms of GNU GPLv2. * * 19 Mar 2002 Harald Welte
www.eeworm.com/read/127438/6005788

c helper_fns.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpiimpl.h" /* These functions are used in the
www.eeworm.com/read/127344/6006547

cpp asf_helper.cpp

#include "../asfr.h" #include "asf_commonh.h" #include "asf_helper.h" unsigned char ASF_HDR_ID[16] = { 0xa1,0xdc,0xab,0x8c,0x47,0xa9,0xcf,0x11,0x8e,0xe4,0x00,0xc0,0x0c,0x20,0x53,0x65}; /*
www.eeworm.com/read/127344/6006555

h asf_helper.h

/* Header file for module asf_helper.cxx */ #ifndef ASF_HELPER_HPP #define ASF_HELPER_HPP void randomize_guid(unsigned char *buf); void escape_url_string(char *outbuf, char *inbuf); in
www.eeworm.com/read/126641/6014684

c vms-helper.c

/* vms-helper.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and b
www.eeworm.com/read/125688/6023187

h semaphore-helper.h

#ifndef _I386_SEMAPHORE_HELPER_H #define _I386_SEMAPHORE_HELPER_H /* * SMP- and interrupt-safe semaphores helper functions. * * (C) Copyright 1996 Linus Torvalds * (C) Copyright 1999 Andrea Arcan