Home
last modified time | relevance | path

Searched refs:setTransport (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/kanboard/kanboard-1.2.21/app/ServiceProvider/
H A DMailProvider.php26 $mailer->setTransport('smtp', '\Kanboard\Core\Mail\Transport\Smtp');
27 $mailer->setTransport('sendmail', '\Kanboard\Core\Mail\Transport\Sendmail');
28 $mailer->setTransport('mail', '\Kanboard\Core\Mail\Transport\Mail');
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A DSolution.cpp54 void Solution::setTransport(shared_ptr<Transport> transport) { in setTransport() function in Cantera::Solution
97 sol->setTransport(shared_ptr<Transport>(newDefaultTransportMgr(sol->thermo().get()))); in newSolution()
99 sol->setTransport(shared_ptr<Transport>(newTransportMgr(transport, sol->thermo().get()))); in newSolution()
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneAddressImpl.java43 private native void setTransport(long ptr, int transport); in setTransport() method in LinphoneAddressImpl
124 public void setTransport(TransportType transport) { in setTransport() method in LinphoneAddressImpl
125 setTransport(nativePtr, transport.toInt()); in setTransport()
/dports/deskutils/kmail-account-wizard/kmail-account-wizard-21.12.3/src/
H A Didentity.cpp108 void Identity::setTransport(QObject *transport) in setTransport() function in Identity
111 … m_identity->setTransport(QString::number(qobject_cast<Transport *>(transport)->transportId())); in setTransport()
113 m_identity->setTransport(QString()); in setTransport()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/jingle/
H A Djinglecallsmanager.cpp192 iceAudio->setTransport(iceAudioTransport); in startNewSession()
202 iceVideo->setTransport(iceVideoTransport); in startNewSession()
218 rawAudio->setTransport(rawAudioTransport); in startNewSession()
228 rawVideo->setTransport(rawVideoTransport); in startNewSession()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Log/Writer/
H A DMail.php114 $this->setTransport($transport);
127 public function setTransport(Transport\TransportInterface $transport) function in Zend\\Log\\Writer\\Mail
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-log/src/Writer/
H A DMail.php116 $this->setTransport($transport);
129 public function setTransport(Transport\TransportInterface $transport) function in Laminas\\Log\\Writer\\Mail
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)
/dports/devel/py-thrift/thrift-0.14.0/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)
/dports/devel/thrift-cpp/thrift-0.14.0/lib/hs/src/Thrift/Protocol/
H A DHeader.hs81 setTransport :: (Transport i, Transport o) => HeaderProtocol i o -> HeaderTransport i o -> HeaderPr…
82 setTransport p t = p { trans = t } function
85 updateTransport p f = setTransport p (f $ trans p)

12345678