Home
last modified time | relevance | path

Searched defs:behaviour (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/cad/ktechlab/ktechlab-0.50.0/microbe/
H A Dinstruction.cpp2695 ProcessorBehaviour behaviour; in behaviour() local
2727 ProcessorBehaviour behaviour; in behaviour() local
2761 ProcessorBehaviour behaviour; in behaviour() local
2793 ProcessorBehaviour behaviour; in behaviour() local
2819 ProcessorBehaviour behaviour; in behaviour() local
2845 ProcessorBehaviour behaviour; in behaviour() local
2875 ProcessorBehaviour behaviour; in behaviour() local
2920 ProcessorBehaviour behaviour; in behaviour() local
2949 ProcessorBehaviour behaviour; in behaviour() local
2980 ProcessorBehaviour behaviour; in behaviour() local
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/behaviour/journal/
H A DProducerRegister.java85 ProducerBehaviour behaviour = producer.second(); in listWorkingProducers() local
105 MultiProducerBehaviour behaviour = producer.second(); in listWorkingProducers() local
145 ProducerBehaviour behaviour = producer.second(); in getProductionDescription() local
153 MultiProducerBehaviour behaviour = producer.second(); in getProductionDescription() local
172 ProducerBehaviour behaviour = producer.second(); in getProducedItemDetails() local
183 MultiProducerBehaviour behaviour = producer.second(); in getProducedItemDetails() local
205 final ProducerBehaviour behaviour = producer.second(); in getProducedItemNames() local
213 final MultiProducerBehaviour behaviour = producer.second(); in getProducedItemNames() local
234 ProducerBehaviour behaviour = producer.second(); in getWorkingProducerNames() local
247 MultiProducerBehaviour behaviour = producer.second(); in getWorkingProducerNames() local
[all …]
H A DServicersRegister.java55 public void add(final String npcName, final HealerBehaviour behaviour) { in add()
60 public void add(final String npcName, final OutfitChangerBehaviour behaviour) { in add()
65 public void add(final String npcName, final RepairerBehaviour behaviour) { in add()
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/src/gtpo/
H A Dgraph_behaviour.hpp44 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.node_inserted( node ); }… in notify_node_inserted()
51 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.node_removed( node ); } … in notify_node_removed()
58 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.edge_inserted( edge ); }… in notify_edge_inserted()
65 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.edge_removed( edge ); } … in notify_edge_removed()
72 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.group_inserted( group );… in notify_group_inserted()
79 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.group_removed( group ); … in notify_group_removed()
H A Dnode_behaviour.hpp44 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.in_node_inserted( target… in notify_in_node_inserted()
51 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.in_node_removed( target,… in notify_in_node_removed()
58 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.in_node_removed( target … in notify_in_node_removed()
65 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.out_node_inserted( targe… in notify_out_node_inserted()
72 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.out_node_removed( target… in notify_out_node_removed()
79 …this->notify_static_behaviours( [&](auto& behaviour) noexcept { behaviour.out_node_removed(target)… in notify_out_node_removed()
H A Dbehaviourable.hpp49 for ( auto& behaviour : _dynamic_behaviours ) in notify_dynamic_behaviours() local
63 for ( auto& behaviour : _dynamic_behaviours ) in notify_dynamic_behaviours() local
77 for ( auto& behaviour : _dynamic_behaviours ) in notify_dynamic_behaviours() local
85 for ( auto& behaviour : _dynamic_behaviours ) in notify_dynamic_behaviours0() local
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creaturebehaviour/
H A DCreatureBehaviourManager.cpp54 CreatureBehaviour* CreatureBehaviourManager::clone(const CreatureBehaviour* behaviour) in clone()
86 CreatureBehaviour* behaviour = factoryToUse->createCreatureBehaviour(); in load() local
97 void CreatureBehaviourManager::dispose(const CreatureBehaviour* behaviour) in dispose()
102 void CreatureBehaviourManager::write(const CreatureBehaviour& behaviour, std::ostream& os) in write()
108 void CreatureBehaviourManager::getFormatString(const CreatureBehaviour& behaviour, std::string& for… in getFormatString()
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_behaviour.cpp47 const struct value_s* UI_RegisterNodePropertyPosSize_ (uiBehaviour_t* behaviour, const char* name, … in UI_RegisterNodePropertyPosSize_()
82 const struct value_s* UI_RegisterNodeMethod (uiBehaviour_t* behaviour, const char* name, uiNodeMeth… in UI_RegisterNodeMethod()
94 const value_t* UI_GetPropertyFromBehaviour (const uiBehaviour_t* behaviour, const char* name) in UI_GetPropertyFromBehaviour()
122 void UI_InitializeNodeBehaviour (uiBehaviour_t* behaviour) in UI_InitializeNodeBehaviour()
/dports/science/tfel/tfel-3.4.0/docs/web/
H A DFichantLaBorderieDamageAndTorelliLoadInducedStrainBehaviour.md68 ### Damage evolution
92 ### Equivalent strain
105 ### Computation of the stress
H A Dcalculix.md230 Consider the Saint-Venant Kirchoff hyperelastic behaviour as
291 #### A simple tensile test
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dwidgets_player_artwork.py26 def __init__(self, behaviour=ArtBehaviour.CACHE): argument
67 def set_behaviour(self, behaviour): argument
80 def set_artwork(self, width, height, callback, behaviour): argument
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/action/
H A DMultiProducerBehaviourAction.java29 public MultiProducerBehaviourAction(final MultiProducerBehaviour behaviour) { in MultiProducerBehaviourAction()
33 public MultiProducerBehaviourAction(final MultiProducerBehaviour behaviour, String npcAction) { in MultiProducerBehaviourAction()
H A DProducerBehaviourAction.java29 public ProducerBehaviourAction(final ProducerBehaviour behaviour) { in ProducerBehaviourAction()
33 public ProducerBehaviourAction(final ProducerBehaviour behaviour, String npcAction) { in ProducerBehaviourAction()
/dports/www/py-django-haystack/django-haystack-2.8.1/docs/
H A Dfaceting.rst117 .. _facet.limit: https://wiki.apache.org/solr/SimpleFacetParameters#facet.limit
158 .. _facet.sort: https://wiki.apache.org/solr/SimpleFacetParameters#facet.sort
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-behaviour-depth.c84 clutter_behaviour_depth_alpha_notify (ClutterBehaviour *behaviour, in clutter_behaviour_depth_alpha_notify()
104 clutter_behaviour_depth_applied (ClutterBehaviour *behaviour, in clutter_behaviour_depth_applied()
254 clutter_behaviour_depth_set_bounds (ClutterBehaviourDepth *behaviour, in clutter_behaviour_depth_set_bounds()
294 clutter_behaviour_depth_get_bounds (ClutterBehaviourDepth *behaviour, in clutter_behaviour_depth_get_bounds()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-behaviour-depth.c84 clutter_behaviour_depth_alpha_notify (ClutterBehaviour *behaviour, in clutter_behaviour_depth_alpha_notify()
104 clutter_behaviour_depth_applied (ClutterBehaviour *behaviour, in clutter_behaviour_depth_applied()
254 clutter_behaviour_depth_set_bounds (ClutterBehaviourDepth *behaviour, in clutter_behaviour_depth_set_bounds()
294 clutter_behaviour_depth_get_bounds (ClutterBehaviourDepth *behaviour, in clutter_behaviour_depth_get_bounds()
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_special.cpp51 void UI_RegisterFuncNode (uiBehaviour_t* behaviour) in UI_RegisterFuncNode()
59 void UI_RegisterNullNode (uiBehaviour_t* behaviour) in UI_RegisterNullNode()
146 void UI_RegisterConFuncNode (uiBehaviour_t* behaviour) in UI_RegisterConFuncNode()
228 void UI_RegisterCvarFuncNode (uiBehaviour_t* behaviour) in UI_RegisterCvarFuncNode()
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/proxymodeltestsuite/
H A Deventloggerregister.cpp19 EventLoggerRegister *EventLoggerRegister::instance(Behaviour behaviour) in instance()
75 EventLoggerRegister::EventLoggerRegister(Behaviour behaviour) in EventLoggerRegister()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c148 enum b43_led_behaviour behaviour, in b43_map_led()
202 enum b43_led_behaviour *behaviour, in b43_led_get_sprominfo()
253 enum b43_led_behaviour behaviour; in b43_leds_init() local
330 enum b43_led_behaviour behaviour; in b43_leds_register() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c148 enum b43_led_behaviour behaviour, in b43_map_led()
202 enum b43_led_behaviour *behaviour, in b43_led_get_sprominfo()
253 enum b43_led_behaviour behaviour; in b43_leds_init() local
330 enum b43_led_behaviour behaviour; in b43_leds_register() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c148 enum b43_led_behaviour behaviour, in b43_map_led()
202 enum b43_led_behaviour *behaviour, in b43_led_get_sprominfo()
253 enum b43_led_behaviour behaviour; in b43_leds_init() local
330 enum b43_led_behaviour behaviour; in b43_leds_register() local
/dports/www/moodle310/moodle/question/engine/
H A Dlib.php201 public static function get_behaviour_unused_display_options($behaviour) {
211 public static function can_questions_finish_during_the_attempt($behaviour) {
228 public static function make_behaviour($behaviour, question_attempt $qa, $preferredbehaviour) {
245 public static function load_behaviour_class($behaviour) {
278 public static function get_behaviour_type($behaviour) {
303 protected static function load_behaviour_type_class($behaviour) {
340 public static function is_behaviour_archetypal($behaviour) {
425 public static function get_behaviour_name($behaviour) {
/dports/www/moodle39/moodle/question/engine/
H A Dlib.php201 public static function get_behaviour_unused_display_options($behaviour) {
211 public static function can_questions_finish_during_the_attempt($behaviour) {
228 public static function make_behaviour($behaviour, question_attempt $qa, $preferredbehaviour) {
245 public static function load_behaviour_class($behaviour) {
278 public static function get_behaviour_type($behaviour) {
303 protected static function load_behaviour_type_class($behaviour) {
340 public static function is_behaviour_archetypal($behaviour) {
425 public static function get_behaviour_name($behaviour) {
/dports/science/tfel-edf/tfel-3.2.1/docs/web/
H A Dcalculix.md230 Consider the Saint-Venant Kirchoff hyperelastic behaviour as
291 #### A simple tensile test
/dports/www/drupal7/drupal-7.82/misc/typo3/phar-stream-wrapper/src/
H A DManager.php47 Behavior $behaviour,
93 Behavior $behaviour,

12345678910>>...22