MCPcopy Create free account

hub / github.com/GoesToEleven/csuf / functions

Functions1,038 in github.com/GoesToEleven/csuf

↓ 1 callersFunctions
(o,u)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:1
↓ 1 callersFunctions
(o, u)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:22
↓ 1 callersMethodsave
()
sp15/03_gowiki/16_func-literals_closures.go:23
↓ 1 callersMethodsave
()
sp15/03_gowiki/13_error_handling.go:15
↓ 1 callersMethodsave
* Sometimes we need to work with strings as binary data. To convert a string to a slice of bytes (and vice-versa) do this: arr := []byte("test") fm
sp15/03_gowiki/02_wiki_with_notes.go:30
↓ 1 callersMethodsave
()
sp15/03_gowiki/01_wiki.go:13
↓ 1 callersMethodsave
* The function template.Must is a convenience wrapper that panics when passed a non-nil error value, and otherwise returns the *Template unaltered. A
sp15/03_gowiki/14_template_caching.go:40
↓ 1 callersMethodsave
* If the title is valid, it will be returned along with a nil error value. If the title is invalid, the function will write a "404 Not Found" error to
sp15/03_gowiki/15_path_validation.go:56
↓ 1 callersMethodsave
()
sp15/03_gowiki/12_saving_pages.go:15
↓ 1 callersMethodsave
()
sp15/00_student_code/shawn_b/gowiki/gowiki.go:22
↓ 1 callersMethodsayHello
()
sp15/00_student_code/shawn_b/samples/main1.go:23
↓ 1 callersMethodsayHello
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/81_methods_with_returns.go:12
↓ 1 callersMethodsayHello
STRUCTS (TYPES) CAN CONTAIN METHODS
sp15/01_samples/78_METHODS_type_struct.go:12
↓ 1 callersFunctionsecond
()
sp15/02_golang-book/31_chp07_functions_defer.go:9
↓ 1 callersFunctionsend
(mq *sysv_mq.MessageQueue, offset, size int)
sp15/xx_in_process/08_caleb/integration/shm/main.go:15
↓ 1 callersFunctionsend
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:33
↓ 1 callersFunctionserver
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:191
↓ 1 callersFunctionserver
()
sp15/02_golang-book/62_chp13_CORE_PACKAGES_TCP.go:37
↓ 1 callersFunctionserver
(mq *sysv_mq.MessageQueue)
sp15/xx_in_process/08_caleb/integration/shm/main.go:37
↓ 1 callersFunctionserver
()
sp15/xx_in_process/08_caleb/integration/net/main.go:31
↓ 1 callersFunctionserver2
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:142
↓ 1 callersFunctionshm_unlink
(name string)
sp15/xx_in_process/08_caleb/integration/shm/shm.go:32
↓ 1 callersFunctionsquare
(x *float64)
sp15/00_student_code/shawn_b/samples/class.go:6
↓ 1 callersFunctionsum
extern sum
sp15/xx_in_process/08_caleb/integration/cgo/gcc/main.go:6
↓ 1 callersFunctionswap
(x *int, y *int)
sp15/00_student_code/corey/3-2_assign/Chapter 8/swap.go:7
↓ 1 callersFunctionswap
(x *int, y *int)
sp15/00_student_code/shawn_b/golang-homework/ch8_p5_swapByPtr.go:11
↓ 1 callersFunctiontestContainers
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:287
↓ 1 callersFunctiontestError
Test errors
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:318
↓ 1 callersFunctiontestFlag
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:99
↓ 1 callersFunctiontestHashes
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:242
↓ 1 callersFunctiontestNet
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:118
↓ 1 callersFunctiontestOsPackage
Test the os/ioutil/path/filepath
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:328
↓ 1 callersMethodtestPrint
(t str_test)
sp15/00_student_code/corey/practice/practice.go:9
↓ 1 callersFunctiontestPrinter
( printFunction func(string) )
sp15/00_student_code/shawn_b/types,pointers,structs/main3.go:31
↓ 1 callersFunctiontestStrings
Test the string package
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:367
↓ 1 callersFunctiontestSync
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:81
↓ 1 callersFunctiontimeHandler
closure
sp15/xx_in_process/13_go_web_shanghai/03/02/09_edwards_07/main.go:10
↓ 1 callersFunctiontimeHandler
(format string)
sp15/xx_in_process/13_go_web_shanghai/03/02/10_edwards_08/main.go:9
↓ 1 callersFunctiontotalArea
(shapes ...Shape)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:51
↓ 1 callersFunctiontotalArea
we can use interface types as arguments to functions
sp15/02_golang-book/38_chp09_structs_interfaces.go:37
↓ 1 callersFunctiontotalPerimeter
(shapes ...Shape)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:59
↓ 1 callersFunctionvalRadio
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/05_validate_radio_buttons/main.go:26
↓ 1 callersFunctionvalSelect
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/02_validation/04_validate_select/main.go:26
↓ 1 callersFunctionvalSelect
(r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/04/04_duplicate_submission/01/main.go:30
↓ 1 callersFunctionzero
(xPtr *int)
sp15/02_golang-book/34_chp08_pointers_pass_by_reference.go:5
↓ 1 callersFunctionzero
(x int)
sp15/02_golang-book/33_chp08_POINTERS_pass_by_value.go:5
↓ 1 callersFunctionzero
(xPtr *int)
sp15/01_samples/84_methods_pointers.go:52
Function$toString
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:318
Function$toString
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:364
FunctionAverage
(intSliceParam []int)
sp15/00_student_code/shawn_b/tmmath/average.go:3
FunctionAverage
(intSliceParam []int)
sp15/00_math/average.go:3
FunctionAverageCorrect
you must capitalize the func name for it to export (be available, be public)
sp15/00_student_code/shawn_b/tmmath/average.go:17
FunctionAverageCorrect
you must capitalize the func name for it to export (be available, be public)
sp15/00_math/average.go:17
FunctionBenchmarkMapGet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:113
FunctionBenchmarkMapSet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:99
FunctionBenchmarkTrieGet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:124
FunctionBenchmarkTrieSet
(b *testing.B)
sp15/xx_in_process/08_caleb/trie/trie_test.go:106
FunctionBenchmarkV1
(b *testing.B)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:43
FunctionBenchmarkV2
(b *testing.B)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:54
FunctionHello
(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/23_schmidt_router/main.go:14
FunctionIndex
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/23_schmidt_router/main.go:10
FunctionIndex
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/24_schmidt_auth/main.go:41
MethodIsOld
()
sp15/xx_in_process/07_mcleod_web_app/05_exploring_template/main.go:16
MethodLen
()
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:14
MethodLen
()
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:15
MethodLen
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:266
MethodLen
()
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:277
MethodLen
()
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:7
MethodLen
()
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:15
MethodLess
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:16
MethodLess
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:17
MethodLess
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:269
MethodLess
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:280
MethodLess
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:9
MethodLess
(i, j int)
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:18
FunctionMax
Finds the maximum value in a given slice of float64
sp15/00_student_code/corey/3-2_assign/Chapter11/min_max/min_max.go:15
FunctionMean
(xs []float64)
sp15/xx_in_process/08_caleb/integration/swig/gsl/gsl.go:6
FunctionMin
Finds the minimum value in a given slice of float64
sp15/00_student_code/corey/3-2_assign/Chapter11/min_max/min_max.go:4
MethodNegate
(i int64, reply *int64)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:137
FunctionProtected
(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
sp15/xx_in_process/13_go_web_shanghai/03/02/24_schmidt_auth/main.go:45
FunctionReverse
(s string)
sp15/00_hello/stringutil/reverse.go:3
MethodSayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:23
MethodSayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:31
MethodServeHTTP
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/05_edwards_04/main.go:13
FunctionServeTemplate
(w http.ResponseWriter, r *http.Request)
sp15/04_bwpwg-master/12_dosasite/dosasite.go:38
MethodSing
(lyrics string)
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:27
MethodString
()
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:17
MethodString
()
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:17
MethodString
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:19
FunctionSum
(intSliceParam []int)
sp15/00_student_code/shawn_b/tmmath/sum.go:3
FunctionSum
(intSliceParam []int)
sp15/00_math/sum.go:3
FunctionSumV2
sp15/xx_in_process/08_caleb/integration/syso/sum_amd64.c:1
MethodSwap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:15
MethodSwap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:16
MethodSwap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:272
MethodSwap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:283
MethodSwap
(i, j int)
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:8
MethodSwap
(i, j int)
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:21
FunctionTest
(t *testing.T)
sp15/xx_in_process/08_caleb/integration/asm/sum_test.go:20
FunctionTestAPI
(t *testing.T)
sp15/xx_in_process/08_caleb/appengine/cms/api_test.go:16
← previousnext →301–400 of 1,038, ranked by callers