Home
last modified time | relevance | path

Searched refs:isGraphable (Results 1 – 16 of 16) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/xychart/
H A Ddims.ts22 export function isGraphable(field: Field) { function
48 if (isGraphable(f) && !cfg.x) {
61 if (f === x || !isGraphable(f)) {
H A DXYDimsEditor.tsx13 import { getXYDimensions, isGraphable } from './dims';
57 if (isGraphable(field)) {
H A Dscatter.ts26 import { isGraphable } from './dims';
235 if (isGraphable(frame.fields[i])) {
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp567 virtual int SetIsGraphable(int isGraphable) in SetIsGraphable() argument
569 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
H A Dcsound.h2051 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
H A DcsoundCore.h1297 int (*SetIsGraphable)(CSOUND *, int isGraphable);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.hpp564 virtual int SetIsGraphable(int isGraphable) in SetIsGraphable() argument
566 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
H A Dcsound.h2032 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
H A DcsoundCore.h1282 int (*SetIsGraphable)(CSOUND *, int isGraphable);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.hpp564 virtual int SetIsGraphable(int isGraphable) in SetIsGraphable() argument
566 return csoundSetIsGraphable(csound, isGraphable); in SetIsGraphable()
H A Dcsound.h2032 PUBLIC int csoundSetIsGraphable(CSOUND *, int isGraphable);
H A DcsoundCore.h1282 int (*SetIsGraphable)(CSOUND *, int isGraphable);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs993 pub fn csoundSetIsGraphable(arg1: *mut CSOUND, isGraphable: c_int) -> c_int; in csoundSetIsGraphable()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py2085 def setIsGraphable(self, isGraphable): argument
2090 ret = libcsound.csoundSetIsGraphable(self.cs, ct.c_int(isGraphable))
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3101 PUBLIC int csoundSetIsGraphable(CSOUND *csound, int isGraphable) in csoundSetIsGraphable() argument
3104 csound->isGraphable_ = isGraphable; in csoundSetIsGraphable()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1isGraphable(field: Field) {\n return field.type === FieldType.number;\n}\n\nexport function getXY…