代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/184366/9107755
makefile
include ../nasl.tmpl
NESSUS_CFLAGS= -I../include $(OPTIMIZE) `$(NESSUSCONFIG) --cflags` -DNESSUS_EXTENSIONS
NESSUS_LIBS = $(LIBS) `$(NESSUSCONFIG) --libs`
NESSUS_INCLUDE=`sh ./cflags`
YACC = bison
www.eeworm.com/read/181590/9244955
h wireless_copy.h
/* This is based on Linux Wireless Extensions header file from WIRELESS_EXT 18.
* I have just removed kernel related headers and added some typedefs etc. to
* make this easier to include into user s
www.eeworm.com/read/178321/9408259
htm ch30.htm
Maximum Security -- Ch 30 -- Languages, Extensions, and Security
www.eeworm.com/read/169087/9881197
h wireless_copy.h
/* This is based on Linux Wireless Extensions header file from WIRELESS_EXT 18.
* I have just removed kernel related headers and added some typedefs etc. to
* make this easier to include into user s
www.eeworm.com/read/280954/10276610
py tz.py
"""
Copyright (c) 2003-2005 Gustavo Niemeyer
This module offers extensions to the standard python 2.3+
datetime module.
"""
__author__ = "Gustavo Niemeyer