Home
last modified time | relevance | path

Searched refs:attachTo (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/message-popup/
H A Dindex.tsx12 attachTo?: () => React.Component<any> | null
27 attachTo={this.props.attachTo}
38 attachTo={this.props.attachTo}
61 attachTo={this.props.attachTo}
72 attachTo={this.props.attachTo}
84 attachTo={this.props.attachTo}
95 attachTo={this.props.attachTo}
106 attachTo={this.props.attachTo}
117 attachTo={this.props.attachTo}
/dports/audio/tse3/tse3-0.3.1/src/tse3/app/
H A DModified.cpp80 Listener<SongListener>::attachTo(s); in setSong()
81 Listener<FlagTrackListener>::attachTo(s->flagTrack()); in setSong()
83 Listener<TempoTrackListener>::attachTo(s->tempoTrack()); in setSong()
92 Listener<DisplayParamsListener>::attachTo in setSong()
107 Listener<TrackListener>::attachTo(track); in attachToTrack()
108 Listener<MidiParamsListener>::attachTo(track->params()); in attachToTrack()
109 Listener<MidiFilterListener>::attachTo(track->filter()); in attachToTrack()
133 Listener<PartListener>::attachTo(part); in attachToPart()
134 Listener<MidiParamsListener>::attachTo(part->params()); in attachToPart()
135 Listener<MidiFilterListener>::attachTo(part->filter()); in attachToPart()
[all …]
/dports/security/keybase/client-v5.7.1/shared/common-adapters/floating-box/
H A Dindex.desktop.tsx25 if (this.props.attachTo) {
26 const attachTo = this.props.attachTo()
27 if (attachTo instanceof HTMLElement) {
28 return attachTo.getBoundingClientRect()
30 if (attachTo) {
34 node = findDOMNode(attachTo)
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/modifiers/
H A DAnnotationMultiItemResizerTest.cpp33 itemResizer.attachTo(items); in TestGrabHandle_Should_GrabHandle_When_ProvidedPointIsAtHandlePosition()
49 itemResizer.attachTo(items); in TestGrabHandle_Should_NotGrabHandle_When_ProvidedPointIsNotAtHandlePosition()
68 itemResizer.attachTo(items); in TestGrabHandle_Should_MoveResizeHandle_When_HandleGrabbed()
91 itemResizer.attachTo(items); in TestGrabHandle_Should_OnlyMoveOneResizeHandle_When_MultipleItemsInList()
111 itemResizer.attachTo(items); in TestReleaseHandle_Should_ReleaseHandle()
125 itemResizer.attachTo(items); in TestHasItemsAttached_Should_ReturnFalse_When_NoItemsInList()
141 itemResizer.attachTo(items); in TestHasItemsAttached_Should_ReturnTrue_When_ItemsInList()
157 itemResizer.attachTo(items); in TestUpdate_Should_HideResizers_When_ItemsOfResizersNotVisible()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptenginedebugger/
H A Dtst_qscriptenginedebugger.cpp107 debugger.attachTo(0); in attachAndDetach()
109 debugger.attachTo(&engine); in attachAndDetach()
120 debugger.attachTo(&engine); in attachAndDetach()
133 debugger.attachTo(&engine); in attachAndDetach()
141 debugger.attachTo(&engine); in attachAndDetach()
159 debugger.attachTo(engine); in attachAndDetach()
174 debugger.attachTo(&engine); in action()
212 debugger.attachTo(&engine); in widget()
244 debugger.attachTo(&engine); in standardObjects()
273 debugger.attachTo(&engine); in debuggerSignals()
[all …]
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DPart.cpp89 attachTo(_part); in PartIterator()
237 Listener<MidiFilterListener>::attachTo(&pimpl->filter); in Part()
238 Listener<MidiParamsListener>::attachTo(&pimpl->params); in Part()
239 Listener<DisplayParamsListener>::attachTo(&pimpl->display); in Part()
250 Listener<MidiFilterListener>::attachTo(&pimpl->filter); in Part()
251 Listener<MidiParamsListener>::attachTo(&pimpl->params); in Part()
252 Listener<DisplayParamsListener>::attachTo(&pimpl->display); in Part()
267 Listener<MidiFilterListener>::attachTo(&pimpl->filter); in Part()
268 Listener<MidiParamsListener>::attachTo(&pimpl->params); in Part()
269 Listener<DisplayParamsListener>::attachTo(&pimpl->display); in Part()
[all …]
/dports/security/keybase/client-v5.7.1/shared/teams/team/
H A Dmenu-container.tsx16 attachTo?: () => React.Component<any> | null
62 attachTo?: () => React.Component<any> | null
72 const {attachTo, items, onHidden, visible, teamname, memberCount, role} = props
103 attachTo={attachTo}
191 attachTo: ownProps.attachTo,
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/message-popup/payment/
H A Dcontainer.tsx15 attachTo?: () => React.Component<any> | null
93 attachTo: ownProps.attachTo,
112 attachTo: ownProps.attachTo,
185 attachTo: ownProps.attachTo,
211 attachTo: ownProps.attachTo,
/dports/security/keybase/client-v5.7.1/shared/teams/team/rows/emoji-row/
H A Demoji-menu.tsx5 attachTo?: () => React.Component<any> | null
36 attachTo={props.attachTo}
/dports/security/keybase/client-v5.7.1/shared/teams/team/rows/bot-row/
H A Dbot-menu.tsx5 attachTo?: () => React.Component<any> | null
26 attachTo={props.attachTo}
/dports/security/keybase/client-v5.7.1/shared/whats-new/
H A Dpopup.desktop.tsx8 attachTo: () => Kb.Box2 | null
21 attachTo={props.attachTo}
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/message-popup/journeycard/
H A Dindex.tsx7 attachTo?: () => React.Component<any> | null
25 attachTo={props.attachTo}
H A Dcontainer.tsx11 attachTo?: () => React.Component<any> | null
32 attachTo: ownProps.attachTo,
/dports/security/keybase/client-v5.7.1/shared/teams/team/header/add-people-how/
H A Dindex.tsx6 attachTo?: () => React.Component<any> | null
40 attachTo={props.attachTo}
H A Dcontainer.tsx13 attachTo?: () => React.Component<any> | null
40 attachTo: o.attachTo,
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dlightutil.cpp66 osg::Group* attachTo = nullptr; in addLight() local
69 attachTo = visitor.mFoundNode; in addLight()
85 attachTo = trans; in addLight()
89 attachTo->addChild(lightSource); in addLight()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/set-explode-popup/
H A Dcontainer.tsx20 attachTo?: () => React.Component<any> | null
43 const {onHidden, visible, attachTo} = ownProps
46 attachTo,
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dmessagefilter.cpp24 attachTo( parent ); in MessageFilter()
31 void MessageFilter::attachTo( MessageSession* session ) in attachTo() function in gloox::MessageFilter
/dports/security/keybase/client-v5.7.1/shared/common-adapters/floating-menu/
H A Dindex.tsx16 attachTo?: () => React.Component<any> | null
43 attachTo={props.attachTo}
/dports/security/keybase/client-v5.7.1/shared/chat/payments/status/
H A Derror.tsx17 attachTo?: () => React.Component<any> | null
42 attachTo={props.attachTo}
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/maybe-mention/
H A Dunknown.tsx12 attachTo?: () => React.Component<any> | null
33 attachTo={props.attachTo}
92 attachTo={this._getAttachmentRef}
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/coinflip/
H A Dparticipants.tsx7 attachTo?: () => React.Component<any> | null
46 attachTo={props.attachTo}
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/debugger/
H A DMain.java189 public void attachTo(ContextFactory factory) { in attachTo() method in Main
190 dim.attachTo(factory); in attachTo()
218 main.attachTo( in main()
278 main.attachTo(factory); in mainEmbeddedImpl()
/dports/security/keybase/client-v5.7.1/shared/git/nav-header/
H A Dindex.tsx42 const {showingPopup, setShowingPopup, popup, popupAnchor} = Kb.usePopup(attachTo => (
44 attachTo={attachTo}
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeReader.cpp605 osg::Group* attachTo = resultNode; in processNode() local
612 attachTo = resultNode; in processNode()
624 addChild(attachTo, processCamera( c )); in processNode()
639 addChild(attachTo, pOsgNode); in processNode()
647 addChild(attachTo, processInstanceGeometry( geometryInstanceArray[i] )); in processNode()
658 addChild(attachTo, processLight(pDomLight)); in processNode()
672 addChild(attachTo, processNode( n, skeleton )); in processNode()
682 addChild(attachTo, processNode( nodeArray[i], skeleton )); in processNode()

12345678910>>...22