MCPcopy Create free account

hub / github.com/GoesToEleven/csuf / functions

Functions1,038 in github.com/GoesToEleven/csuf

↓ 233 callersMethodError
()
sp15/xx_in_process/08_caleb/appengine/cms/api.go:28
↓ 101 callersFunctionh
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:55
↓ 100 callersFunctionh
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:12
↓ 75 callersMethodGet
Get returns the value associated with the specified key or nil.
sp15/xx_in_process/08_caleb/trie/trie.go:29
↓ 31 callersMethodSet
Set inserts or replaces the specified key and value.
sp15/xx_in_process/08_caleb/trie/trie.go:41
↓ 25 callersMethodString
Human implemented fmt.Stringer
sp15/xx_in_process/13_go_web_shanghai/02/06/03_interface/main.go:16
↓ 13 callersFunctionswitchOnType
(x interface{})
sp15/02_golang-book/06_chp03_TYPES_integers.go:5
↓ 11 callersMethodError
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:28
↓ 10 callersFunctionserveAPI
READ ABOUT INTERFACE CONVERSIONS LIKE THIS: if err, ok := result.(HTTPError) https://golang.org/doc/effective_go.html#interface_conversions
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:35
↓ 10 callersFunctionserveAPI
READ ABOUT INTERFACE CONVERSIONS LIKE THIS: if err, ok := result.(HTTPError) https://golang.org/doc/effective_go.html#interface_conversions
sp15/xx_in_process/08_caleb/appengine/cms/api.go:35
↓ 9 callersFunctionserveError
(c context.Context, w http.ResponseWriter, err error)
sp15/00_student_code/shawn_b/websites/social_news/main.go:323
↓ 7 callersMethodSet
(key []byte, value interface{})
sp15/xx_in_process/08_caleb/trie/trie_test.go:92
↓ 7 callersFunctionapi
(method, endpoint, data, callback)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/main.js:1
↓ 7 callersFunctionapi
(method, endpoint, data, callback)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/main.js:1
↓ 6 callersMethodDelete
Delete deletes the specified key from the trie.
sp15/xx_in_process/08_caleb/trie/trie.go:62
↓ 6 callersMethodKey
Key returns the current key
sp15/xx_in_process/08_caleb/trie/trie.go:144
↓ 6 callersMethodNext
Next moves the iterator to the next key value pair in the trie
sp15/xx_in_process/08_caleb/trie/trie.go:109
↓ 6 callersFunctionswitchOnType
(x interface{})
sp15/02_golang-book/07_chp03_types_floating_point.go:5
↓ 5 callersFunctionSwitchOnType
we'll learn more about interfaces later
sp15/01_samples/44_switching_on_type.go:25
↓ 5 callersFunctionf
* Let's add some delay to the function using time.Sleep and rand.Intn: */
sp15/02_golang-book/41_chp10_CONCURRENCY_step_03.go:13
↓ 5 callersFunctionswitchOnType
(x interface{})
sp15/02_golang-book/09_chp03_types_bool.go:5
↓ 4 callersMethodGet
(key []byte)
sp15/xx_in_process/08_caleb/trie/trie_test.go:95
↓ 4 callersFunctionGreet
(contact Contact)
sp15/01_samples/20_functions_multiple_structs_and_calls.go:10
↓ 4 callersFunctionPrintSlice
(s []string)
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:24
↓ 4 callersFunctiondistance
(x1, y1, x2, y2 float64)
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:8
↓ 4 callersFunctiondistance
(x1, y1, x2, y2 float64)
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:13
↓ 4 callersFunctiongetTokens
()
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:327
↓ 4 callersFunctiongetTokens
()
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:373
↓ 4 callersFunctionmy_operation
(num1 int, num2 int, op my_operator)
sp15/00_student_code/corey/2-11_assign/2-11_assign.go:9
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/26_ignore_unused_variable.go:10
↓ 3 callersFunctionGreet
FUNCTIONS ARE TYPES functions in go are types functions behave as types in go you can pass functions around just as you'd pass types around pass funct
sp15/01_samples/33_FUNCTION_TYPES.go:18
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/21_returns.go:12
↓ 3 callersFunctionGreet
(contact Contact)
sp15/01_samples/31_ERROR_only_one_variadic_per_function.go:10
↓ 3 callersFunctionGreet
(contact Contact)
sp15/01_samples/30_ERROR_variadic_must_be_last_parameter.go:10
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/28_naming_return_value.go:10
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/25_unused_return_is_error.go:10
↓ 3 callersFunctionGreet
(contact Contact)
sp15/01_samples/23_escaped_characters.go:10
↓ 3 callersFunctionGreet
use the type we had this before: func Greet(person Contact, myWassa func(string)) {
sp15/01_samples/35_wrong_way.go:17
↓ 3 callersFunctionGreet
(contact Contact)
sp15/01_samples/29_VARIADIC_functions.go:10
↓ 3 callersFunctionGreet
(contact Contact)
sp15/01_samples/32_len.go:10
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/24_multiple_returns_mas.go:10
↓ 3 callersFunctionGreet
(person Contact)
sp15/01_samples/22_multiple_returns.go:10
↓ 3 callersFunctionGreet
use the type we had this before: func Greet(person Contact, myWassa func(string)) {
sp15/01_samples/34_functions_declared_as_types.go:17
↓ 3 callersFunctionGreet
pass in a function using your printer type
sp15/01_samples/35_funcs_that_return_funcs.go:18
↓ 3 callersFunctionNew
()
sp15/xx_in_process/08_caleb/trie/trie.go:24
↓ 3 callersMethodSayHi
()
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:38
↓ 3 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/13_go_web_shanghai/03/02/04_edwards_03/main.go:13
↓ 3 callersFunctionSwitch
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:43
↓ 3 callersFunctionSwitchOnType
an EMPTY INTERFACE allows you to pass any type into a function/method
sp15/01_samples/86_methods_empty_interfaces.go:7
↓ 3 callersFunctionValueOk
()
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:23
↓ 3 callersMethodarea
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/83_methods_type_int_mas.go:11
↓ 3 callersFunctiongetTitle
* The function regexp.MustCompile will parse and compile the regular expression, and return a regexp.Regexp. MustCompile is distinct from Compile in t
sp15/03_gowiki/15_path_validation.go:40
↓ 3 callersFunctionisNode
(el)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:133
↓ 3 callersFunctionisNode
(el)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:179
↓ 3 callersFunctionmakeHandler
(fn func(http.ResponseWriter, *http.Request, string))
sp15/03_gowiki/16_func-literals_closures.go:76
↓ 3 callersFunctionmakeHandler
(fn func(http.ResponseWriter, *http.Request, string))
sp15/00_student_code/shawn_b/gowiki/gowiki.go:75
↓ 3 callersFunctionmyPrintFunction
STEP 3: a better solution is to create a func that returns a func this is also known as "a function factory"
sp15/01_samples/35_funcs_that_return_funcs.go:50
↓ 3 callersFunctionmySwitch
(x interface{})
sp15/02_golang-book/14_chp05_SWITCH.go:5
↓ 3 callersFunctionmy_func
(new_message Message)
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:22
↓ 3 callersFunctionrender
(w http.ResponseWriter, filename string, data interface{})
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:50
↓ 3 callersFunctionrender
(w http.ResponseWriter, filename string, data interface{})
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:46
↓ 3 callersMethodsayHello
TYPES CAN CONTAIN METHODS & RETURN
sp15/01_samples/84_methods_pointers.go:12
↓ 3 callersFunctionswitchOnType
(x interface{})
sp15/02_golang-book/08_chp03_types_strings.go:5
↓ 2 callersFunctionAverage
Average finds the average of a series of numbers
sp15/02_golang-book/PACKAGES/math/math.go:4
↓ 2 callersMethodInitial
()
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:16
↓ 2 callersMethodLen
Len returns the number of key value pairs in the trie.
sp15/xx_in_process/08_caleb/trie/trie.go:96
↓ 2 callersMethodSing
(lyrics string)
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:39
↓ 2 callersFunctionSumV1
(xs []int64)
sp15/xx_in_process/08_caleb/integration/asm/sum.go:3
↓ 2 callersFunctionSumV2
(xs []int64)
sp15/xx_in_process/08_caleb/integration/asm/sum.go:11
↓ 2 callersMethodValue
Value returns the current value
sp15/xx_in_process/08_caleb/trie/trie.go:149
↓ 2 callersFunctionadd
(args ...int)
sp15/02_golang-book/26_chp07_functions_variadic.go:5
↓ 2 callersMethodarea
()
sp15/02_golang-book/38_chp09_structs_interfaces.go:13
↓ 2 callersMethodeatChocolate
TYPES CAN CONTAIN METHODS
sp15/00_student_code/shawn_b/samples/main2.go:9
↓ 2 callersMethodeatChocolate
TYPES CAN CONTAIN METHODS
sp15/01_samples/80_methods_type_string_mas.go:9
↓ 2 callersFunctionforEach
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/static/scripts/hyperscript.js:141
↓ 2 callersFunctionforEach
(arr, fn)
sp15/xx_in_process/08_caleb/appengine/cms/static/scripts/hyperscript.js:187
↓ 2 callersFunctiongetHash
(filename string)
sp15/02_golang-book/60_chp13_CORE_PACKAGES_hash.go:9
↓ 2 callersFunctionguestbookKey
guestbookKey returns the key used for all guestbook entries.
sp15/05_guestbook/04_using_datastore/hello.go:27
↓ 2 callersFunctionguestbookKey
guestbookKey returns the key used for all guestbook entries.
sp15/xx_in_process/12_step_by_step/00_guestbook/app.go:25
↓ 2 callersFunctionhalf
(num int)
sp15/00_student_code/corey/3-2_assign/Chapter 7/half.go:7
↓ 2 callersFunctionhalf
(x int)
sp15/00_student_code/shawn_b/golang-homework/ch7_p2_halving.go:12
↓ 2 callersFunctionhandler
(w http.ResponseWriter, r *http.Request)
sp15/xx_in_process/09_from_scratch_webapp/api.go:26
↓ 2 callersFunctionintSeq
* This function intSeq returns another function, which we define anonymously in the body of intSeq. The returned function closes over the variable i t
sp15/02_golang-book/28_chp07_functions_closure_GOBYEXAMPLE.go:10
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/16_func-literals_closures.go:28
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/13_error_handling.go:20
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/10_01_html-template_package.go:14
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/14_template_caching.go:45
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/11_handling_404.go:31
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/15_path_validation.go:61
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/12_saving_pages.go:20
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/xxxx_edit_pages.go:20
↓ 2 callersFunctionloadPage
(title string)
sp15/03_gowiki/10_02_html-template_package_NOTES.go:23
↓ 2 callersFunctionloadPage
(title string)
sp15/00_student_code/shawn_b/gowiki/gowiki.go:27
↓ 2 callersFunctionmkArr
(data []byte, sz int)
sp15/xx_in_process/08_caleb/integration/shm/main.go:86
↓ 2 callersFunctionmq_close
(q mqd_t)
sp15/xx_in_process/08_caleb/integration/mq/mq.go:58
↓ 2 callersFunctionmulti_return
(nums ...int)
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:26
↓ 2 callersFunctionnewSum
(intArrayParam [3]int)
sp15/00_student_code/shawn_b/samples/main1.go:8
↓ 2 callersFunctionopen
()
sp15/xx_in_process/08_caleb/integration/mq/main.go:10
↓ 2 callersFunctionprintSlice
printSlice is a function to print all of the elements in slice.
sp15/00_student_code/corey/practice/practice.go:14
↓ 2 callersMethodrename
(newName string)
sp15/01_samples/85_methods_interfaces.go:16
next →1–100 of 1,038, ranked by callers