Skip to content

Instantly share code, notes, and snippets.

View dave1010's full-sized avatar

Dave Hulbert dave1010

View GitHub Profile
@dave1010
dave1010 / x
Created January 31, 2009 10:46
/*
TODO:
match beginnings of function names
say if no functions found
if > 1 function result, have a list of them
option to show more details of function?
get it working with gotapi.com and all languages it supports
*/
CmdUtils.CreateCommand({
name: "search-php",
@dave1010
dave1010 / x
Created January 31, 2009 08:52
CmdUtils.CreateCommand({
name: "search-php",
homepage: "http://createopen.com/blog/",
author: { name: "David Hulbert", email: "[email protected]"},
icon: "http://static.php.net/www.php.net/favicon.ico",
license: "MPL",
takes: {"function": noun_arb_text},
description: "Searches PHP for a function.",