MCPcopy Create free account

hub / github.com/GoesToEleven/csuf / functions

Functions1,038 in github.com/GoesToEleven/csuf

FunctionTestAverage
(t *testing.T)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math_test.go:16
FunctionTestAverage
(t *testing.T)
sp15/02_golang-book/PACKAGES/math/math_test.go:5
FunctionTestAverageMas
(t *testing.T)
sp15/02_golang-book/PACKAGES/math/math_test.go:35
FunctionTestMax
(t *testing.T)
sp15/00_student_code/corey/3-2_assign/Chapter12/min_max/min_max_test.go:29
FunctionTestMax
(t *testing.T)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math_test.go:55
FunctionTestMin
(t *testing.T)
sp15/00_student_code/corey/3-2_assign/Chapter12/min_max/min_max_test.go:17
FunctionTestMin
(t *testing.T)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math_test.go:36
FunctionTestReverse
(t *testing.T)
sp15/00_student_code/corey/stringutil/reverse_test.go:5
FunctionTestTrie
(t *testing.T)
sp15/xx_in_process/08_caleb/trie/trie_test.go:8
FunctionUpdateUser
UpdateUser updates a user record
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/users.go:82
FunctionUpdateUser
UpdateUser updates a user record
sp15/xx_in_process/08_caleb/appengine/cms/users.go:82
FunctionapiQuery
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/3-23_assign/GoogleAPI.go:28
Methodarea
()
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:15
Methodarea
()
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:28
Functionboard
The following handlerfunc was my first option for login and authentication. I decided to go with the authentication in the app.yaml. *func board(rw ht
sp15/00_student_code/corey/4-6_assign/BulletinBoard.go:58
Functionconfirmation
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:46
Functionconfirmation
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/25_form/main.go:31
Functionconfirmation
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:42
Functioncreate2Handler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:188
FunctioncreateHandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:169
Functioncreatepost
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/4-6_assign/BulletinBoard.go:205
Functioncreatethread
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/4-6_assign/BulletinBoard.go:194
FunctiondefaultHandler
defaultHandler ADD BY TODD MCLEOD
sp15/03_gowiki/16_func-literals_closures.go:88
FunctiondefaultHandler
defaultHandler ADD BY TODD MCLEOD
sp15/03_gowiki/13_error_handling.go:96
FunctiondefaultHandler
defaultHandler ADD BY TODD MCLEOD
sp15/03_gowiki/14_template_caching.go:111
FunctiondefaultHandler
* http.Redirect function adds an HTTP status code of http.StatusFound (302) and a Location header to the HTTP response */ defaultHandler ADD BY TODD M
sp15/03_gowiki/11_handling_404.go:70
FunctiondefaultHandler
* WHAT WE HAD BEFORE title := r.URL.Path[len("/save/"):] */ defaultHandler ADD BY TODD MCLEOD
sp15/03_gowiki/15_path_validation.go:133
FunctiondefaultHandler
* The page title (provided in the URL) and the form's only field, Body, are stored in a new Page. The save() method is then called to write the data t
sp15/03_gowiki/12_saving_pages.go:73
FunctiondefaultHandler
defaultHandler ADD BY TODD MCLEOD
sp15/03_gowiki/xxxx_edit_pages.go:30
FunctiondeleteHandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:295
Functiondeletepost
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/4-6_assign/BulletinBoard.go:153
Functiondisplay
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/weatherui.go:151
Functiondisplay
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/trails.go:36
Functiondisplay
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/gomongohq.go:57
FunctioneditHandler
(w http.ResponseWriter, r *http.Request, title string)
sp15/03_gowiki/16_func-literals_closures.go:46
FunctioneditHandler
* The http.Error function sends a specified HTTP response code (in this case "Internal Server Error") and error message */
sp15/03_gowiki/13_error_handling.go:54
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/10_01_html-template_package.go:23
FunctioneditHandler
* WHAT WE HAD BEFORE func renderTemplate(w http.ResponseWriter, tmpl string, p *Page) { t, err := template.ParseFiles(tmpl + ".html") if err != nil
sp15/03_gowiki/14_template_caching.go:79
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/11_handling_404.go:45
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/15_path_validation.go:77
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/12_saving_pages.go:34
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/xxxx_edit_pages.go:41
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/10_02_html-template_package_NOTES.go:32
FunctioneditHandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:225
FunctioneditHandler
(w http.ResponseWriter, r *http.Request, title string)
sp15/00_student_code/shawn_b/gowiki/gowiki.go:45
FunctioneditHandler2
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:259
Functioneditpost
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/4-6_assign/BulletinBoard.go:124
Functionfirst
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/2-11_assign/diff_url_app/diff_url.go:19
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/21_template_to_string/main.go:21
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/15_headers/main.go:12
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/22_layouts_nested_templates/main.go:19
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/17_JSON/main.go:18
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/19_serving_file/main.go:13
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/16_rendering_text/main.go:12
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/20_html_template/main.go:19
Functionfoo
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/18_XML/main.go:18
FunctionformHandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/form-simple/form.go:30
FunctionformHandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/google-api-1/main.go:172
Functionformhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/09_from_scratch_webapp/api.go:33
Functionformhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/10_URL/api.go:33
Functionformhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/11_cookie/api.go:36
Functiong_start
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/google-api-1/main.go:135
Functionget
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/28_cookie/main.go:20
FunctionhandleRoot
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/blobstrex.go:27
FunctionhandleServe
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/blobstrex.go:58
FunctionhandleUpload
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/blobstrex.go:82
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/03_01_net-http_package_simple_web_server.go:8
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/05_01_net-http_package_simple_web_server_Printf.go:8
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/03_gowiki/05_04_r-url_explored_mas.go:8
Functionhandler
* NOTE: at terminal "ctrl + c" exits web server */ The function handler is of the type http.HandlerFunc It takes an http.ResponseWriter and http.Reque
sp15/03_gowiki/03_02_net-http_package_simple_web_server.go:15
Functionhandler
The function handler is of the type http.HandlerFunc It takes an http.ResponseWriter and http.Request as its arguments
sp15/03_gowiki/05_02_net-http_package_simple_web_server_Printf_NOTES.go:10
Functionhandler
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/2-11_assign/diff_url_app/diff_url.go:14
Functionhandler
(rw http.ResponseWriter, req *http.Request)
sp15/00_student_code/corey/3-16_assign/StaticPage/website.go:11
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/corey/3-11_quiz/3-11_quiz.go:32
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/corey/myapp/hello.go:12
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/samples/geoweb.go:35
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/social_news/main.go:43
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/static site/static1.go:11
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/form-simple/form.go:18
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/websites/google-api-1/main.go:113
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/serve pages/src.go:13
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/00_student_code/shawn_b/misc/geoweb.go:100
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/geoweb_gap.go:21
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/message.go:12
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/02_webtime.go:32
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/weatherui.go:62
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/mytext.go:12
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/15_geoweb/geoweb.go:35
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/05_guestbook/01_hello_world/hello.go:12
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/10_URL/api.go:26
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/08_mcleod_01/main.go:9
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/07_mcleod_web_app/07_static_dirs_files/myapp/hello.go:15
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/07_mcleod_web_app/07_static_dirs_files/myapp03/hello.go:14
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/07_mcleod_web_app/07_static_dirs_files/myapp02/hello.go:14
Functionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/11_cookie/api.go:29
Functionhello
(res http.ResponseWriter, req *http.Request)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:172
Functionhello
(res http.ResponseWriter, req *http.Request)
sp15/02_golang-book/63_chp13_CORE_PACKAGES_HTTP.go:8
Functionindex
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:24
Functionindex
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/25_form/main.go:21
Functionindex
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:22
← previousnext →401–500 of 1,038, ranked by callers