var searchIndex = {}; searchIndex["shellexpand"] = {"doc":"Provides functions for performing shell-like expansions in strings.","items":[[3,"LookupError","shellexpand","Represents a variable lookup error.",null,null],[12,"name","","The name of the problematic variable inside the input string.",0,null],[12,"cause","","The original error returned by the context function.",0,null],[5,"full_with_context","","Performs both tilde and environment expansion using the provided contexts.",null,{"inputs":[{"name":"si"},{"name":"hd"},{"name":"c"}],"output":{"name":"result"}}],[5,"full_with_context_no_errors","","Same as `full_with_context()`, but forbids the variable lookup function to return errors.",null,{"inputs":[{"name":"si"},{"name":"hd"},{"name":"c"}],"output":{"name":"cow"}}],[5,"full","","Performs both tilde and environment expansions in the default system context.",null,{"inputs":[{"name":"si"}],"output":{"name":"result"}}],[5,"env_with_context","","Performs the environment expansion using the provided context.",null,{"inputs":[{"name":"si"},{"name":"c"}],"output":{"name":"result"}}],[5,"env_with_context_no_errors","","Same as `env_with_context()`, but forbids the variable lookup function to return errors.",null,{"inputs":[{"name":"si"},{"name":"c"}],"output":{"name":"cow"}}],[5,"env","","Performs the environment expansion using the default system context.",null,{"inputs":[{"name":"si"}],"output":{"name":"result"}}],[5,"tilde_with_context","","Performs the tilde expansion using the provided context.",null,{"inputs":[{"name":"si"},{"name":"hd"}],"output":{"name":"cow"}}],[5,"tilde","","Performs the tilde expansion using the default system context.",null,{"inputs":[{"name":"si"}],"output":{"name":"cow"}}],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"cause","","",0,null]],"paths":[[3,"LookupError"]]}; initSearch(searchIndex);