Home
last modified time | relevance | path

Searched defs:ValueFunc (Results 1 – 6 of 6) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/include/ui/
H A Dcontenttype.h166 NumberDesc *ValueFunc;/// Handler of the value function variable
/dports/databases/arrow/apache-arrow-6.0.1/js/src/compute/
H A Dpredicate.ts23 export type ValueFunc<T> = (idx: number, cols: RecordBatch) => T | null; alias
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/compute/
H A Dpredicate.ts23 export type ValueFunc<T> = (idx: number, cols: RecordBatch) => T | null; alias
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/compute/
H A Dpredicate.ts23 export type ValueFunc<T> = (idx: number, cols: RecordBatch) => T | null; alias
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dmeshutils.cpp200 typedef double (*ValueFunc)(const LinearColorFunction *cf, int m, typedef
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/
H A Dbinder.go94 ValueFunc func(sourceParam string) string member