Home
last modified time | relevance | path

Searched refs:setFrom (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/basic/
H A Dtest_basic_transport.h56 int setFrom; member
60 : id(nextId++), assignedFrom(-1), setFrom(-1), movedFrom(-1) in TransportObj_()
64 : id(nextId++), assignedFrom(other.id), setFrom(-1), movedFrom(-1) in TransportObj_()
69 : id(nextId++), assignedFrom(-1), setFrom(-1), movedFrom(other.id) in TransportObj_()
93 target.setFrom = other.id; in set()
173 SEQAN_ASSERT_EQ(obj1.setFrom, -1);
185 SEQAN_ASSERT_EQ(obj1.setFrom, -1);
197 SEQAN_ASSERT_EQ(obj1.setFrom, -1);
213 SEQAN_ASSERT_EQ(obj1.setFrom, -1);
225 SEQAN_ASSERT_EQ(obj1.setFrom, obj2.id);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/
H A DSimpleMessageAcceptanceTest.php206 $message->setFrom(array(
229 $message->setFrom(array(
251 $message->setFrom(array(
549 $message->setFrom(array(
578 $message->setFrom(array(
607 $message->setFrom(array(
660 $message->setFrom(array(
722 $message->setFrom(array(
808 $message->setFrom(array(
885 $message->setFrom(array(
[all …]
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/org/jitsi/jicofo/auth/
H A DXMPPAuthenticationAuthorityTest.java99 query.setFrom(user1GuestJid); in testXmppDomainAuthentication()
116 query.setFrom(user1AuthJid); in testXmppDomainAuthentication()
133 query.setFrom(user2GuestJid); in testXmppDomainAuthentication()
147 query.setFrom(user1GuestJid); in testXmppDomainAuthentication()
162 query.setFrom(user2GuestJid); in testXmppDomainAuthentication()
178 query.setFrom(user2GuestJid); in testXmppDomainAuthentication()
192 query.setFrom(user2GuestJid); in testXmppDomainAuthentication()
205 query.setFrom(user1GuestJid); in testXmppDomainAuthentication()
220 query.setFrom(user2AuthJid); in testXmppDomainAuthentication()
236 query.setFrom(user1AuthJid); in testXmppDomainAuthentication()
H A DShibbolethAuthenticationAuthorityTest.java94 query.setFrom(user1Jid); in testShibbolethAuthenticationModule()
126 query.setFrom(user2Jid); in testShibbolethAuthenticationModule()
138 query.setFrom(user2Jid); in testShibbolethAuthenticationModule()
157 query.setFrom(user2Jid); in testShibbolethAuthenticationModule()
167 query.setFrom(user1Jid); in testShibbolethAuthenticationModule()
180 query.setFrom(user1Jid); in testShibbolethAuthenticationModule()
205 query.setFrom(user1Jid); in testShibbolethAuthenticationModule()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/test/java/org/jitsi/videobridge/
H A DFocusControlTest.java135 confIq.setFrom(JidCreate.from("someOtherJid")); in focusControlTest()
151 confIq.setFrom((Jid)null); in focusControlTest()
174 confIq.setFrom(JidCreate.from("someJid")); in noFocusControlTest()
203 confIq.setFrom(JidCreate.from("someOtherJid")); in anyFocusControlTest()
205 confIq.setFrom((Jid)null); in anyFocusControlTest()
209 confIq.setFrom((Jid)null); in anyFocusControlTest()
211 confIq.setFrom(JidCreate.from("focus3")); in anyFocusControlTest()
249 healthCheckIQ.setFrom(JidCreate.from("focus@auth.domain.com/fdsfwetg")); in authorizedSourceTest()
258 healthCheckIQ.setFrom(JidCreate.from("focus@auth.domain4.com/fdsfwetg")); in authorizedSourceTest()
/dports/devel/eris/eris-1.3.23/Eris/
H A DAvatar.cpp88 moveOp->setFrom(m_entityId); in drop()
111 moveOp->setFrom(m_entityId); in take()
128 touchOp->setFrom(m_entityId); in touch()
144 t->setFrom(m_entityId); in say()
161 t->setFrom(m_entityId); in sayTo()
176 im->setFrom(m_entityId); in emote()
190 moveOp->setFrom(m_entityId); in moveToPoint()
225 moveOp->setFrom(m_entityId); in moveInDirection()
290 wield->setFrom(m_entityId); in wield()
305 use->setFrom(m_entityId); in useOn()
[all …]
/dports/converters/yj/yj-5.0.0/
H A Dflags.go110 setKeyFloats(from, func(setFrom func(v convert.SpecialFloats)) {
112 setFrom(convert.FloatsString)
114 setFrom(convert.FloatsNumber)
127 setFloats(from, func(setFrom func(v convert.SpecialFloats)) {
129 setFrom(convert.FloatsString)
131 setFrom(convert.FloatsNumber)
134 setFrom(convert.FloatsReal)
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/test/java/org/jivesoftware/openfire/muc/
H A DHistoryStrategyTest.java109 h1.setFrom(new JID("test" + StringUtils.randomString(4) + "@example.org")); in dummyHistoryStrategy()
110 h1.setFrom(new JID("foo" + StringUtils.randomString(4) + "@example.org")); in dummyHistoryStrategy()
116 h2.setFrom(new JID("bar" + StringUtils.randomString(4) + "@example.org")); in dummyHistoryStrategy()
117 h2.setFrom(new JID("foobar" +StringUtils.randomString(4)+ "@example.org")); in dummyHistoryStrategy()
127 subject.setFrom(new JID("bar" + StringUtils.randomString(4) + "@example.org")); in dummyHistoryStrategy()
128 subject.setFrom(new JID("foobar" +StringUtils.randomString(4)+ "@example.org")); in dummyHistoryStrategy()
/dports/net-im/gloox/gloox-1.0.24/src/tests/presence/
H A Dpresence_test.cpp173 p.setFrom( JID( "foo@bar.com" ) ); in main()
192 p.setFrom( JID( "foo@bar.com" ) ); in main()
210 p.setFrom( JID( "foo@bar.com" ) ); in main()
229 p.setFrom( JID( "foo@bar.com" ) ); in main()
248 p.setFrom( JID( "foo@bar.com" ) ); in main()
267 p.setFrom( JID( "foo@bar.com" ) ); in main()
286 p.setFrom( JID( "foo@bar.com" ) ); in main()
305 p.setFrom( JID( "foo@bar.com" ) ); in main()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/
H A DSessionPacketRouter.java89 packet.setFrom(session.getAddress()); in route()
103 packet.setFrom(session.getAddress()); in route()
110 packet.setFrom(session.getAddress()); in route()
117 packet.setFrom(session.getAddress()); in route()
H A DMessageRouter.java120 dummyMessage.setFrom(packet.getTo()); in route()
124 packet.setFrom((JID)null); in route()
153 message.setFrom(packet.getFrom().asBareJID()); in route()
167 packet.setFrom((JID)null); in route()
180 reply.setFrom(packet.getTo()); in route()
326 errorResponse.setFrom(message.getTo()); in bounce()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Signers/
H A DSMimeSignerTest.php23 ->setFrom(array('john@doe.com' => 'John Doe'))
33 ->setFrom(array('john@doe.com' => 'John Doe'))
76 ->setFrom(array('john@doe.com' => 'John Doe'))
119 ->setFrom(array('john@doe.com' => 'John Doe'))
154 ->setFrom(array('john@doe.com' => 'John Doe'))
218 ->setFrom(array('john@doe.com' => 'John Doe'))
256 ->setFrom(array('john@doe.com' => 'John Doe'))
303 ->setFrom(array('john@doe.com' => 'John Doe'))
368 ->setFrom(array('john@doe.com' => 'John Doe'))
/dports/devel/eris/eris-1.3.23/test/
H A Dcontroller.cpp128 mv->setFrom(eid); in moveLocation()
139 mv->setFrom(eid); in movePos()
150 mv->setFrom(eid); in moveVelocity()
158 op->setFrom(eid); in move()
166 snd->setFrom(e); in broadcastSoundFrom()
175 st->setFrom(e); in broadcastSightFrom()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dquaternionanimation.cpp109 void QQuick3DQuaternionAnimation::setFrom(const QQuaternion &f) in setFrom() function in QQuick3DQuaternionAnimation
111 QQuickPropertyAnimation::setFrom(QVariant::fromValue(f)); in setFrom()
188 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromXRotation()
212 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromYRotation()
236 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromZRotation()
/dports/net-im/psi/psi-1.5/src/
H A Dpsievent.h75 virtual void setFrom(const XMPP::Jid &j) = 0;
119 virtual void setFrom(const XMPP::Jid &j);
147 void setFrom(const XMPP::Jid &j);
184 void setFrom(const XMPP::Jid &j);
243 void setFrom(const XMPP::Jid &) {} in setFrom() function
258 void setFrom(const XMPP::Jid &);
282 void setFrom(const XMPP::Jid &);
349 void setFrom(const XMPP::Jid &);
/dports/games/knights/knights-21.12.3/src/core/
H A Dmove.cpp75 m.setFrom(5, rank); in castling()
80 rookMove.setFrom(rookFile, rank); in castling()
98 setFrom(from); in Move()
170 setFrom( Pos(string.left(2)) ); in setString()
211 void Move::setFrom(const Pos& value) { in setFrom() function in Knights::Move
216 void Move::setFrom(int first, int second) { in setFrom() function in Knights::Move
217 setFrom(Pos(first, second )); in setFrom()
292 rev.setFrom(d->to); in reverse()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/testbed/
H A Dencoding.cpp88 converter.setFrom("UTF-32"); in testConversionUnicodeMachineEndian()
142 converter.setFrom("UTF-8"); in testConversionUnicodeMachineEndian()
196 converter.setFrom("UTF-16"); in testConversionUnicodeMachineEndian()
272 converter.setFrom("UTF-32BE"); in testConversionUnicodeBigEndian()
326 converter.setFrom("UTF-8"); in testConversionUnicodeBigEndian()
380 converter.setFrom("UTF-16BE"); in testConversionUnicodeBigEndian()
455 converter.setFrom("UTF-32LE"); in testConversionUnicodeLittleEndian()
509 converter.setFrom("UTF-8"); in testConversionUnicodeLittleEndian()
563 converter.setFrom("UTF-16LE"); in testConversionUnicodeLittleEndian()
645 converter.setFrom("UTF-8"); in testCyrillicTransliteration()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativeanimation_p.h246 Q_PROPERTY(QVariant from READ from WRITE setFrom NOTIFY fromChanged)
263 void setFrom(const QVariant &);
304 Q_PROPERTY(QColor from READ from WRITE setFrom)
312 void setFrom(const QColor &);
323 Q_PROPERTY(qreal from READ from WRITE setFrom)
331 void setFrom(qreal);
348 Q_PROPERTY(QVector3D from READ from WRITE setFrom)
356 void setFrom(QVector3D);
369 Q_PROPERTY(qreal from READ from WRITE setFrom)
378 void setFrom(qreal);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickanimation_p.h270 Q_PROPERTY(QVariant from READ from WRITE setFrom NOTIFY fromChanged)
288 void setFrom(const QVariant &);
332 Q_PROPERTY(QColor from READ from WRITE setFrom)
341 void setFrom(const QColor &);
352 Q_PROPERTY(qreal from READ from WRITE setFrom NOTIFY fromChanged)
361 void setFrom(qreal);
378 Q_PROPERTY(QVector3D from READ from WRITE setFrom NOTIFY fromChanged)
387 void setFrom(QVector3D);
399 Q_PROPERTY(qreal from READ from WRITE setFrom NOTIFY fromChanged)
409 void setFrom(qreal);
H A Dqquickanimator.cpp202 void QQuickAnimator::setFrom(qreal from) in setFrom() function in QQuickAnimator
235 job->setFrom(from); in apply()
237 job->setFrom(action.fromValue.toReal()); in apply()
239 job->setFrom(action.property.read().toReal()); in apply()
258 job->setFrom(from); in apply()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickanimation_p.h270 Q_PROPERTY(QVariant from READ from WRITE setFrom NOTIFY fromChanged)
288 void setFrom(const QVariant &);
332 Q_PROPERTY(QColor from READ from WRITE setFrom)
341 void setFrom(const QColor &);
352 Q_PROPERTY(qreal from READ from WRITE setFrom NOTIFY fromChanged)
361 void setFrom(qreal);
378 Q_PROPERTY(QVector3D from READ from WRITE setFrom NOTIFY fromChanged)
387 void setFrom(QVector3D);
399 Q_PROPERTY(qreal from READ from WRITE setFrom NOTIFY fromChanged)
409 void setFrom(qreal);
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3d/
H A Dqquaternionanimation.cpp115 void QQuaternionAnimation::setFrom(const QQuaternion &f) in setFrom() function in Qt3DCore::Quick::QQuaternionAnimation
117 QQuickPropertyAnimation::setFrom(QVariant::fromValue(f)); in setFrom()
172 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromXRotation()
188 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromYRotation()
204 setFrom(QQuaternion::fromEulerAngles(d->anglesFrom)); in setFromZRotation()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Plugins/
H A DRedirectingPluginTest.php17 ->setFrom(array('john@example.com' => 'John Doe'))
54 ->setFrom(array('john@example.com' => 'John Doe'))
87 ->setFrom(array('john@example.com' => 'John Doe'))
133 ->setFrom(array('john@example.com' => 'John Doe'))
/dports/net-im/gloox/gloox-1.0.24/src/tests/subscription/
H A Dsubscription_test.cpp97 s.setFrom( JID( "foo@bar.com" ) ); in main()
115 s.setFrom( JID( "foo@bar.com" ) ); in main()
133 s.setFrom( JID( "foo@bar.com" ) ); in main()
151 s.setFrom( JID( "foo@bar.com" ) ); in main()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/net/
H A DClientStanzaHandler.java94 packet.setFrom(session.getAddress()); in processIQ()
101 packet.setFrom(session.getAddress()); in processPresence()
108 packet.setFrom(session.getAddress()); in processMessage()

12345678910>>...47