Home
last modified time | relevance | path

Searched defs:StateVariable (Results 1 – 22 of 22) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/huin/goupnp/scpd/
H A Dscpd.go123 type StateVariable struct { struct
124 Name string `xml:"name"`
125 SendEvents string `xml:"sendEvents,attr"` // yes|no
126 Multicast string `xml:"multicast,attr"` // yes|no
127 DataType DataType `xml:"dataType"`
128 DefaultValue string `xml:"defaultValue"`
129 AllowedValueRange *AllowedValueRange `xml:"allowedValueRange"`
130 AllowedValues []string `xml:"allowedValueList>allowedValue"`
133 func (v *StateVariable) clean() {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/huin/goupnp/scpd/
H A Dscpd.go123 type StateVariable struct { struct
124 Name string `xml:"name"`
125 SendEvents string `xml:"sendEvents,attr"` // yes|no
126 Multicast string `xml:"multicast,attr"` // yes|no
127 DataType DataType `xml:"dataType"`
128 DefaultValue string `xml:"defaultValue"`
129 AllowedValueRange *AllowedValueRange `xml:"allowedValueRange"`
130 AllowedValues []string `xml:"allowedValueList>allowedValue"`
133 func (v *StateVariable) clean() {
/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DStateVariable.cc36 StateVariable::StateVariable(const string& name, string* ptrToString) in StateVariable() function in StateVariable
44 StateVariable::StateVariable(const string& name, bool* ptrToVar) in StateVariable() function in StateVariable
52 StateVariable::StateVariable(const string& name, double* ptrToVar) in StateVariable() function in StateVariable
60 StateVariable::StateVariable(const string& name, uint8_t* ptrToVar) in StateVariable() function in StateVariable
68 StateVariable::StateVariable(const string& name, uint16_t* ptrToVar) in StateVariable() function in StateVariable
76 StateVariable::StateVariable(const string& name, uint32_t* ptrToVar) in StateVariable() function in StateVariable
92 StateVariable::StateVariable(const string& name, int8_t* ptrToVar) in StateVariable() function in StateVariable
100 StateVariable::StateVariable(const string& name, int16_t* ptrToVar) in StateVariable() function in StateVariable
108 StateVariable::StateVariable(const string& name, int32_t* ptrToVar) in StateVariable() function in StateVariable
116 StateVariable::StateVariable(const string& name, int64_t* ptrToVar) in StateVariable() function in StateVariable
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/upnp/
H A Dupnp.go153 type StateVariable struct { struct
154 SendEvents string `xml:"sendEvents,attr"`
155 Name string `xml:"name"`
156 DataType string `xml:"dataType"`
157 AllowedValues *[]string `xml:"allowedValueList>allowedValue,omitempty"`
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Platinum/Source/Extras/Managed/
H A DStateVariable.h140 StateVariable(PLT_StateVariable& devData) in StateVariable() function
H A DService.h40 ref class StateVariable; variable
H A DActionArgumentDescription.h48 ref class StateVariable; variable
H A DControlPoint.h42 ref class StateVariable; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Extras/Managed/
H A DStateVariable.h140 StateVariable(PLT_StateVariable& devData) in StateVariable() function
H A DService.h40 ref class StateVariable; variable
H A DActionArgumentDescription.h48 ref class StateVariable; variable
H A DControlPoint.h42 ref class StateVariable; variable
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dmonitor_example.cpp178 class StateVariable class
181 StateVariable() in StateVariable() function in StateVariable
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dmonitor_example.cpp178 class StateVariable class
181 StateVariable() in StateVariable() function in StateVariable
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A DStateVariable.h41 class StateVariable; variable
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/MVerb/
H A DMVerb.h29 template<typename T, int OverSampleCount> class StateVariable; variable
767 StateVariable() in StateVariable() function
/dports/comms/py-fritzconnection/fritzconnection-1.7.2/fritzconnection/core/
H A Dprocessor.py227 class StateVariable: class
/dports/science/pcmsolver/pcmsolver-1.3.0/src/green/
H A DInterfacesImpl.hpp385 void writeToFile(RadialFunction<StateVariable, ODESystem, IndependentSolution> & f, in writeToFile()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/
H A DGLUP_context.h734 StateVariable() { in StateVariable() function
744 StateVariable( in StateVariable() function
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DComponent.h2689 StateVariable() : name(""), owner(nullptr), in StateVariable() function
2858 StateVariable(name, owner, in StateVariable() function
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dtemplate.cpp4842 StateVariable, in tokenize() enumerator
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F9014326 LOGICAL :: Found, Conditional, GotIt, Stat, StateVariable, AllocationsDone = .FALSE. local