MCPcopy Create free account

hub / github.com/Jiasm/notebook / functions

Functions331 in github.com/Jiasm/notebook

↓ 1 callersFunctionfillTimeLine
(arr1, arr2)
labs/demo/javascript/test-price.js:20
↓ 1 callersFunctionfindSmallest
(arr []int)
labs/storage/go/图解算法/selection-sort/main.go:21
↓ 1 callersFunctionforEachNode
(n *html.Node, pre, post func(n *html.Node))
labs/storage/go/GO程序设计语言/ch5/title2/main.go:42
↓ 1 callersFunctionforEachNode
(n *html.Node, pre, post func(n *html.Node))
labs/storage/go/GO程序设计语言/ch5/test2/main.go:43
↓ 1 callersFunctionforEachNode
(n *html.Node, pre, post func(n *html.Node))
labs/storage/go/GO程序设计语言/ch5/title1/main.go:40
↓ 1 callersFunctionfunc
(...arg)
javascript/move-zero.js:11
↓ 1 callersFunctiongcd
(x, y int)
labs/storage/go/GO程序设计语言/ch2/gcd/main.go:9
↓ 1 callersFunctiongen1
()
blog-storage/how-to-use-generator/yield-delegater.js:1
↓ 1 callersFunctiongen2
()
blog-storage/how-to-use-generator/yield-delegater.js:6
↓ 1 callersFunctiongenerator
()
blog-storage/how-to-use-generator/iterate.js:1
↓ 1 callersFunctiongenerator
(num)
blog-storage/how-to-use-generator/special-yield.js:1
↓ 1 callersFunctiongetArr
(size, index = 1, result = feed)
javascript/gray-code.js:3
↓ 1 callersFunctiongetB
()
javascript/promise-map.js:39
↓ 1 callersFunctiongetCharCode
(str, arr)
javascript/char-code-list.js:3
↓ 1 callersFunctiongetD
()
javascript/promise-map.js:41
↓ 1 callersFunctiongetDataset
(tag)
javascript/dataset.js:11
↓ 1 callersFunctiongetDate
()
javascript/data-cache.js:94
↓ 1 callersFunctiongetHosts
find file and get host
labs/demo/go/get-server-host.go:51
↓ 1 callersFunctiongetLink
(titleHref, cb)
labs/demo/node/linker/index.js:43
↓ 1 callersMethodgetList
()
labs/storage/typescript/sequelize/models/animal.ts:19
↓ 1 callersMethodgetName
()
labs/storage/node/es-module-native/module.mjs:2
↓ 1 callersFunctiongetTitleHref
(url, page)
labs/demo/node/linker/index.js:11
↓ 1 callersFunctiongetVal
()
labs/storage/go/GO程序设计语言/ch5/test19/main.go:11
↓ 1 callersFunctiongroup
(data, key)
javascript/group-array-by-somekey.es5.js:4
↓ 1 callersFunctiongroup
(data, key)
javascript/group-array-by-somekey.es6.js:4
↓ 1 callersFunctionhashMac
(str)
javascript/wx-pay-sign.js:38
↓ 1 callersMethodhex2rgb
(str)
javascript/color-changer.js:3
↓ 1 callersFunctionhi
()
labs/storage/node/es-module-native/module.mjs:7
↓ 1 callersFunctionincludes
* 获取一个节点是否包含对应的子节点 * @param {Object} data 处理的数据源 * @param {Function} checker 检查器 * @return {Boolean} 获取结果是否满足条件
javascript/find-parents.js:55
↓ 1 callersFunctioninitShadow
($host, { data, isOpen })
labs/demo/javascript/custome-elements/cus-elements-info-list.js:26
↓ 1 callersFunctioninitShadow
($host, { avatar, name, isOpen })
labs/demo/javascript/custome-elements/cus-elements-info-card.js:9
↓ 1 callersFunctionintsToString
(values []int)
labs/storage/go/GO程序设计语言/ch3/printints/main.go:12
↓ 1 callersMethodisNodeArray
()
javascript/sort.js:20
↓ 1 callersFunctionlissajous
(out io.Writer)
labs/storage/go/GO程序设计语言/ch1/server-lissajous/main.go:28
↓ 1 callersFunctionlissajous
(out io.Writer, cycles float64)
labs/storage/go/GO程序设计语言/ch1/test/test1.12/main.go:33
↓ 1 callersFunctionloadDataGenerator
(url)
blog-storage/how-to-use-generator/paging-with-generator-async.js:2
↓ 1 callersFunctionmain
()
labs/storage/node/test-nexttick/test1.js:1
↓ 1 callersFunctionmain
()
labs/demo/node/linker/index.js:97
↓ 1 callersFunctionmain
()
javascript/promise-map.js:37
↓ 1 callersFunctionmax
(nums []int)
labs/storage/go/图解算法/max/main.go:13
↓ 1 callersFunctionmaximumSum
(arr, num)
javascript/min-max-sum.js:17
↓ 1 callersFunctionmd5
(str)
javascript/wx-pay-sign.js:30
↓ 1 callersFunctionminimumSum
(arr, num)
javascript/min-max-sum.js:12
↓ 1 callersFunctionnonempty
这种方式实际上会修改传入的参数
labs/storage/go/GO程序设计语言/ch4/nonempty/main.go:6
↓ 1 callersFunctionnonempty2
而这个属于重新创建slice,不会修改传入的参数
labs/storage/go/GO程序设计语言/ch4/nonempty/main.go:19
↓ 1 callersFunctionoutline
(stack []string, n *html.Node)
labs/storage/go/GO程序设计语言/ch5/outline/main.go:21
↓ 1 callersFunctionpaySign
(arg)
javascript/wx-pay-sign.js:15
↓ 1 callersFunctionprintTracks
(tracks []*Track)
labs/storage/go/GO程序设计语言/ch7/sorting/main.go:42
↓ 1 callersFunctionpromiseMap
* 用来将Promise.all转换为Object的格式 * let [ * a, * b * ] = await Promise.all([ * getA(), * getB() * ]) * * ====> * * let { * a, * b
javascript/promise-map.js:24
↓ 1 callersFunctionpromiseify
(result)
javascript/compose-promise.js:24
↓ 1 callersFunctionpromiseify
(result)
javascript/compose-promise-with-next.js:24
↓ 1 callersFunctionquicksort
(arr []int)
labs/storage/go/图解算法/quick-sort/main.go:13
↓ 1 callersFunctionrandomGenerator
(...randoms)
blog-storage/how-to-use-generator/randome-number.js:1
↓ 1 callersFunctionrecycle
* 回收一个瓶子所得到的金额 * @param {Number} count 要回收的数量 * @return {Number} 回收所得金额
javascript/consume-cola.js:29
↓ 1 callersFunctionreverse
(arr *[]int)
labs/storage/go/GO程序设计语言/ch4/test/reverse/main.go:5
↓ 1 callersMethodrgb2hex
(str)
javascript/color-changer.js:21
↓ 1 callersFunctionrotate
(arr []int)
labs/storage/go/GO程序设计语言/ch4/test/rotate/main.go:5
↓ 1 callersFunctionsearch
(list []int, item int)
labs/storage/go/图解算法/binary-search/main.go:58
↓ 1 callersFunctionsearchNormal
(list []int, item int)
labs/storage/go/图解算法/binary-search/main.go:42
↓ 1 callersFunctionsetValue
(p Person)
labs/storage/go/GO程序设计语言/ch1/think/think1/main.go:26
↓ 1 callersFunctionsetValueWithPointer
(p *Person)
labs/storage/go/GO程序设计语言/ch1/think/think1/main.go:34
↓ 1 callersFunctionsort
* 根据多维度进行数据的排序 * 大致套路如下 * [1, 2, 3, 4] * [[3, 4], [1, 2]] * [[4], [3], [2], [1]] * ... do something * [4, 3, 2, 1] * @param {Object} rules 一个排
javascript/sort.js:15
↓ 1 callersFunctionsortArr
(arr)
javascript/buddha-style-sort.js:21
↓ 1 callersFunctionsortArr
(arr)
javascript/buddha-like-sort.js:21
↓ 1 callersFunctionsortByDESC
* 反序排序 * @param {array} numbers 要排序的数组
javascript/nextbigger.js:65
↓ 1 callersFunctionsum
(nums []int)
labs/storage/go/图解算法/sum2/main.go:13
↓ 1 callersFunctionsum
(nums []int, total int)
labs/storage/go/图解算法/sum/main.go:13
↓ 1 callersFunctiontime
* 设置某个数据过期 * @param {JSON} dataItem 某个数据块的配置信息
javascript/data-cache.js:75
↓ 1 callersFunctiontitle
(url string)
labs/storage/go/GO程序设计语言/ch5/title2/main.go:11
↓ 1 callersFunctiontitle
(url string)
labs/storage/go/GO程序设计语言/ch5/test2/main.go:17
↓ 1 callersFunctiontitle
(url string)
labs/storage/go/GO程序设计语言/ch5/title1/main.go:11
↓ 1 callersFunctiontranslate
* 转换一维数组为树形数组 * @param {Array} keys 树形结构的参照key * @param {Array} data 待转换的原始数据 * @return {Array} 转换后的数组 * @api private
javascript/translate-tree-data.js:30
↓ 1 callersFunctionunion
(arr []string)
labs/storage/go/GO程序设计语言/ch4/test/union/main.go:5
↓ 1 callersFunctionvisit
(links []string, n * html.Node)
labs/storage/go/GO程序设计语言/ch5/findlinks1/main.go:23
↓ 1 callersFunctionwrap
(func)
javascript/callback-promise-2.js:8
↓ 1 callersFunctionwriteToFile
write host to file
labs/demo/go/get-server-host.go:84
FunctionC2F
(c Celsius)
labs/storage/go/GO程序设计语言/ch2/tempconv/tempconv/conv.go:3
FunctionCountLines
(f *os.File, counts map[string]int)
labs/storage/go/GO程序设计语言/ch1/count-line-2/counter/counter.go:8
FunctionCountLines
(f *os.File, counts map[string]int)
labs/storage/go/GO程序设计语言/ch1/test/test1.4/counter/counter.go:8
FunctionDataGenerator
()
javascript/data-cache.js:2
FunctionF2C
(f Fahrenheit)
labs/storage/go/GO程序设计语言/ch2/tempconv/tempconv/conv.go:7
FunctionGetInfo
()
labs/storage/go/GO程序设计语言/ch2/package-alias/pkg/methods.go:3
MethodLen
()
labs/storage/go/GO程序设计语言/ch7/sorting/main.go:28
MethodLess
(i, j int)
labs/storage/go/GO程序设计语言/ch7/sorting/main.go:29
MethodOutPut
()
labs/storage/go/GO程序设计语言/ch6/test-struct/main.go:24
FunctionPopCount
PopCount 返回 x 的种群统计(置位的个数)
labs/storage/go/GO程序设计语言/ch2/popcount/popcount.go:12
FunctionPopCount
(x uint64)
labs/storage/go/GO程序设计语言/ch2/popcount1/popcount.go:11
FunctionSearchIssues
SearchIssues 函数查询 GitHub 的 issue 跟踪接口
labs/storage/go/GO程序设计语言/ch4/github/issue-search.go:12
FunctionSort
就地排序
labs/storage/go/treesort/main.go:9
MethodString
()
labs/storage/go/GO程序设计语言/ch2/tempconv/tempconv/tempconv.go:18
MethodSwap
(i, j int)
labs/storage/go/GO程序设计语言/ch7/sorting/main.go:30
FunctionTest
()
labs/storage/typescript/decorators/demo1.js:8
Methodabout
(@Parse('string') @Query('id') id: string)
labs/demo/typescript/koa-decorators/src/controllers/index.ts:15
FunctionafterRequest
(request, response, next)
labs/demo/node/learning-koa/dynamic-router-http-with-middleware-express-like.js:59
Methodage
(val: any)
labs/storage/typescript/decorators/demo1.ts:12
Functionannotation
(...args: Array<any>)
labs/storage/typescript/decorators/demo1.ts:15
MethodattributeChangedCallback
()
labs/demo/javascript/custome-elements/element-todo-item.js:53
FunctionbeforeRequest
(request, response, next)
labs/demo/node/learning-koa/dynamic-router-http-with-middleware-express-like.js:43
MethodconnectedCallback
()
labs/demo/javascript/custome-elements/element-todo-list.js:33
MethodconnectedCallback
()
labs/demo/javascript/custome-elements/element-todo-item.js:25
← previousnext →101–200 of 331, ranked by callers