SYMBOL INDEX (49 symbols across 14 files) FILE: examples/c++/nuria/reject/reject.cpp function mySlot (line 13) | void mySlot (Nuria::HttpClient *client) { function main (line 32) | int main (int argc, char *argv[]) { FILE: examples/c++/nuria/simple/simple.cpp function mySlot (line 12) | void mySlot (Nuria::HttpClient *client) { function main (line 22) | int main (int argc, char *argv[]) { FILE: examples/go/server.go function handler (line 8) | func handler(w http.ResponseWriter, r *http.Request) { function main (line 22) | func main() { FILE: examples/java/dial.java class dial (line 27) | public class dial method main (line 29) | public static void main(String[] args) throws Exception class AwesomeRejectHandler (line 40) | static class AwesomeRejectHandler implements HttpHandler method handle (line 42) | public void handle(HttpExchange httpExchange) throws IOException class XMLBuilder (line 98) | static class XMLBuilder method XMLBuilder (line 103) | public XMLBuilder() throws ParserConfigurationException method dial (line 116) | private String dial(String number) method send2voicemail (line 126) | private String send2voicemail() method reject (line 135) | private String reject(String reason) method build (line 145) | private String build() FILE: examples/java/play.java class play (line 27) | public class play method main (line 29) | public static void main(String[] args) throws Exception class AwesomeRejectHandler (line 40) | static class AwesomeRejectHandler implements HttpHandler method handle (line 42) | public void handle(HttpExchange httpExchange) throws IOException class XMLBuilder (line 91) | static class XMLBuilder method XMLBuilder (line 96) | public XMLBuilder() throws ParserConfigurationException method dial (line 109) | private String dial(String number) method send2voicemail (line 119) | private String send2voicemail() method reject (line 128) | private String reject(String reason) method play (line 138) | private String play(String path) method build (line 148) | private String build() FILE: examples/java/reject.java class reject (line 26) | public class reject method main (line 29) | public static void main(String[] args) throws Exception class AwesomeRejectHandler (line 41) | static class AwesomeRejectHandler implements HttpHandler method handle (line 44) | public void handle(HttpExchange httpExchange) throws IOException method createXML (line 89) | public String createXML(String reason) throws IOException FILE: examples/java/server.java class server (line 11) | public class server { method main (line 13) | public static void main(String[] args) throws Exception { class MyHandler (line 25) | static class MyHandler implements HttpHandler { method handle (line 26) | public void handle(HttpExchange httpexchange) throws IOException { FILE: examples/nodejs/plain/log_calls.js function formatUserOrGroup (line 10) | function formatUserOrGroup(users) { function newCallToString (line 16) | function newCallToString(newCall) { FILE: examples/php/log_call-beginning-answer-end.php function set_onAnswer_onHangup (line 58) | function set_onAnswer_onHangup($scriptUrl) FILE: examples/python/dial-number.py class MegaAwesomePythonServer (line 10) | class MegaAwesomePythonServer(BaseHTTPRequestHandler): method do_POST (line 12) | def do_POST(self): FILE: examples/python/dial-voicemail.py class MegaAwesomePythonServer (line 10) | class MegaAwesomePythonServer(BaseHTTPRequestHandler): method do_POST (line 12) | def do_POST(self): FILE: examples/python/play-url.py class MegaAwesomePythonServer (line 10) | class MegaAwesomePythonServer(BaseHTTPRequestHandler): method do_POST (line 12) | def do_POST(self): FILE: examples/python/reject.py class MegaAwesomePythonServer (line 10) | class MegaAwesomePythonServer(BaseHTTPRequestHandler): method do_POST (line 12) | def do_POST(self): FILE: examples/python/server.py class MegaAwesomePythonServer (line 9) | class MegaAwesomePythonServer(BaseHTTPRequestHandler): method do_POST (line 11) | def do_POST(self):