高级代码搜索

搜索开放源代码

语法及示例 (有关 regexp 语法的详情)
regexp搜索正则表达式
go{2}gle  hello,\ world  ^int printk
"exact string"搜索精确字符串
"compiler happy"
class:regexp function:regexp只搜索类(class)名称和函数(function)名称 新!
class:BTree  function:laugh
class:hash.*multimap function:.*range
file:regexp仅在与 regexp 匹配的文件或目录中进行搜索
file:\.js$ XMLHttpRequest  file:include/ ioctl
file:/usr/sys/ken/slp.c "You are not expected to understand this."
package:regexp搜索名称与 regexp 匹配的包。
(包的名称就是其网址或 CVS 服务器信息。)
package:perl.*\.tar\.gz Frodo  package:linux-2.6 int\ printk
lang:regexp仅搜索用与 regexp 匹配的语言编写的程序
lang:lisp xml  lang:"c++" sprintf.*%s
license:regexp仅搜索软件许可与 regexp 匹配的文件.
license:bsd int\ printf   -license:gpl heapsort
 

Google 首页 - Google Code - 讨论 -  服务条款  - 帮助 - 提交您的代码

©2010 Google - 隐私权政策