Home
last modified time | relevance | path

Searched +defs:connect +defs:s (Results 1 – 25 of 3588) sorted by relevance

12345678910>>...144

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dsignal.h14 void connect(std::function<void()> slot) { in connect() function
20 void connect(Owner* owner, void(Owner::*slot)()) { in connect() function
25 void connect(const Signal& slot) { in connect() function
32 for (const auto& s : slots_0arg_) { in emit() local
45 void connect(std::function<void(T)> slot) { in connect() function
49 void connect(Owner* owner, void(Owner::*slot)(T)) { in connect() function
52 void connect(const Signal_<T>& slot) { in connect() function
60 for (const auto& s : slots_1arg_) { in emit() local
/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python3/cjdnsadmin/
H A Dcli.py52 transform = lambda s: s argument
53 connect = lambda : cjdnsadmin.connectWithAdminInfo() function
57 connect = lambda : cjdnsadmin.connectWithAdminInfo(arg) function
62 transform = lambda s: json.dumps(s, sort_keys=True, indent=4, separators=(',', ': ')) argument
65 s = connect() variable
/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python/cjdnsadmin/
H A Dcli.py52 transform = lambda s: s argument
53 connect = lambda : cjdnsadmin.connectWithAdminInfo() function
57 connect = lambda : cjdnsadmin.connectWithAdminInfo(arg) function
62 transform = lambda s: json.dumps(s, sort_keys=True, indent=4, separators=(',', ': ')) argument
65 s = connect() variable
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/ifcs/
H A Dsend_recv_ifcs.py23 def construct( s, Type ): argument
26 def connect( s, other, parent ): argument
88 def connect( s, other, parent ): argument
117 def connect( s, other, parent ): argument
208 def recv( s, msg ): argument
211 def line_trace( s ): argument
244 def line_trace( s ): argument
257 def recv( s, msg ): argument
263 def construct( s ): argument
271 def line_trace( s ): argument
[all …]
H A Dget_give_ifcs.py24 def construct( s, Type ): argument
46 def connect( s, other, parent ): argument
100 def connect( s, other, parent ): argument
175 def give( s ): argument
180 def line_trace( s ): argument
190 def give( s ): argument
198 def recv( s, msg ): argument
201 def construct( s ): argument
209 def line_trace( s ): argument
219 def give( s ): argument
[all …]
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_signals.h172 Connection connect(SlotType *slot) in connect() function
236 Connection connect(SlotType *slot) in connect() function
284 Connection connect(SlotType *slot) in connect() function
349 Connection connect(SlotType *slot) in connect() function
398 Connection connect(SlotType *slot) in connect() function
464 Connection connect(SlotType *slot) in connect() function
513 Connection connect(SlotType *slot) in connect() function
580 Connection connect(SlotType *slot) in connect() function
629 Connection connect(SlotType *slot) in connect() function
697 Connection connect(SlotType *slot) in connect() function
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/observable/obs/
H A Dsignal.h46 connection add_slot(slot_type* s) { in add_slot()
52 connection connect(Function&& f) { in connect() function
57 connection connect(result_type (Class::*m)(Args...args), Class* t) { in connect() function
97 connection add_slot(slot_type* s) { in add_slot()
103 connection connect(Function&& f) { in connect() function
108 connection connect(void (Class::*m)(Args...args), Class* t) { in connect() function
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWSignal.h717 Wt::Signals::connection SignalBase::connect(T *target, in connect() function
738 Wt::Signals::connection Signal<A...>::connect(F function) in connect() function
754 ::connect(T *target, void (V::*method)(B...)) in connect() function
827 Wt::Signals::connection EventSignal<E>::connect(T *target, in connect() function
834 WStatelessSlot *s = o->isStateless(static_cast<WObject::Method>(method)); in connect() local
845 Wt::Signals::connection EventSignal<E>::connect(T *target, in connect() function
856 Wt::Signals::connection EventSignal<E>::connect(T *target, in connect() function
867 void EventSignal<E>::connect(const char *function) in connect() function
873 void EventSignal<E>::connect(const std::string& function) in connect() function
879 void EventSignal<E>::connect(JSlot& slot) in connect() function
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java39 SocketImpl s = new CustomSocketImpl(); in createSocketImpl() local
64 public void connect(String host, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { in connect() method in CustomSocketImplFactory.CustomSocketImpl
79 public void accept(SocketImpl s) throws IOException { in accept()
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/dsl/test/
H A DInterface_test.py54 def line_trace( s ): argument
85 def done( s ): argument
111 def done( s ): argument
127 def done( s ): argument
178 def done( s ): argument
194 def connect( s, other, parent ): argument
207 def connect( s, other, parent ): argument
239 def done( s ): argument
280 def connect( s, other, parent ): argument
301 def connect( s, other, parent ): argument
[all …]
/dports/graphics/dilay/dilay-1.9.0/lib/src/view/
H A Dutil.cpp186 void ViewUtil::connect (const QSpinBox& s, const std::function<void(int)>& f) in connect() function in ViewUtil
192 void ViewUtil::connect (const QDoubleSpinBox& s, const std::function<void(double)>& f) in connect() function in ViewUtil
198 void ViewUtil::connect (const QPushButton& b, const std::function<void()>& f) in connect() function in ViewUtil
203 void ViewUtil::connect (const QButtonGroup& g, int initial, const std::function<void(int)>& f) in connect() function in ViewUtil
210 void ViewUtil::connect (const QCheckBox& c, const std::function<void(bool)>& f) in connect() function in ViewUtil
224 void ViewUtil::connect (const QRadioButton& r, const std::function<void(bool)>& f) in connect() function in ViewUtil
229 void ViewUtil::connect (const QSlider& s, const std::function<void(int)>& f) in connect() function in ViewUtil
234 void ViewUtil::connect (const ViewResolutionSlider& s, const std::function<void(float)>& f) in connect() function in ViewUtil
239 void ViewUtil::connect (const ViewDoubleSlider& s, const std::function<void(float)>& f) in connect() function in ViewUtil
244 void ViewUtil::connect (const QAction& a, const std::function<void()>& f) in connect() function in ViewUtil
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/network-3.1.1.1/Network/Socket/
H A DSyscall.hs130 bind s sa = withSocketAddress sa $ \p_sa siz -> void $ withFdSocket s $ \fd -> do function
139 connect s sa = withSocketsDo $ withSocketAddress sa $ \p_sa sz -> function
143 connectLoop s p_sa sz = withFdSocket s $ \fd -> loop fd function
172 listen s backlog = withFdSocket s $ \fd -> do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/network-3.1.0.1/Network/Socket/
H A DSyscall.hs130 bind s sa = withSocketAddress sa $ \p_sa siz -> void $ withFdSocket s $ \fd -> do function
139 connect s sa = withSocketsDo $ withSocketAddress sa $ \p_sa sz -> function
143 connectLoop s p_sa sz = withFdSocket s $ \fd -> loop fd function
172 listen s backlog = withFdSocket s $ \fd -> do function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/network-3.1.1.1/Network/Socket/
H A DSyscall.hs130 bind s sa = withSocketAddress sa $ \p_sa siz -> void $ withFdSocket s $ \fd -> do function
139 connect s sa = withSocketsDo $ withSocketAddress sa $ \p_sa sz -> function
143 connectLoop s p_sa sz = withFdSocket s $ \fd -> loop fd function
172 listen s backlog = withFdSocket s $ \fd -> do function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/network-3.1.1.1/Network/Socket/
H A DSyscall.hs130 bind s sa = withSocketAddress sa $ \p_sa siz -> void $ withFdSocket s $ \fd -> do function
139 connect s sa = withSocketsDo $ withSocketAddress sa $ \p_sa sz -> function
143 connectLoop s p_sa sz = withFdSocket s $ \fd -> loop fd function
172 listen s backlog = withFdSocket s $ \fd -> do function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/network-3.1.1.1/Network/Socket/
H A DSyscall.hs130 bind s sa = withSocketAddress sa $ \p_sa siz -> void $ withFdSocket s $ \fd -> do function
139 connect s sa = withSocketsDo $ withSocketAddress sa $ \p_sa sz -> function
143 connectLoop s p_sa sz = withFdSocket s $ \fd -> loop fd function
172 listen s backlog = withFdSocket s $ \fd -> do function

12345678910>>...144