Home
last modified time | relevance | path

Searched refs:_target (Results 1 – 25 of 3094) sorted by relevance

12345678910>>...124

/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/
H A DApplicationActions.java24 _target = target; in setTarget()
27 if(_target == null) in setTarget()
51 if(apply(_target)) in ApplicationActions()
63 if(apply(_target)) in ApplicationActions()
75 if(apply(_target)) in ApplicationActions()
87 if(apply(_target)) in ApplicationActions()
99 if(apply(_target)) in ApplicationActions()
111 if(apply(_target)) in ApplicationActions()
123 if(apply(_target)) in ApplicationActions()
210 _target.copy(); in ApplicationActions()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/
H A DApplicationActions.java24 _target = target; in setTarget()
27 if(_target == null) in setTarget()
51 if(apply(_target)) in ApplicationActions()
63 if(apply(_target)) in ApplicationActions()
75 if(apply(_target)) in ApplicationActions()
87 if(apply(_target)) in ApplicationActions()
99 if(apply(_target)) in ApplicationActions()
111 if(apply(_target)) in ApplicationActions()
123 if(apply(_target)) in ApplicationActions()
210 _target.copy(); in ApplicationActions()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/
H A DApplicationActions.java24 _target = target; in setTarget()
27 if(_target == null) in setTarget()
51 if(apply(_target)) in ApplicationActions()
63 if(apply(_target)) in ApplicationActions()
75 if(apply(_target)) in ApplicationActions()
87 if(apply(_target)) in ApplicationActions()
99 if(apply(_target)) in ApplicationActions()
111 if(apply(_target)) in ApplicationActions()
123 if(apply(_target)) in ApplicationActions()
210 _target.copy(); in ApplicationActions()
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/utils/
H A Dostream_proxy.h70 BasicOStreamProxy (BasicOStreamProxy & old) : _target(old._target) {} in BasicOStreamProxy()
77 _target = ⌖
86 _target = old._target;
116 (*_target) << in; return *this;
159 { return _target->flags(); } in flags()
171 { return _target->setf(fmtfl); } in setf()
184 { _target->unsetf(mask); } in unsetf()
190 { return _target->precision(); } in precision()
214 return _target; in get()
222 return _target; in get()
[all …]
/dports/emulators/mess/mame-mame0226/scripts/target/mame/
H A Dmess.lua1399 targetsubdir(_target .."_" .. _subtarget)
1585 createMESSProjects(_target, _subtarget, "aci")
1618 createMESSProjects(_target, _subtarget, "act")
1632 createMESSProjects(_target, _subtarget, "adc")
1672 createMESSProjects(_target, _subtarget, "ami")
1811 createMESSProjects(_target, _subtarget, "at")
1881 createMESSProjects(_target, _subtarget, "be")
2449 createMESSProjects(_target, _subtarget, "gi")
2546 createMESSProjects(_target, _subtarget, "hp")
2825 createMESSProjects(_target, _subtarget, "mb")
[all …]
/dports/emulators/mame/mame-mame0226/scripts/target/mame/
H A Dmess.lua1399 targetsubdir(_target .."_" .. _subtarget)
1585 createMESSProjects(_target, _subtarget, "aci")
1618 createMESSProjects(_target, _subtarget, "act")
1632 createMESSProjects(_target, _subtarget, "adc")
1672 createMESSProjects(_target, _subtarget, "ami")
1811 createMESSProjects(_target, _subtarget, "at")
1881 createMESSProjects(_target, _subtarget, "be")
2449 createMESSProjects(_target, _subtarget, "gi")
2546 createMESSProjects(_target, _subtarget, "hp")
2825 createMESSProjects(_target, _subtarget, "mb")
[all …]
/dports/emulators/mess/mame-mame0226/scripts/src/
H A Dmain.lua12 function mainProject(_target, _subtarget)
14 if (_target == _subtarget) then
15 project (_target)
20 project (_target .. _subtarget)
26 uuid (os.uuid(_target .."_" .. _subtarget))
337 MAME_DIR .. "src/" .. _target,
341 GEN_DIR .. _target .. "/layout",
389 mainfile = MAME_DIR .. "src/".._target .."/" .. _target ..".cpp"
402 …GEN_DIR .. _target .. "/" .. _subtarget .."/drivlist.cpp", MAME_DIR .. "src/".._target .."/" ..
415 …GEN_DIR .. _target .. "/" .. _target .."/drivlist.cpp", MAME_DIR .. "src/".._target .."/" .. _ta…
[all …]
/dports/emulators/mame/mame-mame0226/scripts/src/
H A Dmain.lua12 function mainProject(_target, _subtarget)
14 if (_target == _subtarget) then
15 project (_target)
20 project (_target .. _subtarget)
26 uuid (os.uuid(_target .."_" .. _subtarget))
337 MAME_DIR .. "src/" .. _target,
341 GEN_DIR .. _target .. "/layout",
389 mainfile = MAME_DIR .. "src/".._target .."/" .. _target ..".cpp"
402 …GEN_DIR .. _target .. "/" .. _subtarget .."/drivlist.cpp", MAME_DIR .. "src/".._target .."/" ..
415 …GEN_DIR .. _target .. "/" .. _target .."/drivlist.cpp", MAME_DIR .. "src/".._target .."/" .. _ta…
[all …]
/dports/devel/sope/SOPE/sope-xml/DOM/
H A DDOMPYXOutputter.m47 to:(id)_target
58 to:(id)_target
68 to:_target];
85 [self write:@"-" to:_target];
86 [self write:s to:_target];
87 [self write:@"\n" to:_target];
95 [self write:@"\n" to:_target];
120 [self write:@"(" to:_target];
145 [self write:@"-" to:_target];
146 [self write:s to:_target];
[all …]
H A DDOMXMLOutputter.m56 - (void)indentOn:(id)_target {
60 if (_target)
61 [_target appendString:@" "];
68 if (_target)
69 [_target appendString:s];
83 to:(id)_target
161 [self indentOn:_target];
241 [self indentOn:_target];
253 [self indentOn:_target];
259 [self indentOn:_target];
[all …]
/dports/devel/sope2/SOPE/sope-xml/DOM/
H A DDOMPYXOutputter.m47 to:(id)_target
58 to:(id)_target
68 to:_target];
85 [self write:@"-" to:_target];
86 [self write:s to:_target];
87 [self write:@"\n" to:_target];
95 [self write:@"\n" to:_target];
120 [self write:@"(" to:_target];
145 [self write:@"-" to:_target];
146 [self write:s to:_target];
[all …]
H A DDOMXMLOutputter.m56 - (void)indentOn:(id)_target {
60 if (_target)
61 [_target appendString:@" "];
68 if (_target)
69 [_target appendString:s];
83 to:(id)_target
161 [self indentOn:_target];
241 [self indentOn:_target];
253 [self indentOn:_target];
259 [self indentOn:_target];
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/adwaita-qt/style/animations/
H A Dadwaitastackedwidgetdata.cpp35 _target( target ), in StackedWidgetData()
56 if( !( _target && _target.data()->isVisible() ) ) in initializeAnimation()
60 if( _target.data()->currentIndex() == _index ) in initializeAnimation()
65 if( _target.data()->currentIndex() < 0 || _index < 0 ) in initializeAnimation()
67 _index = _target.data()->currentIndex(); in initializeAnimation()
80 _index = _target.data()->currentIndex(); in initializeAnimation()
85 _index = _target.data()->currentIndex(); in initializeAnimation()
114 if( _target && _target.data()->currentWidget() ) in finishAnimation()
121 if( _target && _target.data()->currentWidget() ) in finishAnimation()
124 _target.data()->currentWidget()->repaint(); in finishAnimation()
[all …]
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/transitions/
H A Doxygenstackedwidgetdata.cpp19 _target( target ), in StackedWidgetData()
40 if( !( _target && _target.data()->isVisible() ) ) in initializeAnimation()
44 if( _target.data()->currentIndex() == _index ) in initializeAnimation()
49 if( _target.data()->currentIndex() < 0 || _index < 0 ) in initializeAnimation()
51 _index = _target.data()->currentIndex(); in initializeAnimation()
64 _index = _target.data()->currentIndex(); in initializeAnimation()
69 _index = _target.data()->currentIndex(); in initializeAnimation()
98 if( _target && _target.data()->currentWidget() ) in finishAnimation()
105 if( _target && _target.data()->currentWidget() ) in finishAnimation()
108 _target.data()->currentWidget()->repaint(); in finishAnimation()
[all …]
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kstyle/animations/
H A Dbreezestackedwidgetdata.cpp19 _target( target ), in StackedWidgetData()
40 if( !( _target && _target.data()->isVisible() ) ) in initializeAnimation()
44 if( _target.data()->currentIndex() == _index ) in initializeAnimation()
49 if( _target.data()->currentIndex() < 0 || _index < 0 ) in initializeAnimation()
51 _index = _target.data()->currentIndex(); in initializeAnimation()
64 _index = _target.data()->currentIndex(); in initializeAnimation()
69 _index = _target.data()->currentIndex(); in initializeAnimation()
98 if( _target && _target.data()->currentWidget() ) in finishAnimation()
105 if( _target && _target.data()->currentWidget() ) in finishAnimation()
108 _target.data()->currentWidget()->repaint(); in finishAnimation()
[all …]
/dports/x11-themes/adwaita-qt/adwaita-qt-1.4.1/src/lib/animations/
H A Dadwaitastackedwidgetdata.cpp35 , _target(target) in StackedWidgetData()
53 if (!(_target && _target.data()->isVisible())) { in initializeAnimation()
58 if (_target.data()->currentIndex() == _index) { in initializeAnimation()
64 if (_target.data()->currentIndex() < 0 || _index < 0) { in initializeAnimation()
65 _index = _target.data()->currentIndex(); in initializeAnimation()
76 _index = _target.data()->currentIndex(); in initializeAnimation()
79 _index = _target.data()->currentIndex(); in initializeAnimation()
108 if (_target && _target.data()->currentWidget()) { in finishAnimation()
116 if (_target && _target.data()->currentWidget()) { in finishAnimation()
118 _target.data()->currentWidget()->repaint(); in finishAnimation()
[all …]
/dports/devel/dragon/dragon-1.5.5/src/
H A DFSMTransition.cc39 _target = 0; in FSMTransition()
46 _target = x._target; in FSMTransition()
59 _target = target; in FSMTransition()
74 _target = target; in setTarget()
84 return _target; in Target()
95 _target = x._target; in operator =()
110 if (_target < x._target) in operator <()
116 if (_target == x._target) in operator <()
158 if (_target > x._target) in operator >()
164 if (_target == x._target) in operator >()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/field/
H A Dhom.h76 _source(S), _target(T) in Hom()
105 const Target& _target; variable
206 const Target& _target; variable
306 Target _target; variable
360 Target _target; variable
385 Target _target; variable
459 return _target; in target()
464 Target _target; variable
526 return _target; in target()
531 Target _target; variable
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java23 Root root = _target.getRoot(); in applyUpdate()
27 if(_target.isEphemeral()) in applyUpdate()
32 Object descriptor = _target.getDescriptor(); in applyUpdate()
33 _target.destroy(); // just removes the child in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
60 root.setSelectedNode(_target); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
72 root.setSelectedNode(_target); in applyUpdate()
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
[all …]
H A DTemplateEditor.java28 return (TemplateDescriptor)_target.getDescriptor(); in getDescriptor()
86 _template.setText(_target.getId()); in show()
87 _template.setEditable(_target.isEphemeral()); in show()
95 Root root = _target.getRoot(); in applyUpdate()
100 if(_target.isEphemeral()) in applyUpdate()
105 _target.destroy(); // just removes the child in applyUpdate()
118 parent.insertChild(_target, true); in applyUpdate()
124 root.setSelectedNode(_target); in applyUpdate()
142 root.setSelectedNode(_target); in applyUpdate()
162 parent.tryUpdate((Communicator)_target); in applyUpdate()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java23 Root root = _target.getRoot(); in applyUpdate()
27 if(_target.isEphemeral()) in applyUpdate()
32 Object descriptor = _target.getDescriptor(); in applyUpdate()
33 _target.destroy(); // just removes the child in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
60 root.setSelectedNode(_target); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
72 root.setSelectedNode(_target); in applyUpdate()
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
[all …]
H A DTemplateEditor.java28 return (TemplateDescriptor)_target.getDescriptor(); in getDescriptor()
86 _template.setText(_target.getId()); in show()
87 _template.setEditable(_target.isEphemeral()); in show()
95 Root root = _target.getRoot(); in applyUpdate()
100 if(_target.isEphemeral()) in applyUpdate()
105 _target.destroy(); // just removes the child in applyUpdate()
118 parent.insertChild(_target, true); in applyUpdate()
124 root.setSelectedNode(_target); in applyUpdate()
142 root.setSelectedNode(_target); in applyUpdate()
162 parent.tryUpdate((Communicator)_target); in applyUpdate()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DCommunicatorChildEditor.java23 Root root = _target.getRoot(); in applyUpdate()
27 if(_target.isEphemeral()) in applyUpdate()
32 Object descriptor = _target.getDescriptor(); in applyUpdate()
33 _target.destroy(); // just removes the child in applyUpdate()
47 childList.addChild(_target, true); in applyUpdate()
60 root.setSelectedNode(_target); in applyUpdate()
68 _target = childList.findChildWithDescriptor(descriptor); in applyUpdate()
72 root.setSelectedNode(_target); in applyUpdate()
91 childList.tryUpdate(_target); in applyUpdate()
107 _target = childList.findChildWithDescriptor(_target.getDescriptor()); in applyUpdate()
[all …]
H A DTemplateEditor.java28 return (TemplateDescriptor)_target.getDescriptor(); in getDescriptor()
86 _template.setText(_target.getId()); in show()
87 _template.setEditable(_target.isEphemeral()); in show()
95 Root root = _target.getRoot(); in applyUpdate()
100 if(_target.isEphemeral()) in applyUpdate()
105 _target.destroy(); // just removes the child in applyUpdate()
118 parent.insertChild(_target, true); in applyUpdate()
124 root.setSelectedNode(_target); in applyUpdate()
142 root.setSelectedNode(_target); in applyUpdate()
162 parent.tryUpdate((Communicator)_target); in applyUpdate()
[all …]
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanBottomRightResizer.cpp86 if ( _target ) in setTarget()
89 _target = nullptr; in setTarget()
127 _target = target; in setTarget()
128 if ( _target ) in setTarget()
176 if ( _target && in onTargetXChanged()
183 if ( _target && in onTargetYChanged()
190 if ( _target && in onTargetWidthChanged()
200 if ( _target && in onTargetHeightChanged()
398 _targetInitialSize = { _target->width(), _target->height() }; in eventFilter()
399 emit resizeStart( _target ? QSizeF{ _target->width(), _target->height() } : in eventFilter()
[all …]

12345678910>>...124