| Search Syntax and Examples |
| simple string |
Search for a word or list of words separated by spaces. Any bare words (e.g., not path:*) in the search are taken together. Open nsAccessible::SetParent nsAccessible:: |
| path:name |
Return only results containing name in the path. Can be paired with ext:. channel path:netwerk |
| type:name |
Find types that begin with or match name. Can be paired with member:. Bare words are not allowed when doing type: searches. type:nsIFile |
derived:name derived:name::type |
Find types that derive from type named name. Bare words are not allowed when doing derived: searches. derived:nsIFile derived:nsIFile::Append |
| member:name |
Find members that begin with or match name. Can be paired with type:. Bare words are not allowed when doing member: searches. member:CopyTo member:CopyTo type:nsLocalFile |
| callers:type::member |
Find callers (e.g., containing functions) of type::member. Bare words are not allowed when doing derived: searches. callers:nsAccessible::CacheChildren |
| macro:name |
Find macros that begin with or match name. macro:ns_ensure |
| |