代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4537602
in libxml-2.0.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modules=@WITH_MODULES@
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs
www.eeworm.com/read/231546/4714878
pod perlmodlib.pod
# Generated by perlmodlib.PL DO NOT EDIT!
=head1 NAME
perlmodlib - constructing new Perl modules and finding existing ones
=head1 DESCRIPTION
=head1 THE PERL MODULE LIBRARY
Many modules are incl
www.eeworm.com/read/229898/4727447
tcl modgraph.tcl
#!/usr/bin/tclsh
# display the kernel module dependencies
# author: John Ellson
package require gv
set f [open /proc/modules r]
set modules [read -nonewline $f]
close $f