Home
last modified time | relevance | path

Searched +defs:apply +defs:key (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osc/
H A DOscSendingDevice.cpp95 std::string key = ea.getUserDataContainer()->getName(); in sendEventImpl() local
228 std::string key = ea.getUserDataContainer()->getName(); in sendUIEventImpl() local
355 virtual void apply(bool value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
356 virtual void apply(char value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
357 virtual void apply(unsigned char value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
358 virtual void apply(short value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
359 virtual void apply(unsigned short value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
360 virtual void apply(int value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
362 virtual void apply(float value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
363 virtual void apply(double value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osc/
H A DOscSendingDevice.cpp95 std::string key = ea.getUserDataContainer()->getName(); in sendEventImpl() local
228 std::string key = ea.getUserDataContainer()->getName(); in sendUIEventImpl() local
355 virtual void apply(bool value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
356 virtual void apply(char value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
357 virtual void apply(unsigned char value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
358 virtual void apply(short value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
359 virtual void apply(unsigned short value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
360 virtual void apply(int value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
362 virtual void apply(float value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
363 virtual void apply(double value) { _stream << value; } in apply() function in OscSendingDeviceGetValueVisitor
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/benchmark/group_by/
H A Dfiltered_group_by.cpp19 using apply = std::integral_constant<bool, (T::value < Threshold)>; typedef
23 struct key { struct
25 using apply = std::integral_constant<std::size_t, T::value % (Groups + 1)>; typedef
32 prevent_optimization(filtered_group_by<input, key<Inner>, filter<Inner>>()) in main() argument
H A Dpartition_group_by.cpp20 using apply = std::integral_constant<bool, (T::value < Threshold)>; typedef
24 struct key { struct
26 using apply = std::integral_constant<std::size_t, T::value % (Groups + 1)>; typedef
34 group_by<second<partition<input, flt<Inner>>>, key<Inner>>() \ in main() argument
H A Dgroup_by.cpp17 struct key { struct
19 using apply = std::integral_constant<std::size_t, T::value % (Groups + 1)>; typedef
26 prevent_optimization(group_by<input, key<Inner>>()) in main() argument
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDPreferences.cpp49 char key[128]; in LDPreferences() local
562 char key[128]; in loadGeneralSettings() local
1005 const char *key, bool commit) in setColorSetting()
1026 const char *key, in setSetting()
1049 const char *key, bool commit) in setSetting()
1068 const char *key, bool commit) in setSetting()
1169 const char *key, in setSetting()
1204 const char *key, in getLongVectorSetting()
1212 const char *key, in getStringVectorSetting()
1258 const char *key, in getStringSetting()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCacheBin.cpp74 void apply(osg::Node& node) in apply() function
81 void apply(osg::Drawable& drawable) in apply() function
91 void apply(osg::Geometry* geom) in apply() function
106 void apply(osg::StateSet* ss) in apply() function
182 void apply(osg::Texture& tex) in apply() function
196 void apply(osg::Image& image) in apply() function
251 CacheBin::writeNode(const std::string& key, in writeNode()
306 std::string key = osgDB::getNameLessExtension(url); in readObject() local
329 std::string key = osgDB::getNameLessExtension(url); in readImage() local
/dports/devel/py-jsonpatch/jsonpatch-1.21/
H A Djsonpatch.py297 def apply(self, obj, in_place=False): member in JsonPatch
342 def apply(self, obj): member in PatchOperation
362 def key(self): member in PatchOperation
369 def key(self, value): member in PatchOperation
378 def apply(self, obj): member in RemoveOperation
408 def apply(self, obj): member in AddOperation
458 def apply(self, obj): member in ReplaceOperation
494 def apply(self, obj): member in MoveOperation
577 def apply(self, obj): member in TestOperation
604 def apply(self, obj): member in CopyOperation
[all …]
/dports/mail/py-alot/alot-0.9/alot/commands/
H A Denvelope.py53 def apply(self, ui): member in AttachCommand
83 def apply(self, ui): member in UnattachCommand
99 def __init__(self, key='', **kwargs): argument
107 async def apply(self, ui): member in RefineCommand
461 def __init__(self, key, value, append=False, **kwargs): argument
492 def __init__(self, key, **kwargs): argument
516 def apply(self, ui): member in ToggleHeaderCommand
548 def apply(self, ui): member in SignCommand
709 def apply(self, ui): member in TagCommand
758 def apply(self, ui): member in BodyConvertCommand
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/DeclFilter/
H A DRule.php21 function match($key);
27 function apply(array &$data, $key); function
/dports/devel/boost-docs/boost_1_72_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/devel/R-cran-BH/BH/inst/include/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/xtrabackup/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/percona57-server/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/percona57-client/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/devel/boost-libs/boost_1_72_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/devel/boost-python-libs/boost_1_72_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber
/dports/devel/hyperscan/boost_1_75_0/boost/icl/detail/
H A Dinterval_morphism.hpp42 const typename ElementContainerT::key_type& key in cluster() local
95 inline std::string binary_template_to_string<segmental::atomizer>::apply() { return "@"; } in apply() function in boost::icl::binary_template_to_string::atomizer
97 inline std::string binary_template_to_string<segmental::clusterer>::apply() { return "&"; } in apply() function in boost::icl::binary_template_to_string::clusterer
99 inline std::string binary_template_to_string<segmental::joiner>::apply() { return "j"; } in apply() function in boost::icl::binary_template_to_string::joiner
101 …inline std::string binary_template_to_string<segmental::identity_absorber>::apply() { return "a0";… in apply() function in boost::icl::binary_template_to_string::identity_absorber

12345678910>>...40