This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.", |
NewerOlder